.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-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 700px;
background-color: rgba(54, 75, 103, 0.55);
background-position: center center;
}

#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 {
  background-image: url(https://i.shgcdn.com/9602c2a1-10ff-470f-95cb-14975130bc94/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-28cbee63-a9d9-4120-bc62-95fb1563bb57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28cbee63-a9d9-4120-bc62-95fb1563bb57.shg-box.shg-c {
  justify-content: center;
}

.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-f20aacdd-53bb-4653-a1ed-79c47c05a070 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f20aacdd-53bb-4653-a1ed-79c47c05a070"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-58c6eadf-17e0-43cc-aa35-e2e47003674b {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 75%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 204, 0, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 204, 0, 1);
}








#s-58c6eadf-17e0-43cc-aa35-e2e47003674b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c6eadf-17e0-43cc-aa35-e2e47003674b.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-b6929395-7bb6-4f20-897a-b9972f3ad457 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb2936e9-b78e-41cf-9df6-cc09cb9d9094"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9c45e136-aea3-4e26-94e8-d41bb876e62e {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 204, 0, 1);
border-style: solid;
min-height: 50px;
}








#s-9c45e136-aea3-4e26-94e8-d41bb876e62e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c45e136-aea3-4e26-94e8-d41bb876e62e.shg-box.shg-c {
  justify-content: center;
}

#s-4a1e9d64-8c1c-4b24-905d-23cfe5c58f1e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

#s-5d15080a-4c16-49e3-9357-f1c024761f35 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.1);
}

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

.shg-image-content-wrapper {
  position: relative;
}

.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;
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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>div {
  width: 100%;
}

.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;
}
#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin-left: 0px;
margin-right: 0px;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin-left: 0px;
  margin-right: 0px;
  
  
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
    
    
  }


.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
      position: relative;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  
  
  
  
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
    
    
  }


.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
      position: relative;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  
  
  
  
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
    
    
  }


.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
      position: relative;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  
  
  
  
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
    
    
  }


.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
      position: relative;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  
  
  
  
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
    
    
  }


.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container {
      position: relative;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e8f5279-ffe4-434b-baf5-9b4088d7e8c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9568fb23-0469-498d-acef-fc76a8e01bd5 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9568fb23-0469-498d-acef-fc76a8e01bd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-2b22f2ba-cbdc-433a-bc84-70493fdae7e2 {
  margin-left: 250px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 204, 0, 1);
}
@media (max-width: 767px){#s-2b22f2ba-cbdc-433a-bc84-70493fdae7e2 {
  margin-bottom: 20px;
}
}







#s-2b22f2ba-cbdc-433a-bc84-70493fdae7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b22f2ba-cbdc-433a-bc84-70493fdae7e2.shg-box.shg-c {
  justify-content: center;
}

#s-af685556-6296-48ba-98b9-23ad64401433 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8c634b62-33ce-4c31-8ee1-bad13c150e42 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c634b62-33ce-4c31-8ee1-bad13c150e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c634b62-33ce-4c31-8ee1-bad13c150e42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8c634b62-33ce-4c31-8ee1-bad13c150e42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8c634b62-33ce-4c31-8ee1-bad13c150e42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-5fca9b10-21cd-43a8-9208-eaa3ed69904a {
  margin-top: 50px;
margin-left: 0px;
background-color: rgba(255, 204, 0, 1);
}

#s-5fca9b10-21cd-43a8-9208-eaa3ed69904a .shogun-countdown span, #s-5fca9b10-21cd-43a8-9208-eaa3ed69904a .shogun-countdown label {
  color: rgba(44, 43, 43, 1);
}
#s-a3e00097-b061-4459-b735-f0aa0e09a6e1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(27, 55, 97, 1);
}








#s-a3e00097-b061-4459-b735-f0aa0e09a6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3e00097-b061-4459-b735-f0aa0e09a6e1.shg-box.shg-c {
  justify-content: center;
}

#s-34b88714-31aa-4558-ab0c-5639052b575a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-34b88714-31aa-4558-ab0c-5639052b575a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5402dfe3-f13e-4eb7-ba79-4dc8aa407a95 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(51, 204, 204, 1);
}








#s-5402dfe3-f13e-4eb7-ba79-4dc8aa407a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5402dfe3-f13e-4eb7-ba79-4dc8aa407a95.shg-box.shg-c {
  justify-content: center;
}

#s-a8a02bc7-985b-445e-a771-f93418e363df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d28b5b6-d2e3-48eb-90d6-ac5b13475567 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 400px;
}

#s-2d28b5b6-d2e3-48eb-90d6-ac5b13475567 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E0Y2E5YTgtNzRhZC00ZDdmLWE5NDYtMzkyYWUyMmY4ZDliIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5MmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTRjYTlhOC03NGFkLTRkN2YtYTk0Ni0zOTJhZTIyZjhkOWIpIi8+PC9zdmc+);
}








#s-2d28b5b6-d2e3-48eb-90d6-ac5b13475567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d28b5b6-d2e3-48eb-90d6-ac5b13475567.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9188733c-aaba-493f-ad96-9aca46b567ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9188733c-aaba-493f-ad96-9aca46b567ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9188733c-aaba-493f-ad96-9aca46b567ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9188733c-aaba-493f-ad96-9aca46b567ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9188733c-aaba-493f-ad96-9aca46b567ec"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-image-container {
  position: relative;
}

.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;
  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;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-06b0490b-0c05-45c9-b95b-9226412df710 {
  margin-top: 40px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(251, 56, 2, 1);
border-style: solid;
max-width: 775px;
aspect-ratio: 500/291;
text-align: center;
}





  #s-06b0490b-0c05-45c9-b95b-9226412df710 img.shogun-image,
  #s-06b0490b-0c05-45c9-b95b-9226412df710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06b0490b-0c05-45c9-b95b-9226412df710 {
    width: 100%;
    height: auto;
  }



  #s-06b0490b-0c05-45c9-b95b-9226412df710 img.shogun-image {
    

    
    
    
  }


#s-06b0490b-0c05-45c9-b95b-9226412df710 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcfc49e0-4806-42c8-a4f5-6ce27d80168f {
  margin-left: 5%;
}

#s-4ce59dcf-9af0-4ec2-8f9e-a2dd63c1e672 {
  margin-left: 5%;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-4ce59dcf-9af0-4ec2-8f9e-a2dd63c1e672"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce59dcf-9af0-4ec2-8f9e-a2dd63c1e672"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ce59dcf-9af0-4ec2-8f9e-a2dd63c1e672"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ce59dcf-9af0-4ec2-8f9e-a2dd63c1e672"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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 {
  
  
}

.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-45f408f2-ed73-4002-8151-38ea0b669d53 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0ecac0"}, {"id"=>2, "pos"=>1, "color"=>"#f2c00e"}];
}
#s-45f408f2-ed73-4002-8151-38ea0b669d53:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-45f408f2-ed73-4002-8151-38ea0b669d53:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45f408f2-ed73-4002-8151-38ea0b669d53-root {
    text-align: center;
  }


#s-45f408f2-ed73-4002-8151-38ea0b669d53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-45f408f2-ed73-4002-8151-38ea0b669d53-root {
    text-align: center;
  }


#s-45f408f2-ed73-4002-8151-38ea0b669d53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45f408f2-ed73-4002-8151-38ea0b669d53-root {
    text-align: center;
  }


#s-45f408f2-ed73-4002-8151-38ea0b669d53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45f408f2-ed73-4002-8151-38ea0b669d53-root {
    text-align: center;
  }


#s-45f408f2-ed73-4002-8151-38ea0b669d53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-45f408f2-ed73-4002-8151-38ea0b669d53-root {
    text-align: center;
  }


#s-45f408f2-ed73-4002-8151-38ea0b669d53.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0ecac0"}, {"id"=>2, "pos"=>1, "color"=>"#f2c00e"}];
}
#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-36756dbb-9c5e-4576-a59c-c9e4558be0ce-root {
    text-align: center;
  }


#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-36756dbb-9c5e-4576-a59c-c9e4558be0ce-root {
    text-align: center;
  }


#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36756dbb-9c5e-4576-a59c-c9e4558be0ce-root {
    text-align: center;
  }


#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36756dbb-9c5e-4576-a59c-c9e4558be0ce-root {
    text-align: center;
  }


#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-36756dbb-9c5e-4576-a59c-c9e4558be0ce-root {
    text-align: center;
  }


#s-36756dbb-9c5e-4576-a59c-c9e4558be0ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-51c74be1-e48f-47c3-b91c-d4268f94fc63 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0ecac0"}, {"id"=>2, "pos"=>1, "color"=>"#f2c00e"}];
}
#s-51c74be1-e48f-47c3-b91c-d4268f94fc63:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-51c74be1-e48f-47c3-b91c-d4268f94fc63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51c74be1-e48f-47c3-b91c-d4268f94fc63-root {
    text-align: center;
  }


#s-51c74be1-e48f-47c3-b91c-d4268f94fc63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-51c74be1-e48f-47c3-b91c-d4268f94fc63-root {
    text-align: center;
  }


#s-51c74be1-e48f-47c3-b91c-d4268f94fc63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51c74be1-e48f-47c3-b91c-d4268f94fc63-root {
    text-align: center;
  }


#s-51c74be1-e48f-47c3-b91c-d4268f94fc63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51c74be1-e48f-47c3-b91c-d4268f94fc63-root {
    text-align: center;
  }


#s-51c74be1-e48f-47c3-b91c-d4268f94fc63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-51c74be1-e48f-47c3-b91c-d4268f94fc63-root {
    text-align: center;
  }


#s-51c74be1-e48f-47c3-b91c-d4268f94fc63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-88e1a497-1e65-4075-a2b6-4ea51a348326 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88e1a497-1e65-4075-a2b6-4ea51a348326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b30358da-1c7f-4a9b-86ca-ff1225716235 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b30358da-1c7f-4a9b-86ca-ff1225716235:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-b30358da-1c7f-4a9b-86ca-ff1225716235:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b30358da-1c7f-4a9b-86ca-ff1225716235-root {
    text-align: center;
  }


#s-b30358da-1c7f-4a9b-86ca-ff1225716235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b30358da-1c7f-4a9b-86ca-ff1225716235-root {
    text-align: center;
  }


#s-b30358da-1c7f-4a9b-86ca-ff1225716235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b30358da-1c7f-4a9b-86ca-ff1225716235-root {
    text-align: center;
  }


#s-b30358da-1c7f-4a9b-86ca-ff1225716235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b30358da-1c7f-4a9b-86ca-ff1225716235-root {
    text-align: center;
  }


#s-b30358da-1c7f-4a9b-86ca-ff1225716235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b30358da-1c7f-4a9b-86ca-ff1225716235-root {
    text-align: center;
  }


#s-b30358da-1c7f-4a9b-86ca-ff1225716235.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-711f8aca-2e0b-4d9b-ae7a-147ba1c08a0e {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-711f8aca-2e0b-4d9b-ae7a-147ba1c08a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-711f8aca-2e0b-4d9b-ae7a-147ba1c08a0e.shg-box.shg-c {
  justify-content: center;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1921px;
aspect-ratio: 1921/856;
text-align: center;
}



.shg-image-margin-container-s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      aspect-ratio: 1921/856;
      width: 100%;
      height: 100%;
    }

    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-link {
      aspect-ratio: 1921/856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
    
    
  }


.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-content {
  
    align-items: center;
  
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
      --shg-aspect-ratio: calc(1921/856); 
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
      position: relative;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  
  
  
  
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      aspect-ratio: 1921/856;
      width: 100%;
      height: 100%;
    }

    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-link {
      aspect-ratio: 1921/856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
    
    
  }


.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-content {
  
    align-items: center;
  
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
      --shg-aspect-ratio: calc(1921/856); 
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
      position: relative;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  
  
  
  
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      aspect-ratio: 1921/856;
      width: 100%;
      height: 100%;
    }

    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-link {
      aspect-ratio: 1921/856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
    
    
  }


.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-content {
  
    align-items: center;
  
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
      --shg-aspect-ratio: calc(1921/856); 
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
      position: relative;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  
  
  
  
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      aspect-ratio: 1921/856;
      width: 100%;
      height: 100%;
    }

    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-link {
      aspect-ratio: 1921/856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
    
    
  }


.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-content {
  
    align-items: center;
  
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
      --shg-aspect-ratio: calc(1921/856); 
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
      position: relative;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  
  
  
  
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      aspect-ratio: 1921/856;
      width: 100%;
      height: 100%;
    }

    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-link {
      aspect-ratio: 1921/856;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
    
    
  }


.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 .shogun-image-content {
  
    align-items: center;
  
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 {
      --shg-aspect-ratio: calc(1921/856); 
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container {
      position: relative;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b24a2f60-577c-4eca-97c6-7ce6fb6b8817 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2f0d1e4-38f2-4aef-a09f-5b7b1f6ff245 {
  min-height: 50px;
}








#s-f2f0d1e4-38f2-4aef-a09f-5b7b1f6ff245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2f0d1e4-38f2-4aef-a09f-5b7b1f6ff245.shg-box.shg-c {
  justify-content: center;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2100px;
aspect-ratio: 2100/889;
text-align: center;
}



.shg-image-margin-container-s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      aspect-ratio: 2100/889;
      width: 100%;
      height: 100%;
    }

    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-link {
      aspect-ratio: 2100/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
    
    
  }


.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-content {
  
    align-items: center;
  
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
      --shg-aspect-ratio: calc(2100/889); 
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
      position: relative;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  
  
  
  
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      aspect-ratio: 2100/889;
      width: 100%;
      height: 100%;
    }

    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-link {
      aspect-ratio: 2100/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
    
    
  }


.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-content {
  
    align-items: center;
  
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
      --shg-aspect-ratio: calc(2100/889); 
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
      position: relative;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  
  
  
  
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      aspect-ratio: 2100/889;
      width: 100%;
      height: 100%;
    }

    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-link {
      aspect-ratio: 2100/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
    
    
  }


.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-content {
  
    align-items: center;
  
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
      --shg-aspect-ratio: calc(2100/889); 
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
      position: relative;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  
  
  
  
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      aspect-ratio: 2100/889;
      width: 100%;
      height: 100%;
    }

    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-link {
      aspect-ratio: 2100/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
    
    
  }


.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-content {
  
    align-items: center;
  
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
      --shg-aspect-ratio: calc(2100/889); 
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
      position: relative;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  
  
  
  
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      aspect-ratio: 2100/889;
      width: 100%;
      height: 100%;
    }

    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-link {
      aspect-ratio: 2100/889;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
    
    
  }


.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 .shogun-image-content {
  
    align-items: center;
  
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 {
      --shg-aspect-ratio: calc(2100/889); 
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container {
      position: relative;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3941ddb6-f2e2-4e1f-a303-dbed7cffea11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-49e01c21-eaf8-4bb1-9bdf-de885123dfdd {
  min-height: 50px;
}








#s-49e01c21-eaf8-4bb1-9bdf-de885123dfdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49e01c21-eaf8-4bb1-9bdf-de885123dfdd.shg-box.shg-c {
  justify-content: center;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2100px;
aspect-ratio: 1920/839;
text-align: center;
}



.shg-image-margin-container-s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      aspect-ratio: 1920/839;
      width: 100%;
      height: 100%;
    }

    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-link {
      aspect-ratio: 1920/839;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
    
    
  }


.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
      --shg-aspect-ratio: calc(1920/839); 
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
      position: relative;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  
  
  
  
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      aspect-ratio: 1920/839;
      width: 100%;
      height: 100%;
    }

    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-link {
      aspect-ratio: 1920/839;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
    
    
  }


.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
      --shg-aspect-ratio: calc(1920/839); 
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
      position: relative;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  
  
  
  
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      aspect-ratio: 1920/839;
      width: 100%;
      height: 100%;
    }

    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-link {
      aspect-ratio: 1920/839;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
    
    
  }


.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
      --shg-aspect-ratio: calc(1920/839); 
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
      position: relative;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  
  
  
  
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      aspect-ratio: 1920/839;
      width: 100%;
      height: 100%;
    }

    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-link {
      aspect-ratio: 1920/839;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
    
    
  }


.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
      --shg-aspect-ratio: calc(1920/839); 
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
      position: relative;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  
  
  
  
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      aspect-ratio: 1920/839;
      width: 100%;
      height: 100%;
    }

    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-link {
      aspect-ratio: 1920/839;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
    
    
  }


.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 {
      --shg-aspect-ratio: calc(1920/839); 
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container {
      position: relative;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f0888b-cdc1-49d9-acaa-7bc778eeacf7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-670bec5f-d0c1-46ae-8826-12a12c42cba2 {
  margin-top: 150px;
margin-bottom: 150px;
padding-left: 30px;
padding-right: 30px;
min-height: 400px;
background-color: rgba(44, 43, 43, 1);
}








#s-670bec5f-d0c1-46ae-8826-12a12c42cba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-670bec5f-d0c1-46ae-8826-12a12c42cba2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e254eadd-f46f-48a1-ab3c-3c322a094e69 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e254eadd-f46f-48a1-ab3c-3c322a094e69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e254eadd-f46f-48a1-ab3c-3c322a094e69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e254eadd-f46f-48a1-ab3c-3c322a094e69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e254eadd-f46f-48a1-ab3c-3c322a094e69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e254eadd-f46f-48a1-ab3c-3c322a094e69"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-73f2774a-a775-4e44-bccb-e4f3dd5a082e {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
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: solid;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-73f2774a-a775-4e44-bccb-e4f3dd5a082e img.shogun-image,
  #s-73f2774a-a775-4e44-bccb-e4f3dd5a082e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73f2774a-a775-4e44-bccb-e4f3dd5a082e {
    width: 100%;
    height: auto;
  }



  #s-73f2774a-a775-4e44-bccb-e4f3dd5a082e img.shogun-image {
    

    
    
    
  }


#s-73f2774a-a775-4e44-bccb-e4f3dd5a082e .shogun-image-content {
  
    align-items: center;
  
}

#s-3b8c9c0c-5ad5-4ec9-b0b6-d90648389a87 {
  margin-left: 5%;
}

#s-656ba5ca-6771-4035-ac8c-ec644ef735aa {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-656ba5ca-6771-4035-ac8c-ec644ef735aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e419aaa0-c66b-46aa-b241-53107bad919a {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0ecac0"}, {"id"=>2, "pos"=>1, "color"=>"#f2c00e"}];
}
#s-e419aaa0-c66b-46aa-b241-53107bad919a:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-e419aaa0-c66b-46aa-b241-53107bad919a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e419aaa0-c66b-46aa-b241-53107bad919a-root {
    text-align: center;
  }


#s-e419aaa0-c66b-46aa-b241-53107bad919a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e419aaa0-c66b-46aa-b241-53107bad919a-root {
    text-align: center;
  }


#s-e419aaa0-c66b-46aa-b241-53107bad919a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e419aaa0-c66b-46aa-b241-53107bad919a-root {
    text-align: center;
  }


#s-e419aaa0-c66b-46aa-b241-53107bad919a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e419aaa0-c66b-46aa-b241-53107bad919a-root {
    text-align: center;
  }


#s-e419aaa0-c66b-46aa-b241-53107bad919a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e419aaa0-c66b-46aa-b241-53107bad919a-root {
    text-align: center;
  }


#s-e419aaa0-c66b-46aa-b241-53107bad919a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5ab412db-cbb8-47c3-bbe7-1da62b326350 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
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: solid;
max-width: 300px;
aspect-ratio: 600/470;
text-align: center;
}





  #s-5ab412db-cbb8-47c3-bbe7-1da62b326350 img.shogun-image,
  #s-5ab412db-cbb8-47c3-bbe7-1da62b326350 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ab412db-cbb8-47c3-bbe7-1da62b326350 {
    width: 100%;
    height: auto;
  }



  #s-5ab412db-cbb8-47c3-bbe7-1da62b326350 img.shogun-image {
    

    
    
    
  }


#s-5ab412db-cbb8-47c3-bbe7-1da62b326350 .shogun-image-content {
  
    align-items: center;
  
}

#s-38a2c8f9-aca8-4630-8c1c-a5476d825883 {
  margin-top: 30px;
margin-left: 5%;
}

#s-3e0761a4-e5b1-4573-9036-06b4b36b3740 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3e0761a4-e5b1-4573-9036-06b4b36b3740"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
border-radius: 0px;
text-align: center;
background-color: rgba(251, 56, 2, 1);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0ecac0"}, {"id"=>2, "pos"=>1, "color"=>"#f2c00e"}];
}
#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50:hover {border-radius: 4px !important;
background-color: rgba(60, 176, 253, 1) !important;
text-decoration: none !important;}#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50-root {
    text-align: center;
  }


#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50-root {
    text-align: center;
  }


#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50-root {
    text-align: center;
  }


#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50-root {
    text-align: center;
  }


#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50-root {
    text-align: center;
  }


#s-e44233f8-1ab0-42ef-a37b-0d91eb5b5f50.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ab89e33e-fb26-413e-a928-b490eba5b410 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-ab89e33e-fb26-413e-a928-b490eba5b410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab89e33e-fb26-413e-a928-b490eba5b410.shg-box.shg-c {
  justify-content: center;
}

#s-54d1a087-4341-4e8b-804f-fec41f56435b {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d1a087-4341-4e8b-804f-fec41f56435b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e7abed34-0209-4f31-a098-51657ddd9354 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-682d71c1-e281-4c5a-a21b-2da587d437c4 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-7a14a669-b1d7-490b-be76-524d0e47c611 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(72, 133, 234, 1);
border-style: solid;
}

#s-ae474a62-fd85-4ffa-8085-2e94c5f0b5b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 200px;
background-position: center center;
}








#s-ae474a62-fd85-4ffa-8085-2e94c5f0b5b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae474a62-fd85-4ffa-8085-2e94c5f0b5b2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e476fd1-a7a8-411d-8376-63d3171f756a {
  margin-top: 40px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}
@media (max-width: 767px){#s-9e476fd1-a7a8-411d-8376-63d3171f756a {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-d342d401-6d26-460c-adfe-9618754be41d {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
min-height: 200px;
}








#s-d342d401-6d26-460c-adfe-9618754be41d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d342d401-6d26-460c-adfe-9618754be41d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ffd99b4-c4cf-4474-a38c-2b212d316c7c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-ed14b398-242c-41cb-aa32-b6e41068f916 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ed14b398-242c-41cb-aa32-b6e41068f916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed14b398-242c-41cb-aa32-b6e41068f916.shg-box.shg-c {
  justify-content: center;
}

#s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 1921px;
aspect-ratio: 1921/784;
text-align: center;
}





  #s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 img.shogun-image,
  #s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 {
    width: 100%;
    height: auto;
  }



  #s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 img.shogun-image {
    

    
    
    
  }


#s-dfb56dff-f1fb-43bb-a6f4-a22315d5ca75 .shogun-image-content {
  
    align-items: center;
  
}

#s-2336a128-0f35-40ad-bc36-a57a069ef445 {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-2336a128-0f35-40ad-bc36-a57a069ef445 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2336a128-0f35-40ad-bc36-a57a069ef445 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2336a128-0f35-40ad-bc36-a57a069ef445 {
  
}
}@media (max-width: 767px){#s-2336a128-0f35-40ad-bc36-a57a069ef445 {
  
}
}







#s-2336a128-0f35-40ad-bc36-a57a069ef445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2336a128-0f35-40ad-bc36-a57a069ef445.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1827779b-e5cc-4cc0-8e36-80e29f130239 {
  border-style: solid;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
}

#s-d47751c0-33fd-47e8-a657-094029742605 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 0px) {
[id="s-d47751c0-33fd-47e8-a657-094029742605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d47751c0-33fd-47e8-a657-094029742605"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d47751c0-33fd-47e8-a657-094029742605"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d47751c0-33fd-47e8-a657-094029742605"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c670146e-359c-424a-9b31-0bb1fa2a436c {
  min-height: 50px;
background-color: rgba(0, 104, 179, 1);
}








#s-c670146e-359c-424a-9b31-0bb1fa2a436c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c670146e-359c-424a-9b31-0bb1fa2a436c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-83188019-8ec2-4fd6-ab3a-cada8ae3f837 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-83188019-8ec2-4fd6-ab3a-cada8ae3f837"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-0724a594-1c66-49e4-8b6d-ea68bf7b660a {
  margin-bottom: 10px;
}

#s-0724a594-1c66-49e4-8b6d-ea68bf7b660a .shogun-icon-wrapper {
  text-align: left;
}


#s-0724a594-1c66-49e4-8b6d-ea68bf7b660a .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}

#s-ab97c0e8-8530-4231-951a-7e6145eb9b4c {
  min-height: 50px;
background-color: rgba(0, 104, 179, 1);
}








#s-ab97c0e8-8530-4231-951a-7e6145eb9b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab97c0e8-8530-4231-951a-7e6145eb9b4c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d60f3e74-9ab7-4c64-93c9-3066d4d641e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-14c104b0-b16e-48b8-97f5-f0a7259f9653 {
  margin-bottom: 10px;
}

#s-14c104b0-b16e-48b8-97f5-f0a7259f9653 .shogun-icon-wrapper {
  text-align: left;
}


#s-14c104b0-b16e-48b8-97f5-f0a7259f9653 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}

#s-dd14775b-2e6a-457d-86c4-d483b6973852 {
  min-height: 50px;
background-color: rgba(0, 104, 179, 1);
}








#s-dd14775b-2e6a-457d-86c4-d483b6973852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd14775b-2e6a-457d-86c4-d483b6973852.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b39df9ae-4579-42d2-b451-d0b850b22d51 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-b39df9ae-4579-42d2-b451-d0b850b22d51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

#s-22409d1e-806b-4a6a-bfce-73e16d6ddac8 {
  margin-bottom: 10px;
}

#s-22409d1e-806b-4a6a-bfce-73e16d6ddac8 .shogun-icon-wrapper {
  text-align: left;
}


#s-22409d1e-806b-4a6a-bfce-73e16d6ddac8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 35px !important;
  color: rgba(255, 255, 255, 1);
}

#s-18d588df-10a0-4ff9-8240-6788a3666fc4 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-18d588df-10a0-4ff9-8240-6788a3666fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18d588df-10a0-4ff9-8240-6788a3666fc4.shg-box.shg-c {
  justify-content: center;
}

#s-0d6ba752-70eb-454d-ad9a-652654ba8690 {
  border-style: solid;
margin-top: 5px;
margin-left: 20px;
margin-bottom: 5px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0d6ba752-70eb-454d-ad9a-652654ba8690 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d6ba752-70eb-454d-ad9a-652654ba8690 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d6ba752-70eb-454d-ad9a-652654ba8690 {
  
}
}@media (max-width: 767px){#s-0d6ba752-70eb-454d-ad9a-652654ba8690 {
  
}
}
@media (min-width: 0px) {
[id="s-0d6ba752-70eb-454d-ad9a-652654ba8690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6ba752-70eb-454d-ad9a-652654ba8690"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0d6ba752-70eb-454d-ad9a-652654ba8690"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0d6ba752-70eb-454d-ad9a-652654ba8690"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 {
  
}
}@media (max-width: 767px){#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 {
  
}
}







#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042 > .shg-box-overlay {
  background-color: rgba(0, 104, 179, 1);
  opacity: 0.7;
  display: block;
}#s-bcb96bb1-34f1-4c81-973b-84b9da3b7042.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;
  
  
  text-transform: none;
  
  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-32d7c2ea-0996-4b6e-94ba-49482fe35f64 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 {
  
}
}@media (max-width: 767px){#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 {
  
}
}
#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-32d7c2ea-0996-4b6e-94ba-49482fe35f64 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-bd20a996-beea-4c29-b934-181d75ff7dfc {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-bd20a996-beea-4c29-b934-181d75ff7dfc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd20a996-beea-4c29-b934-181d75ff7dfc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd20a996-beea-4c29-b934-181d75ff7dfc {
  
}
}@media (max-width: 767px){#s-bd20a996-beea-4c29-b934-181d75ff7dfc {
  
}
}
@media (min-width: 0px) {
[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-603ec8ca-76a3-46e6-b987-d66a0371b468"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6:hover {background-color: rgba(128, 128, 132, 1) !important;
text-decoration: none !important;}#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf97235a-d4a2-4cc9-b957-17ffb94009b6-root {
    text-align: center;
  }


#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf97235a-d4a2-4cc9-b957-17ffb94009b6-root {
    text-align: center;
  }


#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf97235a-d4a2-4cc9-b957-17ffb94009b6-root {
    text-align: center;
  }


#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf97235a-d4a2-4cc9-b957-17ffb94009b6-root {
    text-align: center;
  }


#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf97235a-d4a2-4cc9-b957-17ffb94009b6-root {
    text-align: center;
  }


#s-cf97235a-d4a2-4cc9-b957-17ffb94009b6.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-f74db12b-3458-4aaf-9405-6107b78ca353 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-f74db12b-3458-4aaf-9405-6107b78ca353 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f74db12b-3458-4aaf-9405-6107b78ca353 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f74db12b-3458-4aaf-9405-6107b78ca353 {
  
}
}@media (max-width: 767px){#s-f74db12b-3458-4aaf-9405-6107b78ca353 {
  
}
}







#s-f74db12b-3458-4aaf-9405-6107b78ca353 > .shg-box-overlay {
  background-color: rgba(0, 104, 179, 1);
  opacity: 0.7;
  display: block;
}#s-f74db12b-3458-4aaf-9405-6107b78ca353.shg-box.shg-c {
  justify-content: center;
}

#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 {
  
}
}@media (max-width: 767px){#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 {
  
}
}
#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-39a67780-2513-43aa-ae7c-5bcfc36efca0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-83c5cafb-93bf-4bf0-a350-443e699f5d9c {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-83c5cafb-93bf-4bf0-a350-443e699f5d9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83c5cafb-93bf-4bf0-a350-443e699f5d9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83c5cafb-93bf-4bf0-a350-443e699f5d9c {
  
}
}@media (max-width: 767px){#s-83c5cafb-93bf-4bf0-a350-443e699f5d9c {
  
}
}
@media (min-width: 0px) {
[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-26d70b4b-5683-4fb8-a257-176b24e694a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-8ea9ab1b-1775-4c0c-8316-561b08327e81 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: -px;
padding-bottom: 10px;
padding-right: -px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8ea9ab1b-1775-4c0c-8316-561b08327e81:hover {background-color: rgba(128, 128, 132, 1) !important;
text-decoration: none !important;}#s-8ea9ab1b-1775-4c0c-8316-561b08327e81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ea9ab1b-1775-4c0c-8316-561b08327e81-root {
    text-align: center;
  }


#s-8ea9ab1b-1775-4c0c-8316-561b08327e81.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ea9ab1b-1775-4c0c-8316-561b08327e81-root {
    text-align: center;
  }


#s-8ea9ab1b-1775-4c0c-8316-561b08327e81.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ea9ab1b-1775-4c0c-8316-561b08327e81-root {
    text-align: center;
  }


#s-8ea9ab1b-1775-4c0c-8316-561b08327e81.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ea9ab1b-1775-4c0c-8316-561b08327e81-root {
    text-align: center;
  }


#s-8ea9ab1b-1775-4c0c-8316-561b08327e81.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ea9ab1b-1775-4c0c-8316-561b08327e81-root {
    text-align: center;
  }


#s-8ea9ab1b-1775-4c0c-8316-561b08327e81.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-728d733a-65e2-455a-9647-07247c714292 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
border-radius: 0px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-728d733a-65e2-455a-9647-07247c714292 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-728d733a-65e2-455a-9647-07247c714292 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-728d733a-65e2-455a-9647-07247c714292 {
  
}
}@media (max-width: 767px){#s-728d733a-65e2-455a-9647-07247c714292 {
  
}
}







#s-728d733a-65e2-455a-9647-07247c714292 > .shg-box-overlay {
  background-color: rgba(0, 104, 179, 1);
  opacity: 0.7;
  display: block;
}#s-728d733a-65e2-455a-9647-07247c714292.shg-box.shg-c {
  justify-content: center;
}

#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 {
  
}
}@media (max-width: 767px){#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 {
  
}
}
#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


#s-b6b94680-5e2b-4663-8e0c-b3aa7be9bf29 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-9bbc8667-45e6-4ab4-85a5-8ee13e35ab03 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-9bbc8667-45e6-4ab4-85a5-8ee13e35ab03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bbc8667-45e6-4ab4-85a5-8ee13e35ab03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bbc8667-45e6-4ab4-85a5-8ee13e35ab03 {
  
}
}@media (max-width: 767px){#s-9bbc8667-45e6-4ab4-85a5-8ee13e35ab03 {
  
}
}
@media (min-width: 0px) {
[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-57517f7b-7c20-453b-a1e5-3f4e4a951fc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-83640cd5-6276-4183-b461-f73f450f3afa {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
padding-top: 10px;
padding-left: -px;
padding-bottom: 10px;
padding-right: -px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-83640cd5-6276-4183-b461-f73f450f3afa:hover {background-color: rgba(128, 128, 132, 1) !important;
text-decoration: none !important;}#s-83640cd5-6276-4183-b461-f73f450f3afa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83640cd5-6276-4183-b461-f73f450f3afa-root {
    text-align: center;
  }


#s-83640cd5-6276-4183-b461-f73f450f3afa.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-83640cd5-6276-4183-b461-f73f450f3afa-root {
    text-align: center;
  }


#s-83640cd5-6276-4183-b461-f73f450f3afa.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83640cd5-6276-4183-b461-f73f450f3afa-root {
    text-align: center;
  }


#s-83640cd5-6276-4183-b461-f73f450f3afa.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83640cd5-6276-4183-b461-f73f450f3afa-root {
    text-align: center;
  }


#s-83640cd5-6276-4183-b461-f73f450f3afa.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-83640cd5-6276-4183-b461-f73f450f3afa-root {
    text-align: center;
  }


#s-83640cd5-6276-4183-b461-f73f450f3afa.shg-btn {
  color: rgba(0, 104, 179, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-dba2745a-cfbf-4a89-a030-9372ee5258e7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
