.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-7e857546-b17e-419f-acf6-57d68574b60e {
  min-height: 50px;
}








#s-7e857546-b17e-419f-acf6-57d68574b60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e857546-b17e-419f-acf6-57d68574b60e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f6882b-e9c5-4607-831b-44f4e2d12252 {
  min-height: 50px;
}








#s-f7f6882b-e9c5-4607-831b-44f4e2d12252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f6882b-e9c5-4607-831b-44f4e2d12252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 {
  display: none;
}
#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5, #wrap-s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 {
  display: none;
}
#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5, #wrap-s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 {
  display: none;
}
#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5, #wrap-s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 { display: none !important; }}@media (max-width: 767px){#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 {
  
}
}







#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1f67df-2eb8-497a-bf95-8cf1ed0a0fa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 {
  display: none;
}
#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0, #wrap-s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 {
  display: none;
}
#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0, #wrap-s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 {
  display: none;
}
#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0, #wrap-s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 { display: none !important; }}@media (max-width: 767px){#s-89751b25-4f02-4a53-9ed8-ac7514dd33a0 {
  padding-top: 0px;
}
}
#s-6e041aff-c170-49be-a984-ab6c240261e3 {
  text-align: left;
}
@media (min-width: 1200px){#s-6e041aff-c170-49be-a984-ab6c240261e3 {
  display: none;
}
#s-6e041aff-c170-49be-a984-ab6c240261e3, #wrap-s-6e041aff-c170-49be-a984-ab6c240261e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e041aff-c170-49be-a984-ab6c240261e3 {
  display: none;
}
#s-6e041aff-c170-49be-a984-ab6c240261e3, #wrap-s-6e041aff-c170-49be-a984-ab6c240261e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e041aff-c170-49be-a984-ab6c240261e3 {
  display: none;
}
#s-6e041aff-c170-49be-a984-ab6c240261e3, #wrap-s-6e041aff-c170-49be-a984-ab6c240261e3 { display: none !important; }}
#s-ffc46259-956c-4fed-b270-8b2d37784439 {
  min-height: 50px;
}








#s-ffc46259-956c-4fed-b270-8b2d37784439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc46259-956c-4fed-b270-8b2d37784439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

@media (min-width: 0px) {
[id="s-26c6e4fc-1558-48cc-a965-8d3658e22be8"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-26c6e4fc-1558-48cc-a965-8d3658e22be8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26c6e4fc-1558-48cc-a965-8d3658e22be8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26c6e4fc-1558-48cc-a965-8d3658e22be8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-a156965f-cae4-48d4-b71d-29bdb4073ffb {
  max-width: 1452px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
  
}
}




  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image,
  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
    width: 100%;
    height: auto;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
    
    
  }


.s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shogun-image-content {
  
    align-items: center;
  
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
      position: relative;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image,
  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
    width: 100%;
    height: auto;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
    
    
  }


.s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shogun-image-content {
  
    align-items: center;
  
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
      position: relative;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image,
  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
    width: 100%;
    height: auto;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
    
    
  }


.s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shogun-image-content {
  
    align-items: center;
  
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
      position: relative;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image,
  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
    width: 100%;
    height: auto;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
    
    
  }


.s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shogun-image-content {
  
    align-items: center;
  
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
      position: relative;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image,
  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
    width: 100%;
    height: auto;
  }

  #s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
    
    
  }


.s-a156965f-cae4-48d4-b71d-29bdb4073ffb .shogun-image-content {
  
    align-items: center;
  
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container {
      position: relative;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a156965f-cae4-48d4-b71d-29bdb4073ffb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
  max-width: 1002px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image,
  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
    width: 100%;
    height: auto;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
    
    
  }


.s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
      position: relative;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image,
  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
    width: 100%;
    height: auto;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
    
    
  }


.s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
      position: relative;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image,
  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
    width: 100%;
    height: auto;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
    
    
  }


.s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
      position: relative;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image,
  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
    width: 100%;
    height: auto;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
    
    
  }


.s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
      position: relative;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image,
  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
    width: 100%;
    height: auto;
  }

  #s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
    
    
  }


.s-80dedef2-a2a6-434e-a728-7c65aaa777b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container {
      position: relative;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80dedef2-a2a6-434e-a728-7c65aaa777b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5233726f-dde9-4750-8931-80aeb46c078a {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image,
  #s-5233726f-dde9-4750-8931-80aeb46c078a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a {
    width: 100%;
    height: auto;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
    
    
  }


.s-5233726f-dde9-4750-8931-80aeb46c078a .shogun-image-content {
  
    align-items: center;
  
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5233726f-dde9-4750-8931-80aeb46c078a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
      position: relative;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image,
  #s-5233726f-dde9-4750-8931-80aeb46c078a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a {
    width: 100%;
    height: auto;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
    
    
  }


.s-5233726f-dde9-4750-8931-80aeb46c078a .shogun-image-content {
  
    align-items: center;
  
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5233726f-dde9-4750-8931-80aeb46c078a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
      position: relative;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image,
  #s-5233726f-dde9-4750-8931-80aeb46c078a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a {
    width: 100%;
    height: auto;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
    
    
  }


.s-5233726f-dde9-4750-8931-80aeb46c078a .shogun-image-content {
  
    align-items: center;
  
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5233726f-dde9-4750-8931-80aeb46c078a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
      position: relative;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image,
  #s-5233726f-dde9-4750-8931-80aeb46c078a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a {
    width: 100%;
    height: auto;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
    
    
  }


.s-5233726f-dde9-4750-8931-80aeb46c078a .shogun-image-content {
  
    align-items: center;
  
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5233726f-dde9-4750-8931-80aeb46c078a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
      position: relative;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image,
  #s-5233726f-dde9-4750-8931-80aeb46c078a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a {
    width: 100%;
    height: auto;
  }

  #s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
    
    
  }


.s-5233726f-dde9-4750-8931-80aeb46c078a .shogun-image-content {
  
    align-items: center;
  
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5233726f-dde9-4750-8931-80aeb46c078a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container {
      position: relative;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5233726f-dde9-4750-8931-80aeb46c078a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-004f6495-e814-4676-9db5-464124308f34 {
  max-width: 1294px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image,
  #s-004f6495-e814-4676-9db5-464124308f34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 {
    width: 100%;
    height: auto;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
    
    
  }


.s-004f6495-e814-4676-9db5-464124308f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-004f6495-e814-4676-9db5-464124308f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-004f6495-e814-4676-9db5-464124308f34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
      position: relative;
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image,
  #s-004f6495-e814-4676-9db5-464124308f34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 {
    width: 100%;
    height: auto;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
    
    
  }


.s-004f6495-e814-4676-9db5-464124308f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-004f6495-e814-4676-9db5-464124308f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-004f6495-e814-4676-9db5-464124308f34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
      position: relative;
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image,
  #s-004f6495-e814-4676-9db5-464124308f34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 {
    width: 100%;
    height: auto;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
    
    
  }


.s-004f6495-e814-4676-9db5-464124308f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-004f6495-e814-4676-9db5-464124308f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-004f6495-e814-4676-9db5-464124308f34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
      position: relative;
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image,
  #s-004f6495-e814-4676-9db5-464124308f34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 {
    width: 100%;
    height: auto;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
    
    
  }


.s-004f6495-e814-4676-9db5-464124308f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-004f6495-e814-4676-9db5-464124308f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-004f6495-e814-4676-9db5-464124308f34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
      position: relative;
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image,
  #s-004f6495-e814-4676-9db5-464124308f34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 {
    width: 100%;
    height: auto;
  }

  #s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
    
    
  }


.s-004f6495-e814-4676-9db5-464124308f34 .shogun-image-content {
  
    align-items: center;
  
}

.s-004f6495-e814-4676-9db5-464124308f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-004f6495-e814-4676-9db5-464124308f34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-004f6495-e814-4676-9db5-464124308f34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container {
      position: relative;
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-004f6495-e814-4676-9db5-464124308f34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-004f6495-e814-4676-9db5-464124308f34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image,
  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
    width: 100%;
    height: auto;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
    
    
  }


.s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shogun-image-content {
  
    align-items: center;
  
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
      position: relative;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image,
  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
    width: 100%;
    height: auto;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
    
    
  }


.s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shogun-image-content {
  
    align-items: center;
  
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
      position: relative;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image,
  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
    width: 100%;
    height: auto;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
    
    
  }


.s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shogun-image-content {
  
    align-items: center;
  
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
      position: relative;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image,
  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
    width: 100%;
    height: auto;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
    
    
  }


.s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shogun-image-content {
  
    align-items: center;
  
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
      position: relative;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image,
  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
    width: 100%;
    height: auto;
  }

  #s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
    
    
  }


.s-933c269c-bb9d-4cf4-ae76-0715022b6157 .shogun-image-content {
  
    align-items: center;
  
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shg-align-container {
  display: flex;
  justify-content: center
}

.s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container {
      position: relative;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-933c269c-bb9d-4cf4-ae76-0715022b6157 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 1200px){#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 {
  display: none;
}
#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9, #wrap-s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 {
  display: none;
}
#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9, #wrap-s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 {
  display: none;
}
#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9, #wrap-s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 { display: none !important; }}@media (max-width: 767px){#s-10dfcef0-a8a0-4947-9af5-d8dbf8a56fa9 {
  padding-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-27715f41-1dde-4913-a658-78e09a4f7f98 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-27715f41-1dde-4913-a658-78e09a4f7f98 {
  display: none;
}
#s-27715f41-1dde-4913-a658-78e09a4f7f98, #wrap-s-27715f41-1dde-4913-a658-78e09a4f7f98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27715f41-1dde-4913-a658-78e09a4f7f98 {
  display: none;
}
#s-27715f41-1dde-4913-a658-78e09a4f7f98, #wrap-s-27715f41-1dde-4913-a658-78e09a4f7f98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27715f41-1dde-4913-a658-78e09a4f7f98 {
  display: none;
}
#s-27715f41-1dde-4913-a658-78e09a4f7f98, #wrap-s-27715f41-1dde-4913-a658-78e09a4f7f98 { display: none !important; }}@media (max-width: 767px){#s-27715f41-1dde-4913-a658-78e09a4f7f98 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-27715f41-1dde-4913-a658-78e09a4f7f98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27715f41-1dde-4913-a658-78e09a4f7f98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-27715f41-1dde-4913-a658-78e09a4f7f98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-27715f41-1dde-4913-a658-78e09a4f7f98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-26837a3a-2323-4480-b619-298f4b836124 {
  margin-bottom: 10px;
}
}
#s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
  max-width: 1644px;
aspect-ratio: 1644/248;
text-align: center;
}





  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image,
  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
    width: 100%;
    height: auto;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
    
    
  }


.s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
      --shg-aspect-ratio: calc(1644/248); 
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
      position: relative;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image,
  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
    width: 100%;
    height: auto;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
    
    
  }


.s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
      --shg-aspect-ratio: calc(1644/248); 
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
      position: relative;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image,
  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
    width: 100%;
    height: auto;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
    
    
  }


.s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
      --shg-aspect-ratio: calc(1644/248); 
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
      position: relative;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image,
  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
    width: 100%;
    height: auto;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
    
    
  }


.s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
      --shg-aspect-ratio: calc(1644/248); 
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
      position: relative;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image,
  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
    width: 100%;
    height: auto;
  }

  #s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
    
    
  }


.s-79507585-03c3-42e6-93fb-a6f28d8924f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 {
      --shg-aspect-ratio: calc(1644/248); 
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container {
      position: relative;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-79507585-03c3-42e6-93fb-a6f28d8924f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d {
  margin-top: 10px;
margin-bottom: 35px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d {
  display: none;
}
#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d, #wrap-s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d {
  display: none;
}
#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d, #wrap-s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d {
  display: none;
}
#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d, #wrap-s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d { display: none !important; }}@media (max-width: 767px){#s-ec310e54-ae0f-406e-a3ad-8bf96d3b8e4d {
  margin-bottom: 5px;
}
}
#s-e9148b82-6da8-4530-a8de-6b685c692668 {
  max-width: 6400px;
aspect-ratio: 6400/8044;
text-align: center;
}





  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image,
  #s-e9148b82-6da8-4530-a8de-6b685c692668 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 {
    width: 100%;
    height: auto;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
    
    
  }


.s-e9148b82-6da8-4530-a8de-6b685c692668 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9148b82-6da8-4530-a8de-6b685c692668 {
      --shg-aspect-ratio: calc(6400/8044); 
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
      position: relative;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image,
  #s-e9148b82-6da8-4530-a8de-6b685c692668 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 {
    width: 100%;
    height: auto;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
    
    
  }


.s-e9148b82-6da8-4530-a8de-6b685c692668 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9148b82-6da8-4530-a8de-6b685c692668 {
      --shg-aspect-ratio: calc(6400/8044); 
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
      position: relative;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image,
  #s-e9148b82-6da8-4530-a8de-6b685c692668 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 {
    width: 100%;
    height: auto;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
    
    
  }


.s-e9148b82-6da8-4530-a8de-6b685c692668 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9148b82-6da8-4530-a8de-6b685c692668 {
      --shg-aspect-ratio: calc(6400/8044); 
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
      position: relative;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image,
  #s-e9148b82-6da8-4530-a8de-6b685c692668 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 {
    width: 100%;
    height: auto;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
    
    
  }


.s-e9148b82-6da8-4530-a8de-6b685c692668 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9148b82-6da8-4530-a8de-6b685c692668 {
      --shg-aspect-ratio: calc(6400/8044); 
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
      position: relative;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image,
  #s-e9148b82-6da8-4530-a8de-6b685c692668 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 {
    width: 100%;
    height: auto;
  }

  #s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
    
    
  }


.s-e9148b82-6da8-4530-a8de-6b685c692668 .shogun-image-content {
  
    align-items: center;
  
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e9148b82-6da8-4530-a8de-6b685c692668 {
      --shg-aspect-ratio: calc(6400/8044); 
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container {
      position: relative;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9148b82-6da8-4530-a8de-6b685c692668 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a071692e-3768-45f2-ba15-10dcbfd60440 {
  max-width: 6400px;
aspect-ratio: 6400/2112;
text-align: center;
}
@media (min-width: 1200px){#s-a071692e-3768-45f2-ba15-10dcbfd60440 {
  display: none;
}
#s-a071692e-3768-45f2-ba15-10dcbfd60440, #wrap-s-a071692e-3768-45f2-ba15-10dcbfd60440 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a071692e-3768-45f2-ba15-10dcbfd60440 {
  display: none;
}
#s-a071692e-3768-45f2-ba15-10dcbfd60440, #wrap-s-a071692e-3768-45f2-ba15-10dcbfd60440 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a071692e-3768-45f2-ba15-10dcbfd60440 {
  display: none;
}
#s-a071692e-3768-45f2-ba15-10dcbfd60440, #wrap-s-a071692e-3768-45f2-ba15-10dcbfd60440 { display: none !important; }}




  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image,
  #s-a071692e-3768-45f2-ba15-10dcbfd60440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 {
    width: 100%;
    height: auto;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
    
    
  }


.s-a071692e-3768-45f2-ba15-10dcbfd60440 .shogun-image-content {
  
    align-items: center;
  
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a071692e-3768-45f2-ba15-10dcbfd60440 {
      --shg-aspect-ratio: calc(6400/2112); 
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
      position: relative;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image,
  #s-a071692e-3768-45f2-ba15-10dcbfd60440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 {
    width: 100%;
    height: auto;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
    
    
  }


.s-a071692e-3768-45f2-ba15-10dcbfd60440 .shogun-image-content {
  
    align-items: center;
  
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a071692e-3768-45f2-ba15-10dcbfd60440 {
      --shg-aspect-ratio: calc(6400/2112); 
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
      position: relative;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image,
  #s-a071692e-3768-45f2-ba15-10dcbfd60440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 {
    width: 100%;
    height: auto;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
    
    
  }


.s-a071692e-3768-45f2-ba15-10dcbfd60440 .shogun-image-content {
  
    align-items: center;
  
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a071692e-3768-45f2-ba15-10dcbfd60440 {
      --shg-aspect-ratio: calc(6400/2112); 
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
      position: relative;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image,
  #s-a071692e-3768-45f2-ba15-10dcbfd60440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 {
    width: 100%;
    height: auto;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
    
    
  }


.s-a071692e-3768-45f2-ba15-10dcbfd60440 .shogun-image-content {
  
    align-items: center;
  
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a071692e-3768-45f2-ba15-10dcbfd60440 {
      --shg-aspect-ratio: calc(6400/2112); 
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
      position: relative;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image,
  #s-a071692e-3768-45f2-ba15-10dcbfd60440 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 {
    width: 100%;
    height: auto;
  }

  #s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
    
    
  }


.s-a071692e-3768-45f2-ba15-10dcbfd60440 .shogun-image-content {
  
    align-items: center;
  
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a071692e-3768-45f2-ba15-10dcbfd60440 {
      --shg-aspect-ratio: calc(6400/2112); 
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container {
      position: relative;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a071692e-3768-45f2-ba15-10dcbfd60440 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-89a7d428-d17e-4974-b009-28be84cd0765 {
  padding-top: 0px;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
}

#s-f774b400-c32f-481d-b599-f44af948c79b {
  
}
@media (max-width: 767px){#s-f774b400-c32f-481d-b599-f44af948c79b {
  display: none;
}
#s-f774b400-c32f-481d-b599-f44af948c79b, #wrap-s-f774b400-c32f-481d-b599-f44af948c79b { display: none !important; }}
@media (min-width: 0px) {
[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f774b400-c32f-481d-b599-f44af948c79b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

#s-cda586b4-a55a-493e-9ef4-b48e634fa54f {
  padding-top: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-cda586b4-a55a-493e-9ef4-b48e634fa54f {
  display: none;
}
#s-cda586b4-a55a-493e-9ef4-b48e634fa54f, #wrap-s-cda586b4-a55a-493e-9ef4-b48e634fa54f { display: none !important; }}
@media (min-width: 0px) {
[id="s-cda586b4-a55a-493e-9ef4-b48e634fa54f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cda586b4-a55a-493e-9ef4-b48e634fa54f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cda586b4-a55a-493e-9ef4-b48e634fa54f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cda586b4-a55a-493e-9ef4-b48e634fa54f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-360a95fe-aaed-4274-9589-97294fc066db {
  max-width: 1266px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image,
  #s-360a95fe-aaed-4274-9589-97294fc066db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db {
    width: 100%;
    height: auto;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
    
    
  }


.s-360a95fe-aaed-4274-9589-97294fc066db .shogun-image-content {
  
    align-items: center;
  
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-360a95fe-aaed-4274-9589-97294fc066db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
      position: relative;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image,
  #s-360a95fe-aaed-4274-9589-97294fc066db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db {
    width: 100%;
    height: auto;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
    
    
  }


.s-360a95fe-aaed-4274-9589-97294fc066db .shogun-image-content {
  
    align-items: center;
  
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-360a95fe-aaed-4274-9589-97294fc066db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
      position: relative;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image,
  #s-360a95fe-aaed-4274-9589-97294fc066db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db {
    width: 100%;
    height: auto;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
    
    
  }


.s-360a95fe-aaed-4274-9589-97294fc066db .shogun-image-content {
  
    align-items: center;
  
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-360a95fe-aaed-4274-9589-97294fc066db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
      position: relative;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image,
  #s-360a95fe-aaed-4274-9589-97294fc066db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db {
    width: 100%;
    height: auto;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
    
    
  }


.s-360a95fe-aaed-4274-9589-97294fc066db .shogun-image-content {
  
    align-items: center;
  
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-360a95fe-aaed-4274-9589-97294fc066db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
      position: relative;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image,
  #s-360a95fe-aaed-4274-9589-97294fc066db .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db {
    width: 100%;
    height: auto;
  }

  #s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
    
    
  }


.s-360a95fe-aaed-4274-9589-97294fc066db .shogun-image-content {
  
    align-items: center;
  
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-360a95fe-aaed-4274-9589-97294fc066db {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container {
      position: relative;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-360a95fe-aaed-4274-9589-97294fc066db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4372000f-7e93-4988-bc5e-558febc3188c {
  max-width: 1002px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image,
  #s-4372000f-7e93-4988-bc5e-558febc3188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c {
    width: 100%;
    height: auto;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
    
    
  }


.s-4372000f-7e93-4988-bc5e-558febc3188c .shogun-image-content {
  
    align-items: center;
  
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4372000f-7e93-4988-bc5e-558febc3188c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
      position: relative;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image,
  #s-4372000f-7e93-4988-bc5e-558febc3188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c {
    width: 100%;
    height: auto;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
    
    
  }


.s-4372000f-7e93-4988-bc5e-558febc3188c .shogun-image-content {
  
    align-items: center;
  
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4372000f-7e93-4988-bc5e-558febc3188c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
      position: relative;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image,
  #s-4372000f-7e93-4988-bc5e-558febc3188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c {
    width: 100%;
    height: auto;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
    
    
  }


.s-4372000f-7e93-4988-bc5e-558febc3188c .shogun-image-content {
  
    align-items: center;
  
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4372000f-7e93-4988-bc5e-558febc3188c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
      position: relative;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image,
  #s-4372000f-7e93-4988-bc5e-558febc3188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c {
    width: 100%;
    height: auto;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
    
    
  }


.s-4372000f-7e93-4988-bc5e-558febc3188c .shogun-image-content {
  
    align-items: center;
  
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4372000f-7e93-4988-bc5e-558febc3188c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
      position: relative;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image,
  #s-4372000f-7e93-4988-bc5e-558febc3188c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c {
    width: 100%;
    height: auto;
  }

  #s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
    
    
  }


.s-4372000f-7e93-4988-bc5e-558febc3188c .shogun-image-content {
  
    align-items: center;
  
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4372000f-7e93-4988-bc5e-558febc3188c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container {
      position: relative;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4372000f-7e93-4988-bc5e-558febc3188c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e1068a6-5f04-4323-8bfb-cb663280fad3 {
  padding-top: 10px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-5e1068a6-5f04-4323-8bfb-cb663280fad3 {
  display: none;
}
#s-5e1068a6-5f04-4323-8bfb-cb663280fad3, #wrap-s-5e1068a6-5f04-4323-8bfb-cb663280fad3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5e1068a6-5f04-4323-8bfb-cb663280fad3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e1068a6-5f04-4323-8bfb-cb663280fad3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1068a6-5f04-4323-8bfb-cb663280fad3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1068a6-5f04-4323-8bfb-cb663280fad3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image,
  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
    width: 100%;
    height: auto;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
    
    
  }


.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shogun-image-content {
  
    align-items: center;
  
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
      position: relative;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image,
  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
    width: 100%;
    height: auto;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
    
    
  }


.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shogun-image-content {
  
    align-items: center;
  
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
      position: relative;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image,
  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
    width: 100%;
    height: auto;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
    
    
  }


.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shogun-image-content {
  
    align-items: center;
  
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
      position: relative;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image,
  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
    width: 100%;
    height: auto;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
    
    
  }


.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shogun-image-content {
  
    align-items: center;
  
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
      position: relative;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image,
  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
    width: 100%;
    height: auto;
  }

  #s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
    
    
  }


.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef .shogun-image-content {
  
    align-items: center;
  
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container {
      position: relative;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e43a9327-94ef-4bf2-926b-81bcd4f5edef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-31c4d515-3885-4837-b03f-166bfc43720e {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image,
  #s-31c4d515-3885-4837-b03f-166bfc43720e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e {
    width: 100%;
    height: auto;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
    
    
  }


.s-31c4d515-3885-4837-b03f-166bfc43720e .shogun-image-content {
  
    align-items: center;
  
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c4d515-3885-4837-b03f-166bfc43720e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
      position: relative;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image,
  #s-31c4d515-3885-4837-b03f-166bfc43720e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e {
    width: 100%;
    height: auto;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
    
    
  }


.s-31c4d515-3885-4837-b03f-166bfc43720e .shogun-image-content {
  
    align-items: center;
  
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c4d515-3885-4837-b03f-166bfc43720e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
      position: relative;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image,
  #s-31c4d515-3885-4837-b03f-166bfc43720e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e {
    width: 100%;
    height: auto;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
    
    
  }


.s-31c4d515-3885-4837-b03f-166bfc43720e .shogun-image-content {
  
    align-items: center;
  
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c4d515-3885-4837-b03f-166bfc43720e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
      position: relative;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image,
  #s-31c4d515-3885-4837-b03f-166bfc43720e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e {
    width: 100%;
    height: auto;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
    
    
  }


.s-31c4d515-3885-4837-b03f-166bfc43720e .shogun-image-content {
  
    align-items: center;
  
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c4d515-3885-4837-b03f-166bfc43720e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
      position: relative;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image,
  #s-31c4d515-3885-4837-b03f-166bfc43720e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e {
    width: 100%;
    height: auto;
  }

  #s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
    
    
  }


.s-31c4d515-3885-4837-b03f-166bfc43720e .shogun-image-content {
  
    align-items: center;
  
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c4d515-3885-4837-b03f-166bfc43720e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container {
      position: relative;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c4d515-3885-4837-b03f-166bfc43720e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-a27ca314-aea2-4412-9058-dd993f30bdae {
  padding-top: 10px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-a27ca314-aea2-4412-9058-dd993f30bdae {
  margin-top: 30px;
text-align: center;
}
}
#s-a27ca314-aea2-4412-9058-dd993f30bdae .shogun-heading-component h3 {
  color: rgba(242, 180, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: left;
}


@media (max-width: 767px){#s-a27ca314-aea2-4412-9058-dd993f30bdae .shogun-heading-component h3 {
  color: rgba(242, 180, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 0.25px;
  text-align: center;
}


}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-77566c9c-e64d-4298-b9f7-9e64370d3c8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-77566c9c-e64d-4298-b9f7-9e64370d3c8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-77566c9c-e64d-4298-b9f7-9e64370d3c8f .shg-product-title-component h1 {
  color: rgba(49, 90, 168, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-77566c9c-e64d-4298-b9f7-9e64370d3c8f .shg-product-title-component h1 {
  color: rgba(49, 90, 168, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
}
}
#s-4cf29608-94ab-4d7d-9242-8a9913ac7297 {
  text-align: left;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (max-width: 767px){#s-16a06ee6-c6d8-436c-849f-2cdc39fb2e69 {
  display: none;
}
#s-16a06ee6-c6d8-436c-849f-2cdc39fb2e69, #wrap-s-16a06ee6-c6d8-436c-849f-2cdc39fb2e69 { display: none !important; }}
#s-16a06ee6-c6d8-436c-849f-2cdc39fb2e69 hr {
  border-top: 2px solid #ddd;
}

#s-f7f6c228-8ebf-40f5-934a-caa740b8aa30 {
  margin-top: 10px;
padding-top: 5px;
padding-bottom: 20px;
max-width: 500px;
text-align: left;
}
@media (max-width: 767px){#s-f7f6c228-8ebf-40f5-934a-caa740b8aa30 {
  text-align: center;
}
}
#s-f7f6c228-8ebf-40f5-934a-caa740b8aa30 .shogun-heading-component h4 {
  color: rgba(100, 100, 100, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (max-width: 767px){#s-f7f6c228-8ebf-40f5-934a-caa740b8aa30 .shogun-heading-component h4 {
  color: rgba(100, 100, 100, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.5em;
  
  text-align: center;
}


}
#s-3d3d8baf-9a63-428e-be80-3545be96b776 {
  padding-top: 10px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3d3d8baf-9a63-428e-be80-3545be96b776"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-1afa38d3-555a-4e45-9d86-2ea8e5d79507 {
  padding-top: 15px;
padding-bottom: 5px;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(230, 107, 56, 0);
border-style: solid;
border-radius: 0px;
max-width: 1641px;
text-align: center;
background-color: rgba(230, 107, 56, 0);
}








.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){






.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image {
  box-sizing: border-box;
}



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






.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image {
  box-sizing: border-box;
}



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






.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image {
  box-sizing: border-box;
}



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






.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9031e21e-09a3-4fe3-b2d2-9208eb5196c2.shogun-image {
  box-sizing: border-box;
}



}
#s-4f7be252-8929-4311-8f2d-64d0e63e6d67 {
  margin-top: 5px;
margin-bottom: 35px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4f7be252-8929-4311-8f2d-64d0e63e6d67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f7be252-8929-4311-8f2d-64d0e63e6d67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f7be252-8929-4311-8f2d-64d0e63e6d67 {
  
}
}@media (max-width: 767px){#s-4f7be252-8929-4311-8f2d-64d0e63e6d67 {
  display: none;
}
#s-4f7be252-8929-4311-8f2d-64d0e63e6d67, #wrap-s-4f7be252-8929-4311-8f2d-64d0e63e6d67 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  display: none;
}
#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097, #wrap-s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  display: none;
}
#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097, #wrap-s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  display: none;
}
#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097, #wrap-s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 { display: none !important; }}@media (max-width: 767px){#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  display: none;
}
#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097, #wrap-s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 { display: none !important; }}


#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fd3ee533-1f9f-4175-bc71-e4f6bbabc097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-a19800cd-c808-4ecb-9c23-e2a028b937ff {
  display: none;
}
#s-a19800cd-c808-4ecb-9c23-e2a028b937ff, #wrap-s-a19800cd-c808-4ecb-9c23-e2a028b937ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a19800cd-c808-4ecb-9c23-e2a028b937ff {
  display: none;
}
#s-a19800cd-c808-4ecb-9c23-e2a028b937ff, #wrap-s-a19800cd-c808-4ecb-9c23-e2a028b937ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a19800cd-c808-4ecb-9c23-e2a028b937ff {
  display: none;
}
#s-a19800cd-c808-4ecb-9c23-e2a028b937ff, #wrap-s-a19800cd-c808-4ecb-9c23-e2a028b937ff { display: none !important; }}@media (max-width: 767px){#s-a19800cd-c808-4ecb-9c23-e2a028b937ff {
  
}
}
#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a19800cd-c808-4ecb-9c23-e2a028b937ff > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0e1381ea-ffc4-499f-8761-a1e308f3671b {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-6c1d92cc-75ee-4347-be5b-ba93aa9c441c {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-9a6de779-e022-4ff1-9e05-24cef439cdb6 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-c082bff2-bd14-4b56-9391-b7ebe040a53b {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-2e63c161-410b-433e-978a-503a111aa748 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-2e63c161-410b-433e-978a-503a111aa748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e63c161-410b-433e-978a-503a111aa748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 {
  margin-top: 30px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 {
  
}
}@media (max-width: 767px){#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 {
  display: none;
}
#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46, #wrap-s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 { display: none !important; }}
#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9d5d7db1-7bec-49e6-a3d1-7edc2d2b0a46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2e9955f0-c043-472d-b77f-ee0add301876 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-e2f5ad6d-b4bf-4c99-809f-d6a19327818f {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-55b4848d-e75f-47e6-bb80-909355811cf1 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-a97d3e0f-9241-4a20-afce-e8f14951c8df {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-2b97e831-328f-46ef-8b01-341761e5da3f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2b97e831-328f-46ef-8b01-341761e5da3f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b97e831-328f-46ef-8b01-341761e5da3f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b97e831-328f-46ef-8b01-341761e5da3f {
  
}
}@media (max-width: 767px){#s-2b97e831-328f-46ef-8b01-341761e5da3f {
  display: none;
}
#s-2b97e831-328f-46ef-8b01-341761e5da3f, #wrap-s-2b97e831-328f-46ef-8b01-341761e5da3f { display: none !important; }}







#s-2b97e831-328f-46ef-8b01-341761e5da3f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-2b97e831-328f-46ef-8b01-341761e5da3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72 {
  display: none;
}
#s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72, #wrap-s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72 { display: none !important; }}







#s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b4fc390-d5f3-4f7a-8b15-c23a6ffe3b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
  max-width: 3943px;
aspect-ratio: 3943/1630;
text-align: center;
}
@media (max-width: 767px){#s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
  display: none;
}
#s-16afd065-c441-42ea-8cfe-3d973b346cc1, #wrap-s-16afd065-c441-42ea-8cfe-3d973b346cc1 { display: none !important; }}




  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image,
  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
    width: 100%;
    height: auto;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
    
    
  }


.s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
      --shg-aspect-ratio: calc(3943/1630); 
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
      position: relative;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image,
  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
    width: 100%;
    height: auto;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
    
    
  }


.s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
      --shg-aspect-ratio: calc(3943/1630); 
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
      position: relative;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image,
  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
    width: 100%;
    height: auto;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
    
    
  }


.s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
      --shg-aspect-ratio: calc(3943/1630); 
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
      position: relative;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image,
  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
    width: 100%;
    height: auto;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
    
    
  }


.s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
      --shg-aspect-ratio: calc(3943/1630); 
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
      position: relative;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image,
  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
    width: 100%;
    height: auto;
  }

  #s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
    
    
  }


.s-16afd065-c441-42ea-8cfe-3d973b346cc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 {
      --shg-aspect-ratio: calc(3943/1630); 
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container {
      position: relative;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16afd065-c441-42ea-8cfe-3d973b346cc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-49e2f620-d90b-4178-85da-a9c4df277741 {
  max-width: 15772px;
aspect-ratio: 15772/3120;
text-align: center;
}
@media (max-width: 767px){#s-49e2f620-d90b-4178-85da-a9c4df277741 {
  display: none;
}
#s-49e2f620-d90b-4178-85da-a9c4df277741, #wrap-s-49e2f620-d90b-4178-85da-a9c4df277741 { display: none !important; }}




  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image,
  #s-49e2f620-d90b-4178-85da-a9c4df277741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 {
    width: 100%;
    height: auto;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
    
    
  }


.s-49e2f620-d90b-4178-85da-a9c4df277741 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e2f620-d90b-4178-85da-a9c4df277741 {
      --shg-aspect-ratio: calc(15772/3120); 
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
      position: relative;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image,
  #s-49e2f620-d90b-4178-85da-a9c4df277741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 {
    width: 100%;
    height: auto;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
    
    
  }


.s-49e2f620-d90b-4178-85da-a9c4df277741 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e2f620-d90b-4178-85da-a9c4df277741 {
      --shg-aspect-ratio: calc(15772/3120); 
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
      position: relative;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image,
  #s-49e2f620-d90b-4178-85da-a9c4df277741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 {
    width: 100%;
    height: auto;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
    
    
  }


.s-49e2f620-d90b-4178-85da-a9c4df277741 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e2f620-d90b-4178-85da-a9c4df277741 {
      --shg-aspect-ratio: calc(15772/3120); 
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
      position: relative;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image,
  #s-49e2f620-d90b-4178-85da-a9c4df277741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 {
    width: 100%;
    height: auto;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
    
    
  }


.s-49e2f620-d90b-4178-85da-a9c4df277741 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e2f620-d90b-4178-85da-a9c4df277741 {
      --shg-aspect-ratio: calc(15772/3120); 
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
      position: relative;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image,
  #s-49e2f620-d90b-4178-85da-a9c4df277741 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 {
    width: 100%;
    height: auto;
  }

  #s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
    
    
  }


.s-49e2f620-d90b-4178-85da-a9c4df277741 .shogun-image-content {
  
    align-items: center;
  
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49e2f620-d90b-4178-85da-a9c4df277741 {
      --shg-aspect-ratio: calc(15772/3120); 
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container {
      position: relative;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49e2f620-d90b-4178-85da-a9c4df277741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0fb8bcdc-ccf6-42c1-a019-2f0f8fec9d3c {
  padding-top: 30px;
padding-bottom: 10px;
}

#s-a81f2fc6-55cf-44db-813e-180e2194373d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a81f2fc6-55cf-44db-813e-180e2194373d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a81f2fc6-55cf-44db-813e-180e2194373d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a81f2fc6-55cf-44db-813e-180e2194373d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a81f2fc6-55cf-44db-813e-180e2194373d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 {
  text-align: center;
}







  img.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
    
    
  }


.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
    
    
  }


.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
    
    
  }


.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
    
    
  }


.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
    
    
  }


.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5 .shogun-image-content {
  
    align-items: center;
  
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af03bfdb-5c64-43dc-926f-cd66e2cbcaa5.shogun-image {
  box-sizing: border-box;
}



}
#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 {
  text-align: center;
}







  img.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
    
    
  }


.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
    
    
  }


.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
    
    
  }


.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
    
    
  }


.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
    
    
  }


.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62c2cac1-3a6d-4021-b9e7-e4e51d6095d2.shogun-image {
  box-sizing: border-box;
}



}
#s-732dd55c-4a33-4657-b188-156f13a2e1f0 {
  text-align: center;
}







  img.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
    
    
  }


.s-732dd55c-4a33-4657-b188-156f13a2e1f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
    
    
  }


.s-732dd55c-4a33-4657-b188-156f13a2e1f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
    
    
  }


.s-732dd55c-4a33-4657-b188-156f13a2e1f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
    
    
  }


.s-732dd55c-4a33-4657-b188-156f13a2e1f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
    
    
  }


.s-732dd55c-4a33-4657-b188-156f13a2e1f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-732dd55c-4a33-4657-b188-156f13a2e1f0.shogun-image {
  box-sizing: border-box;
}



}
#s-cf653c54-5425-40ac-a335-73d0bcab5c64 {
  text-align: center;
}







  img.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
    
    
  }


.s-cf653c54-5425-40ac-a335-73d0bcab5c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
    
    
  }


.s-cf653c54-5425-40ac-a335-73d0bcab5c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
    
    
  }


.s-cf653c54-5425-40ac-a335-73d0bcab5c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
    
    
  }


.s-cf653c54-5425-40ac-a335-73d0bcab5c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
    
    
  }


.s-cf653c54-5425-40ac-a335-73d0bcab5c64 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf653c54-5425-40ac-a335-73d0bcab5c64.shogun-image {
  box-sizing: border-box;
}



}
#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 {
  text-align: center;
}







  img.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
    
    
  }


.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
    
    
  }


.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
    
    
  }


.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
    
    
  }


.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
  box-sizing: border-box;
}



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





  img.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
    
    
  }


.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07 .shogun-image-content {
  
    align-items: center;
  
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f2f6cf-65ac-4181-8a1c-d06b347a0a07.shogun-image {
  box-sizing: border-box;
}



}
#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc {
  text-align: center;
}







  img.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
    
    
  }


.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc .shogun-image-content {
  
    align-items: center;
  
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
    
    
  }


.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc .shogun-image-content {
  
    align-items: center;
  
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
    
    
  }


.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc .shogun-image-content {
  
    align-items: center;
  
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
    
    
  }


.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc .shogun-image-content {
  
    align-items: center;
  
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
    
    
  }


.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc .shogun-image-content {
  
    align-items: center;
  
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c74adb7-85ec-4284-bdfd-bf971b9ddffc.shogun-image {
  box-sizing: border-box;
}



}
@media (max-width: 767px){#s-0c96257d-af5c-4811-bc67-59d73d086b3a {
  display: none;
}
#s-0c96257d-af5c-4811-bc67-59d73d086b3a, #wrap-s-0c96257d-af5c-4811-bc67-59d73d086b3a { display: none !important; }}
#s-0c96257d-af5c-4811-bc67-59d73d086b3a hr {
  border-top: 2px solid #ddd;
}

#s-7e056d78-5887-4c56-9867-5c100af18b5d {
  min-height: 50px;
}








#s-7e056d78-5887-4c56-9867-5c100af18b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e056d78-5887-4c56-9867-5c100af18b5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(68, 86, 170, 0);
}
@media (min-width: 1200px){#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 {
  
}
}@media (max-width: 767px){#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 {
  background-color: rgba(68, 86, 170, 0.13);
}
}







#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd426be0-8bb0-44a4-8d7b-5efeb6bb4df4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0e75c2-075e-487e-8dee-6f1ad323460e {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bd0e75c2-075e-487e-8dee-6f1ad323460e {
  margin-bottom: 20px;
}
}
#s-bd0e75c2-075e-487e-8dee-6f1ad323460e .shogun-heading-component h2 {
  color: rgba(68, 86, 170, 1);
  font-weight:  normal ;
  font-family: "Varela Round";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e208a413-90fa-44c4-827f-fc663bb562fd {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e208a413-90fa-44c4-827f-fc663bb562fd {
  display: none;
}
#s-e208a413-90fa-44c4-827f-fc663bb562fd, #wrap-s-e208a413-90fa-44c4-827f-fc663bb562fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e208a413-90fa-44c4-827f-fc663bb562fd {
  display: none;
}
#s-e208a413-90fa-44c4-827f-fc663bb562fd, #wrap-s-e208a413-90fa-44c4-827f-fc663bb562fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e208a413-90fa-44c4-827f-fc663bb562fd {
  display: none;
}
#s-e208a413-90fa-44c4-827f-fc663bb562fd, #wrap-s-e208a413-90fa-44c4-827f-fc663bb562fd { display: none !important; }}@media (max-width: 767px){#s-e208a413-90fa-44c4-827f-fc663bb562fd {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-e208a413-90fa-44c4-827f-fc663bb562fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e208a413-90fa-44c4-827f-fc663bb562fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-8a63167d-94e3-4b23-80a0-c92024d21494 {
  display: none;
}
#s-8a63167d-94e3-4b23-80a0-c92024d21494, #wrap-s-8a63167d-94e3-4b23-80a0-c92024d21494 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a63167d-94e3-4b23-80a0-c92024d21494 {
  display: none;
}
#s-8a63167d-94e3-4b23-80a0-c92024d21494, #wrap-s-8a63167d-94e3-4b23-80a0-c92024d21494 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a63167d-94e3-4b23-80a0-c92024d21494 {
  display: none;
}
#s-8a63167d-94e3-4b23-80a0-c92024d21494, #wrap-s-8a63167d-94e3-4b23-80a0-c92024d21494 { display: none !important; }}@media (max-width: 767px){#s-8a63167d-94e3-4b23-80a0-c92024d21494 {
  display: none;
}
#s-8a63167d-94e3-4b23-80a0-c92024d21494, #wrap-s-8a63167d-94e3-4b23-80a0-c92024d21494 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8a63167d-94e3-4b23-80a0-c92024d21494"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8a63167d-94e3-4b23-80a0-c92024d21494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8a63167d-94e3-4b23-80a0-c92024d21494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a63167d-94e3-4b23-80a0-c92024d21494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-c49812e0-995d-4d06-821d-6efa9d0b4d45 {
  min-height: 50px;
}








#s-c49812e0-995d-4d06-821d-6efa9d0b4d45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c49812e0-995d-4d06-821d-6efa9d0b4d45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  text-align: left;
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  max-width:  100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  max-width:  100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  max-width:  100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  max-width:  100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 {
  max-width:  100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  width: 100%;
}



.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 .shg-image-zoom,
.shg-c#s-11b51385-3132-47c8-9b58-c95dba7f89f6 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-35997c78-3d05-4899-a005-ebb4d566d553 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35997c78-3d05-4899-a005-ebb4d566d553 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc4f0ead-8b81-4669-99a9-8fdb472ac3d0 {
  text-align: center;
}

#s-dc4f0ead-8b81-4669-99a9-8fdb472ac3d0 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc4f0ead-8b81-4669-99a9-8fdb472ac3d0 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-dc4f0ead-8b81-4669-99a9-8fdb472ac3d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-85762c9b-9602-42ed-91c3-27e85db12f89 {
  min-height: 50px;
}








#s-85762c9b-9602-42ed-91c3-27e85db12f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85762c9b-9602-42ed-91c3-27e85db12f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  text-align: left;
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  max-width:  100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  width: 100%;
}



.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  max-width:  100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  width: 100%;
}



.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  max-width:  100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  width: 100%;
}



.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  max-width:  100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  width: 100%;
}



.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 {
  max-width:  100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  width: 100%;
}



.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 .shg-image-zoom,
.shg-c#s-047d60c7-fe7b-4abb-8b78-a835d7fff295 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-ba4c0ca3-038b-478c-9947-d5f1b514bb07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba4c0ca3-038b-478c-9947-d5f1b514bb07 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-28640c7a-c2b2-4e6d-abc5-a3a03ba54252 {
  text-align: center;
}

#s-28640c7a-c2b2-4e6d-abc5-a3a03ba54252 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-28640c7a-c2b2-4e6d-abc5-a3a03ba54252 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-28640c7a-c2b2-4e6d-abc5-a3a03ba54252 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-df73aa4d-9f57-42c7-bbf8-42aa055fa7cb {
  min-height: 50px;
}








#s-df73aa4d-9f57-42c7-bbf8-42aa055fa7cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df73aa4d-9f57-42c7-bbf8-42aa055fa7cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  text-align: left;
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  max-width:  100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  width: 100%;
}



.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  max-width:  100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  width: 100%;
}



.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  max-width:  100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  width: 100%;
}



.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  max-width:  100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  width: 100%;
}



.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 {
  max-width:  100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  width: 100%;
}



.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 .shg-image-zoom,
.shg-c#s-a31f5e12-e579-4519-8385-4eee7ccc7563 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-7fcfd1f0-a7b4-4328-9f59-edab07d71928 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fcfd1f0-a7b4-4328-9f59-edab07d71928 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-023f5db1-f3d3-4eff-8fe7-5a52768e87c7 {
  text-align: center;
}

#s-023f5db1-f3d3-4eff-8fe7-5a52768e87c7 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-023f5db1-f3d3-4eff-8fe7-5a52768e87c7 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-023f5db1-f3d3-4eff-8fe7-5a52768e87c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6715f966-cb27-455d-a6e4-92ca526d6a72 {
  min-height: 50px;
}








#s-6715f966-cb27-455d-a6e4-92ca526d6a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6715f966-cb27-455d-a6e4-92ca526d6a72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  text-align: left;
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  max-width:  100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  max-width:  100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  max-width:  100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  max-width:  100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 {
  max-width:  100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  width: 100%;
}



.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 .shg-image-zoom,
.shg-c#s-2ba917da-97ea-4798-8d3b-f3b63aff74d2 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-9453593b-8fd4-42dd-ba72-e7079def2eb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9453593b-8fd4-42dd-ba72-e7079def2eb0 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-cd05c9df-d192-45db-8d98-593b3b38c238 {
  text-align: center;
}

#s-cd05c9df-d192-45db-8d98-593b3b38c238 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cd05c9df-d192-45db-8d98-593b3b38c238 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-cd05c9df-d192-45db-8d98-593b3b38c238 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-693dce92-20ed-4768-9597-9518f017965b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-693dce92-20ed-4768-9597-9518f017965b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-693dce92-20ed-4768-9597-9518f017965b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-693dce92-20ed-4768-9597-9518f017965b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
  
}
}




  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image,
  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
    width: 100%;
    height: auto;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
    
    
  }


.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
      position: relative;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image,
  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
    width: 100%;
    height: auto;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
    
    
  }


.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
      position: relative;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image,
  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
    width: 100%;
    height: auto;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
    
    
  }


.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
      position: relative;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image,
  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
    width: 100%;
    height: auto;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
    
    
  }


.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
      position: relative;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image,
  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
    width: 100%;
    height: auto;
  }

  #s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
    
    
  }


.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container {
      position: relative;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8eaf843b-4867-45e5-81c8-d9fd254da0d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-72080db6-951c-4048-a853-293760a4b61a {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image,
  #s-72080db6-951c-4048-a853-293760a4b61a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a {
    width: 100%;
    height: auto;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
    
    
  }


.s-72080db6-951c-4048-a853-293760a4b61a .shogun-image-content {
  
    align-items: center;
  
}

.s-72080db6-951c-4048-a853-293760a4b61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72080db6-951c-4048-a853-293760a4b61a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
      position: relative;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image,
  #s-72080db6-951c-4048-a853-293760a4b61a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a {
    width: 100%;
    height: auto;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
    
    
  }


.s-72080db6-951c-4048-a853-293760a4b61a .shogun-image-content {
  
    align-items: center;
  
}

.s-72080db6-951c-4048-a853-293760a4b61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72080db6-951c-4048-a853-293760a4b61a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
      position: relative;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image,
  #s-72080db6-951c-4048-a853-293760a4b61a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a {
    width: 100%;
    height: auto;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
    
    
  }


.s-72080db6-951c-4048-a853-293760a4b61a .shogun-image-content {
  
    align-items: center;
  
}

.s-72080db6-951c-4048-a853-293760a4b61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72080db6-951c-4048-a853-293760a4b61a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
      position: relative;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image,
  #s-72080db6-951c-4048-a853-293760a4b61a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a {
    width: 100%;
    height: auto;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
    
    
  }


.s-72080db6-951c-4048-a853-293760a4b61a .shogun-image-content {
  
    align-items: center;
  
}

.s-72080db6-951c-4048-a853-293760a4b61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72080db6-951c-4048-a853-293760a4b61a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
      position: relative;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image,
  #s-72080db6-951c-4048-a853-293760a4b61a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a {
    width: 100%;
    height: auto;
  }

  #s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
    
    
  }


.s-72080db6-951c-4048-a853-293760a4b61a .shogun-image-content {
  
    align-items: center;
  
}

.s-72080db6-951c-4048-a853-293760a4b61a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72080db6-951c-4048-a853-293760a4b61a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-72080db6-951c-4048-a853-293760a4b61a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container {
      position: relative;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72080db6-951c-4048-a853-293760a4b61a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72080db6-951c-4048-a853-293760a4b61a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image,
  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
    width: 100%;
    height: auto;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
    
    
  }


.s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shogun-image-content {
  
    align-items: center;
  
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
      position: relative;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image,
  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
    width: 100%;
    height: auto;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
    
    
  }


.s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shogun-image-content {
  
    align-items: center;
  
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
      position: relative;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image,
  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
    width: 100%;
    height: auto;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
    
    
  }


.s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shogun-image-content {
  
    align-items: center;
  
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
      position: relative;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image,
  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
    width: 100%;
    height: auto;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
    
    
  }


.s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shogun-image-content {
  
    align-items: center;
  
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
      position: relative;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image,
  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
    width: 100%;
    height: auto;
  }

  #s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
    
    
  }


.s-c084d1dd-9b3e-406c-9432-4b0b30513051 .shogun-image-content {
  
    align-items: center;
  
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container {
      position: relative;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c084d1dd-9b3e-406c-9432-4b0b30513051 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
  max-width: 740px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image,
  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
    width: 100%;
    height: auto;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
    
    
  }


.s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
      position: relative;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image,
  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
    width: 100%;
    height: auto;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
    
    
  }


.s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
      position: relative;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image,
  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
    width: 100%;
    height: auto;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
    
    
  }


.s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
      position: relative;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image,
  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
    width: 100%;
    height: auto;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
    
    
  }


.s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
      position: relative;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image,
  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
    width: 100%;
    height: auto;
  }

  #s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
    
    
  }


.s-5d5bc6af-330d-4f66-a289-69e5f00efa57 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container {
      position: relative;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d5bc6af-330d-4f66-a289-69e5f00efa57 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5502a99b-f85c-497b-a428-c40b4079a60f {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5502a99b-f85c-497b-a428-c40b4079a60f {
  display: none;
}
#s-5502a99b-f85c-497b-a428-c40b4079a60f, #wrap-s-5502a99b-f85c-497b-a428-c40b4079a60f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5502a99b-f85c-497b-a428-c40b4079a60f {
  display: none;
}
#s-5502a99b-f85c-497b-a428-c40b4079a60f, #wrap-s-5502a99b-f85c-497b-a428-c40b4079a60f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5502a99b-f85c-497b-a428-c40b4079a60f {
  display: none;
}
#s-5502a99b-f85c-497b-a428-c40b4079a60f, #wrap-s-5502a99b-f85c-497b-a428-c40b4079a60f { display: none !important; }}







#s-5502a99b-f85c-497b-a428-c40b4079a60f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5502a99b-f85c-497b-a428-c40b4079a60f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-3f4560ca-6f64-4db9-a2a6-0059652185e0 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-3f4560ca-6f64-4db9-a2a6-0059652185e0 {
  margin-bottom: 0px;
display: none;
}
#s-3f4560ca-6f64-4db9-a2a6-0059652185e0, #wrap-s-3f4560ca-6f64-4db9-a2a6-0059652185e0 { display: none !important; }}
#s-3f4560ca-6f64-4db9-a2a6-0059652185e0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 0.27);
}

#s-3f4560ca-6f64-4db9-a2a6-0059652185e0 .shg-sld-nav-button.shg-sld-left,
#s-3f4560ca-6f64-4db9-a2a6-0059652185e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 0.27);
}

@media (min-width: 0px) {
[id="s-203f5afe-fc2f-4961-84c4-4bb37932ddb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-203f5afe-fc2f-4961-84c4-4bb37932ddb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-203f5afe-fc2f-4961-84c4-4bb37932ddb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-203f5afe-fc2f-4961-84c4-4bb37932ddb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
  max-width: 736px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image,
  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
    width: 100%;
    height: auto;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
    
    
  }


.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
      position: relative;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image,
  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
    width: 100%;
    height: auto;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
    
    
  }


.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
      position: relative;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image,
  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
    width: 100%;
    height: auto;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
    
    
  }


.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
      position: relative;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image,
  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
    width: 100%;
    height: auto;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
    
    
  }


.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
      position: relative;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image,
  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
    width: 100%;
    height: auto;
  }

  #s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
    
    
  }


.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 .shogun-image-content {
  
    align-items: center;
  
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container {
      position: relative;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b2c29ec-bbb2-4ec4-af58-f1b5ef17db23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image,
  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
    width: 100%;
    height: auto;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
    
    
  }


.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
      position: relative;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image,
  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
    width: 100%;
    height: auto;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
    
    
  }


.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
      position: relative;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image,
  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
    width: 100%;
    height: auto;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
    
    
  }


.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
      position: relative;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image,
  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
    width: 100%;
    height: auto;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
    
    
  }


.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
      position: relative;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image,
  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
    width: 100%;
    height: auto;
  }

  #s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
    
    
  }


.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container {
      position: relative;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a63f1c1-a606-4fe4-ac5f-c37500b08e12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-42e14ff9-5f19-4969-b8fe-6a0d398ad6b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42e14ff9-5f19-4969-b8fe-6a0d398ad6b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42e14ff9-5f19-4969-b8fe-6a0d398ad6b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42e14ff9-5f19-4969-b8fe-6a0d398ad6b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image,
  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
    width: 100%;
    height: auto;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
    
    
  }


.s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
      position: relative;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image,
  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
    width: 100%;
    height: auto;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
    
    
  }


.s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
      position: relative;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image,
  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
    width: 100%;
    height: auto;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
    
    
  }


.s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
      position: relative;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image,
  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
    width: 100%;
    height: auto;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
    
    
  }


.s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
      position: relative;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image,
  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
    width: 100%;
    height: auto;
  }

  #s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
    
    
  }


.s-4cd4496f-100a-481c-9d82-249f11bf63a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container {
      position: relative;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4cd4496f-100a-481c-9d82-249f11bf63a1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-99fdcb99-481a-4274-b7d7-c2f6178decbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99fdcb99-481a-4274-b7d7-c2f6178decbc .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-87633f7d-b166-4998-af86-150556b44d6f {
  text-align: center;
}

#s-87633f7d-b166-4998-af86-150556b44d6f .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87633f7d-b166-4998-af86-150556b44d6f .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-87633f7d-b166-4998-af86-150556b44d6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
  max-width: 1266px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image,
  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
    width: 100%;
    height: auto;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
    
    
  }


.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
      position: relative;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image,
  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
    width: 100%;
    height: auto;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
    
    
  }


.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
      position: relative;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image,
  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
    width: 100%;
    height: auto;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
    
    
  }


.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
      position: relative;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image,
  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
    width: 100%;
    height: auto;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
    
    
  }


.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
      position: relative;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image,
  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
    width: 100%;
    height: auto;
  }

  #s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
    
    
  }


.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e .shogun-image-content {
  
    align-items: center;
  
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container {
      position: relative;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16206c4d-a3d4-47c8-8cec-6ac420f43d0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7f3428b7-1719-4ff0-9972-bc9623f1270f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f3428b7-1719-4ff0-9972-bc9623f1270f .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f3d4f069-2963-48fc-9b1a-a1c8975a4ee7 {
  text-align: center;
}

#s-f3d4f069-2963-48fc-9b1a-a1c8975a4ee7 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f3d4f069-2963-48fc-9b1a-a1c8975a4ee7 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-f3d4f069-2963-48fc-9b1a-a1c8975a4ee7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ef1d43f7-c3a4-4aea-be3c-589e5936d226"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef1d43f7-c3a4-4aea-be3c-589e5936d226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef1d43f7-c3a4-4aea-be3c-589e5936d226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef1d43f7-c3a4-4aea-be3c-589e5936d226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5296431d-22aa-4b52-bd61-01558c6729dd {
  max-width: 1620px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image,
  #s-5296431d-22aa-4b52-bd61-01558c6729dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd {
    width: 100%;
    height: auto;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
    
    
  }


.s-5296431d-22aa-4b52-bd61-01558c6729dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5296431d-22aa-4b52-bd61-01558c6729dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
      position: relative;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image,
  #s-5296431d-22aa-4b52-bd61-01558c6729dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd {
    width: 100%;
    height: auto;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
    
    
  }


.s-5296431d-22aa-4b52-bd61-01558c6729dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5296431d-22aa-4b52-bd61-01558c6729dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
      position: relative;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image,
  #s-5296431d-22aa-4b52-bd61-01558c6729dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd {
    width: 100%;
    height: auto;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
    
    
  }


.s-5296431d-22aa-4b52-bd61-01558c6729dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5296431d-22aa-4b52-bd61-01558c6729dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
      position: relative;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image,
  #s-5296431d-22aa-4b52-bd61-01558c6729dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd {
    width: 100%;
    height: auto;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
    
    
  }


.s-5296431d-22aa-4b52-bd61-01558c6729dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5296431d-22aa-4b52-bd61-01558c6729dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
      position: relative;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image,
  #s-5296431d-22aa-4b52-bd61-01558c6729dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd {
    width: 100%;
    height: auto;
  }

  #s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
    
    
  }


.s-5296431d-22aa-4b52-bd61-01558c6729dd .shogun-image-content {
  
    align-items: center;
  
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5296431d-22aa-4b52-bd61-01558c6729dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container {
      position: relative;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5296431d-22aa-4b52-bd61-01558c6729dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
  max-width: 2400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image,
  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
    width: 100%;
    height: auto;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
    
    
  }


.s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
      position: relative;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image,
  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
    width: 100%;
    height: auto;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
    
    
  }


.s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
      position: relative;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image,
  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
    width: 100%;
    height: auto;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
    
    
  }


.s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
      position: relative;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image,
  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
    width: 100%;
    height: auto;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
    
    
  }


.s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
      position: relative;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image,
  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
    width: 100%;
    height: auto;
  }

  #s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
    
    
  }


.s-7e016a6b-5460-45af-b2c7-74cd03d3a976 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container {
      position: relative;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e016a6b-5460-45af-b2c7-74cd03d3a976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
  max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image,
  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
    width: 100%;
    height: auto;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
    
    
  }


.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
      position: relative;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image,
  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
    width: 100%;
    height: auto;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
    
    
  }


.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
      position: relative;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image,
  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
    width: 100%;
    height: auto;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
    
    
  }


.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
      position: relative;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image,
  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
    width: 100%;
    height: auto;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
    
    
  }


.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
      position: relative;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image,
  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
    width: 100%;
    height: auto;
  }

  #s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
    
    
  }


.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container {
      position: relative;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc34c2f2-198c-4b89-80a9-7af1cc35c156 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-d025decc-a2d2-4af9-ba6d-1b3d1608234a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d025decc-a2d2-4af9-ba6d-1b3d1608234a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d025decc-a2d2-4af9-ba6d-1b3d1608234a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d025decc-a2d2-4af9-ba6d-1b3d1608234a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-63488a38-4e26-4fda-8274-c2835cc051bc {
  max-width: 1602px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image,
  #s-63488a38-4e26-4fda-8274-c2835cc051bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc {
    width: 100%;
    height: auto;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
    
    
  }


.s-63488a38-4e26-4fda-8274-c2835cc051bc .shogun-image-content {
  
    align-items: center;
  
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63488a38-4e26-4fda-8274-c2835cc051bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
      position: relative;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image,
  #s-63488a38-4e26-4fda-8274-c2835cc051bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc {
    width: 100%;
    height: auto;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
    
    
  }


.s-63488a38-4e26-4fda-8274-c2835cc051bc .shogun-image-content {
  
    align-items: center;
  
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63488a38-4e26-4fda-8274-c2835cc051bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
      position: relative;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image,
  #s-63488a38-4e26-4fda-8274-c2835cc051bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc {
    width: 100%;
    height: auto;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
    
    
  }


.s-63488a38-4e26-4fda-8274-c2835cc051bc .shogun-image-content {
  
    align-items: center;
  
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63488a38-4e26-4fda-8274-c2835cc051bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
      position: relative;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image,
  #s-63488a38-4e26-4fda-8274-c2835cc051bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc {
    width: 100%;
    height: auto;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
    
    
  }


.s-63488a38-4e26-4fda-8274-c2835cc051bc .shogun-image-content {
  
    align-items: center;
  
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63488a38-4e26-4fda-8274-c2835cc051bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
      position: relative;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image,
  #s-63488a38-4e26-4fda-8274-c2835cc051bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc {
    width: 100%;
    height: auto;
  }

  #s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
    
    
  }


.s-63488a38-4e26-4fda-8274-c2835cc051bc .shogun-image-content {
  
    align-items: center;
  
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-63488a38-4e26-4fda-8274-c2835cc051bc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container {
      position: relative;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63488a38-4e26-4fda-8274-c2835cc051bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0894da34-a11e-49fa-b08b-889919d54c73 {
  max-width: 2378px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image,
  #s-0894da34-a11e-49fa-b08b-889919d54c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 {
    width: 100%;
    height: auto;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
    
    
  }


.s-0894da34-a11e-49fa-b08b-889919d54c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0894da34-a11e-49fa-b08b-889919d54c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
      position: relative;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image,
  #s-0894da34-a11e-49fa-b08b-889919d54c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 {
    width: 100%;
    height: auto;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
    
    
  }


.s-0894da34-a11e-49fa-b08b-889919d54c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0894da34-a11e-49fa-b08b-889919d54c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
      position: relative;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image,
  #s-0894da34-a11e-49fa-b08b-889919d54c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 {
    width: 100%;
    height: auto;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
    
    
  }


.s-0894da34-a11e-49fa-b08b-889919d54c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0894da34-a11e-49fa-b08b-889919d54c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
      position: relative;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image,
  #s-0894da34-a11e-49fa-b08b-889919d54c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 {
    width: 100%;
    height: auto;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
    
    
  }


.s-0894da34-a11e-49fa-b08b-889919d54c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0894da34-a11e-49fa-b08b-889919d54c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
      position: relative;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image,
  #s-0894da34-a11e-49fa-b08b-889919d54c73 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 {
    width: 100%;
    height: auto;
  }

  #s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
    
    
  }


.s-0894da34-a11e-49fa-b08b-889919d54c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0894da34-a11e-49fa-b08b-889919d54c73 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container {
      position: relative;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0894da34-a11e-49fa-b08b-889919d54c73 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
  max-width: 1568px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image,
  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
    width: 100%;
    height: auto;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
    
    
  }


.s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
      position: relative;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image,
  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
    width: 100%;
    height: auto;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
    
    
  }


.s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
      position: relative;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image,
  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
    width: 100%;
    height: auto;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
    
    
  }


.s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
      position: relative;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image,
  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
    width: 100%;
    height: auto;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
    
    
  }


.s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
      position: relative;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image,
  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
    width: 100%;
    height: auto;
  }

  #s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
    
    
  }


.s-fc11913b-4d67-4205-ad03-4a6c2351c126 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container {
      position: relative;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc11913b-4d67-4205-ad03-4a6c2351c126 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04eb7fed-534a-4530-a469-efb2d0a829f2 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-04eb7fed-534a-4530-a469-efb2d0a829f2 {
  display: none;
}
#s-04eb7fed-534a-4530-a469-efb2d0a829f2, #wrap-s-04eb7fed-534a-4530-a469-efb2d0a829f2 { display: none !important; }}
#s-04eb7fed-534a-4530-a469-efb2d0a829f2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-04eb7fed-534a-4530-a469-efb2d0a829f2 .shg-sld-nav-button.shg-sld-left,
#s-04eb7fed-534a-4530-a469-efb2d0a829f2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6598b8c2-ebac-4a7d-9b17-3f2fce8e8b57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6598b8c2-ebac-4a7d-9b17-3f2fce8e8b57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6598b8c2-ebac-4a7d-9b17-3f2fce8e8b57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6598b8c2-ebac-4a7d-9b17-3f2fce8e8b57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  text-align: left;
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  max-width:  100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  width: 100%;
}



.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  aspect-ratio: 1/1;
}

@media (min-width: 1200px){
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  max-width:  100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  width: 100%;
}



.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  max-width:  100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  width: 100%;
}



.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  max-width:  100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  width: 100%;
}



.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  aspect-ratio: 1/1;
}

}@media (max-width: 767px){
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 {
  max-width:  100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  max-width: 2119px !important;
  
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  width: 100%;
}



.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 .shg-image-zoom,
.shg-c#s-96cf3e38-8c7d-42cd-9892-f8209cc08e21 img.shogun-image {
  aspect-ratio: 1/1;
}

}
#s-431c193d-71eb-4aca-b5fb-aba1337921d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-431c193d-71eb-4aca-b5fb-aba1337921d1 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2ad021b6-1780-438a-b564-6a97e99a1872 {
  text-align: center;
}

#s-2ad021b6-1780-438a-b564-6a97e99a1872 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2ad021b6-1780-438a-b564-6a97e99a1872 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-2ad021b6-1780-438a-b564-6a97e99a1872 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  text-align: left;
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  max-width:  100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  max-width:  100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  max-width:  100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  max-width:  100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 {
  max-width:  100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  width: 100%;
}



.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 .shg-image-zoom,
.shg-c#s-9d85801b-3c4e-41c8-8c02-52f7bc7c51f9 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-fd059b38-27de-4680-a4b6-656c28c729ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd059b38-27de-4680-a4b6-656c28c729ca .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-47ca0d3e-1e7d-4d7a-8820-2c57b3f5965e {
  text-align: center;
}

#s-47ca0d3e-1e7d-4d7a-8820-2c57b3f5965e .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-47ca0d3e-1e7d-4d7a-8820-2c57b3f5965e .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-47ca0d3e-1e7d-4d7a-8820-2c57b3f5965e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-38878476-8ccc-4a08-92cc-ddbcfb2a8ee3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-38878476-8ccc-4a08-92cc-ddbcfb2a8ee3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38878476-8ccc-4a08-92cc-ddbcfb2a8ee3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38878476-8ccc-4a08-92cc-ddbcfb2a8ee3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  text-align: left;
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  max-width:  100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  width: 100%;
}



.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  max-width:  100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  width: 100%;
}



.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  max-width:  100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  width: 100%;
}



.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  max-width:  100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  width: 100%;
}



.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 {
  max-width:  100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  width: 100%;
}



.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 .shg-image-zoom,
.shg-c#s-7ef4ef93-6a2c-46e0-9f23-6851fd633939 img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-36566444-9e68-40f7-a435-9c933e182f52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36566444-9e68-40f7-a435-9c933e182f52 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5bbcd529-5681-4739-bb6e-df1005a86356 {
  text-align: center;
}

#s-5bbcd529-5681-4739-bb6e-df1005a86356 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5bbcd529-5681-4739-bb6e-df1005a86356 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5bbcd529-5681-4739-bb6e-df1005a86356 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  text-align: left;
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  max-width:  100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  width: 100%;
}



.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  aspect-ratio: 4000/5000;
}

@media (min-width: 1200px){
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  max-width:  100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  width: 100%;
}



.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  max-width:  100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  width: 100%;
}



.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  max-width:  100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  width: 100%;
}



.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  aspect-ratio: 4000/5000;
}

}@media (max-width: 767px){
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e {
  max-width:  100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  max-width: 4000px !important;
  
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  width: 100%;
}



.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e .shg-image-zoom,
.shg-c#s-23a54a1f-5a77-458f-9118-478ea4057a8e img.shogun-image {
  aspect-ratio: 4000/5000;
}

}
#s-c1b54c40-5e07-4189-9145-c39b0ec7e861 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1b54c40-5e07-4189-9145-c39b0ec7e861 .shg-product-title-component h4 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-5e546de5-ec17-47ca-9243-34b2f033272f {
  text-align: center;
}

#s-5e546de5-ec17-47ca-9243-34b2f033272f .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e546de5-ec17-47ca-9243-34b2f033272f .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-5e546de5-ec17-47ca-9243-34b2f033272f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-525a8dcc-8016-4cab-805e-1e5492085038 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
}
#s-525a8dcc-8016-4cab-805e-1e5492085038:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-525a8dcc-8016-4cab-805e-1e5492085038:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-525a8dcc-8016-4cab-805e-1e5492085038 {
  margin-top: 20px;
padding-top: 12px;
padding-bottom: 12px;
max-width: 200px;
}
}

  #s-525a8dcc-8016-4cab-805e-1e5492085038-root {
    text-align: center;
  }


#s-525a8dcc-8016-4cab-805e-1e5492085038.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-525a8dcc-8016-4cab-805e-1e5492085038-root {
    text-align: center;
  }


#s-525a8dcc-8016-4cab-805e-1e5492085038.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-525a8dcc-8016-4cab-805e-1e5492085038-root {
    text-align: center;
  }


#s-525a8dcc-8016-4cab-805e-1e5492085038.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-525a8dcc-8016-4cab-805e-1e5492085038-root {
    text-align: center;
  }


#s-525a8dcc-8016-4cab-805e-1e5492085038.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-525a8dcc-8016-4cab-805e-1e5492085038-root {
    text-align: center;
  }


#s-525a8dcc-8016-4cab-805e-1e5492085038.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-0b3b252b-7acd-4a14-85aa-0b184267b6f8 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-0b3b252b-7acd-4a14-85aa-0b184267b6f8 {
  display: none;
}
#s-0b3b252b-7acd-4a14-85aa-0b184267b6f8, #wrap-s-0b3b252b-7acd-4a14-85aa-0b184267b6f8 { display: none !important; }}







#s-0b3b252b-7acd-4a14-85aa-0b184267b6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3b252b-7acd-4a14-85aa-0b184267b6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeb7e72c-a269-4847-8194-8e8b46370de6 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeb7e72c-a269-4847-8194-8e8b46370de6 {
  
}
}@media (max-width: 767px){#s-eeb7e72c-a269-4847-8194-8e8b46370de6 {
  margin-top: 0px;
}
}







#s-eeb7e72c-a269-4847-8194-8e8b46370de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb7e72c-a269-4847-8194-8e8b46370de6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-5367063a-38ae-4ef1-9c78-65e947675a31 {
  
}
}
@media (min-width: 0px) {
[id="s-5367063a-38ae-4ef1-9c78-65e947675a31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5367063a-38ae-4ef1-9c78-65e947675a31"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5367063a-38ae-4ef1-9c78-65e947675a31"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5367063a-38ae-4ef1-9c78-65e947675a31"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-fb82f080-a251-41e7-825c-b79e7f484d28 {
  text-align: center;
}

#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8be97d5b-e6ce-40e7-a58a-067cb582e21a img.shogun-image {
  width: 100%;
}



}
#s-088116d9-4801-49fd-9d44-a202854c602a {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-088116d9-4801-49fd-9d44-a202854c602a .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-900184ae-6d17-4a00-863e-ac8dfd8b98a1 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-d50df706-cf17-49ee-a438-e8bbe5939aad {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-d50df706-cf17-49ee-a438-e8bbe5939aad .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d50df706-cf17-49ee-a438-e8bbe5939aad .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d50df706-cf17-49ee-a438-e8bbe5939aad .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d2dfa343-4b38-41ee-9a82-663e4783e263 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-d2dfa343-4b38-41ee-9a82-663e4783e263:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d2dfa343-4b38-41ee-9a82-663e4783e263:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d2dfa343-4b38-41ee-9a82-663e4783e263 {
  display: none;
}
#s-d2dfa343-4b38-41ee-9a82-663e4783e263, #wrap-s-d2dfa343-4b38-41ee-9a82-663e4783e263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2dfa343-4b38-41ee-9a82-663e4783e263 {
  display: none;
}
#s-d2dfa343-4b38-41ee-9a82-663e4783e263, #wrap-s-d2dfa343-4b38-41ee-9a82-663e4783e263 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2dfa343-4b38-41ee-9a82-663e4783e263 {
  display: none;
}
#s-d2dfa343-4b38-41ee-9a82-663e4783e263, #wrap-s-d2dfa343-4b38-41ee-9a82-663e4783e263 { display: none !important; }}@media (max-width: 767px){#s-d2dfa343-4b38-41ee-9a82-663e4783e263 {
  display: none;
}
#s-d2dfa343-4b38-41ee-9a82-663e4783e263, #wrap-s-d2dfa343-4b38-41ee-9a82-663e4783e263 { display: none !important; }}

  #s-d2dfa343-4b38-41ee-9a82-663e4783e263-root {
    text-align: center;
  }


#s-d2dfa343-4b38-41ee-9a82-663e4783e263.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2dfa343-4b38-41ee-9a82-663e4783e263-root {
    text-align: center;
  }


#s-d2dfa343-4b38-41ee-9a82-663e4783e263.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2dfa343-4b38-41ee-9a82-663e4783e263-root {
    text-align: center;
  }


#s-d2dfa343-4b38-41ee-9a82-663e4783e263.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2dfa343-4b38-41ee-9a82-663e4783e263-root {
    text-align: center;
  }


#s-d2dfa343-4b38-41ee-9a82-663e4783e263.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2dfa343-4b38-41ee-9a82-663e4783e263-root {
    text-align: center;
  }


#s-d2dfa343-4b38-41ee-9a82-663e4783e263.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-5f6916e1-06cc-446e-8bc6-beac7e56117e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5f6916e1-06cc-446e-8bc6-beac7e56117e img.shogun-image {
  width: 100%;
}



}
#s-6af3874a-a34b-4008-8a88-785e023d242c {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: center;
}

#s-6af3874a-a34b-4008-8a88-785e023d242c .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-15cdbad0-ec0f-459f-b38d-0111087aa34e {
  margin-top: 4px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-b18ac574-917e-480e-9b47-a7a3aa198a93 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-b18ac574-917e-480e-9b47-a7a3aa198a93 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b18ac574-917e-480e-9b47-a7a3aa198a93 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b18ac574-917e-480e-9b47-a7a3aa198a93 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 {
  display: none;
}
#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52, #wrap-s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 {
  display: none;
}
#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52, #wrap-s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 {
  display: none;
}
#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52, #wrap-s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 { display: none !important; }}@media (max-width: 767px){#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 {
  display: none;
}
#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52, #wrap-s-0c6fe539-e021-4bc2-bd34-66fa5f768b52 { display: none !important; }}

  #s-0c6fe539-e021-4bc2-bd34-66fa5f768b52-root {
    text-align: center;
  }


#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c6fe539-e021-4bc2-bd34-66fa5f768b52-root {
    text-align: center;
  }


#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c6fe539-e021-4bc2-bd34-66fa5f768b52-root {
    text-align: center;
  }


#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c6fe539-e021-4bc2-bd34-66fa5f768b52-root {
    text-align: center;
  }


#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c6fe539-e021-4bc2-bd34-66fa5f768b52-root {
    text-align: center;
  }


#s-0c6fe539-e021-4bc2-bd34-66fa5f768b52.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-8505519f-ec7a-4a82-b307-a9c38cadb66a {
  text-align: center;
}

#s-318062ea-ebc6-435d-816f-e36feb4c26cc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-318062ea-ebc6-435d-816f-e36feb4c26cc img.shogun-image {
  width: 100%;
}



}
#s-90c43b78-9cda-45db-b674-f6978c5c0671 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-90c43b78-9cda-45db-b674-f6978c5c0671 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9770a49a-2844-4e87-ae99-b2322da0a6ad {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-f7a29394-5c6d-4282-9808-488841f726ea {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-f7a29394-5c6d-4282-9808-488841f726ea .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f7a29394-5c6d-4282-9808-488841f726ea .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-f7a29394-5c6d-4282-9808-488841f726ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-844a8192-18ed-43b2-8691-60f8a7b39019 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-844a8192-18ed-43b2-8691-60f8a7b39019:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-844a8192-18ed-43b2-8691-60f8a7b39019:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-844a8192-18ed-43b2-8691-60f8a7b39019 {
  display: none;
}
#s-844a8192-18ed-43b2-8691-60f8a7b39019, #wrap-s-844a8192-18ed-43b2-8691-60f8a7b39019 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-844a8192-18ed-43b2-8691-60f8a7b39019 {
  display: none;
}
#s-844a8192-18ed-43b2-8691-60f8a7b39019, #wrap-s-844a8192-18ed-43b2-8691-60f8a7b39019 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-844a8192-18ed-43b2-8691-60f8a7b39019 {
  display: none;
}
#s-844a8192-18ed-43b2-8691-60f8a7b39019, #wrap-s-844a8192-18ed-43b2-8691-60f8a7b39019 { display: none !important; }}@media (max-width: 767px){#s-844a8192-18ed-43b2-8691-60f8a7b39019 {
  display: none;
}
#s-844a8192-18ed-43b2-8691-60f8a7b39019, #wrap-s-844a8192-18ed-43b2-8691-60f8a7b39019 { display: none !important; }}

  #s-844a8192-18ed-43b2-8691-60f8a7b39019-root {
    text-align: center;
  }


#s-844a8192-18ed-43b2-8691-60f8a7b39019.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-844a8192-18ed-43b2-8691-60f8a7b39019-root {
    text-align: center;
  }


#s-844a8192-18ed-43b2-8691-60f8a7b39019.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-844a8192-18ed-43b2-8691-60f8a7b39019-root {
    text-align: center;
  }


#s-844a8192-18ed-43b2-8691-60f8a7b39019.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-844a8192-18ed-43b2-8691-60f8a7b39019-root {
    text-align: center;
  }


#s-844a8192-18ed-43b2-8691-60f8a7b39019.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-844a8192-18ed-43b2-8691-60f8a7b39019-root {
    text-align: center;
  }


#s-844a8192-18ed-43b2-8691-60f8a7b39019.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-cbc08190-1c37-40ea-834e-97475469961d {
  text-align: center;
}

#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a73b6feb-9a80-4ac4-893b-393d8f1ac099 img.shogun-image {
  width: 100%;
}



}
#s-83d55eca-a16f-4014-9890-94ced1ca57d1 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-83d55eca-a16f-4014-9890-94ced1ca57d1 .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-ac4d14b4-c790-4b7d-87b1-9d1e5a49cb85 {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-bdb2fccb-93fa-42de-9466-acd82aa0a76c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-bdb2fccb-93fa-42de-9466-acd82aa0a76c .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bdb2fccb-93fa-42de-9466-acd82aa0a76c .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bdb2fccb-93fa-42de-9466-acd82aa0a76c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-04d03e0e-8286-49ee-94a0-ead89ea173b5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-04d03e0e-8286-49ee-94a0-ead89ea173b5:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04d03e0e-8286-49ee-94a0-ead89ea173b5:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-04d03e0e-8286-49ee-94a0-ead89ea173b5 {
  display: none;
}
#s-04d03e0e-8286-49ee-94a0-ead89ea173b5, #wrap-s-04d03e0e-8286-49ee-94a0-ead89ea173b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d03e0e-8286-49ee-94a0-ead89ea173b5 {
  display: none;
}
#s-04d03e0e-8286-49ee-94a0-ead89ea173b5, #wrap-s-04d03e0e-8286-49ee-94a0-ead89ea173b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d03e0e-8286-49ee-94a0-ead89ea173b5 {
  display: none;
}
#s-04d03e0e-8286-49ee-94a0-ead89ea173b5, #wrap-s-04d03e0e-8286-49ee-94a0-ead89ea173b5 { display: none !important; }}@media (max-width: 767px){#s-04d03e0e-8286-49ee-94a0-ead89ea173b5 {
  display: none;
}
#s-04d03e0e-8286-49ee-94a0-ead89ea173b5, #wrap-s-04d03e0e-8286-49ee-94a0-ead89ea173b5 { display: none !important; }}

  #s-04d03e0e-8286-49ee-94a0-ead89ea173b5-root {
    text-align: center;
  }


#s-04d03e0e-8286-49ee-94a0-ead89ea173b5.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04d03e0e-8286-49ee-94a0-ead89ea173b5-root {
    text-align: center;
  }


#s-04d03e0e-8286-49ee-94a0-ead89ea173b5.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d03e0e-8286-49ee-94a0-ead89ea173b5-root {
    text-align: center;
  }


#s-04d03e0e-8286-49ee-94a0-ead89ea173b5.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d03e0e-8286-49ee-94a0-ead89ea173b5-root {
    text-align: center;
  }


#s-04d03e0e-8286-49ee-94a0-ead89ea173b5.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04d03e0e-8286-49ee-94a0-ead89ea173b5-root {
    text-align: center;
  }


#s-04d03e0e-8286-49ee-94a0-ead89ea173b5.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
#s-85c1f079-9dcc-4287-9468-92641bb5db76 {
  text-align: center;
}

#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(242, 242, 242, 1);
}



.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-58f3eae6-34b8-4fd2-a7a7-06f18809f67c img.shogun-image {
  width: 100%;
}



}
#s-c6874549-8c20-4b3e-aabc-949a276fd70a {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: center;
}

#s-c6874549-8c20-4b3e-aabc-949a276fd70a .shg-product-title-component h3 {
  color: rgba(68, 86, 170, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0b25e040-5e69-42de-8e29-0b1f60e7a14a {
  margin-top: 4px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-df70e6fe-9fef-4f40-b20b-f363d379684e {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-df70e6fe-9fef-4f40-b20b-f363d379684e .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df70e6fe-9fef-4f40-b20b-f363d379684e .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-df70e6fe-9fef-4f40-b20b-f363d379684e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e8648db0-8564-402a-91c6-3366b61f9601 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(68, 86, 170, 1);
border-radius: 3px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(68, 86, 170, 1);
}
#s-e8648db0-8564-402a-91c6-3366b61f9601:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(68, 86, 170, 1) !important;
background-color: rgba(68, 86, 170, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e8648db0-8564-402a-91c6-3366b61f9601:active {background-color: rgba(34, 53, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e8648db0-8564-402a-91c6-3366b61f9601 {
  display: none;
}
#s-e8648db0-8564-402a-91c6-3366b61f9601, #wrap-s-e8648db0-8564-402a-91c6-3366b61f9601 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8648db0-8564-402a-91c6-3366b61f9601 {
  display: none;
}
#s-e8648db0-8564-402a-91c6-3366b61f9601, #wrap-s-e8648db0-8564-402a-91c6-3366b61f9601 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8648db0-8564-402a-91c6-3366b61f9601 {
  display: none;
}
#s-e8648db0-8564-402a-91c6-3366b61f9601, #wrap-s-e8648db0-8564-402a-91c6-3366b61f9601 { display: none !important; }}@media (max-width: 767px){#s-e8648db0-8564-402a-91c6-3366b61f9601 {
  display: none;
}
#s-e8648db0-8564-402a-91c6-3366b61f9601, #wrap-s-e8648db0-8564-402a-91c6-3366b61f9601 { display: none !important; }}

  #s-e8648db0-8564-402a-91c6-3366b61f9601-root {
    text-align: center;
  }


#s-e8648db0-8564-402a-91c6-3366b61f9601.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e8648db0-8564-402a-91c6-3366b61f9601-root {
    text-align: center;
  }


#s-e8648db0-8564-402a-91c6-3366b61f9601.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8648db0-8564-402a-91c6-3366b61f9601-root {
    text-align: center;
  }


#s-e8648db0-8564-402a-91c6-3366b61f9601.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8648db0-8564-402a-91c6-3366b61f9601-root {
    text-align: center;
  }


#s-e8648db0-8564-402a-91c6-3366b61f9601.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e8648db0-8564-402a-91c6-3366b61f9601-root {
    text-align: center;
  }


#s-e8648db0-8564-402a-91c6-3366b61f9601.shg-btn {
  color: rgba(68, 86, 170, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-710bdaea-2354-4d60-b5da-dae7e2403247 {
  display: none;
}
#s-710bdaea-2354-4d60-b5da-dae7e2403247, #wrap-s-710bdaea-2354-4d60-b5da-dae7e2403247 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-710bdaea-2354-4d60-b5da-dae7e2403247 {
  display: none;
}
#s-710bdaea-2354-4d60-b5da-dae7e2403247, #wrap-s-710bdaea-2354-4d60-b5da-dae7e2403247 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-710bdaea-2354-4d60-b5da-dae7e2403247 {
  display: none;
}
#s-710bdaea-2354-4d60-b5da-dae7e2403247, #wrap-s-710bdaea-2354-4d60-b5da-dae7e2403247 { display: none !important; }}@media (max-width: 767px){#s-710bdaea-2354-4d60-b5da-dae7e2403247 {
  margin-top: 30px;
margin-left: 4%;
margin-bottom: 30px;
margin-right: 4%;
display: none;
}
#s-710bdaea-2354-4d60-b5da-dae7e2403247, #wrap-s-710bdaea-2354-4d60-b5da-dae7e2403247 { display: none !important; }}
@media (min-width: 0px) {
[id="s-710bdaea-2354-4d60-b5da-dae7e2403247"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-710bdaea-2354-4d60-b5da-dae7e2403247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-710bdaea-2354-4d60-b5da-dae7e2403247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-710bdaea-2354-4d60-b5da-dae7e2403247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e4c7833e-bc0d-4546-a669-e84b62406f33 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4c7833e-bc0d-4546-a669-e84b62406f33 img.shogun-image {
  width: 100%;
}



}
#s-4c9528d4-5151-485d-8c71-aa4fda80bd99 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-4c9528d4-5151-485d-8c71-aa4fda80bd99 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-d9d4654f-302e-4667-a75c-3421b8ffd213 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-385aac3c-1166-407f-8989-ad2c9355a769 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-385aac3c-1166-407f-8989-ad2c9355a769 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-385aac3c-1166-407f-8989-ad2c9355a769 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-385aac3c-1166-407f-8989-ad2c9355a769 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-42d9f8e4-3fd0-424f-9d1c-975299f5fc43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f444e7b-ec05-4cdd-a6b0-1392dc1b84a5 img.shogun-image {
  width: 100%;
}



}
#s-3b53f629-8b7e-46f3-9742-f7858c65a2f6 {
  padding-top: 15px;
padding-left: 8px;
padding-bottom: 0px;
padding-right: 8px;
text-align: left;
}

#s-3b53f629-8b7e-46f3-9742-f7858c65a2f6 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-f4086b00-123f-47f8-bddc-6655fdeed373 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-97c9da7f-253d-4e61-9472-a7989b090b7b {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-97c9da7f-253d-4e61-9472-a7989b090b7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-97c9da7f-253d-4e61-9472-a7989b090b7b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-97c9da7f-253d-4e61-9472-a7989b090b7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-433dbcb0-ddab-4587-9f3f-bee3afd8cf7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ee01f3a4-ce5a-456a-b842-6ec82af63d41 img.shogun-image {
  width: 100%;
}



}
#s-43ef4b6c-4c14-4612-9219-a43152b7dfd9 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-43ef4b6c-4c14-4612-9219-a43152b7dfd9 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-f396123a-bf9b-41b4-8567-0976b5aa8062 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-7c3f99f2-229b-413b-a35d-04c6600f15ae {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-7c3f99f2-229b-413b-a35d-04c6600f15ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c3f99f2-229b-413b-a35d-04c6600f15ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c3f99f2-229b-413b-a35d-04c6600f15ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-01117c3e-8fb4-4120-a048-2671eb5a4469:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01117c3e-8fb4-4120-a048-2671eb5a4469:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01117c3e-8fb4-4120-a048-2671eb5a4469 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-01117c3e-8fb4-4120-a048-2671eb5a4469 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-01117c3e-8fb4-4120-a048-2671eb5a4469.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d60959df-a047-4688-9aa3-b4c893246fd5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(244, 245, 249, 1);
}



.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d60959df-a047-4688-9aa3-b4c893246fd5 img.shogun-image {
  width: 100%;
}



}
#s-e1527db7-ab5b-4e5e-97c3-fbe41ec0e625 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
text-align: left;
}

#s-e1527db7-ab5b-4e5e-97c3-fbe41ec0e625 .shg-product-title-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  font-family: Varela Round;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-05abbd15-2818-4122-9247-395a55a26e3b .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-fc2752f5-b7d5-4845-a50a-1cbee17301f1 {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-fc2752f5-b7d5-4845-a50a-1cbee17301f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fc2752f5-b7d5-4845-a50a-1cbee17301f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fc2752f5-b7d5-4845-a50a-1cbee17301f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-color: rgba(56, 78, 157, 1);
border-radius: 3px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(56, 78, 157, 1);
}
#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782:hover {background-color: rgba(56, 78, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 14px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-btn {
  color: rgba(56, 78, 157, 1);
  font-size: 13px;
  
  
  font-family: Varela Round;
  display:  block ;
}

#s-798544d6-1ade-4bb8-8a4d-83ed44ba7782.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
@media (min-width: 1200px){#s-cc741f90-9120-4264-877b-4220b9013b34 {
  display: none;
}
#s-cc741f90-9120-4264-877b-4220b9013b34, #wrap-s-cc741f90-9120-4264-877b-4220b9013b34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc741f90-9120-4264-877b-4220b9013b34 {
  display: none;
}
#s-cc741f90-9120-4264-877b-4220b9013b34, #wrap-s-cc741f90-9120-4264-877b-4220b9013b34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc741f90-9120-4264-877b-4220b9013b34 {
  display: none;
}
#s-cc741f90-9120-4264-877b-4220b9013b34, #wrap-s-cc741f90-9120-4264-877b-4220b9013b34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc741f90-9120-4264-877b-4220b9013b34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc741f90-9120-4264-877b-4220b9013b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc741f90-9120-4264-877b-4220b9013b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc741f90-9120-4264-877b-4220b9013b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
  max-width: 4000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image,
  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
    width: 100%;
    height: auto;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
    
    
  }


.s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
      position: relative;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image,
  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
    width: 100%;
    height: auto;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
    
    
  }


.s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
      position: relative;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image,
  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
    width: 100%;
    height: auto;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
    
    
  }


.s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
      position: relative;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image,
  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
    width: 100%;
    height: auto;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
    
    
  }


.s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
      position: relative;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image,
  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
    width: 100%;
    height: auto;
  }

  #s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
    
    
  }


.s-ca3207ef-1a73-4ca9-b89a-947251661a37 .shogun-image-content {
  
    align-items: center;
  
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container {
      position: relative;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca3207ef-1a73-4ca9-b89a-947251661a37 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-77e676eb-0dc6-4f3a-b9ec-a3ab5d5320bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77e676eb-0dc6-4f3a-b9ec-a3ab5d5320bb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fbcadc7d-3efb-41d9-892b-5aa67f194775 {
  text-align: center;
}

#s-fbcadc7d-3efb-41d9-892b-5aa67f194775 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fbcadc7d-3efb-41d9-892b-5aa67f194775 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-fbcadc7d-3efb-41d9-892b-5aa67f194775 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
  max-width: 1254px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image,
  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
    width: 100%;
    height: auto;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
    
    
  }


.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
      position: relative;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image,
  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
    width: 100%;
    height: auto;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
    
    
  }


.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
      position: relative;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image,
  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
    width: 100%;
    height: auto;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
    
    
  }


.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
      position: relative;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image,
  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
    width: 100%;
    height: auto;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
    
    
  }


.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
      position: relative;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image,
  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
    width: 100%;
    height: auto;
  }

  #s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
    
    
  }


.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container {
      position: relative;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc64fc3-14d5-406f-ac86-cfa191cc5bfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d21d33b8-a2d1-4e36-bf3b-5e622fc27a48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d21d33b8-a2d1-4e36-bf3b-5e622fc27a48 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d797204-01e1-45b1-a97b-a3870b4bbac4 {
  text-align: center;
}

#s-4d797204-01e1-45b1-a97b-a3870b4bbac4 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d797204-01e1-45b1-a97b-a3870b4bbac4 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-4d797204-01e1-45b1-a97b-a3870b4bbac4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 1200px){#s-c566bb9f-a65b-4e37-817c-178e9ef14be1 {
  display: none;
}
#s-c566bb9f-a65b-4e37-817c-178e9ef14be1, #wrap-s-c566bb9f-a65b-4e37-817c-178e9ef14be1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c566bb9f-a65b-4e37-817c-178e9ef14be1 {
  display: none;
}
#s-c566bb9f-a65b-4e37-817c-178e9ef14be1, #wrap-s-c566bb9f-a65b-4e37-817c-178e9ef14be1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c566bb9f-a65b-4e37-817c-178e9ef14be1 {
  display: none;
}
#s-c566bb9f-a65b-4e37-817c-178e9ef14be1, #wrap-s-c566bb9f-a65b-4e37-817c-178e9ef14be1 { display: none !important; }}@media (max-width: 767px){#s-c566bb9f-a65b-4e37-817c-178e9ef14be1 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-c566bb9f-a65b-4e37-817c-178e9ef14be1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c566bb9f-a65b-4e37-817c-178e9ef14be1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c566bb9f-a65b-4e37-817c-178e9ef14be1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c566bb9f-a65b-4e37-817c-178e9ef14be1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image,
  #s-0958f073-3b9e-4997-9317-6bd5ec24885f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f {
    width: 100%;
    height: auto;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
    
    
  }


.s-0958f073-3b9e-4997-9317-6bd5ec24885f .shogun-image-content {
  
    align-items: center;
  
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0958f073-3b9e-4997-9317-6bd5ec24885f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
      position: relative;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image,
  #s-0958f073-3b9e-4997-9317-6bd5ec24885f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f {
    width: 100%;
    height: auto;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
    
    
  }


.s-0958f073-3b9e-4997-9317-6bd5ec24885f .shogun-image-content {
  
    align-items: center;
  
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0958f073-3b9e-4997-9317-6bd5ec24885f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
      position: relative;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image,
  #s-0958f073-3b9e-4997-9317-6bd5ec24885f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f {
    width: 100%;
    height: auto;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
    
    
  }


.s-0958f073-3b9e-4997-9317-6bd5ec24885f .shogun-image-content {
  
    align-items: center;
  
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0958f073-3b9e-4997-9317-6bd5ec24885f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
      position: relative;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image,
  #s-0958f073-3b9e-4997-9317-6bd5ec24885f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f {
    width: 100%;
    height: auto;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
    
    
  }


.s-0958f073-3b9e-4997-9317-6bd5ec24885f .shogun-image-content {
  
    align-items: center;
  
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0958f073-3b9e-4997-9317-6bd5ec24885f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
      position: relative;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image,
  #s-0958f073-3b9e-4997-9317-6bd5ec24885f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f {
    width: 100%;
    height: auto;
  }

  #s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
    
    
  }


.s-0958f073-3b9e-4997-9317-6bd5ec24885f .shogun-image-content {
  
    align-items: center;
  
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0958f073-3b9e-4997-9317-6bd5ec24885f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container {
      position: relative;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0958f073-3b9e-4997-9317-6bd5ec24885f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-70d6a825-9f92-4424-ac8a-7d26fc4fe07f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70d6a825-9f92-4424-ac8a-7d26fc4fe07f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-031a6422-6680-4e5c-94cf-74d66b90546d {
  text-align: center;
}

#s-031a6422-6680-4e5c-94cf-74d66b90546d .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-031a6422-6680-4e5c-94cf-74d66b90546d .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-031a6422-6680-4e5c-94cf-74d66b90546d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
  max-width: 4000px;
aspect-ratio: 4000/5000;
text-align: center;
}





  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image,
  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
    width: 100%;
    height: auto;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
    
    
  }


.s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shogun-image-content {
  
    align-items: center;
  
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
      --shg-aspect-ratio: calc(4000/5000); 
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
      position: relative;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image,
  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
    width: 100%;
    height: auto;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
    
    
  }


.s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shogun-image-content {
  
    align-items: center;
  
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
      --shg-aspect-ratio: calc(4000/5000); 
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
      position: relative;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image,
  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
    width: 100%;
    height: auto;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
    
    
  }


.s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shogun-image-content {
  
    align-items: center;
  
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
      --shg-aspect-ratio: calc(4000/5000); 
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
      position: relative;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image,
  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
    width: 100%;
    height: auto;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
    
    
  }


.s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shogun-image-content {
  
    align-items: center;
  
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
      --shg-aspect-ratio: calc(4000/5000); 
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
      position: relative;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image,
  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
    width: 100%;
    height: auto;
  }

  #s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
    
    
  }


.s-afa06da4-0775-45f7-8bd8-6ec651b4713e .shogun-image-content {
  
    align-items: center;
  
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e {
      --shg-aspect-ratio: calc(4000/5000); 
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container {
      position: relative;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afa06da4-0775-45f7-8bd8-6ec651b4713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f52a5fd2-edd7-43c8-ac46-d940f20c56f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52a5fd2-edd7-43c8-ac46-d940f20c56f1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-57284a9d-d58c-4b62-8dd0-5a6aeb8bb940 {
  text-align: center;
}

#s-57284a9d-d58c-4b62-8dd0-5a6aeb8bb940 .shg-product-sold-out {
  display: none;
  color: rgba(136, 136, 138, 1);
  font-size: 15px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-57284a9d-d58c-4b62-8dd0-5a6aeb8bb940 .shg-product-price {
  color: rgba(136, 136, 138, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
}

#s-57284a9d-d58c-4b62-8dd0-5a6aeb8bb940 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a {
  display: none;
}
#s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a, #wrap-s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a { display: none !important; }}







#s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9b238a-f8c0-44a6-828c-a4fed414dd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 2px;
max-width: 350px;
background-color: rgba(68, 86, 170, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763:hover {background-color: rgba(126, 143, 219, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763 {
  max-width: 200px;
}
}

  #s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763-root {
    text-align: center;
  }


#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
@media (min-width: 1200px){
  #s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763-root {
    text-align: center;
  }


#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763-root {
    text-align: center;
  }


#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763-root {
    text-align: center;
  }


#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}@media (max-width: 767px){
  #s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763-root {
    text-align: center;
  }


#s-18ee27c0-75ad-46bb-97fb-e2e38ba5c763.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Varela Round;
  display:  block ;
}
}
#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 {
  display: none;
}
#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9, #wrap-s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 {
  display: none;
}
#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9, #wrap-s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 {
  display: none;
}
#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9, #wrap-s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 { display: none !important; }}@media (max-width: 767px){#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 {
  display: none;
}
#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9, #wrap-s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 { display: none !important; }}







#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb729e1-bfa7-40cb-b30c-cfbc6c442eb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 {
  margin-top: 0px;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-cb6604e1-f287-4004-90be-78252d2f81b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb6604e1-f287-4004-90be-78252d2f81b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb6604e1-f287-4004-90be-78252d2f81b7 {
  display: none;
}
#s-cb6604e1-f287-4004-90be-78252d2f81b7, #wrap-s-cb6604e1-f287-4004-90be-78252d2f81b7 { display: none !important; }}@media (max-width: 767px){#s-cb6604e1-f287-4004-90be-78252d2f81b7 {
  display: none;
}
#s-cb6604e1-f287-4004-90be-78252d2f81b7, #wrap-s-cb6604e1-f287-4004-90be-78252d2f81b7 { display: none !important; }}
#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(68, 86, 170, 0.06);
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(68, 86, 170, 0.06);
  padding: 17px;
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(68, 86, 170, 0.06);
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-cb6604e1-f287-4004-90be-78252d2f81b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a19da509-dce8-4837-9585-4cbc628bfcae {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-d3d52b43-a8fb-4343-b97d-c719bc3221b2 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-3b983545-5912-43b3-b1fa-7affd5fd0c21 {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-94bfcbdf-e8fa-4fc5-be96-5cc15033eb0d {
  padding-left: 15px;
padding-right: 15px;
background-color: rgba(68, 86, 170, 0.06);
}

#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b {
  text-align: left;
}
@media (min-width: 1200px){#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b {
  display: none;
}
#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b, #wrap-s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b {
  display: none;
}
#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b, #wrap-s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b {
  display: none;
}
#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b, #wrap-s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b { display: none !important; }}@media (max-width: 767px){#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b {
  display: none;
}
#s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b, #wrap-s-94c69fb3-9c4f-4c1b-83a7-20af33b7697b { display: none !important; }}
#s-157a27e6-db97-4a13-b131-f13795f5901c {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-157a27e6-db97-4a13-b131-f13795f5901c {
  
}
}
#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(244, 244, 245, 0);
}

#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 0px;
}

#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 86, 170, 1);
}

#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(244, 244, 245, 0);
}

#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 86, 170, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 23px;
}

#s-157a27e6-db97-4a13-b131-f13795f5901c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-77c0081c-85cf-4123-ba95-96686286e999 {
  text-align: left;
}

#s-c70fe302-06c7-4e51-b7c1-11b34a7e915d {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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;
}

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

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
