.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-96d9d71e-a779-4f88-8de4-a2e7396da913 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96d9d71e-a779-4f88-8de4-a2e7396da913"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
text-align: center;
}

#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d533f6da-4add-4141-867b-f226198c9844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d533f6da-4add-4141-867b-f226198c9844 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d533f6da-4add-4141-867b-f226198c9844 img.shogun-image {
  width: 100%;
  
  
  max-width: 1920px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d533f6da-4add-4141-867b-f226198c9844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d533f6da-4add-4141-867b-f226198c9844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d533f6da-4add-4141-867b-f226198c9844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d533f6da-4add-4141-867b-f226198c9844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d533f6da-4add-4141-867b-f226198c9844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d533f6da-4add-4141-867b-f226198c9844 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d533f6da-4add-4141-867b-f226198c9844 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d533f6da-4add-4141-867b-f226198c9844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d533f6da-4add-4141-867b-f226198c9844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d533f6da-4add-4141-867b-f226198c9844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d533f6da-4add-4141-867b-f226198c9844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d533f6da-4add-4141-867b-f226198c9844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d533f6da-4add-4141-867b-f226198c9844 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d533f6da-4add-4141-867b-f226198c9844 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d533f6da-4add-4141-867b-f226198c9844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d533f6da-4add-4141-867b-f226198c9844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d533f6da-4add-4141-867b-f226198c9844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d533f6da-4add-4141-867b-f226198c9844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d533f6da-4add-4141-867b-f226198c9844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d533f6da-4add-4141-867b-f226198c9844 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d533f6da-4add-4141-867b-f226198c9844 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d533f6da-4add-4141-867b-f226198c9844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d533f6da-4add-4141-867b-f226198c9844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d533f6da-4add-4141-867b-f226198c9844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d533f6da-4add-4141-867b-f226198c9844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d533f6da-4add-4141-867b-f226198c9844 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d533f6da-4add-4141-867b-f226198c9844-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d533f6da-4add-4141-867b-f226198c9844 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d533f6da-4add-4141-867b-f226198c9844 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d533f6da-4add-4141-867b-f226198c9844 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d533f6da-4add-4141-867b-f226198c9844 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d533f6da-4add-4141-867b-f226198c9844.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d533f6da-4add-4141-867b-f226198c9844.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d533f6da-4add-4141-867b-f226198c9844.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ec11f495-9f45-4618-b413-c00a2b067f5f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 1200px){#s-ec11f495-9f45-4618-b413-c00a2b067f5f {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec11f495-9f45-4618-b413-c00a2b067f5f {
  margin-left: 2%;
margin-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec11f495-9f45-4618-b413-c00a2b067f5f {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-ec11f495-9f45-4618-b413-c00a2b067f5f {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-ec11f495-9f45-4618-b413-c00a2b067f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec11f495-9f45-4618-b413-c00a2b067f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec11f495-9f45-4618-b413-c00a2b067f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec11f495-9f45-4618-b413-c00a2b067f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-6f9d9fe2-54ce-4c83-b3dd-979b7cd1a8a4 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
}
@media (min-width: 1200px){#s-6f9d9fe2-54ce-4c83-b3dd-979b7cd1a8a4 {
  margin-left: 4%;
margin-right: 4%;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-43abce43-e26b-490f-b0ab-32cc462876d4 {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-43abce43-e26b-490f-b0ab-32cc462876d4 .shg-proportional-font-size,
#s-43abce43-e26b-490f-b0ab-32cc462876d4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f60ebe37-7ab2-48ef-968d-1148785db2e9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f60ebe37-7ab2-48ef-968d-1148785db2e9 .shg-sld-dot {
  background-color: rgba(1, 179, 227, 1);
}

#s-f60ebe37-7ab2-48ef-968d-1148785db2e9 .shg-sld-nav-button.shg-sld-left,
#s-f60ebe37-7ab2-48ef-968d-1148785db2e9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 179, 227, 1);
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-5f263300-c117-48dc-94f9-bf281f7928c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5f263300-c117-48dc-94f9-bf281f7928c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f263300-c117-48dc-94f9-bf281f7928c4.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-56431511-1dc1-449a-8b23-857af17455db {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56431511-1dc1-449a-8b23-857af17455db .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-5971b7c4-e40b-47ea-9c1f-4a8c9053fe31 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5971b7c4-e40b-47ea-9c1f-4a8c9053fe31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5971b7c4-e40b-47ea-9c1f-4a8c9053fe31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5971b7c4-e40b-47ea-9c1f-4a8c9053fe31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5971b7c4-e40b-47ea-9c1f-4a8c9053fe31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  max-width: 2121px;
aspect-ratio: 2121/1414;
text-align: center;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
  box-sizing: border-box;
}



.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
      position: relative;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

@media (min-width: 1200px){#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
  box-sizing: border-box;
}



.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
      position: relative;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
  box-sizing: border-box;
}



.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
      position: relative;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
  box-sizing: border-box;
}



.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
      position: relative;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (max-width: 767px){#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  margin: 0 !important;
  overflow: visible;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add background color handling */
  
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image {
  box-sizing: border-box;
}



.s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container {
      position: relative;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2b93996-a3ab-4625-8aa7-755ea7ab659c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-89d7977e-f632-40f6-9b24-865fb36dab59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-89d7977e-f632-40f6-9b24-865fb36dab59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89d7977e-f632-40f6-9b24-865fb36dab59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89d7977e-f632-40f6-9b24-865fb36dab59-root {
    text-align: center;
  }


#s-89d7977e-f632-40f6-9b24-865fb36dab59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89d7977e-f632-40f6-9b24-865fb36dab59-root {
    text-align: center;
  }


#s-89d7977e-f632-40f6-9b24-865fb36dab59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89d7977e-f632-40f6-9b24-865fb36dab59-root {
    text-align: center;
  }


#s-89d7977e-f632-40f6-9b24-865fb36dab59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89d7977e-f632-40f6-9b24-865fb36dab59-root {
    text-align: center;
  }


#s-89d7977e-f632-40f6-9b24-865fb36dab59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89d7977e-f632-40f6-9b24-865fb36dab59-root {
    text-align: center;
  }


#s-89d7977e-f632-40f6-9b24-865fb36dab59.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
  box-sizing: border-box;
}



.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
      position: relative;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
  box-sizing: border-box;
}



.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
      position: relative;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
  box-sizing: border-box;
}



.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
      position: relative;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
  box-sizing: border-box;
}



.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
      position: relative;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image {
  box-sizing: border-box;
}



.s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container {
      position: relative;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bcfef412-c0e4-4d3d-821c-6421aa5bf9c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e387300-86f0-4c72-97ef-2ee9a9639bb0-root {
    text-align: center;
  }


#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e387300-86f0-4c72-97ef-2ee9a9639bb0-root {
    text-align: center;
  }


#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e387300-86f0-4c72-97ef-2ee9a9639bb0-root {
    text-align: center;
  }


#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e387300-86f0-4c72-97ef-2ee9a9639bb0-root {
    text-align: center;
  }


#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e387300-86f0-4c72-97ef-2ee9a9639bb0-root {
    text-align: center;
  }


#s-7e387300-86f0-4c72-97ef-2ee9a9639bb0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4f5552e2-44bf-4665-bac4-cef6bb2f6b6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4f5552e2-44bf-4665-bac4-cef6bb2f6b6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4f5552e2-44bf-4665-bac4-cef6bb2f6b6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f5552e2-44bf-4665-bac4-cef6bb2f6b6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
  box-sizing: border-box;
}



.s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
      position: relative;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
  box-sizing: border-box;
}



.s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
      position: relative;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
  box-sizing: border-box;
}



.s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
      position: relative;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
  box-sizing: border-box;
}



.s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
      position: relative;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  margin: 0 !important;
  overflow: visible;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add background color handling */
  
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-90b2d435-de93-4cb6-86e2-e0c390505be4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image {
  box-sizing: border-box;
}



.s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container {
      position: relative;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90b2d435-de93-4cb6-86e2-e0c390505be4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-09bbc97b-ddf9-4929-862e-737e3c70cba3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-09bbc97b-ddf9-4929-862e-737e3c70cba3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09bbc97b-ddf9-4929-862e-737e3c70cba3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09bbc97b-ddf9-4929-862e-737e3c70cba3-root {
    text-align: center;
  }


#s-09bbc97b-ddf9-4929-862e-737e3c70cba3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09bbc97b-ddf9-4929-862e-737e3c70cba3-root {
    text-align: center;
  }


#s-09bbc97b-ddf9-4929-862e-737e3c70cba3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09bbc97b-ddf9-4929-862e-737e3c70cba3-root {
    text-align: center;
  }


#s-09bbc97b-ddf9-4929-862e-737e3c70cba3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09bbc97b-ddf9-4929-862e-737e3c70cba3-root {
    text-align: center;
  }


#s-09bbc97b-ddf9-4929-862e-737e3c70cba3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09bbc97b-ddf9-4929-862e-737e3c70cba3-root {
    text-align: center;
  }


#s-09bbc97b-ddf9-4929-862e-737e3c70cba3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  max-width: 942px;
aspect-ratio: 942/628;
text-align: center;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  margin: 0 !important;
  overflow: visible;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add background color handling */
  
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
  box-sizing: border-box;
}



.s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16195c13-d58d-4f94-824d-ae6dfe24584d {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
      position: relative;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

@media (min-width: 1200px){#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  margin: 0 !important;
  overflow: visible;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add background color handling */
  
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
  box-sizing: border-box;
}



.s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16195c13-d58d-4f94-824d-ae6dfe24584d {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
      position: relative;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  margin: 0 !important;
  overflow: visible;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add background color handling */
  
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
  box-sizing: border-box;
}



.s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16195c13-d58d-4f94-824d-ae6dfe24584d {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
      position: relative;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  margin: 0 !important;
  overflow: visible;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add background color handling */
  
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
  box-sizing: border-box;
}



.s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16195c13-d58d-4f94-824d-ae6dfe24584d {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
      position: relative;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (max-width: 767px){#s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  margin: 0 !important;
  overflow: visible;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-16195c13-d58d-4f94-824d-ae6dfe24584d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add background color handling */
  
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16195c13-d58d-4f94-824d-ae6dfe24584d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-16195c13-d58d-4f94-824d-ae6dfe24584d .shogun-image-content {
  
    justify-content: center;
  
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image {
  box-sizing: border-box;
}



.s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-16195c13-d58d-4f94-824d-ae6dfe24584d {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container {
      position: relative;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16195c13-d58d-4f94-824d-ae6dfe24584d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}
#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
  box-sizing: border-box;
}



.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
      position: relative;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
  box-sizing: border-box;
}



.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
      position: relative;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
  box-sizing: border-box;
}



.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
      position: relative;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
  box-sizing: border-box;
}



.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
      position: relative;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image {
  box-sizing: border-box;
}



.s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container {
      position: relative;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ca40fb0-592b-44eb-a799-f730dbd78b48 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a-root {
    text-align: center;
  }


#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a-root {
    text-align: center;
  }


#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a-root {
    text-align: center;
  }


#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a-root {
    text-align: center;
  }


#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a-root {
    text-align: center;
  }


#s-9de84df8-6373-4eca-a9c0-64a5aefe3c7a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  max-width: 1024px;
aspect-ratio: 1024/659;
text-align: center;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  margin: 0 !important;
  overflow: visible;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add background color handling */
  
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
  box-sizing: border-box;
}



.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
      position: relative;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  margin: 0 !important;
  overflow: visible;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add background color handling */
  
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
  box-sizing: border-box;
}



.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
      position: relative;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  margin: 0 !important;
  overflow: visible;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add background color handling */
  
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
  box-sizing: border-box;
}



.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
      position: relative;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  margin: 0 !important;
  overflow: visible;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add background color handling */
  
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
  box-sizing: border-box;
}



.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
      position: relative;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  margin: 0 !important;
  overflow: visible;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add background color handling */
  
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image {
  box-sizing: border-box;
}



.s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container {
      position: relative;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a72d9c7c-114b-4f2a-aa9d-a5ea1ef3527d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907-root {
    text-align: center;
  }


#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907-root {
    text-align: center;
  }


#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907-root {
    text-align: center;
  }


#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907-root {
    text-align: center;
  }


#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907-root {
    text-align: center;
  }


#s-857cfd80-fb4b-4dc6-a8c3-7a913f9b6907.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  max-width: 1024px;
aspect-ratio: 1024/681;
text-align: center;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }

    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-link {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
  box-sizing: border-box;
}



.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
      --shg-aspect-ratio: calc(1024/681); 
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
      position: relative;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }

    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-link {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
  box-sizing: border-box;
}



.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
      --shg-aspect-ratio: calc(1024/681); 
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
      position: relative;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }

    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-link {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
  box-sizing: border-box;
}



.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
      --shg-aspect-ratio: calc(1024/681); 
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
      position: relative;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }

    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-link {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
  box-sizing: border-box;
}



.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
      --shg-aspect-ratio: calc(1024/681); 
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
      position: relative;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  margin: 0 !important;
  overflow: visible;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add background color handling */
  
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }

    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-link {
      aspect-ratio: 1024/681;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image {
  box-sizing: border-box;
}



.s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb {
      --shg-aspect-ratio: calc(1024/681); 
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container {
      position: relative;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ecdf7ac-b947-402e-8eac-198ac6cf78cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d-root {
    text-align: center;
  }


#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d-root {
    text-align: center;
  }


#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d-root {
    text-align: center;
  }


#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d-root {
    text-align: center;
  }


#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d-root {
    text-align: center;
  }


#s-85e748f0-6bc5-4644-b7fb-4a011ebe2b9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  max-width: 1024px;
text-align: center;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image {
  box-sizing: border-box;
}



.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image {
  box-sizing: border-box;
}



.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image {
  box-sizing: border-box;
}



.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image {
  box-sizing: border-box;
}



.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5.shogun-image {
  box-sizing: border-box;
}



.s-c0d44071-8cdd-4feb-b863-c7e4d83fcfc5 img.shogun-image {
  
}


}
#s-f5c3da18-bf3d-4659-9761-979663fb3bbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f5c3da18-bf3d-4659-9761-979663fb3bbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5c3da18-bf3d-4659-9761-979663fb3bbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5c3da18-bf3d-4659-9761-979663fb3bbf-root {
    text-align: center;
  }


#s-f5c3da18-bf3d-4659-9761-979663fb3bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5c3da18-bf3d-4659-9761-979663fb3bbf-root {
    text-align: center;
  }


#s-f5c3da18-bf3d-4659-9761-979663fb3bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5c3da18-bf3d-4659-9761-979663fb3bbf-root {
    text-align: center;
  }


#s-f5c3da18-bf3d-4659-9761-979663fb3bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5c3da18-bf3d-4659-9761-979663fb3bbf-root {
    text-align: center;
  }


#s-f5c3da18-bf3d-4659-9761-979663fb3bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5c3da18-bf3d-4659-9761-979663fb3bbf-root {
    text-align: center;
  }


#s-f5c3da18-bf3d-4659-9761-979663fb3bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  max-width: 1024px;
text-align: center;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image {
  box-sizing: border-box;
}



.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image {
  box-sizing: border-box;
}



.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image {
  box-sizing: border-box;
}



.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image {
  box-sizing: border-box;
}



.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  margin: 0 !important;
  overflow: visible;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add background color handling */
  
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7.shogun-image {
  box-sizing: border-box;
}



.s-09e4ff47-fe5e-4efc-86a6-fbacd4099bd7 img.shogun-image {
  
}


}
#s-0f7ae5e3-7646-40e0-8a60-82b611689a94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-0f7ae5e3-7646-40e0-8a60-82b611689a94:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f7ae5e3-7646-40e0-8a60-82b611689a94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f7ae5e3-7646-40e0-8a60-82b611689a94-root {
    text-align: center;
  }


#s-0f7ae5e3-7646-40e0-8a60-82b611689a94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f7ae5e3-7646-40e0-8a60-82b611689a94-root {
    text-align: center;
  }


#s-0f7ae5e3-7646-40e0-8a60-82b611689a94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f7ae5e3-7646-40e0-8a60-82b611689a94-root {
    text-align: center;
  }


#s-0f7ae5e3-7646-40e0-8a60-82b611689a94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f7ae5e3-7646-40e0-8a60-82b611689a94-root {
    text-align: center;
  }


#s-0f7ae5e3-7646-40e0-8a60-82b611689a94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f7ae5e3-7646-40e0-8a60-82b611689a94-root {
    text-align: center;
  }


#s-0f7ae5e3-7646-40e0-8a60-82b611689a94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-016c10bb-eeab-4969-a5ee-dbac9a4e7a5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-016c10bb-eeab-4969-a5ee-dbac9a4e7a5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-016c10bb-eeab-4969-a5ee-dbac9a4e7a5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-016c10bb-eeab-4969-a5ee-dbac9a4e7a5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
  box-sizing: border-box;
}



.s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
      position: relative;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
  box-sizing: border-box;
}



.s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
      position: relative;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
  box-sizing: border-box;
}



.s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
      position: relative;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
  box-sizing: border-box;
}



.s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
      position: relative;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  margin: 0 !important;
  overflow: visible;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add background color handling */
  
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2f320c25-0ffa-42d6-a106-1d15cd513220 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image {
  box-sizing: border-box;
}



.s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container {
      position: relative;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f320c25-0ffa-42d6-a106-1d15cd513220 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-b38d8832-5e3b-43f9-8402-9694854292e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-b38d8832-5e3b-43f9-8402-9694854292e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b38d8832-5e3b-43f9-8402-9694854292e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b38d8832-5e3b-43f9-8402-9694854292e2-root {
    text-align: center;
  }


#s-b38d8832-5e3b-43f9-8402-9694854292e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b38d8832-5e3b-43f9-8402-9694854292e2-root {
    text-align: center;
  }


#s-b38d8832-5e3b-43f9-8402-9694854292e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b38d8832-5e3b-43f9-8402-9694854292e2-root {
    text-align: center;
  }


#s-b38d8832-5e3b-43f9-8402-9694854292e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b38d8832-5e3b-43f9-8402-9694854292e2-root {
    text-align: center;
  }


#s-b38d8832-5e3b-43f9-8402-9694854292e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b38d8832-5e3b-43f9-8402-9694854292e2-root {
    text-align: center;
  }


#s-b38d8832-5e3b-43f9-8402-9694854292e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  max-width: 3032px;
aspect-ratio: 3032/2020;
text-align: center;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
  box-sizing: border-box;
}



.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
      position: relative;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

@media (min-width: 1200px){#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
  box-sizing: border-box;
}



.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
      position: relative;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
  box-sizing: border-box;
}



.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
      position: relative;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
  box-sizing: border-box;
}



.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
      position: relative;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (max-width: 767px){#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image {
  box-sizing: border-box;
}



.s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container {
      position: relative;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5c17c2-aa7b-49b2-8623-6ba16e1f1a7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}
#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-256a7c7d-6351-4d0b-8cfc-aeed60545be8-root {
    text-align: center;
  }


#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-256a7c7d-6351-4d0b-8cfc-aeed60545be8-root {
    text-align: center;
  }


#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-256a7c7d-6351-4d0b-8cfc-aeed60545be8-root {
    text-align: center;
  }


#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-256a7c7d-6351-4d0b-8cfc-aeed60545be8-root {
    text-align: center;
  }


#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-256a7c7d-6351-4d0b-8cfc-aeed60545be8-root {
    text-align: center;
  }


#s-256a7c7d-6351-4d0b-8cfc-aeed60545be8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  max-width: 3865px;
aspect-ratio: 3865/2576;
text-align: center;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  margin: 0 !important;
  overflow: visible;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add background color handling */
  
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-link {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3865px;
  }



  img.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
    
    
    
    max-height: 3865px;
  }


.s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
  box-sizing: border-box;
}



.s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
      --shg-aspect-ratio: calc(3865/2576); 
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
      position: relative;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3865px;
    }
  }

@media (min-width: 1200px){#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  margin: 0 !important;
  overflow: visible;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add background color handling */
  
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-link {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3865px;
  }



  img.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
    
    
    
    max-height: 3865px;
  }


.s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
  box-sizing: border-box;
}



.s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
      --shg-aspect-ratio: calc(3865/2576); 
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
      position: relative;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3865px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  margin: 0 !important;
  overflow: visible;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add background color handling */
  
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-link {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3865px;
  }



  img.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
    
    
    
    max-height: 3865px;
  }


.s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
  box-sizing: border-box;
}



.s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
      --shg-aspect-ratio: calc(3865/2576); 
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
      position: relative;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3865px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  margin: 0 !important;
  overflow: visible;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add background color handling */
  
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-link {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3865px;
  }



  img.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
    
    
    
    max-height: 3865px;
  }


.s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
  box-sizing: border-box;
}



.s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
      --shg-aspect-ratio: calc(3865/2576); 
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
      position: relative;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3865px;
    }
  }

}@media (max-width: 767px){#s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  margin: 0 !important;
  overflow: visible;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add background color handling */
  
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }

    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-link {
      aspect-ratio: 3865/2576;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3865px;
  }



  img.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
    
    
    
    max-height: 3865px;
  }


.s-b9f82460-8bac-4d03-808e-4d38f63c1acc .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image {
  box-sizing: border-box;
}



.s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc {
      --shg-aspect-ratio: calc(3865/2576); 
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container {
      position: relative;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9f82460-8bac-4d03-808e-4d38f63c1acc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3865px;
    }
  }

}
#s-0fd02622-51a5-442c-912c-3ef0ddc14c34 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-0fd02622-51a5-442c-912c-3ef0ddc14c34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0fd02622-51a5-442c-912c-3ef0ddc14c34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0fd02622-51a5-442c-912c-3ef0ddc14c34-root {
    text-align: center;
  }


#s-0fd02622-51a5-442c-912c-3ef0ddc14c34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fd02622-51a5-442c-912c-3ef0ddc14c34-root {
    text-align: center;
  }


#s-0fd02622-51a5-442c-912c-3ef0ddc14c34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fd02622-51a5-442c-912c-3ef0ddc14c34-root {
    text-align: center;
  }


#s-0fd02622-51a5-442c-912c-3ef0ddc14c34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fd02622-51a5-442c-912c-3ef0ddc14c34-root {
    text-align: center;
  }


#s-0fd02622-51a5-442c-912c-3ef0ddc14c34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fd02622-51a5-442c-912c-3ef0ddc14c34-root {
    text-align: center;
  }


#s-0fd02622-51a5-442c-912c-3ef0ddc14c34.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  max-width: 942px;
aspect-ratio: 942/628;
text-align: center;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
  box-sizing: border-box;
}



.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
      position: relative;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

@media (min-width: 1200px){#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
  box-sizing: border-box;
}



.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
      position: relative;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
  box-sizing: border-box;
}



.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
      position: relative;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
  box-sizing: border-box;
}



.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
      position: relative;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}@media (max-width: 767px){#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }

    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-link {
      aspect-ratio: 942/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 942px;
  }



  img.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
    
    
    
    max-height: 942px;
  }


.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image {
  box-sizing: border-box;
}



.s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 {
      --shg-aspect-ratio: calc(942/628); 
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container {
      position: relative;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d1c3ffb-2cd9-4e76-973b-e97291ce2907 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 942px;
    }
  }

}
#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740-root {
    text-align: center;
  }


#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740-root {
    text-align: center;
  }


#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740-root {
    text-align: center;
  }


#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740-root {
    text-align: center;
  }


#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740-root {
    text-align: center;
  }


#s-2a8bbbdc-de3c-4940-aef4-da2d1fa80740.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
  box-sizing: border-box;
}



.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
      position: relative;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
  box-sizing: border-box;
}



.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
      position: relative;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
  box-sizing: border-box;
}



.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
      position: relative;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
  box-sizing: border-box;
}



.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
      position: relative;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  margin: 0 !important;
  overflow: visible;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add background color handling */
  
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image {
  box-sizing: border-box;
}



.s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container {
      position: relative;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2969f282-ab7c-4ec4-b596-523f2b6e5a1b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc-root {
    text-align: center;
  }


#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc-root {
    text-align: center;
  }


#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc-root {
    text-align: center;
  }


#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc-root {
    text-align: center;
  }


#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc-root {
    text-align: center;
  }


#s-52b4ed6a-d203-4a40-b6e1-78c48e07bfcc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  max-width: 1024px;
aspect-ratio: 1024/659;
text-align: center;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
  box-sizing: border-box;
}



.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
      position: relative;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
  box-sizing: border-box;
}



.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
      position: relative;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
  box-sizing: border-box;
}



.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
      position: relative;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
  box-sizing: border-box;
}



.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
      position: relative;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  margin: 0 !important;
  overflow: visible;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add background color handling */
  
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }

    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-link {
      aspect-ratio: 1024/659;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image {
  box-sizing: border-box;
}



.s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 {
      --shg-aspect-ratio: calc(1024/659); 
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container {
      position: relative;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa247ddf-014f-4bdb-a83c-84453e0dd224 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-f6da071d-e8a7-42c3-ac98-71a41a899c66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f6da071d-e8a7-42c3-ac98-71a41a899c66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6da071d-e8a7-42c3-ac98-71a41a899c66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6da071d-e8a7-42c3-ac98-71a41a899c66-root {
    text-align: center;
  }


#s-f6da071d-e8a7-42c3-ac98-71a41a899c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6da071d-e8a7-42c3-ac98-71a41a899c66-root {
    text-align: center;
  }


#s-f6da071d-e8a7-42c3-ac98-71a41a899c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6da071d-e8a7-42c3-ac98-71a41a899c66-root {
    text-align: center;
  }


#s-f6da071d-e8a7-42c3-ac98-71a41a899c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6da071d-e8a7-42c3-ac98-71a41a899c66-root {
    text-align: center;
  }


#s-f6da071d-e8a7-42c3-ac98-71a41a899c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6da071d-e8a7-42c3-ac98-71a41a899c66-root {
    text-align: center;
  }


#s-f6da071d-e8a7-42c3-ac98-71a41a899c66.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4ebd52bb-6ab7-4017-9322-3e69e1ea69c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ebd52bb-6ab7-4017-9322-3e69e1ea69c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4ebd52bb-6ab7-4017-9322-3e69e1ea69c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ebd52bb-6ab7-4017-9322-3e69e1ea69c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  margin: 0 !important;
  overflow: visible;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add background color handling */
  
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
  box-sizing: border-box;
}



.s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
      position: relative;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  margin: 0 !important;
  overflow: visible;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add background color handling */
  
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
  box-sizing: border-box;
}



.s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
      position: relative;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  margin: 0 !important;
  overflow: visible;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add background color handling */
  
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
  box-sizing: border-box;
}



.s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
      position: relative;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  margin: 0 !important;
  overflow: visible;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add background color handling */
  
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
  box-sizing: border-box;
}



.s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
      position: relative;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  margin: 0 !important;
  overflow: visible;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add background color handling */
  
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-278a8405-a8b5-4e36-91f9-d67362161ad3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image {
  box-sizing: border-box;
}



.s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container {
      position: relative;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-278a8405-a8b5-4e36-91f9-d67362161ad3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-edce760e-4faa-4e95-b372-20c4c16175e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-edce760e-4faa-4e95-b372-20c4c16175e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-edce760e-4faa-4e95-b372-20c4c16175e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-edce760e-4faa-4e95-b372-20c4c16175e7-root {
    text-align: center;
  }


#s-edce760e-4faa-4e95-b372-20c4c16175e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edce760e-4faa-4e95-b372-20c4c16175e7-root {
    text-align: center;
  }


#s-edce760e-4faa-4e95-b372-20c4c16175e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edce760e-4faa-4e95-b372-20c4c16175e7-root {
    text-align: center;
  }


#s-edce760e-4faa-4e95-b372-20c4c16175e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edce760e-4faa-4e95-b372-20c4c16175e7-root {
    text-align: center;
  }


#s-edce760e-4faa-4e95-b372-20c4c16175e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edce760e-4faa-4e95-b372-20c4c16175e7-root {
    text-align: center;
  }


#s-edce760e-4faa-4e95-b372-20c4c16175e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  max-width: 948px;
aspect-ratio: 948/628;
text-align: center;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  margin: 0 !important;
  overflow: visible;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add background color handling */
  
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }

    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-link {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 948px;
  }



  img.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
    
    
    
    max-height: 948px;
  }


.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
  box-sizing: border-box;
}



.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
      --shg-aspect-ratio: calc(948/628); 
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
      position: relative;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 948px;
    }
  }

@media (min-width: 1200px){#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  margin: 0 !important;
  overflow: visible;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add background color handling */
  
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }

    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-link {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 948px;
  }



  img.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
    
    
    
    max-height: 948px;
  }


.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
  box-sizing: border-box;
}



.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
      --shg-aspect-ratio: calc(948/628); 
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
      position: relative;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 948px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  margin: 0 !important;
  overflow: visible;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add background color handling */
  
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }

    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-link {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 948px;
  }



  img.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
    
    
    
    max-height: 948px;
  }


.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
  box-sizing: border-box;
}



.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
      --shg-aspect-ratio: calc(948/628); 
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
      position: relative;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 948px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  margin: 0 !important;
  overflow: visible;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add background color handling */
  
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }

    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-link {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 948px;
  }



  img.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
    
    
    
    max-height: 948px;
  }


.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
  box-sizing: border-box;
}



.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
      --shg-aspect-ratio: calc(948/628); 
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
      position: relative;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 948px;
    }
  }

}@media (max-width: 767px){#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  margin: 0 !important;
  overflow: visible;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add background color handling */
  
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }

    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-link {
      aspect-ratio: 948/628;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 948px;
  }



  img.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
    
    
    
    max-height: 948px;
  }


.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image {
  box-sizing: border-box;
}



.s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb {
      --shg-aspect-ratio: calc(948/628); 
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container {
      position: relative;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22372993-9404-4b12-b6a7-4c0b2cd8d7cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 948px;
    }
  }

}
#s-207c3e17-fb59-4399-97a1-377e09a87bbf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-207c3e17-fb59-4399-97a1-377e09a87bbf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-207c3e17-fb59-4399-97a1-377e09a87bbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-207c3e17-fb59-4399-97a1-377e09a87bbf-root {
    text-align: center;
  }


#s-207c3e17-fb59-4399-97a1-377e09a87bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-207c3e17-fb59-4399-97a1-377e09a87bbf-root {
    text-align: center;
  }


#s-207c3e17-fb59-4399-97a1-377e09a87bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-207c3e17-fb59-4399-97a1-377e09a87bbf-root {
    text-align: center;
  }


#s-207c3e17-fb59-4399-97a1-377e09a87bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-207c3e17-fb59-4399-97a1-377e09a87bbf-root {
    text-align: center;
  }


#s-207c3e17-fb59-4399-97a1-377e09a87bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-207c3e17-fb59-4399-97a1-377e09a87bbf-root {
    text-align: center;
  }


#s-207c3e17-fb59-4399-97a1-377e09a87bbf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
  box-sizing: border-box;
}



.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
      position: relative;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
  box-sizing: border-box;
}



.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
      position: relative;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
  box-sizing: border-box;
}



.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
      position: relative;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
  box-sizing: border-box;
}



.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
      position: relative;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image {
  box-sizing: border-box;
}



.s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container {
      position: relative;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a6d0f78c-5c29-4d9f-8c6a-f31915c204c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-d5e14198-8d0c-4734-a246-fdb73b2ed562 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-d5e14198-8d0c-4734-a246-fdb73b2ed562:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5e14198-8d0c-4734-a246-fdb73b2ed562:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5e14198-8d0c-4734-a246-fdb73b2ed562-root {
    text-align: center;
  }


#s-d5e14198-8d0c-4734-a246-fdb73b2ed562.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5e14198-8d0c-4734-a246-fdb73b2ed562-root {
    text-align: center;
  }


#s-d5e14198-8d0c-4734-a246-fdb73b2ed562.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5e14198-8d0c-4734-a246-fdb73b2ed562-root {
    text-align: center;
  }


#s-d5e14198-8d0c-4734-a246-fdb73b2ed562.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5e14198-8d0c-4734-a246-fdb73b2ed562-root {
    text-align: center;
  }


#s-d5e14198-8d0c-4734-a246-fdb73b2ed562.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5e14198-8d0c-4734-a246-fdb73b2ed562-root {
    text-align: center;
  }


#s-d5e14198-8d0c-4734-a246-fdb73b2ed562.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
  box-sizing: border-box;
}



.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
      position: relative;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
  box-sizing: border-box;
}



.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
      position: relative;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
  box-sizing: border-box;
}



.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
      position: relative;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
  box-sizing: border-box;
}



.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
      position: relative;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  margin: 0 !important;
  overflow: visible;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add background color handling */
  
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image {
  box-sizing: border-box;
}



.s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container {
      position: relative;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eca55e8-aef6-4e7b-b763-1da5528a88f9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc-root {
    text-align: center;
  }


#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc-root {
    text-align: center;
  }


#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc-root {
    text-align: center;
  }


#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc-root {
    text-align: center;
  }


#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc-root {
    text-align: center;
  }


#s-ce985b7f-943a-4cb1-ba21-6d5364a51cfc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  margin: 0 !important;
  overflow: visible;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add background color handling */
  
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-content {
  
    justify-content: center;
  
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
  box-sizing: border-box;
}



.s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40e3d747-d0c8-4db3-b53c-be9a913414da {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
      position: relative;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  margin: 0 !important;
  overflow: visible;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add background color handling */
  
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-content {
  
    justify-content: center;
  
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
  box-sizing: border-box;
}



.s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40e3d747-d0c8-4db3-b53c-be9a913414da {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
      position: relative;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  margin: 0 !important;
  overflow: visible;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add background color handling */
  
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-content {
  
    justify-content: center;
  
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
  box-sizing: border-box;
}



.s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40e3d747-d0c8-4db3-b53c-be9a913414da {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
      position: relative;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  margin: 0 !important;
  overflow: visible;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add background color handling */
  
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-content {
  
    justify-content: center;
  
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
  box-sizing: border-box;
}



.s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40e3d747-d0c8-4db3-b53c-be9a913414da {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
      position: relative;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  margin: 0 !important;
  overflow: visible;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40e3d747-d0c8-4db3-b53c-be9a913414da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add background color handling */
  
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40e3d747-d0c8-4db3-b53c-be9a913414da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-40e3d747-d0c8-4db3-b53c-be9a913414da .shogun-image-content {
  
    justify-content: center;
  
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image {
  box-sizing: border-box;
}



.s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-40e3d747-d0c8-4db3-b53c-be9a913414da {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container {
      position: relative;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40e3d747-d0c8-4db3-b53c-be9a913414da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-3dc3bdf4-6bfa-4701-b064-849643da138f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-3dc3bdf4-6bfa-4701-b064-849643da138f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dc3bdf4-6bfa-4701-b064-849643da138f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3dc3bdf4-6bfa-4701-b064-849643da138f-root {
    text-align: center;
  }


#s-3dc3bdf4-6bfa-4701-b064-849643da138f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3dc3bdf4-6bfa-4701-b064-849643da138f-root {
    text-align: center;
  }


#s-3dc3bdf4-6bfa-4701-b064-849643da138f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3dc3bdf4-6bfa-4701-b064-849643da138f-root {
    text-align: center;
  }


#s-3dc3bdf4-6bfa-4701-b064-849643da138f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3dc3bdf4-6bfa-4701-b064-849643da138f-root {
    text-align: center;
  }


#s-3dc3bdf4-6bfa-4701-b064-849643da138f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3dc3bdf4-6bfa-4701-b064-849643da138f-root {
    text-align: center;
  }


#s-3dc3bdf4-6bfa-4701-b064-849643da138f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  margin: 0 !important;
  overflow: visible;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add background color handling */
  
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
  box-sizing: border-box;
}



.s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
      position: relative;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  margin: 0 !important;
  overflow: visible;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add background color handling */
  
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
  box-sizing: border-box;
}



.s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
      position: relative;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  margin: 0 !important;
  overflow: visible;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add background color handling */
  
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
  box-sizing: border-box;
}



.s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
      position: relative;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  margin: 0 !important;
  overflow: visible;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add background color handling */
  
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
  box-sizing: border-box;
}



.s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
      position: relative;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  margin: 0 !important;
  overflow: visible;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add background color handling */
  
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-f7ee546c-dfd0-4065-b18b-645f2d81578a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image {
  box-sizing: border-box;
}



.s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container {
      position: relative;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ee546c-dfd0-4065-b18b-645f2d81578a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-8f55931a-41ba-4400-9517-1488816bee4c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-8f55931a-41ba-4400-9517-1488816bee4c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f55931a-41ba-4400-9517-1488816bee4c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f55931a-41ba-4400-9517-1488816bee4c-root {
    text-align: center;
  }


#s-8f55931a-41ba-4400-9517-1488816bee4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f55931a-41ba-4400-9517-1488816bee4c-root {
    text-align: center;
  }


#s-8f55931a-41ba-4400-9517-1488816bee4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f55931a-41ba-4400-9517-1488816bee4c-root {
    text-align: center;
  }


#s-8f55931a-41ba-4400-9517-1488816bee4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f55931a-41ba-4400-9517-1488816bee4c-root {
    text-align: center;
  }


#s-8f55931a-41ba-4400-9517-1488816bee4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f55931a-41ba-4400-9517-1488816bee4c-root {
    text-align: center;
  }


#s-8f55931a-41ba-4400-9517-1488816bee4c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-0672ae28-e96f-4e80-ab08-f152b633fa8e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-0672ae28-e96f-4e80-ab08-f152b633fa8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0672ae28-e96f-4e80-ab08-f152b633fa8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0672ae28-e96f-4e80-ab08-f152b633fa8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  max-width: 2121px;
aspect-ratio: 1024/677;
text-align: center;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
  box-sizing: border-box;
}



.s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
      position: relative;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

@media (min-width: 1200px){#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
  box-sizing: border-box;
}



.s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
      position: relative;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
  box-sizing: border-box;
}



.s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
      position: relative;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
  box-sizing: border-box;
}



.s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
      position: relative;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (max-width: 767px){#s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-6f4c06b1-e3b5-4694-8320-839631cc9021 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image {
  box-sizing: border-box;
}



.s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container {
      position: relative;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f4c06b1-e3b5-4694-8320-839631cc9021 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}
#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a {
  display: none;
}
#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a, #wrap-s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a, #wrap-content-s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a { display: none !important; }}

  #s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a-root {
    text-align: center;
  }


#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a-root {
    text-align: center;
  }


#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a-root {
    text-align: center;
  }


#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a-root {
    text-align: center;
  }


#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a-root {
    text-align: center;
  }


#s-c2fd08d6-59ef-4e9b-a864-3e93bd5edd4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
  box-sizing: border-box;
}



.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
      position: relative;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
  box-sizing: border-box;
}



.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
      position: relative;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
  box-sizing: border-box;
}



.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
      position: relative;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
  box-sizing: border-box;
}



.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
      position: relative;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image {
  box-sizing: border-box;
}



.s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container {
      position: relative;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f4ed7fc-ad6b-4bea-a8dd-39a1a44918f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-311a8f1c-b521-4a7c-9b74-bf041156e340 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-311a8f1c-b521-4a7c-9b74-bf041156e340:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-311a8f1c-b521-4a7c-9b74-bf041156e340:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-311a8f1c-b521-4a7c-9b74-bf041156e340 {
  display: none;
}
#s-311a8f1c-b521-4a7c-9b74-bf041156e340, #wrap-s-311a8f1c-b521-4a7c-9b74-bf041156e340, #wrap-content-s-311a8f1c-b521-4a7c-9b74-bf041156e340 { display: none !important; }}

  #s-311a8f1c-b521-4a7c-9b74-bf041156e340-root {
    text-align: center;
  }


#s-311a8f1c-b521-4a7c-9b74-bf041156e340.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-311a8f1c-b521-4a7c-9b74-bf041156e340-root {
    text-align: center;
  }


#s-311a8f1c-b521-4a7c-9b74-bf041156e340.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-311a8f1c-b521-4a7c-9b74-bf041156e340-root {
    text-align: center;
  }


#s-311a8f1c-b521-4a7c-9b74-bf041156e340.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-311a8f1c-b521-4a7c-9b74-bf041156e340-root {
    text-align: center;
  }


#s-311a8f1c-b521-4a7c-9b74-bf041156e340.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-311a8f1c-b521-4a7c-9b74-bf041156e340-root {
    text-align: center;
  }


#s-311a8f1c-b521-4a7c-9b74-bf041156e340.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  margin: 0 !important;
  overflow: visible;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add background color handling */
  
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
  box-sizing: border-box;
}



.s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03b89036-a3e2-4366-afa1-00281bd16197 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
      position: relative;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  margin: 0 !important;
  overflow: visible;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add background color handling */
  
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
  box-sizing: border-box;
}



.s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03b89036-a3e2-4366-afa1-00281bd16197 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
      position: relative;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  margin: 0 !important;
  overflow: visible;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add background color handling */
  
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
  box-sizing: border-box;
}



.s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03b89036-a3e2-4366-afa1-00281bd16197 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
      position: relative;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  margin: 0 !important;
  overflow: visible;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add background color handling */
  
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
  box-sizing: border-box;
}



.s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03b89036-a3e2-4366-afa1-00281bd16197 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
      position: relative;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-03b89036-a3e2-4366-afa1-00281bd16197 {
  margin: 0 !important;
  overflow: visible;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03b89036-a3e2-4366-afa1-00281bd16197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add background color handling */
  
}

#s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03b89036-a3e2-4366-afa1-00281bd16197 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-03b89036-a3e2-4366-afa1-00281bd16197 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image {
  box-sizing: border-box;
}



.s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03b89036-a3e2-4366-afa1-00281bd16197 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container {
      position: relative;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03b89036-a3e2-4366-afa1-00281bd16197 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac {
  display: none;
}
#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac, #wrap-s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac, #wrap-content-s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac { display: none !important; }}

  #s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac-root {
    text-align: center;
  }


#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac-root {
    text-align: center;
  }


#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac-root {
    text-align: center;
  }


#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac-root {
    text-align: center;
  }


#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac-root {
    text-align: center;
  }


#s-d9f588df-4f66-4e4a-8e7a-068eaf8432ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
  box-sizing: border-box;
}



.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
      position: relative;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
  box-sizing: border-box;
}



.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
      position: relative;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
  box-sizing: border-box;
}



.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
      position: relative;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
  box-sizing: border-box;
}



.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
      position: relative;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  margin: 0 !important;
  overflow: visible;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add background color handling */
  
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image {
  box-sizing: border-box;
}



.s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container {
      position: relative;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eee2b63-d5dc-410b-b5af-9d0d02e87f03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-7720a4e7-ee15-438b-bf18-30db99e154e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-7720a4e7-ee15-438b-bf18-30db99e154e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7720a4e7-ee15-438b-bf18-30db99e154e1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7720a4e7-ee15-438b-bf18-30db99e154e1 {
  display: none;
}
#s-7720a4e7-ee15-438b-bf18-30db99e154e1, #wrap-s-7720a4e7-ee15-438b-bf18-30db99e154e1, #wrap-content-s-7720a4e7-ee15-438b-bf18-30db99e154e1 { display: none !important; }}

  #s-7720a4e7-ee15-438b-bf18-30db99e154e1-root {
    text-align: center;
  }


#s-7720a4e7-ee15-438b-bf18-30db99e154e1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7720a4e7-ee15-438b-bf18-30db99e154e1-root {
    text-align: center;
  }


#s-7720a4e7-ee15-438b-bf18-30db99e154e1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7720a4e7-ee15-438b-bf18-30db99e154e1-root {
    text-align: center;
  }


#s-7720a4e7-ee15-438b-bf18-30db99e154e1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7720a4e7-ee15-438b-bf18-30db99e154e1-root {
    text-align: center;
  }


#s-7720a4e7-ee15-438b-bf18-30db99e154e1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7720a4e7-ee15-438b-bf18-30db99e154e1-root {
    text-align: center;
  }


#s-7720a4e7-ee15-438b-bf18-30db99e154e1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
  box-sizing: border-box;
}



.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
      position: relative;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
  box-sizing: border-box;
}



.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
      position: relative;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
  box-sizing: border-box;
}



.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
      position: relative;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
  box-sizing: border-box;
}



.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
      position: relative;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image {
  box-sizing: border-box;
}



.s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container {
      position: relative;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02ee7d04-92a7-46d6-924e-bbdefac341c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-a66f538c-57f6-493d-8524-4baa55e35e06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-a66f538c-57f6-493d-8524-4baa55e35e06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a66f538c-57f6-493d-8524-4baa55e35e06:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a66f538c-57f6-493d-8524-4baa55e35e06 {
  display: none;
}
#s-a66f538c-57f6-493d-8524-4baa55e35e06, #wrap-s-a66f538c-57f6-493d-8524-4baa55e35e06, #wrap-content-s-a66f538c-57f6-493d-8524-4baa55e35e06 { display: none !important; }}

  #s-a66f538c-57f6-493d-8524-4baa55e35e06-root {
    text-align: center;
  }


#s-a66f538c-57f6-493d-8524-4baa55e35e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a66f538c-57f6-493d-8524-4baa55e35e06-root {
    text-align: center;
  }


#s-a66f538c-57f6-493d-8524-4baa55e35e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a66f538c-57f6-493d-8524-4baa55e35e06-root {
    text-align: center;
  }


#s-a66f538c-57f6-493d-8524-4baa55e35e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a66f538c-57f6-493d-8524-4baa55e35e06-root {
    text-align: center;
  }


#s-a66f538c-57f6-493d-8524-4baa55e35e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a66f538c-57f6-493d-8524-4baa55e35e06-root {
    text-align: center;
  }


#s-a66f538c-57f6-493d-8524-4baa55e35e06.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-70b68147-206f-4552-80c5-711486d08ac0 {
  max-width: 1024px;
aspect-ratio: 1024/671;
text-align: center;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b68147-206f-4552-80c5-711486d08ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
  box-sizing: border-box;
}



.s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70b68147-206f-4552-80c5-711486d08ac0 {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
      position: relative;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-70b68147-206f-4552-80c5-711486d08ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b68147-206f-4552-80c5-711486d08ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
  box-sizing: border-box;
}



.s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70b68147-206f-4552-80c5-711486d08ac0 {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
      position: relative;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70b68147-206f-4552-80c5-711486d08ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b68147-206f-4552-80c5-711486d08ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
  box-sizing: border-box;
}



.s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70b68147-206f-4552-80c5-711486d08ac0 {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
      position: relative;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70b68147-206f-4552-80c5-711486d08ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b68147-206f-4552-80c5-711486d08ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
  box-sizing: border-box;
}



.s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70b68147-206f-4552-80c5-711486d08ac0 {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
      position: relative;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-70b68147-206f-4552-80c5-711486d08ac0 {
  margin: 0 !important;
  overflow: visible;
}

#s-70b68147-206f-4552-80c5-711486d08ac0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70b68147-206f-4552-80c5-711486d08ac0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add background color handling */
  
}

#s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70b68147-206f-4552-80c5-711486d08ac0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-70b68147-206f-4552-80c5-711486d08ac0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image {
  box-sizing: border-box;
}



.s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70b68147-206f-4552-80c5-711486d08ac0 {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container {
      position: relative;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70b68147-206f-4552-80c5-711486d08ac0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-bdca8a43-1747-4519-a51e-1374ad75e977 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-bdca8a43-1747-4519-a51e-1374ad75e977:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bdca8a43-1747-4519-a51e-1374ad75e977:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bdca8a43-1747-4519-a51e-1374ad75e977-root {
    text-align: center;
  }


#s-bdca8a43-1747-4519-a51e-1374ad75e977.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bdca8a43-1747-4519-a51e-1374ad75e977-root {
    text-align: center;
  }


#s-bdca8a43-1747-4519-a51e-1374ad75e977.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bdca8a43-1747-4519-a51e-1374ad75e977-root {
    text-align: center;
  }


#s-bdca8a43-1747-4519-a51e-1374ad75e977.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bdca8a43-1747-4519-a51e-1374ad75e977-root {
    text-align: center;
  }


#s-bdca8a43-1747-4519-a51e-1374ad75e977.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bdca8a43-1747-4519-a51e-1374ad75e977-root {
    text-align: center;
  }


#s-bdca8a43-1747-4519-a51e-1374ad75e977.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d7cc9d64-fc27-4fd7-b5f3-353b37b4e0b0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-d7cc9d64-fc27-4fd7-b5f3-353b37b4e0b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d7cc9d64-fc27-4fd7-b5f3-353b37b4e0b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7cc9d64-fc27-4fd7-b5f3-353b37b4e0b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  max-width: 5493px;
aspect-ratio: 5493/3662;
text-align: center;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
  box-sizing: border-box;
}



.s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
      position: relative;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

@media (min-width: 1200px){#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
  box-sizing: border-box;
}



.s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
      position: relative;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
  box-sizing: border-box;
}



.s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
      position: relative;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
  box-sizing: border-box;
}



.s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
      position: relative;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (max-width: 767px){#s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  margin: 0 !important;
  overflow: visible;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add background color handling */
  
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-eab75644-f1f2-4b9c-9813-5b06148e5149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image {
  box-sizing: border-box;
}



.s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container {
      position: relative;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eab75644-f1f2-4b9c-9813-5b06148e5149 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}
#s-c444f86e-944b-4050-abc5-88c1f0dcdc08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-c444f86e-944b-4050-abc5-88c1f0dcdc08:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c444f86e-944b-4050-abc5-88c1f0dcdc08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c444f86e-944b-4050-abc5-88c1f0dcdc08-root {
    text-align: center;
  }


#s-c444f86e-944b-4050-abc5-88c1f0dcdc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c444f86e-944b-4050-abc5-88c1f0dcdc08-root {
    text-align: center;
  }


#s-c444f86e-944b-4050-abc5-88c1f0dcdc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c444f86e-944b-4050-abc5-88c1f0dcdc08-root {
    text-align: center;
  }


#s-c444f86e-944b-4050-abc5-88c1f0dcdc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c444f86e-944b-4050-abc5-88c1f0dcdc08-root {
    text-align: center;
  }


#s-c444f86e-944b-4050-abc5-88c1f0dcdc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c444f86e-944b-4050-abc5-88c1f0dcdc08-root {
    text-align: center;
  }


#s-c444f86e-944b-4050-abc5-88c1f0dcdc08.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-88043558-4180-4aee-8672-711df9ab47b5 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-88043558-4180-4aee-8672-711df9ab47b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
  box-sizing: border-box;
}



.s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88043558-4180-4aee-8672-711df9ab47b5 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
      position: relative;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-88043558-4180-4aee-8672-711df9ab47b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-88043558-4180-4aee-8672-711df9ab47b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
  box-sizing: border-box;
}



.s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88043558-4180-4aee-8672-711df9ab47b5 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
      position: relative;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-88043558-4180-4aee-8672-711df9ab47b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-88043558-4180-4aee-8672-711df9ab47b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
  box-sizing: border-box;
}



.s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88043558-4180-4aee-8672-711df9ab47b5 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
      position: relative;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-88043558-4180-4aee-8672-711df9ab47b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-88043558-4180-4aee-8672-711df9ab47b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
  box-sizing: border-box;
}



.s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88043558-4180-4aee-8672-711df9ab47b5 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
      position: relative;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-88043558-4180-4aee-8672-711df9ab47b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-88043558-4180-4aee-8672-711df9ab47b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-88043558-4180-4aee-8672-711df9ab47b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88043558-4180-4aee-8672-711df9ab47b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-88043558-4180-4aee-8672-711df9ab47b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image {
  box-sizing: border-box;
}



.s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-88043558-4180-4aee-8672-711df9ab47b5 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container {
      position: relative;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88043558-4180-4aee-8672-711df9ab47b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36d70203-c0f4-4b41-993f-05ee3dd8cd90-root {
    text-align: center;
  }


#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36d70203-c0f4-4b41-993f-05ee3dd8cd90-root {
    text-align: center;
  }


#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36d70203-c0f4-4b41-993f-05ee3dd8cd90-root {
    text-align: center;
  }


#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36d70203-c0f4-4b41-993f-05ee3dd8cd90-root {
    text-align: center;
  }


#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36d70203-c0f4-4b41-993f-05ee3dd8cd90-root {
    text-align: center;
  }


#s-36d70203-c0f4-4b41-993f-05ee3dd8cd90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  margin: 0 !important;
  overflow: visible;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add background color handling */
  
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
  box-sizing: border-box;
}



.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
      position: relative;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  margin: 0 !important;
  overflow: visible;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add background color handling */
  
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
  box-sizing: border-box;
}



.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
      position: relative;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  margin: 0 !important;
  overflow: visible;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add background color handling */
  
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
  box-sizing: border-box;
}



.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
      position: relative;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  margin: 0 !important;
  overflow: visible;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add background color handling */
  
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
  box-sizing: border-box;
}



.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
      position: relative;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  margin: 0 !important;
  overflow: visible;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add background color handling */
  
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image {
  box-sizing: border-box;
}



.s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container {
      position: relative;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc83d9f6-30fc-4461-ab67-f257d6f159ac img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-d716ed0a-fbe2-44ae-941f-02d401af5476 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-d716ed0a-fbe2-44ae-941f-02d401af5476:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d716ed0a-fbe2-44ae-941f-02d401af5476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d716ed0a-fbe2-44ae-941f-02d401af5476-root {
    text-align: center;
  }


#s-d716ed0a-fbe2-44ae-941f-02d401af5476.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d716ed0a-fbe2-44ae-941f-02d401af5476-root {
    text-align: center;
  }


#s-d716ed0a-fbe2-44ae-941f-02d401af5476.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d716ed0a-fbe2-44ae-941f-02d401af5476-root {
    text-align: center;
  }


#s-d716ed0a-fbe2-44ae-941f-02d401af5476.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d716ed0a-fbe2-44ae-941f-02d401af5476-root {
    text-align: center;
  }


#s-d716ed0a-fbe2-44ae-941f-02d401af5476.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d716ed0a-fbe2-44ae-941f-02d401af5476-root {
    text-align: center;
  }


#s-d716ed0a-fbe2-44ae-941f-02d401af5476.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  max-width: 3032px;
aspect-ratio: 3032/2020;
text-align: center;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  margin: 0 !important;
  overflow: visible;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add background color handling */
  
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
  box-sizing: border-box;
}



.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
      position: relative;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

@media (min-width: 1200px){#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  margin: 0 !important;
  overflow: visible;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add background color handling */
  
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
  box-sizing: border-box;
}



.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
      position: relative;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  margin: 0 !important;
  overflow: visible;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add background color handling */
  
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
  box-sizing: border-box;
}



.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
      position: relative;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  margin: 0 !important;
  overflow: visible;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add background color handling */
  
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
  box-sizing: border-box;
}



.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
      position: relative;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (max-width: 767px){#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  margin: 0 !important;
  overflow: visible;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add background color handling */
  
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 .shogun-image-content {
  
    justify-content: center;
  
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image {
  box-sizing: border-box;
}



.s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container {
      position: relative;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-396ee158-5b0c-46dd-9d3a-9481cfbec876 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}
#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787-root {
    text-align: center;
  }


#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787-root {
    text-align: center;
  }


#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787-root {
    text-align: center;
  }


#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787-root {
    text-align: center;
  }


#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787-root {
    text-align: center;
  }


#s-f936e4bc-2fdd-4e78-8bbe-3e190a7c5787.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
  box-sizing: border-box;
}



.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
      position: relative;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
  box-sizing: border-box;
}



.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
      position: relative;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
  box-sizing: border-box;
}



.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
      position: relative;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
  box-sizing: border-box;
}



.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
      position: relative;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  margin: 0 !important;
  overflow: visible;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add background color handling */
  
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image {
  box-sizing: border-box;
}



.s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container {
      position: relative;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4eee6a-5ea4-4b34-b8ea-9bee4f1252a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7ec15b0-c4a8-4d05-8303-7e1142aab719-root {
    text-align: center;
  }


#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7ec15b0-c4a8-4d05-8303-7e1142aab719-root {
    text-align: center;
  }


#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7ec15b0-c4a8-4d05-8303-7e1142aab719-root {
    text-align: center;
  }


#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7ec15b0-c4a8-4d05-8303-7e1142aab719-root {
    text-align: center;
  }


#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7ec15b0-c4a8-4d05-8303-7e1142aab719-root {
    text-align: center;
  }


#s-a7ec15b0-c4a8-4d05-8303-7e1142aab719.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
  box-sizing: border-box;
}



.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
      position: relative;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
  box-sizing: border-box;
}



.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
      position: relative;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
  box-sizing: border-box;
}



.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
      position: relative;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
  box-sizing: border-box;
}



.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
      position: relative;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  margin: 0 !important;
  overflow: visible;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add background color handling */
  
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image {
  box-sizing: border-box;
}



.s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container {
      position: relative;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d06a5da4-6b2b-4136-ad29-3ebc105708b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-03cc97b8-aafc-4939-b1d7-b73263245bd0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-03cc97b8-aafc-4939-b1d7-b73263245bd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03cc97b8-aafc-4939-b1d7-b73263245bd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03cc97b8-aafc-4939-b1d7-b73263245bd0-root {
    text-align: center;
  }


#s-03cc97b8-aafc-4939-b1d7-b73263245bd0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03cc97b8-aafc-4939-b1d7-b73263245bd0-root {
    text-align: center;
  }


#s-03cc97b8-aafc-4939-b1d7-b73263245bd0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03cc97b8-aafc-4939-b1d7-b73263245bd0-root {
    text-align: center;
  }


#s-03cc97b8-aafc-4939-b1d7-b73263245bd0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03cc97b8-aafc-4939-b1d7-b73263245bd0-root {
    text-align: center;
  }


#s-03cc97b8-aafc-4939-b1d7-b73263245bd0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03cc97b8-aafc-4939-b1d7-b73263245bd0-root {
    text-align: center;
  }


#s-03cc97b8-aafc-4939-b1d7-b73263245bd0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ede7b272-a5e5-4643-b0b4-8bed27e0735f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}








#s-ede7b272-a5e5-4643-b0b4-8bed27e0735f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ede7b272-a5e5-4643-b0b4-8bed27e0735f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-10d7b411-0840-4e81-85ec-4ff2a9bda322"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-10d7b411-0840-4e81-85ec-4ff2a9bda322"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-10d7b411-0840-4e81-85ec-4ff2a9bda322"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-10d7b411-0840-4e81-85ec-4ff2a9bda322"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
  box-sizing: border-box;
}



.s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57a8638-fd11-4100-94e2-51e93624fb78 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
      position: relative;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
  box-sizing: border-box;
}



.s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57a8638-fd11-4100-94e2-51e93624fb78 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
      position: relative;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
  box-sizing: border-box;
}



.s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57a8638-fd11-4100-94e2-51e93624fb78 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
      position: relative;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
  box-sizing: border-box;
}



.s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57a8638-fd11-4100-94e2-51e93624fb78 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
      position: relative;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  margin: 0 !important;
  overflow: visible;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d57a8638-fd11-4100-94e2-51e93624fb78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add background color handling */
  
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d57a8638-fd11-4100-94e2-51e93624fb78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d57a8638-fd11-4100-94e2-51e93624fb78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image {
  box-sizing: border-box;
}



.s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d57a8638-fd11-4100-94e2-51e93624fb78 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container {
      position: relative;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d57a8638-fd11-4100-94e2-51e93624fb78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817-root {
    text-align: center;
  }


#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817-root {
    text-align: center;
  }


#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817-root {
    text-align: center;
  }


#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817-root {
    text-align: center;
  }


#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817-root {
    text-align: center;
  }


#s-f9052d6b-69c0-4ab2-9b75-e3e73cb5b817.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
  box-sizing: border-box;
}



.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
      position: relative;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
  box-sizing: border-box;
}



.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
      position: relative;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
  box-sizing: border-box;
}



.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
      position: relative;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
  box-sizing: border-box;
}



.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
      position: relative;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  margin: 0 !important;
  overflow: visible;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add background color handling */
  
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image {
  box-sizing: border-box;
}



.s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container {
      position: relative;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5864d33a-e77a-4fe6-b6f0-b5283714ee98 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293-root {
    text-align: center;
  }


#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293-root {
    text-align: center;
  }


#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293-root {
    text-align: center;
  }


#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293-root {
    text-align: center;
  }


#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293-root {
    text-align: center;
  }


#s-8d2ad3bf-2d18-445d-9dbb-5a7838c4f293.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
  box-sizing: border-box;
}



.s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10a7ff30-542f-424a-8821-982a2db31eb6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
      position: relative;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
  box-sizing: border-box;
}



.s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10a7ff30-542f-424a-8821-982a2db31eb6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
      position: relative;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
  box-sizing: border-box;
}



.s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10a7ff30-542f-424a-8821-982a2db31eb6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
      position: relative;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
  box-sizing: border-box;
}



.s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10a7ff30-542f-424a-8821-982a2db31eb6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
      position: relative;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  margin: 0 !important;
  overflow: visible;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10a7ff30-542f-424a-8821-982a2db31eb6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add background color handling */
  
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10a7ff30-542f-424a-8821-982a2db31eb6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-10a7ff30-542f-424a-8821-982a2db31eb6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image {
  box-sizing: border-box;
}



.s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-10a7ff30-542f-424a-8821-982a2db31eb6 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container {
      position: relative;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10a7ff30-542f-424a-8821-982a2db31eb6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5-root {
    text-align: center;
  }


#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5-root {
    text-align: center;
  }


#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5-root {
    text-align: center;
  }


#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5-root {
    text-align: center;
  }


#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5-root {
    text-align: center;
  }


#s-3baf8daa-6d7b-45a3-9b9d-44ef98a60eb5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  max-width: 2121px;
aspect-ratio: 2121/1414;
text-align: center;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
  box-sizing: border-box;
}



.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
      position: relative;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

@media (min-width: 1200px){#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
  box-sizing: border-box;
}



.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
      position: relative;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
  box-sizing: border-box;
}



.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
      position: relative;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
  box-sizing: border-box;
}



.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
      position: relative;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (max-width: 767px){#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }

    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-link {
      aspect-ratio: 2121/1414;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image {
  box-sizing: border-box;
}



.s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 {
      --shg-aspect-ratio: calc(2121/1414); 
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container {
      position: relative;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc9ddefd-7b78-4c58-8ad7-bf69d6f29e03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}
#s-da624fc8-c0b3-4e74-b094-e91e4721695d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-da624fc8-c0b3-4e74-b094-e91e4721695d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da624fc8-c0b3-4e74-b094-e91e4721695d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da624fc8-c0b3-4e74-b094-e91e4721695d-root {
    text-align: center;
  }


#s-da624fc8-c0b3-4e74-b094-e91e4721695d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da624fc8-c0b3-4e74-b094-e91e4721695d-root {
    text-align: center;
  }


#s-da624fc8-c0b3-4e74-b094-e91e4721695d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da624fc8-c0b3-4e74-b094-e91e4721695d-root {
    text-align: center;
  }


#s-da624fc8-c0b3-4e74-b094-e91e4721695d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da624fc8-c0b3-4e74-b094-e91e4721695d-root {
    text-align: center;
  }


#s-da624fc8-c0b3-4e74-b094-e91e4721695d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da624fc8-c0b3-4e74-b094-e91e4721695d-root {
    text-align: center;
  }


#s-da624fc8-c0b3-4e74-b094-e91e4721695d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
  box-sizing: border-box;
}



.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
      position: relative;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
  box-sizing: border-box;
}



.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
      position: relative;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
  box-sizing: border-box;
}



.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
      position: relative;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
  box-sizing: border-box;
}



.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
      position: relative;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image {
  box-sizing: border-box;
}



.s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container {
      position: relative;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4ee6c66-80e0-4860-be68-a30df973f5d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-f85d375e-d411-4245-9597-6ace2b28b17a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f85d375e-d411-4245-9597-6ace2b28b17a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f85d375e-d411-4245-9597-6ace2b28b17a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f85d375e-d411-4245-9597-6ace2b28b17a-root {
    text-align: center;
  }


#s-f85d375e-d411-4245-9597-6ace2b28b17a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f85d375e-d411-4245-9597-6ace2b28b17a-root {
    text-align: center;
  }


#s-f85d375e-d411-4245-9597-6ace2b28b17a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f85d375e-d411-4245-9597-6ace2b28b17a-root {
    text-align: center;
  }


#s-f85d375e-d411-4245-9597-6ace2b28b17a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f85d375e-d411-4245-9597-6ace2b28b17a-root {
    text-align: center;
  }


#s-f85d375e-d411-4245-9597-6ace2b28b17a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f85d375e-d411-4245-9597-6ace2b28b17a-root {
    text-align: center;
  }


#s-f85d375e-d411-4245-9597-6ace2b28b17a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
  box-sizing: border-box;
}



.s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
      position: relative;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
  box-sizing: border-box;
}



.s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
      position: relative;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
  box-sizing: border-box;
}



.s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
      position: relative;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
  box-sizing: border-box;
}



.s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
      position: relative;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  margin: 0 !important;
  overflow: visible;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add background color handling */
  
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b2df151c-9ba4-4b22-8387-4302b1a27338 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image {
  box-sizing: border-box;
}



.s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container {
      position: relative;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2df151c-9ba4-4b22-8387-4302b1a27338 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-8efed64e-887d-48c0-9cf3-de485369bb14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-8efed64e-887d-48c0-9cf3-de485369bb14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8efed64e-887d-48c0-9cf3-de485369bb14:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8efed64e-887d-48c0-9cf3-de485369bb14-root {
    text-align: center;
  }


#s-8efed64e-887d-48c0-9cf3-de485369bb14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8efed64e-887d-48c0-9cf3-de485369bb14-root {
    text-align: center;
  }


#s-8efed64e-887d-48c0-9cf3-de485369bb14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8efed64e-887d-48c0-9cf3-de485369bb14-root {
    text-align: center;
  }


#s-8efed64e-887d-48c0-9cf3-de485369bb14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8efed64e-887d-48c0-9cf3-de485369bb14-root {
    text-align: center;
  }


#s-8efed64e-887d-48c0-9cf3-de485369bb14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8efed64e-887d-48c0-9cf3-de485369bb14-root {
    text-align: center;
  }


#s-8efed64e-887d-48c0-9cf3-de485369bb14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 {
  margin-top: auto;
margin-bottom: auto;
}
}
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-dot {
  background-color: rgba(1, 179, 227, 1);
}

#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-nav-button.shg-sld-left,
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 179, 227, 1);
}

#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


@media (min-width: 1200px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (max-width: 767px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}
#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}
#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin-left: auto;
margin-right: auto;
max-width: 970px;
text-align: center;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}
#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


@media (min-width: 1200px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (max-width: 767px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}
#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


@media (min-width: 1200px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


}@media (max-width: 767px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


}
#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
aspect-ratio: 1900/500;
text-align: center;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

@media (min-width: 1200px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (max-width: 767px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}
#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


}
#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


@media (min-width: 1200px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (max-width: 767px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}
#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  max-width: 1900px;
text-align: center;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}
#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  max-width: 3959px;
aspect-ratio: 3959/1042;
text-align: center;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

@media (min-width: 1200px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (max-width: 767px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}
#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  max-width: 1900px;
text-align: center;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


@media (min-width: 1200px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


}@media (max-width: 767px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51f87acc-7790-42ef-bd42-3b27a7e08040 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-51f87acc-7790-42ef-bd42-3b27a7e08040 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51f87acc-7790-42ef-bd42-3b27a7e08040 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51f87acc-7790-42ef-bd42-3b27a7e08040 {
  
}
}@media (max-width: 767px){#s-51f87acc-7790-42ef-bd42-3b27a7e08040 {
  
}
}







#s-51f87acc-7790-42ef-bd42-3b27a7e08040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51f87acc-7790-42ef-bd42-3b27a7e08040.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c0559682-7e5c-4df6-8bd3-01d88f2a53e7 {
  padding-top: 24px;
padding-left: 5%;
padding-bottom: 24px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 179, 227, 1);
border-style: solid;
border-radius: 0px;
min-height: 41px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c0559682-7e5c-4df6-8bd3-01d88f2a53e7 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-c0559682-7e5c-4df6-8bd3-01d88f2a53e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0559682-7e5c-4df6-8bd3-01d88f2a53e7.shg-box.shg-c {
  justify-content: center;
}

#s-6c868593-0833-419d-bedb-92c0a2a737a1 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
background-color: rgba(1, 179, 227, 1);
}

#s-6c868593-0833-419d-bedb-92c0a2a737a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-1ff599f4-b186-4b2f-abd5-6c2589cd2016 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 179, 227, 1);
border-style: solid;
background-color: rgba(1, 179, 227, 1);
}

@media (min-width: 0px) {
[id="s-1ff599f4-b186-4b2f-abd5-6c2589cd2016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ff599f4-b186-4b2f-abd5-6c2589cd2016"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1ff599f4-b186-4b2f-abd5-6c2589cd2016"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1ff599f4-b186-4b2f-abd5-6c2589cd2016"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7821152e-cdfc-4e7e-8685-c99e428b28e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7821152e-cdfc-4e7e-8685-c99e428b28e5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7821152e-cdfc-4e7e-8685-c99e428b28e5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin: 0 !important;
  overflow: visible;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add background color handling */
  
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e .shogun-image-content {
  
    justify-content: center;
  
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image {
  box-sizing: border-box;
}



.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  
}


@media (min-width: 1200px){#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin: 0 !important;
  overflow: visible;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add background color handling */
  
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e .shogun-image-content {
  
    justify-content: center;
  
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image {
  box-sizing: border-box;
}



.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin: 0 !important;
  overflow: visible;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add background color handling */
  
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e .shogun-image-content {
  
    justify-content: center;
  
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image {
  box-sizing: border-box;
}



.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin: 0 !important;
  overflow: visible;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add background color handling */
  
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e .shogun-image-content {
  
    justify-content: center;
  
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image {
  box-sizing: border-box;
}



.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  
}


}@media (max-width: 767px){#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  margin: 0 !important;
  overflow: visible;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add background color handling */
  
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e .shogun-image-content {
  
    justify-content: center;
  
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e.shogun-image {
  box-sizing: border-box;
}



.s-af6a8ba6-8cb9-49a0-adf6-e34e30a8a10e img.shogun-image {
  
}


}
#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin: 0 !important;
  overflow: visible;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add background color handling */
  
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91dd04a9-ae51-4927-95a0-5c23a9079319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image {
  box-sizing: border-box;
}



.s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  
}


@media (min-width: 1200px){#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin: 0 !important;
  overflow: visible;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add background color handling */
  
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91dd04a9-ae51-4927-95a0-5c23a9079319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image {
  box-sizing: border-box;
}



.s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin: 0 !important;
  overflow: visible;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add background color handling */
  
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91dd04a9-ae51-4927-95a0-5c23a9079319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image {
  box-sizing: border-box;
}



.s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin: 0 !important;
  overflow: visible;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add background color handling */
  
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91dd04a9-ae51-4927-95a0-5c23a9079319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image {
  box-sizing: border-box;
}



.s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  
}


}@media (max-width: 767px){#s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  margin: 0 !important;
  overflow: visible;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91dd04a9-ae51-4927-95a0-5c23a9079319 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add background color handling */
  
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91dd04a9-ae51-4927-95a0-5c23a9079319 .shogun-image-content {
  
    justify-content: center;
  
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91dd04a9-ae51-4927-95a0-5c23a9079319.shogun-image {
  box-sizing: border-box;
}



.s-91dd04a9-ae51-4927-95a0-5c23a9079319 img.shogun-image {
  
}


}
#s-81cb00cd-18e1-4862-a030-ee431d52a785 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(1, 179, 227, 1);
}
@media (min-width: 1200px){#s-81cb00cd-18e1-4862-a030-ee431d52a785 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-bottom: 1%;
}
}
#s-81cb00cd-18e1-4862-a030-ee431d52a785 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: auto;
margin-left: 0px;
margin-bottom: auto;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  padding-top: 0%;
padding-bottom: 0%;
min-height: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: auto;
margin-bottom: auto;
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: auto;
margin-bottom: auto;
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a8135704-cfc9-4334-9991-de2a326c95ba {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a8135704-cfc9-4334-9991-de2a326c95ba {
  margin-top: auto;
margin-bottom: auto;
}
}







#s-a8135704-cfc9-4334-9991-de2a326c95ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8135704-cfc9-4334-9991-de2a326c95ba.shg-box.shg-c {
  justify-content: center;
}

#s-e49549f7-75d2-4395-8349-057d86bc098d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e49549f7-75d2-4395-8349-057d86bc098d {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
min-height: 0px;
}
}
@media (min-width: 0px) {
[id="s-e49549f7-75d2-4395-8349-057d86bc098d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e49549f7-75d2-4395-8349-057d86bc098d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e49549f7-75d2-4395-8349-057d86bc098d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e49549f7-75d2-4395-8349-057d86bc098d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4d734a12-36d2-4515-a3ab-8992520014c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4d734a12-36d2-4515-a3ab-8992520014c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4d734a12-36d2-4515-a3ab-8992520014c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4d734a12-36d2-4515-a3ab-8992520014c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4d734a12-36d2-4515-a3ab-8992520014c5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-4d734a12-36d2-4515-a3ab-8992520014c5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d734a12-36d2-4515-a3ab-8992520014c5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9891af35-bbb4-4265-bd6f-784bb906010c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  border-color: rgba(255, 255, 255, 1);
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9891af35-bbb4-4265-bd6f-784bb906010c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9891af35-bbb4-4265-bd6f-784bb906010c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9891af35-bbb4-4265-bd6f-784bb906010c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9891af35-bbb4-4265-bd6f-784bb906010c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9891af35-bbb4-4265-bd6f-784bb906010c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-9891af35-bbb4-4265-bd6f-784bb906010c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9891af35-bbb4-4265-bd6f-784bb906010c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c85e1c18-aa97-4334-9751-502fbd98c899 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(1, 179, 227, 1);
}
@media (min-width: 1200px){#s-c85e1c18-aa97-4334-9751-502fbd98c899 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-bottom: 1%;
}
}
#s-c85e1c18-aa97-4334-9751-502fbd98c899 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d8a46322-8556-4e62-a5e8-96d78ebb16e5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-d8a46322-8556-4e62-a5e8-96d78ebb16e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8a46322-8556-4e62-a5e8-96d78ebb16e5.shg-box.shg-c {
  justify-content: center;
}

#s-7f82f26e-e975-4be5-8925-6d8651a8436d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-7f82f26e-e975-4be5-8925-6d8651a8436d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-7f82f26e-e975-4be5-8925-6d8651a8436d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f82f26e-e975-4be5-8925-6d8651a8436d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f82f26e-e975-4be5-8925-6d8651a8436d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f82f26e-e975-4be5-8925-6d8651a8436d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44892ef6-1ad6-4825-ba0c-4d6af4e946b9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-90d0e91c-6a73-4e44-9770-2f5275003e7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-90d0e91c-6a73-4e44-9770-2f5275003e7a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90d0e91c-6a73-4e44-9770-2f5275003e7a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-33531169-b63a-4daf-a7b0-d01849cc3c0f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-33531169-b63a-4daf-a7b0-d01849cc3c0f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-33531169-b63a-4daf-a7b0-d01849cc3c0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33531169-b63a-4daf-a7b0-d01849cc3c0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33531169-b63a-4daf-a7b0-d01849cc3c0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33531169-b63a-4daf-a7b0-d01849cc3c0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-452b63c9-d3e4-4f00-af55-78e5109e78db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-452b63c9-d3e4-4f00-af55-78e5109e78db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  background: rgba(246, 227, 203, 1);
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-452b63c9-d3e4-4f00-af55-78e5109e78db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-452b63c9-d3e4-4f00-af55-78e5109e78db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-452b63c9-d3e4-4f00-af55-78e5109e78db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-452b63c9-d3e4-4f00-af55-78e5109e78db .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-452b63c9-d3e4-4f00-af55-78e5109e78db.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1ce28c00-690c-43d3-89a8-3f294c008c73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-1ce28c00-690c-43d3-89a8-3f294c008c73 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce28c00-690c-43d3-89a8-3f294c008c73.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0f93511b-d735-4757-8d22-c8455159d803 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0f93511b-d735-4757-8d22-c8455159d803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f93511b-d735-4757-8d22-c8455159d803.shg-box.shg-c {
  justify-content: center;
}

#s-bd2a1464-fc52-4b77-b712-d5a6412cb36a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-bd2a1464-fc52-4b77-b712-d5a6412cb36a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-bd2a1464-fc52-4b77-b712-d5a6412cb36a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd2a1464-fc52-4b77-b712-d5a6412cb36a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd2a1464-fc52-4b77-b712-d5a6412cb36a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd2a1464-fc52-4b77-b712-d5a6412cb36a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e813946-84b4-4c6e-8872-e23603a0a506 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e813946-84b4-4c6e-8872-e23603a0a506 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e813946-84b4-4c6e-8872-e23603a0a506 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e813946-84b4-4c6e-8872-e23603a0a506 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7e813946-84b4-4c6e-8872-e23603a0a506 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7e813946-84b4-4c6e-8872-e23603a0a506 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e813946-84b4-4c6e-8872-e23603a0a506.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1c4b0ae-17c9-4f47-b9db-e491690ab1b6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin-left: auto;
margin-right: auto;
max-width: 2219px;
text-align: center;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0604c12-668f-4310-8902-d575aae81c5a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a img.shogun-image {
  width: 100%;
  
  
  max-width: 2219px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0604c12-668f-4310-8902-d575aae81c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0604c12-668f-4310-8902-d575aae81c5a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0604c12-668f-4310-8902-d575aae81c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0604c12-668f-4310-8902-d575aae81c5a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0604c12-668f-4310-8902-d575aae81c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0604c12-668f-4310-8902-d575aae81c5a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0604c12-668f-4310-8902-d575aae81c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e0604c12-668f-4310-8902-d575aae81c5a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e0604c12-668f-4310-8902-d575aae81c5a .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e0604c12-668f-4310-8902-d575aae81c5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e0604c12-668f-4310-8902-d575aae81c5a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0604c12-668f-4310-8902-d575aae81c5a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fefb1ec0-108a-4070-b0e9-6612475d67c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-fefb1ec0-108a-4070-b0e9-6612475d67c8 {
  padding-left: 3%;
padding-right: 3%;
max-width: 1600px;
}
}
#s-fefb1ec0-108a-4070-b0e9-6612475d67c8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fefb1ec0-108a-4070-b0e9-6612475d67c8 .shg-sld-nav-button.shg-sld-left,
#s-fefb1ec0-108a-4070-b0e9-6612475d67c8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-cbe7c948-39ea-49bb-9740-de8e9358d7df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbe7c948-39ea-49bb-9740-de8e9358d7df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cbe7c948-39ea-49bb-9740-de8e9358d7df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbe7c948-39ea-49bb-9740-de8e9358d7df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-cbe7c948-39ea-49bb-9740-de8e9358d7df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31a71ebb-6c61-461d-a9a2-2920eb83db7c {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 40px;
max-width: 1600px;
}








#s-31a71ebb-6c61-461d-a9a2-2920eb83db7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31a71ebb-6c61-461d-a9a2-2920eb83db7c.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-0f1235bb-7ddf-4d7c-bead-17c41559d651 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-9de398b8-e742-479d-ae6c-e4a0a695f47d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9de398b8-e742-479d-ae6c-e4a0a695f47d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9de398b8-e742-479d-ae6c-e4a0a695f47d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9de398b8-e742-479d-ae6c-e4a0a695f47d-root {
    text-align: center;
  }


#s-9de398b8-e742-479d-ae6c-e4a0a695f47d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9de398b8-e742-479d-ae6c-e4a0a695f47d-root {
    text-align: center;
  }


#s-9de398b8-e742-479d-ae6c-e4a0a695f47d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9de398b8-e742-479d-ae6c-e4a0a695f47d-root {
    text-align: center;
  }


#s-9de398b8-e742-479d-ae6c-e4a0a695f47d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9de398b8-e742-479d-ae6c-e4a0a695f47d-root {
    text-align: center;
  }


#s-9de398b8-e742-479d-ae6c-e4a0a695f47d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9de398b8-e742-479d-ae6c-e4a0a695f47d-root {
    text-align: center;
  }


#s-9de398b8-e742-479d-ae6c-e4a0a695f47d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-2a4be316-024f-4b82-869e-e533d69b4e39 {
  min-height: 39px;
}








#s-2a4be316-024f-4b82-869e-e533d69b4e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a4be316-024f-4b82-869e-e533d69b4e39.shg-box.shg-c {
  justify-content: center;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  max-width: 1024px;
text-align: center;
}
@media (min-width: 1200px){#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}
}
#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image {
  box-sizing: border-box;
}



.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  
}


@media (min-width: 1200px){#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image {
  box-sizing: border-box;
}



.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image {
  box-sizing: border-box;
}



.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image {
  box-sizing: border-box;
}



.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  
}


}@media (max-width: 767px){#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  margin: 0 !important;
  overflow: visible;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add background color handling */
  
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e.shogun-image {
  box-sizing: border-box;
}



.s-b0a5b590-18bc-47ab-aeec-8d9411ae4f6e img.shogun-image {
  
}


}
#s-8dd79a43-0ec8-49c9-b17d-02f408528bb0 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-8dd79a43-0ec8-49c9-b17d-02f408528bb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd79a43-0ec8-49c9-b17d-02f408528bb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd79a43-0ec8-49c9-b17d-02f408528bb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd79a43-0ec8-49c9-b17d-02f408528bb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-8dd79a43-0ec8-49c9-b17d-02f408528bb0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0ff6c948-97f2-488d-8cd3-12a459e747da {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 40px;
}








#s-0ff6c948-97f2-488d-8cd3-12a459e747da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ff6c948-97f2-488d-8cd3-12a459e747da.shg-box.shg-c {
  justify-content: center;
}

#s-1f4b9a57-69fe-4dd8-a589-dca9b7d03acc {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-2692d119-247f-4799-90d0-cd29973ad0dc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b-root {
    text-align: center;
  }


#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b-root {
    text-align: center;
  }


#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b-root {
    text-align: center;
  }


#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b-root {
    text-align: center;
  }


#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b-root {
    text-align: center;
  }


#s-86793d55-19b1-4ebb-a3d0-82306d5a9b8b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-2eff99f8-a907-45d9-8625-0a745da404f9 {
  margin-left: 2%;
margin-right: 2%;
min-height: 40px;
}








#s-2eff99f8-a907-45d9-8625-0a745da404f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2eff99f8-a907-45d9-8625-0a745da404f9.shg-box.shg-c {
  justify-content: center;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  max-width: 1600px;
}
}
#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  margin: 0 !important;
  overflow: visible;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add background color handling */
  
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b .shogun-image-content {
  
    justify-content: center;
  
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image {
  box-sizing: border-box;
}



.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  
}


@media (min-width: 1200px){#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  margin: 0 !important;
  overflow: visible;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add background color handling */
  
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b .shogun-image-content {
  
    justify-content: center;
  
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image {
  box-sizing: border-box;
}



.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  margin: 0 !important;
  overflow: visible;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add background color handling */
  
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b .shogun-image-content {
  
    justify-content: center;
  
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image {
  box-sizing: border-box;
}



.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  margin: 0 !important;
  overflow: visible;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add background color handling */
  
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b .shogun-image-content {
  
    justify-content: center;
  
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image {
  box-sizing: border-box;
}



.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  
}


}@media (max-width: 767px){#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  margin: 0 !important;
  overflow: visible;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add background color handling */
  
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b .shogun-image-content {
  
    justify-content: center;
  
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b.shogun-image {
  box-sizing: border-box;
}



.s-843f8cbb-ab78-4b23-a31d-9cbe6b05921b img.shogun-image {
  
}


}
#s-9dd3880a-d8aa-4328-b500-ecb17d925e74 {
  margin-top: -20px;
margin-bottom: -20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9dd3880a-d8aa-4328-b500-ecb17d925e74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dd3880a-d8aa-4328-b500-ecb17d925e74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9dd3880a-d8aa-4328-b500-ecb17d925e74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dd3880a-d8aa-4328-b500-ecb17d925e74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px) {
  [id="s-9dd3880a-d8aa-4328-b500-ecb17d925e74"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-15b8aec5-e1ec-4385-a3a8-7533dec55d7a {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 40px;
}








#s-15b8aec5-e1ec-4385-a3a8-7533dec55d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15b8aec5-e1ec-4385-a3a8-7533dec55d7a.shg-box.shg-c {
  justify-content: center;
}

#s-6f764bc5-a1ce-44f5-bfb8-2d59a9cd6a58 {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-debf85a2-119c-40bd-af83-647f9f85f66f {
  margin-top: 4px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4a1b265c-9cdf-4539-a816-248623209cbf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4a1b265c-9cdf-4539-a816-248623209cbf:hover {background-color: rgba(92, 162, 211, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a1b265c-9cdf-4539-a816-248623209cbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a1b265c-9cdf-4539-a816-248623209cbf-root {
    text-align: center;
  }


#s-4a1b265c-9cdf-4539-a816-248623209cbf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a1b265c-9cdf-4539-a816-248623209cbf-root {
    text-align: center;
  }


#s-4a1b265c-9cdf-4539-a816-248623209cbf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a1b265c-9cdf-4539-a816-248623209cbf-root {
    text-align: center;
  }


#s-4a1b265c-9cdf-4539-a816-248623209cbf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a1b265c-9cdf-4539-a816-248623209cbf-root {
    text-align: center;
  }


#s-4a1b265c-9cdf-4539-a816-248623209cbf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a1b265c-9cdf-4539-a816-248623209cbf-root {
    text-align: center;
  }


#s-4a1b265c-9cdf-4539-a816-248623209cbf.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-16f4ae57-69ff-47d6-8562-8b90120a1f2c {
  margin-left: 2%;
margin-right: 2%;
min-height: 40px;
}
@media (min-width: 1200px){#s-16f4ae57-69ff-47d6-8562-8b90120a1f2c {
  margin-left: auto;
margin-right: auto;
}
}







#s-16f4ae57-69ff-47d6-8562-8b90120a1f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16f4ae57-69ff-47d6-8562-8b90120a1f2c.shg-box.shg-c {
  justify-content: center;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  max-width: 2121px;
text-align: center;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  margin: 0 !important;
  overflow: visible;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add background color handling */
  
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image {
  box-sizing: border-box;
}



.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  margin: 0 !important;
  overflow: visible;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add background color handling */
  
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image {
  box-sizing: border-box;
}



.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  margin: 0 !important;
  overflow: visible;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add background color handling */
  
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image {
  box-sizing: border-box;
}



.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  margin: 0 !important;
  overflow: visible;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add background color handling */
  
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image {
  box-sizing: border-box;
}



.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  margin: 0 !important;
  overflow: visible;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add background color handling */
  
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e62aed2e-da03-4ee5-b5a4-2962d2c42272.shogun-image {
  box-sizing: border-box;
}



.s-e62aed2e-da03-4ee5-b5a4-2962d2c42272 img.shogun-image {
  
}


}
@media (min-width: 0px) {
[id="s-5501b107-8c46-4926-bc69-df7bd52d2ff4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5501b107-8c46-4926-bc69-df7bd52d2ff4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5501b107-8c46-4926-bc69-df7bd52d2ff4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5501b107-8c46-4926-bc69-df7bd52d2ff4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-5501b107-8c46-4926-bc69-df7bd52d2ff4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8b6e9ba3-2a9b-4d39-bd56-218402d33b68 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 40px;
}








#s-8b6e9ba3-2a9b-4d39-bd56-218402d33b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b6e9ba3-2a9b-4d39-bd56-218402d33b68.shg-box.shg-c {
  justify-content: center;
}

#s-50953488-250a-42df-8a82-ac7f38194f63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50953488-250a-42df-8a82-ac7f38194f63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50953488-250a-42df-8a82-ac7f38194f63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50953488-250a-42df-8a82-ac7f38194f63-root {
    text-align: center;
  }


#s-50953488-250a-42df-8a82-ac7f38194f63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50953488-250a-42df-8a82-ac7f38194f63-root {
    text-align: center;
  }


#s-50953488-250a-42df-8a82-ac7f38194f63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50953488-250a-42df-8a82-ac7f38194f63-root {
    text-align: center;
  }


#s-50953488-250a-42df-8a82-ac7f38194f63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50953488-250a-42df-8a82-ac7f38194f63-root {
    text-align: center;
  }


#s-50953488-250a-42df-8a82-ac7f38194f63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50953488-250a-42df-8a82-ac7f38194f63-root {
    text-align: center;
  }


#s-50953488-250a-42df-8a82-ac7f38194f63.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d2aa3908-b19f-4af4-b230-d56ddefff1c7 {
  min-height: 39px;
}








#s-d2aa3908-b19f-4af4-b230-d56ddefff1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2aa3908-b19f-4af4-b230-d56ddefff1c7.shg-box.shg-c {
  justify-content: center;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  margin: 0 !important;
  overflow: visible;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add background color handling */
  
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-content {
  
    justify-content: center;
  
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
  box-sizing: border-box;
}



.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
      position: relative;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  margin: 0 !important;
  overflow: visible;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add background color handling */
  
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-content {
  
    justify-content: center;
  
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
  box-sizing: border-box;
}



.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
      position: relative;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  margin: 0 !important;
  overflow: visible;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add background color handling */
  
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-content {
  
    justify-content: center;
  
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
  box-sizing: border-box;
}



.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
      position: relative;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  margin: 0 !important;
  overflow: visible;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add background color handling */
  
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-content {
  
    justify-content: center;
  
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
  box-sizing: border-box;
}



.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
      position: relative;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  margin: 0 !important;
  overflow: visible;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add background color handling */
  
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c .shogun-image-content {
  
    justify-content: center;
  
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image {
  box-sizing: border-box;
}



.s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container {
      position: relative;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-316a8dd9-3e46-47d1-87ae-19b86c4ad77c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
@media (min-width: 0px) {
[id="s-58b22dad-e4cd-4412-85d0-8b56144683eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58b22dad-e4cd-4412-85d0-8b56144683eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-58b22dad-e4cd-4412-85d0-8b56144683eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-58b22dad-e4cd-4412-85d0-8b56144683eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-58b22dad-e4cd-4412-85d0-8b56144683eb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-45f221bb-0e08-4d9b-9f5b-49fd94acb4ca {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
min-height: 50px;
}








#s-45f221bb-0e08-4d9b-9f5b-49fd94acb4ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45f221bb-0e08-4d9b-9f5b-49fd94acb4ca.shg-box.shg-c {
  justify-content: center;
}

#s-39805737-71fe-4a00-b27d-1c632d78b65a {
  min-height: 50px;
}








#s-39805737-71fe-4a00-b27d-1c632d78b65a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39805737-71fe-4a00-b27d-1c632d78b65a.shg-box.shg-c {
  justify-content: center;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  max-width: 2325px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
  box-sizing: border-box;
}



.s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
      position: relative;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

@media (min-width: 1200px){#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
  box-sizing: border-box;
}



.s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
      position: relative;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
  box-sizing: border-box;
}



.s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
      position: relative;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
  box-sizing: border-box;
}



.s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
      position: relative;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}@media (max-width: 767px){#s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2325px;
  }



  img.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
    
    
    
    max-height: 2325px;
  }


.s-e3215e62-3e48-46af-bc3c-c55e210684d7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image {
  box-sizing: border-box;
}



.s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container {
      position: relative;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3215e62-3e48-46af-bc3c-c55e210684d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2325px;
    }
  }

}
#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}@media (max-width: 767px){#s-6404e3e9-4500-4018-9737-0d42f271ec9a {
  
}
}







#s-6404e3e9-4500-4018-9737-0d42f271ec9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6404e3e9-4500-4018-9737-0d42f271ec9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8ba95065-9ac9-4fbb-85db-aa2849962d68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8ba95065-9ac9-4fbb-85db-aa2849962d68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ba95065-9ac9-4fbb-85db-aa2849962d68.shg-box.shg-c {
  justify-content: center;
}

#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3:hover {background-color: rgba(1, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3-root {
    text-align: center;
  }


#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3-root {
    text-align: center;
  }


#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3-root {
    text-align: center;
  }


#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3-root {
    text-align: center;
  }


#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3-root {
    text-align: center;
  }


#s-2d9750a6-f86b-49d3-8ac0-e18da4389ef3.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}
}
#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1128px;
aspect-ratio: 1128/386;
text-align: center;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 3%;
  margin-right: 3%;
  
  
}

.shg-image-content-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }

    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-link {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1128px;
  }



  img.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
    
    
    
    max-height: 1128px;
  }


.s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
  box-sizing: border-box;
}



.s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
      --shg-aspect-ratio: calc(1128/386); 
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
      position: relative;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1128px;
    }
  }

@media (min-width: 1200px){#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }

    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-link {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1128px;
  }



  img.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
    
    
    
    max-height: 1128px;
  }


.s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
  box-sizing: border-box;
}



.s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
      --shg-aspect-ratio: calc(1128/386); 
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
      position: relative;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1128px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }

    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-link {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1128px;
  }



  img.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
    
    
    
    max-height: 1128px;
  }


.s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
  box-sizing: border-box;
}



.s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
      --shg-aspect-ratio: calc(1128/386); 
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
      position: relative;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1128px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }

    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-link {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1128px;
  }



  img.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
    
    
    
    max-height: 1128px;
  }


.s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
  box-sizing: border-box;
}



.s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
      --shg-aspect-ratio: calc(1128/386); 
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
      position: relative;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1128px;
    }
  }

}@media (max-width: 767px){#s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  margin: 0 !important;
  overflow: visible;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add background color handling */
  
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }

    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-link {
      aspect-ratio: 1128/386;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1128px;
  }



  img.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
    
    
    
    max-height: 1128px;
  }


.s-cbf469ae-d02f-42ff-950b-605b38a92d30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image {
  box-sizing: border-box;
}



.s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 {
      --shg-aspect-ratio: calc(1128/386); 
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container {
      position: relative;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cbf469ae-d02f-42ff-950b-605b38a92d30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1128px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}