.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-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  min-height: 50px;
}








#s-03e1357c-79ea-4058-9d18-ee624bff22d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03e1357c-79ea-4058-9d18-ee624bff22d6.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-44b2b120-0c67-4393-8ad6-5181f78c96e6 {
  margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-44b2b120-0c67-4393-8ad6-5181f78c96e6, #wrap-s-44b2b120-0c67-4393-8ad6-5181f78c96e6 { display:none !important; }}
#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 .shg-sld-dot {
  background-color: rgba(0, 103, 130, 1);
}

#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 .shg-sld-nav-button.shg-sld-left,
#s-44b2b120-0c67-4393-8ad6-5181f78c96e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 103, 130, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}

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

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

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

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59 {
  text-align: center;
}







  img.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
    
    
  }


.s-7bcf97cf-1267-443a-ba2f-2d594d01df59 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shg-align-container {
  text-align: center
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
    
    
  }


.s-7bcf97cf-1267-443a-ba2f-2d594d01df59 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shg-align-container {
  text-align: center
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
    
    
  }


.s-7bcf97cf-1267-443a-ba2f-2d594d01df59 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shg-align-container {
  text-align: center
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
    
    
  }


.s-7bcf97cf-1267-443a-ba2f-2d594d01df59 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shg-align-container {
  text-align: center
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
    
    
  }


.s-7bcf97cf-1267-443a-ba2f-2d594d01df59 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shg-align-container {
  text-align: center
}

.s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bcf97cf-1267-443a-ba2f-2d594d01df59.shogun-image {
  box-sizing: border-box;
}


}
#s-187a7904-f801-428f-af76-fb26690d81a1 {
  max-width: 100%;
text-align: center;
}








.s-187a7904-f801-428f-af76-fb26690d81a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shg-align-container {
  text-align: center
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-187a7904-f801-428f-af76-fb26690d81a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shg-align-container {
  text-align: center
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image {
  box-sizing: border-box;
}


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






.s-187a7904-f801-428f-af76-fb26690d81a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shg-align-container {
  text-align: center
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image {
  box-sizing: border-box;
}


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






.s-187a7904-f801-428f-af76-fb26690d81a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shg-align-container {
  text-align: center
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image {
  box-sizing: border-box;
}


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






.s-187a7904-f801-428f-af76-fb26690d81a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shg-align-container {
  text-align: center
}

.s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-187a7904-f801-428f-af76-fb26690d81a1.shogun-image {
  box-sizing: border-box;
}


}
#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 {
  text-align: center;
}







  img.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
    
    
  }


.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shg-align-container {
  text-align: center
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
    
    
  }


.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shg-align-container {
  text-align: center
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
    
    
  }


.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shg-align-container {
  text-align: center
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
    
    
  }


.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shg-align-container {
  text-align: center
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
    
    
  }


.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shg-align-container {
  text-align: center
}

.s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5142b6db-dcd8-4c18-b8ab-498edc7a25b3.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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;
}

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

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

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

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

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

#s-3430037e-dacb-4280-9603-7601c4748337 {
  text-align: center;
}







  #s-3430037e-dacb-4280-9603-7601c4748337 img.shogun-image {
    

    
    
    
  }


#s-3430037e-dacb-4280-9603-7601c4748337 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f71838d-2adb-4797-9a76-d856af01ae13 {
  text-align: center;
}







  #s-2f71838d-2adb-4797-9a76-d856af01ae13 img.shogun-image {
    

    
    
    
  }


#s-2f71838d-2adb-4797-9a76-d856af01ae13 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecf84a0e-1953-4705-8cde-4178afc9ac52 {
  text-align: center;
}







  #s-ecf84a0e-1953-4705-8cde-4178afc9ac52 img.shogun-image {
    

    
    
    
  }


#s-ecf84a0e-1953-4705-8cde-4178afc9ac52 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4369a4b-f8aa-47b5-b41a-3746bce27de0 {
  text-align: center;
}







  #s-c4369a4b-f8aa-47b5-b41a-3746bce27de0 img.shogun-image {
    

    
    
    
  }


#s-c4369a4b-f8aa-47b5-b41a-3746bce27de0 .shogun-image-content {
  
    align-items: center;
  
}

#s-35540b2a-b23b-4a9a-964d-b6f134b295d7 {
  text-align: center;
}







  #s-35540b2a-b23b-4a9a-964d-b6f134b295d7 img.shogun-image {
    

    
    
    
  }


#s-35540b2a-b23b-4a9a-964d-b6f134b295d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c72f4744-1911-44de-84a7-535f1eb87547 {
  text-align: center;
}







  #s-c72f4744-1911-44de-84a7-535f1eb87547 img.shogun-image {
    

    
    
    
  }


#s-c72f4744-1911-44de-84a7-535f1eb87547 .shogun-image-content {
  
    align-items: center;
  
}

#s-be0adf89-4472-41cb-8a29-bf436a9b0296 {
  text-align: center;
}







  #s-be0adf89-4472-41cb-8a29-bf436a9b0296 img.shogun-image {
    

    
    
    
  }


#s-be0adf89-4472-41cb-8a29-bf436a9b0296 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae6e564-013a-423b-a916-d328b907c3bc {
  text-align: center;
}







  #s-3ae6e564-013a-423b-a916-d328b907c3bc img.shogun-image {
    

    
    
    
  }


#s-3ae6e564-013a-423b-a916-d328b907c3bc .shogun-image-content {
  
    align-items: center;
  
}

#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 {
  text-align: center;
}
@media (min-width: 1200px){#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 {
  
}
}@media (max-width: 767px){#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 {
  display: none;
}
#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3, #wrap-s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 { display:none !important; }}






  #s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 img.shogun-image {
    

    
    
    
  }


#s-3e0f32d2-564e-4d02-8a31-3b76010e3da3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a98b5a5-29bb-404b-be8f-c2f02ded32ea {
  text-align: center;
}







  #s-6a98b5a5-29bb-404b-be8f-c2f02ded32ea img.shogun-image {
    

    
    
    
  }


#s-6a98b5a5-29bb-404b-be8f-c2f02ded32ea .shogun-image-content {
  
    align-items: center;
  
}

#s-5caff39c-d128-43a8-b823-3bdb66a50275 {
  text-align: center;
}







  #s-5caff39c-d128-43a8-b823-3bdb66a50275 img.shogun-image {
    

    
    
    
  }


#s-5caff39c-d128-43a8-b823-3bdb66a50275 .shogun-image-content {
  
    align-items: center;
  
}

#s-68c0102a-4468-4d1e-ad48-6ddff277d651 {
  margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-68c0102a-4468-4d1e-ad48-6ddff277d651 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-68c0102a-4468-4d1e-ad48-6ddff277d651, #wrap-s-68c0102a-4468-4d1e-ad48-6ddff277d651 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68c0102a-4468-4d1e-ad48-6ddff277d651 {
  display: none;
}
#s-68c0102a-4468-4d1e-ad48-6ddff277d651, #wrap-s-68c0102a-4468-4d1e-ad48-6ddff277d651 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68c0102a-4468-4d1e-ad48-6ddff277d651 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-68c0102a-4468-4d1e-ad48-6ddff277d651, #wrap-s-68c0102a-4468-4d1e-ad48-6ddff277d651 { display:none !important; }}@media (max-width: 767px){#s-68c0102a-4468-4d1e-ad48-6ddff277d651 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-68c0102a-4468-4d1e-ad48-6ddff277d651 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-68c0102a-4468-4d1e-ad48-6ddff277d651 .shg-sld-nav-button.shg-sld-left,
#s-68c0102a-4468-4d1e-ad48-6ddff277d651 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25 {
  text-align: center;
}







  img.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
    
    
  }


.s-d5fa34cf-2523-4b76-ac31-187a667b2a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shg-align-container {
  text-align: center
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
    
    
  }


.s-d5fa34cf-2523-4b76-ac31-187a667b2a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shg-align-container {
  text-align: center
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
    
    
  }


.s-d5fa34cf-2523-4b76-ac31-187a667b2a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shg-align-container {
  text-align: center
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
    
    
  }


.s-d5fa34cf-2523-4b76-ac31-187a667b2a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shg-align-container {
  text-align: center
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
    
    
  }


.s-d5fa34cf-2523-4b76-ac31-187a667b2a25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shg-align-container {
  text-align: center
}

.s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fa34cf-2523-4b76-ac31-187a667b2a25.shogun-image {
  box-sizing: border-box;
}


}
#s-d7490120-20f8-4b20-8fec-ee3491c3e39d {
  text-align: center;
}







  img.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
    
    
  }


.s-d7490120-20f8-4b20-8fec-ee3491c3e39d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shg-align-container {
  text-align: center
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
    
    
  }


.s-d7490120-20f8-4b20-8fec-ee3491c3e39d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shg-align-container {
  text-align: center
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
    
    
  }


.s-d7490120-20f8-4b20-8fec-ee3491c3e39d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shg-align-container {
  text-align: center
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
    
    
  }


.s-d7490120-20f8-4b20-8fec-ee3491c3e39d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shg-align-container {
  text-align: center
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
    
    
  }


.s-d7490120-20f8-4b20-8fec-ee3491c3e39d .shogun-image-content {
  
    align-items: center;
  
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shg-align-container {
  text-align: center
}

.s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7490120-20f8-4b20-8fec-ee3491c3e39d.shogun-image {
  box-sizing: border-box;
}


}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

.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-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.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-0ceb12ba-842e-48f0-972d-0e68021a6200 {
  margin-top: -17px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 103, 130, 1);
}
#s-0ceb12ba-842e-48f0-972d-0e68021a6200:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 141, 163, 1) !important;}#s-0ceb12ba-842e-48f0-972d-0e68021a6200:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ceb12ba-842e-48f0-972d-0e68021a6200-root {
    text-align: center;
  }


#s-0ceb12ba-842e-48f0-972d-0e68021a6200.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ceb12ba-842e-48f0-972d-0e68021a6200-root {
    text-align: center;
  }


#s-0ceb12ba-842e-48f0-972d-0e68021a6200.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ceb12ba-842e-48f0-972d-0e68021a6200-root {
    text-align: center;
  }


#s-0ceb12ba-842e-48f0-972d-0e68021a6200.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ceb12ba-842e-48f0-972d-0e68021a6200-root {
    text-align: center;
  }


#s-0ceb12ba-842e-48f0-972d-0e68021a6200.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ceb12ba-842e-48f0-972d-0e68021a6200-root {
    text-align: center;
  }


#s-0ceb12ba-842e-48f0-972d-0e68021a6200.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-b592e543-5405-4940-902c-b458a294d667 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-b592e543-5405-4940-902c-b458a294d667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b592e543-5405-4940-902c-b458a294d667.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;
}

#s-d2113233-02c9-453b-ad2d-0415faba2a79 {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-d2113233-02c9-453b-ad2d-0415faba2a79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2113233-02c9-453b-ad2d-0415faba2a79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d2113233-02c9-453b-ad2d-0415faba2a79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d2113233-02c9-453b-ad2d-0415faba2a79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-579877b6-4026-46a6-a347-1cf8f3c6aa06 {
  display: none;
}
.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-dbad6291-202b-424c-8e86-4b8d364c0031 {
  text-align: center;
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 {
  max-width:  100%;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom,
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 {
  max-width:  100%;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom,
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 {
  max-width:  100%;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom,
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 {
  max-width:  100%;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom,
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 {
  max-width:  100%;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom,
.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbad6291-202b-424c-8e86-4b8d364c0031 img.shogun-image {
  width: 100%;
}



}
.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-2faa8c3d-86fd-4293-8957-6350ed3b5222 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2faa8c3d-86fd-4293-8957-6350ed3b5222 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-2faa8c3d-86fd-4293-8957-6350ed3b5222 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-1cfff99b-6a71-4c4a-bf4a-abb0b4f64675 {
  text-align: center;
}

#s-1cfff99b-6a71-4c4a-bf4a-abb0b4f64675 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cfff99b-6a71-4c4a-bf4a-abb0b4f64675 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1cfff99b-6a71-4c4a-bf4a-abb0b4f64675 .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-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-f49e9026-6ffd-4cab-9e51-5d85a89a20d9 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9 {
  margin-bottom: 15px;
}
}


#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f49e9026-6ffd-4cab-9e51-5d85a89a20d9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dbca9de8-797d-423e-8d3f-50855ba6f9a1 {
  display: none;
}
#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  text-align: center;
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  max-width:  100%;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom,
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  max-width:  100%;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom,
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  max-width:  100%;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom,
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  max-width:  100%;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom,
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 {
  max-width:  100%;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom,
.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26b963fb-be9b-4e19-b7bb-a80f0ab65182 img.shogun-image {
  width: 100%;
}



}
#s-aa7e112a-6947-4996-b0ce-1a7ea81bdc30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa7e112a-6947-4996-b0ce-1a7ea81bdc30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-aa7e112a-6947-4996-b0ce-1a7ea81bdc30 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-bf694077-82ba-489f-adb3-98bc483cdf1e {
  text-align: center;
}

#s-bf694077-82ba-489f-adb3-98bc483cdf1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf694077-82ba-489f-adb3-98bc483cdf1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bf694077-82ba-489f-adb3-98bc483cdf1e .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-257f879c-7f1e-4f9b-9610-f93d345020cb {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-257f879c-7f1e-4f9b-9610-f93d345020cb:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-257f879c-7f1e-4f9b-9610-f93d345020cb:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-257f879c-7f1e-4f9b-9610-f93d345020cb {
  margin-bottom: 15px;
}
}


#s-257f879c-7f1e-4f9b-9610-f93d345020cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-257f879c-7f1e-4f9b-9610-f93d345020cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-257f879c-7f1e-4f9b-9610-f93d345020cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-257f879c-7f1e-4f9b-9610-f93d345020cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-257f879c-7f1e-4f9b-9610-f93d345020cb.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-79531a99-8481-45c9-8431-58f31eb17b10 {
  display: none;
}
#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  text-align: center;
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  max-width:  100%;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom,
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  max-width:  100%;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom,
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  max-width:  100%;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom,
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  max-width:  100%;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom,
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 {
  max-width:  100%;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom,
.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10bd75cc-941a-4f18-83be-16c5d9bb9986 img.shogun-image {
  width: 100%;
}



}
#s-8cfde63a-fab5-47d8-838a-cd80d3293a2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cfde63a-fab5-47d8-838a-cd80d3293a2d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-8cfde63a-fab5-47d8-838a-cd80d3293a2d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
#s-0d79b62b-7950-4b92-98f5-72fd1e6d98a4 {
  text-align: center;
}

#s-0d79b62b-7950-4b92-98f5-72fd1e6d98a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0d79b62b-7950-4b92-98f5-72fd1e6d98a4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0d79b62b-7950-4b92-98f5-72fd1e6d98a4 .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-0b1d0108-5cd8-473b-b74b-b945897bf297 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0b1d0108-5cd8-473b-b74b-b945897bf297:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b1d0108-5cd8-473b-b74b-b945897bf297:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-0b1d0108-5cd8-473b-b74b-b945897bf297 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0b1d0108-5cd8-473b-b74b-b945897bf297.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0b1d0108-5cd8-473b-b74b-b945897bf297.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-0b1d0108-5cd8-473b-b74b-b945897bf297.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0b1d0108-5cd8-473b-b74b-b945897bf297.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f451993f-cabd-4ac0-a71d-2b5f57025d41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f451993f-cabd-4ac0-a71d-2b5f57025d41 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-f451993f-cabd-4ac0-a71d-2b5f57025d41 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-fc71e998-de37-448f-8089-431c3cb1662c {
  margin-top: -17px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 103, 130, 1);
}
#s-fc71e998-de37-448f-8089-431c3cb1662c:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(58, 141, 163, 1) !important;}#s-fc71e998-de37-448f-8089-431c3cb1662c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc71e998-de37-448f-8089-431c3cb1662c-root {
    text-align: center;
  }


#s-fc71e998-de37-448f-8089-431c3cb1662c.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc71e998-de37-448f-8089-431c3cb1662c-root {
    text-align: center;
  }


#s-fc71e998-de37-448f-8089-431c3cb1662c.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc71e998-de37-448f-8089-431c3cb1662c-root {
    text-align: center;
  }


#s-fc71e998-de37-448f-8089-431c3cb1662c.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc71e998-de37-448f-8089-431c3cb1662c-root {
    text-align: center;
  }


#s-fc71e998-de37-448f-8089-431c3cb1662c.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc71e998-de37-448f-8089-431c3cb1662c-root {
    text-align: center;
  }


#s-fc71e998-de37-448f-8089-431c3cb1662c.shg-btn {
  color: rgba(0, 103, 130, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-65087e95-7496-42de-a900-9752431dbfbb {
  min-height: 50px;
}








#s-65087e95-7496-42de-a900-9752431dbfbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65087e95-7496-42de-a900-9752431dbfbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d77274b-9ad0-42cd-99aa-b1dc63bdf808 {
  margin-bottom: 100px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0d77274b-9ad0-42cd-99aa-b1dc63bdf808 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0d77274b-9ad0-42cd-99aa-b1dc63bdf808 .shg-sld-nav-button.shg-sld-left,
#s-0d77274b-9ad0-42cd-99aa-b1dc63bdf808 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d93ccb8c-dd28-43c2-bf08-f583a757bce6 {
  margin-bottom: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d93ccb8c-dd28-43c2-bf08-f583a757bce6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d93ccb8c-dd28-43c2-bf08-f583a757bce6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d93ccb8c-dd28-43c2-bf08-f583a757bce6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d93ccb8c-dd28-43c2-bf08-f583a757bce6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-9ba63918-0eb8-45f4-bc49-502bd277fd32 {
  margin-bottom: 10px;
}
}
#s-9ba63918-0eb8-45f4-bc49-502bd277fd32 {
  display: none;
}
#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  text-align: center;
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  max-width:  100%;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom,
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  max-width: 94% !important;
  
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  max-width:  100%;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom,
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  max-width: 94% !important;
  
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  max-width:  100%;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom,
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  max-width: 94% !important;
  
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  max-width:  100%;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom,
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  max-width: 94% !important;
  
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c {
  max-width:  100%;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom,
.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-701461d9-1070-4f77-8cca-4e7c3720737c img.shogun-image {
  width: 100%;
}



}
#s-1197ea56-d312-4619-bc11-45e91e536e06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1197ea56-d312-4619-bc11-45e91e536e06 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-1197ea56-d312-4619-bc11-45e91e536e06 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-d8c97ae3-04df-4897-a512-1d49228392d7 {
  text-align: center;
}

#s-d8c97ae3-04df-4897-a512-1d49228392d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8c97ae3-04df-4897-a512-1d49228392d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8c97ae3-04df-4897-a512-1d49228392d7 .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-8aeba011-195f-46e5-9328-f68068aa4aea {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8aeba011-195f-46e5-9328-f68068aa4aea:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8aeba011-195f-46e5-9328-f68068aa4aea:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8aeba011-195f-46e5-9328-f68068aa4aea {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8aeba011-195f-46e5-9328-f68068aa4aea.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8aeba011-195f-46e5-9328-f68068aa4aea.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-8aeba011-195f-46e5-9328-f68068aa4aea.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8aeba011-195f-46e5-9328-f68068aa4aea.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ff6dcc61-5151-468c-bc9d-ab0130d78dc0 {
  display: none;
}
#s-4b0b5a49-617a-4dee-a049-f37276d55a62 {
  text-align: center;
}



.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 {
  max-width:  100%;
}

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom,
.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  max-width: 100px !important;
  
}

.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4b0b5a49-617a-4dee-a049-f37276d55a62 img.shogun-image {
  width: 100%;
}



}
#s-1333b9c1-2971-4523-a758-9a768cd0185d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1333b9c1-2971-4523-a758-9a768cd0185d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-1333b9c1-2971-4523-a758-9a768cd0185d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-5bf63ec5-b833-4aa2-8870-c18f0a851988 {
  text-align: center;
}

#s-5bf63ec5-b833-4aa2-8870-c18f0a851988 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5bf63ec5-b833-4aa2-8870-c18f0a851988 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5bf63ec5-b833-4aa2-8870-c18f0a851988 .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-cae12527-59e7-420b-8ed6-d4fbe7c4eb09 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cae12527-59e7-420b-8ed6-d4fbe7c4eb09.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3fcc10b6-bcfd-490f-805c-ce20ff9d996a {
  display: none;
}
#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  text-align: center;
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  max-width:  100%;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom,
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  max-width:  100%;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom,
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  max-width:  100%;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom,
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  max-width:  100%;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom,
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 {
  max-width:  100%;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom,
.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f4021a4-0fdd-4359-b5a1-2152e5c4ef10 img.shogun-image {
  width: 100%;
}



}
#s-8925a22e-ef7e-4b9c-b9a5-fbe1458d893a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8925a22e-ef7e-4b9c-b9a5-fbe1458d893a .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-8925a22e-ef7e-4b9c-b9a5-fbe1458d893a .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-913c205b-1811-44c8-a1c5-e989327c2c2f {
  text-align: center;
}

#s-913c205b-1811-44c8-a1c5-e989327c2c2f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-913c205b-1811-44c8-a1c5-e989327c2c2f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-913c205b-1811-44c8-a1c5-e989327c2c2f .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-b7e4961e-541e-4699-81ef-9c8a319828a2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b7e4961e-541e-4699-81ef-9c8a319828a2:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7e4961e-541e-4699-81ef-9c8a319828a2:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-b7e4961e-541e-4699-81ef-9c8a319828a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b7e4961e-541e-4699-81ef-9c8a319828a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b7e4961e-541e-4699-81ef-9c8a319828a2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b7e4961e-541e-4699-81ef-9c8a319828a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b7e4961e-541e-4699-81ef-9c8a319828a2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5ef8505a-201f-4d96-a6cf-112916afc6a6 {
  display: none;
}
#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  text-align: center;
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  max-width:  100%;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom,
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  max-width:  100%;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom,
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  max-width:  100%;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom,
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  max-width:  100%;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom,
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  max-width: 99% !important;
  
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 {
  max-width:  100%;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom,
.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-826a6340-3652-4394-a56e-71c712bb8db0 img.shogun-image {
  width: 100%;
}



}
#s-15d6b6d9-4b45-4f32-a714-8067d21f50bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15d6b6d9-4b45-4f32-a714-8067d21f50bc .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-15d6b6d9-4b45-4f32-a714-8067d21f50bc .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-9bfd4a5d-9459-489b-b545-0d5dc4ac9380 {
  text-align: center;
}

#s-9bfd4a5d-9459-489b-b545-0d5dc4ac9380 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9bfd4a5d-9459-489b-b545-0d5dc4ac9380 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bfd4a5d-9459-489b-b545-0d5dc4ac9380 .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-a6a819d3-5c0a-498c-b989-5cc07e1433a2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-a6a819d3-5c0a-498c-b989-5cc07e1433a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a6a819d3-5c0a-498c-b989-5cc07e1433a2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-8c8e37e3-f66b-4e49-b802-461e4b205196"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8c8e37e3-f66b-4e49-b802-461e4b205196"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c8e37e3-f66b-4e49-b802-461e4b205196"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c8e37e3-f66b-4e49-b802-461e4b205196"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ef830f28-8df9-429d-a735-2b9833a33a2c {
  display: none;
}
#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  text-align: center;
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  max-width:  100%;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom,
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  max-width:  100%;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom,
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  max-width:  100%;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom,
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  max-width:  100%;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom,
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b {
  max-width:  100%;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom,
.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3cfc01e-5ed6-4bbd-b60f-1505f8a9c38b img.shogun-image {
  width: 100%;
}



}
#s-4c4ab29b-94f8-48ef-8b30-12e71d63f6c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c4ab29b-94f8-48ef-8b30-12e71d63f6c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-4c4ab29b-94f8-48ef-8b30-12e71d63f6c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-837849e9-f9f4-45a9-8526-c963f9f3026c {
  text-align: center;
}

#s-837849e9-f9f4-45a9-8526-c963f9f3026c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-837849e9-f9f4-45a9-8526-c963f9f3026c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-837849e9-f9f4-45a9-8526-c963f9f3026c .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-d93be552-20b2-489c-b66a-ab65fb7bc33e {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d93be552-20b2-489c-b66a-ab65fb7bc33e:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d93be552-20b2-489c-b66a-ab65fb7bc33e:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-d93be552-20b2-489c-b66a-ab65fb7bc33e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d93be552-20b2-489c-b66a-ab65fb7bc33e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d93be552-20b2-489c-b66a-ab65fb7bc33e.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-d93be552-20b2-489c-b66a-ab65fb7bc33e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d93be552-20b2-489c-b66a-ab65fb7bc33e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (max-width: 767px){#s-418b4f03-12c2-464a-bbfe-b94a4465e284 {
  margin-bottom: 10px;
}
}
#s-418b4f03-12c2-464a-bbfe-b94a4465e284 {
  display: none;
}
#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  text-align: center;
}
@media (max-width: 767px){#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  max-width:  100%;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom,
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  max-width:  100%;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom,
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  max-width:  100%;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom,
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  max-width:  100%;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom,
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 {
  max-width:  100%;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom,
.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ff825548-b793-45f7-b1a9-904957e1a458 img.shogun-image {
  width: 100%;
}



}
#s-18a80329-6bd9-4c9a-930d-14b7f58b2ee9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18a80329-6bd9-4c9a-930d-14b7f58b2ee9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-18a80329-6bd9-4c9a-930d-14b7f58b2ee9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-e9f62e3f-12f9-4f33-a9ba-3f3f0deec7da {
  text-align: center;
}

#s-e9f62e3f-12f9-4f33-a9ba-3f3f0deec7da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9f62e3f-12f9-4f33-a9ba-3f3f0deec7da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e9f62e3f-12f9-4f33-a9ba-3f3f0deec7da .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-45129ab5-7ec1-494f-a5c8-39611a99df95 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-45129ab5-7ec1-494f-a5c8-39611a99df95:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45129ab5-7ec1-494f-a5c8-39611a99df95:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-45129ab5-7ec1-494f-a5c8-39611a99df95 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45129ab5-7ec1-494f-a5c8-39611a99df95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45129ab5-7ec1-494f-a5c8-39611a99df95.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-45129ab5-7ec1-494f-a5c8-39611a99df95.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45129ab5-7ec1-494f-a5c8-39611a99df95.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a40a43b2-fbc3-4ce2-8a09-8a265170ce8b {
  display: none;
}
#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  text-align: center;
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  max-width:  100%;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom,
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  max-width: 69% !important;
  
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  max-width:  100%;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom,
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  max-width: 69% !important;
  
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  max-width:  100%;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom,
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  max-width: 69% !important;
  
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  max-width:  100%;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom,
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  max-width: 69% !important;
  
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d {
  max-width:  100%;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom,
.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65958828-939f-4804-96fa-4e910bd8ee3d img.shogun-image {
  width: 100%;
}



}
#s-abd61737-b05b-47b6-9631-ccac1fbc7e64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abd61737-b05b-47b6-9631-ccac1fbc7e64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-abd61737-b05b-47b6-9631-ccac1fbc7e64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-dae0d96b-77f9-4677-a9de-6d68be663a4d {
  text-align: center;
}

#s-dae0d96b-77f9-4677-a9de-6d68be663a4d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dae0d96b-77f9-4677-a9de-6d68be663a4d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dae0d96b-77f9-4677-a9de-6d68be663a4d .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-25813bad-aa72-4491-a935-81111dee3ae5 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-25813bad-aa72-4491-a935-81111dee3ae5:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25813bad-aa72-4491-a935-81111dee3ae5:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-25813bad-aa72-4491-a935-81111dee3ae5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25813bad-aa72-4491-a935-81111dee3ae5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25813bad-aa72-4491-a935-81111dee3ae5.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-25813bad-aa72-4491-a935-81111dee3ae5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-25813bad-aa72-4491-a935-81111dee3ae5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cc01ccb5-f3de-49d6-b28c-8383d33dad2f {
  display: none;
}
#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  text-align: center;
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  max-width:  100%;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom,
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  max-width:  100%;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom,
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  max-width:  100%;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom,
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  max-width:  100%;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom,
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 {
  max-width:  100%;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom,
.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0667d7f-c7fe-448f-a798-b18755389f46 img.shogun-image {
  width: 100%;
}



}
#s-ae7171ad-9e76-421d-afdf-c5d83afb8fa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae7171ad-9e76-421d-afdf-c5d83afb8fa8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-ae7171ad-9e76-421d-afdf-c5d83afb8fa8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-90b64ea0-7efa-4732-9cbf-4afde4648730 {
  text-align: center;
}

#s-90b64ea0-7efa-4732-9cbf-4afde4648730 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-90b64ea0-7efa-4732-9cbf-4afde4648730 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-90b64ea0-7efa-4732-9cbf-4afde4648730 .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-f1b860ae-c494-4ce2-8117-8145792025ce {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f1b860ae-c494-4ce2-8117-8145792025ce:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f1b860ae-c494-4ce2-8117-8145792025ce:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f1b860ae-c494-4ce2-8117-8145792025ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1b860ae-c494-4ce2-8117-8145792025ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1b860ae-c494-4ce2-8117-8145792025ce.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f1b860ae-c494-4ce2-8117-8145792025ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1b860ae-c494-4ce2-8117-8145792025ce.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-afc7fd08-392c-4e4f-8f07-8bab2083fb09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-afc7fd08-392c-4e4f-8f07-8bab2083fb09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afc7fd08-392c-4e4f-8f07-8bab2083fb09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afc7fd08-392c-4e4f-8f07-8bab2083fb09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8ee553f3-56af-47d7-a9b9-1055a162b2de {
  display: none;
}
#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  text-align: center;
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  max-width:  100%;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom,
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  max-width: 62% !important;
  
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  max-width:  100%;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom,
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  max-width: 62% !important;
  
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  max-width:  100%;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom,
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  max-width: 62% !important;
  
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  max-width:  100%;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom,
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  max-width: 62% !important;
  
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 {
  max-width:  100%;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom,
.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b2aaf536-8132-43df-bea1-2ae7a9dd5bb0 img.shogun-image {
  width: 100%;
}



}
#s-16192d7c-3123-44cf-8e4f-6223880ebd20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16192d7c-3123-44cf-8e4f-6223880ebd20 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-16192d7c-3123-44cf-8e4f-6223880ebd20 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-55cc459a-2b3b-4cf9-89d1-0bb6ff17e8f1 {
  text-align: center;
}

#s-55cc459a-2b3b-4cf9-89d1-0bb6ff17e8f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55cc459a-2b3b-4cf9-89d1-0bb6ff17e8f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-55cc459a-2b3b-4cf9-89d1-0bb6ff17e8f1 .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-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-aa38d5ef-4b2f-4a5e-b9e5-ee740846e465.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (max-width: 767px){#s-ca7a8cc5-c367-405f-97bf-3d5ee190e759 {
  margin-bottom: 10px;
}
}
#s-ca7a8cc5-c367-405f-97bf-3d5ee190e759 {
  display: none;
}
#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  text-align: center;
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  max-width:  100%;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom,
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  max-width:  100%;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom,
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  max-width:  100%;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom,
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  max-width:  100%;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom,
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  max-width: 65% !important;
  
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c {
  max-width:  100%;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom,
.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5704d3-cbd8-4648-bca5-9df2ab7d564c img.shogun-image {
  width: 100%;
}



}
#s-3a76d0e6-8e2f-4fd8-84be-1787738e7043 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a76d0e6-8e2f-4fd8-84be-1787738e7043 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-3a76d0e6-8e2f-4fd8-84be-1787738e7043 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-bea9857d-b396-4b50-99d6-5f742812c6b4 {
  text-align: center;
}

#s-bea9857d-b396-4b50-99d6-5f742812c6b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bea9857d-b396-4b50-99d6-5f742812c6b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bea9857d-b396-4b50-99d6-5f742812c6b4 .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-66896a86-61d9-42f2-a6e3-6530af68a9f7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-66896a86-61d9-42f2-a6e3-6530af68a9f7:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66896a86-61d9-42f2-a6e3-6530af68a9f7:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-66896a86-61d9-42f2-a6e3-6530af68a9f7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66896a86-61d9-42f2-a6e3-6530af68a9f7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66896a86-61d9-42f2-a6e3-6530af68a9f7.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-66896a86-61d9-42f2-a6e3-6530af68a9f7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-66896a86-61d9-42f2-a6e3-6530af68a9f7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4bee625c-4aa7-43f8-8c1f-c9ee97d527f9 {
  display: none;
}
#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  text-align: center;
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  max-width:  100%;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom,
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  max-width: 64% !important;
  
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  max-width:  100%;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom,
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  max-width: 64% !important;
  
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  max-width:  100%;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom,
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  max-width: 64% !important;
  
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  max-width:  100%;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom,
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  max-width: 64% !important;
  
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 {
  max-width:  100%;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom,
.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8cb528ba-0e68-4b6f-be20-4893df9801a1 img.shogun-image {
  width: 100%;
}



}
#s-21874341-b568-43f6-b1dd-c2c8f1ccb6e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21874341-b568-43f6-b1dd-c2c8f1ccb6e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-21874341-b568-43f6-b1dd-c2c8f1ccb6e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-29db2c86-8b43-4cd6-8df9-c36a7fbe43ed {
  text-align: center;
}

#s-29db2c86-8b43-4cd6-8df9-c36a7fbe43ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29db2c86-8b43-4cd6-8df9-c36a7fbe43ed .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-29db2c86-8b43-4cd6-8df9-c36a7fbe43ed .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-e6894776-c673-4712-a0b1-95467b3f9f58 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e6894776-c673-4712-a0b1-95467b3f9f58:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6894776-c673-4712-a0b1-95467b3f9f58:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e6894776-c673-4712-a0b1-95467b3f9f58 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6894776-c673-4712-a0b1-95467b3f9f58.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6894776-c673-4712-a0b1-95467b3f9f58.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6894776-c673-4712-a0b1-95467b3f9f58.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e6894776-c673-4712-a0b1-95467b3f9f58.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ec067146-9a96-4603-a03b-bc290f103b89 {
  display: none;
}
#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  text-align: center;
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  max-width:  100%;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom,
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  max-width:  100%;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom,
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  max-width:  100%;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom,
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  max-width:  100%;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom,
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  max-width: 70% !important;
  
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c {
  max-width:  100%;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom,
.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  max-width: 100% !important;
  
}

.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3e8dae-3cc9-41ed-92ab-c0ab707db16c img.shogun-image {
  width: 100%;
}



}
#s-f87f37a4-0129-488c-a115-5ea4bbedb943 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f87f37a4-0129-488c-a115-5ea4bbedb943 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-f87f37a4-0129-488c-a115-5ea4bbedb943 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}
}
#s-9b1dfd61-f264-4629-a065-b3815633bd32 {
  text-align: center;
}

#s-9b1dfd61-f264-4629-a065-b3815633bd32 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9b1dfd61-f264-4629-a065-b3815633bd32 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9b1dfd61-f264-4629-a065-b3815633bd32 .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-e3f52630-b11b-4adc-beca-c29c772a8523 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e3f52630-b11b-4adc-beca-c29c772a8523:hover {background-color: rgba(58, 141, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3f52630-b11b-4adc-beca-c29c772a8523:active {background-color: rgba(123, 197, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-e3f52630-b11b-4adc-beca-c29c772a8523 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e3f52630-b11b-4adc-beca-c29c772a8523.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3f52630-b11b-4adc-beca-c29c772a8523.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e3f52630-b11b-4adc-beca-c29c772a8523.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e3f52630-b11b-4adc-beca-c29c772a8523.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1b109489-ee17-4b86-a8c2-301b4ff2b5c9 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-1b109489-ee17-4b86-a8c2-301b4ff2b5c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b109489-ee17-4b86-a8c2-301b4ff2b5c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feb42ec6-b213-422f-82d5-461d34528dbc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 2500px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-feb42ec6-b213-422f-82d5-461d34528dbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 {
  text-align: left;
}







  img.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
    
    
  }


.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shg-align-container {
  text-align: left
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
    
    
  }


.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shg-align-container {
  text-align: left
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
    
    
  }


.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shg-align-container {
  text-align: left
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
    
    
  }


.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shg-align-container {
  text-align: left
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
    
    
  }


.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shg-align-container {
  text-align: left
}

.s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdb1d303-cb0e-481f-8d7c-79c5d6fd2b11.shogun-image {
  box-sizing: border-box;
}


}
#s-ccebe213-5c06-4110-8079-ec1eda4adeef {
  margin-top: 25%;
margin-left: -5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccebe213-5c06-4110-8079-ec1eda4adeef .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-358dd29f-7d02-4af0-a718-758da8c34493 {
  margin-left: -5%;
margin-bottom: 10px;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-358dd29f-7d02-4af0-a718-758da8c34493 {
  margin-left: 5%;
}
}
#s-358dd29f-7d02-4af0-a718-758da8c34493 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-165a18a5-9501-4575-9257-f925cf58933d {
  margin-left: -5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(77, 175, 170, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-165a18a5-9501-4575-9257-f925cf58933d:hover {background-color: rgba(63, 145, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-165a18a5-9501-4575-9257-f925cf58933d:active {background-color: rgba(86, 204, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-165a18a5-9501-4575-9257-f925cf58933d {
  margin-left: 5%;
margin-bottom: 10px;
}
}

  #s-165a18a5-9501-4575-9257-f925cf58933d-root {
    text-align: left;
  }


#s-165a18a5-9501-4575-9257-f925cf58933d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-165a18a5-9501-4575-9257-f925cf58933d-root {
    text-align: left;
  }


#s-165a18a5-9501-4575-9257-f925cf58933d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-165a18a5-9501-4575-9257-f925cf58933d-root {
    text-align: left;
  }


#s-165a18a5-9501-4575-9257-f925cf58933d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-165a18a5-9501-4575-9257-f925cf58933d-root {
    text-align: left;
  }


#s-165a18a5-9501-4575-9257-f925cf58933d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-165a18a5-9501-4575-9257-f925cf58933d-root {
    text-align: left;
  }


#s-165a18a5-9501-4575-9257-f925cf58933d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-3f71a395-116b-466d-bbcb-520c8fbd2e2c {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-3f71a395-116b-466d-bbcb-520c8fbd2e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f71a395-116b-466d-bbcb-520c8fbd2e2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8a43cea-5a3e-471e-a547-a3cb6aa358c1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-47983c31-87ef-4152-9fa7-1204b45160ee {
  margin-top: 25%;
margin-left: 11%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47983c31-87ef-4152-9fa7-1204b45160ee .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-5b6cfc1b-02dd-4302-984f-ba1f087a7ddf {
  margin-left: 11%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5b6cfc1b-02dd-4302-984f-ba1f087a7ddf {
  margin-left: 5%;
}
}
#s-5b6cfc1b-02dd-4302-984f-ba1f087a7ddf .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-5b6cfc1b-02dd-4302-984f-ba1f087a7ddf .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(140, 182, 30, 1);
text-align: left;
text-decoration: none;
}
#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac:hover {background-color: rgba(115, 150, 24, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 11%;
}
}

  #s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac-root {
    text-align: left;
  }


#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac-root {
    text-align: left;
  }


#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac-root {
    text-align: left;
  }


#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac-root {
    text-align: left;
  }


#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac-root {
    text-align: left;
  }


#s-d8f0c6c4-6494-4bf3-8f93-7ab640ead0ac.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b {
  text-align: right;
}







  img.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
    
    
  }


.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shg-align-container {
  text-align: right
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
    
    
  }


.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shg-align-container {
  text-align: right
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
    
    
  }


.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shg-align-container {
  text-align: right
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
    
    
  }


.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shg-align-container {
  text-align: right
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
    
    
  }


.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b .shogun-image-content {
  
    align-items: center;
  
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shg-align-container {
  text-align: right
}

.s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c04f301-dbc3-4ab4-a80f-4949c03b059b.shogun-image {
  box-sizing: border-box;
}


}
#s-ed080cb1-5d84-42a6-ae5a-5ef4f3cfc692 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-ed080cb1-5d84-42a6-ae5a-5ef4f3cfc692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed080cb1-5d84-42a6-ae5a-5ef4f3cfc692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-656b0dc1-28ad-48eb-ab25-28ef0c6212cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae {
  text-align: left;
}







  img.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
    
    
  }


.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae .shogun-image-content {
  
    align-items: center;
  
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shg-align-container {
  text-align: left
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
    
    
  }


.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae .shogun-image-content {
  
    align-items: center;
  
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shg-align-container {
  text-align: left
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
    
    
  }


.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae .shogun-image-content {
  
    align-items: center;
  
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shg-align-container {
  text-align: left
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
    
    
  }


.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae .shogun-image-content {
  
    align-items: center;
  
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shg-align-container {
  text-align: left
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
    
    
  }


.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae .shogun-image-content {
  
    align-items: center;
  
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shg-align-container {
  text-align: left
}

.s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca850daf-8459-4bbf-9996-bfa540f1f9ae.shogun-image {
  box-sizing: border-box;
}


}
#s-bc142d57-d7ed-45e3-b519-9c6bb0b05b55 {
  margin-top: 25%;
margin-left: -5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc142d57-d7ed-45e3-b519-9c6bb0b05b55 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-e7016a34-5fd4-4053-a60d-c91b9c62259d {
  margin-left: -5%;
margin-bottom: 10px;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e7016a34-5fd4-4053-a60d-c91b9c62259d {
  margin-left: 5%;
}
}
#s-e7016a34-5fd4-4053-a60d-c91b9c62259d .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e705c066-6c41-4e71-8288-20b2ed4695aa {
  margin-left: -5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(0, 103, 130, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e705c066-6c41-4e71-8288-20b2ed4695aa:hover {background-color: rgba(1, 78, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e705c066-6c41-4e71-8288-20b2ed4695aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e705c066-6c41-4e71-8288-20b2ed4695aa {
  margin-left: 5%;
margin-bottom: 10px;
}
}

  #s-e705c066-6c41-4e71-8288-20b2ed4695aa-root {
    text-align: left;
  }


#s-e705c066-6c41-4e71-8288-20b2ed4695aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e705c066-6c41-4e71-8288-20b2ed4695aa-root {
    text-align: left;
  }


#s-e705c066-6c41-4e71-8288-20b2ed4695aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e705c066-6c41-4e71-8288-20b2ed4695aa-root {
    text-align: left;
  }


#s-e705c066-6c41-4e71-8288-20b2ed4695aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e705c066-6c41-4e71-8288-20b2ed4695aa-root {
    text-align: left;
  }


#s-e705c066-6c41-4e71-8288-20b2ed4695aa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e705c066-6c41-4e71-8288-20b2ed4695aa-root {
    text-align: left;
  }


#s-e705c066-6c41-4e71-8288-20b2ed4695aa.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-6b11f0ad-e2f4-43b9-b527-747c4bd1cab9 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 50px;
}








#s-6b11f0ad-e2f4-43b9-b527-747c4bd1cab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b11f0ad-e2f4-43b9-b527-747c4bd1cab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-000b26ce-45db-4166-844b-95b230bbddac {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-000b26ce-45db-4166-844b-95b230bbddac"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dbae3ac4-a24e-4419-9642-b837f85645b8 {
  margin-top: 25%;
margin-left: 11%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbae3ac4-a24e-4419-9642-b837f85645b8 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7fd198c4-b0b7-4a4a-a816-412f856d12a7 {
  margin-left: 11%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7fd198c4-b0b7-4a4a-a816-412f856d12a7 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}
#s-7fd198c4-b0b7-4a4a-a816-412f856d12a7 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-7fd198c4-b0b7-4a4a-a816-412f856d12a7 .shogun-heading-component h1 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-606be508-87ac-4960-8a87-014250fba576 {
  margin-left: 11%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: rgba(113, 47, 244, 1);
text-align: left;
text-decoration: none;
}
#s-606be508-87ac-4960-8a87-014250fba576:hover {background-color: rgba(95, 40, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-606be508-87ac-4960-8a87-014250fba576:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-606be508-87ac-4960-8a87-014250fba576 {
  margin-left: 5%;
}
}

  #s-606be508-87ac-4960-8a87-014250fba576-root {
    text-align: left;
  }


#s-606be508-87ac-4960-8a87-014250fba576.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-606be508-87ac-4960-8a87-014250fba576-root {
    text-align: left;
  }


#s-606be508-87ac-4960-8a87-014250fba576.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-606be508-87ac-4960-8a87-014250fba576-root {
    text-align: left;
  }


#s-606be508-87ac-4960-8a87-014250fba576.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-606be508-87ac-4960-8a87-014250fba576-root {
    text-align: left;
  }


#s-606be508-87ac-4960-8a87-014250fba576.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-606be508-87ac-4960-8a87-014250fba576-root {
    text-align: left;
  }


#s-606be508-87ac-4960-8a87-014250fba576.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 {
  text-align: right;
}







  img.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
    
    
  }


.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shg-align-container {
  text-align: right
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
    
    
  }


.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shg-align-container {
  text-align: right
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
    
    
  }


.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shg-align-container {
  text-align: right
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
    
    
  }


.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shg-align-container {
  text-align: right
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
    
    
  }


.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shg-align-container {
  text-align: right
}

.s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ad6ca5d-7f7b-4760-8e7b-fe5d2a282ae8.shogun-image {
  box-sizing: border-box;
}


}
#s-2937e1f8-6748-41b5-b40a-81970457c398 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2937e1f8-6748-41b5-b40a-81970457c398 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-03f34b88-408d-4e6f-b168-fa76e8a4d613 {
  margin-bottom: 75px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03f34b88-408d-4e6f-b168-fa76e8a4d613 {
  display: none;
}
#s-03f34b88-408d-4e6f-b168-fa76e8a4d613, #wrap-s-03f34b88-408d-4e6f-b168-fa76e8a4d613 { display:none !important; }}@media (max-width: 767px){#s-03f34b88-408d-4e6f-b168-fa76e8a4d613 {
  margin-bottom: 0px;
display: none;
}
#s-03f34b88-408d-4e6f-b168-fa76e8a4d613, #wrap-s-03f34b88-408d-4e6f-b168-fa76e8a4d613 { display:none !important; }}







#s-03f34b88-408d-4e6f-b168-fa76e8a4d613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03f34b88-408d-4e6f-b168-fa76e8a4d613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f2c49e0-b287-41e5-ab05-f162a3f04cf8 {
  margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-7f2c49e0-b287-41e5-ab05-f162a3f04cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f2c49e0-b287-41e5-ab05-f162a3f04cf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f2c49e0-b287-41e5-ab05-f162a3f04cf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f2c49e0-b287-41e5-ab05-f162a3f04cf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5816c4a-5ae3-479d-923c-864fa0af45a8 {
  margin-right: -8%;
}
@media (max-width: 767px){#s-e5816c4a-5ae3-479d-923c-864fa0af45a8 {
  margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-e5816c4a-5ae3-479d-923c-864fa0af45a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5816c4a-5ae3-479d-923c-864fa0af45a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5816c4a-5ae3-479d-923c-864fa0af45a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5816c4a-5ae3-479d-923c-864fa0af45a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7 {
  text-align: right;
}
@media (max-width: 767px){#s-2a3466c6-534e-4d13-a248-1463b6962bf7 {
  margin-bottom: 5%;
text-align: center;
}
}






  img.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
    
    
  }


.s-2a3466c6-534e-4d13-a248-1463b6962bf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shg-align-container {
  text-align: right
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
    
    
  }


.s-2a3466c6-534e-4d13-a248-1463b6962bf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shg-align-container {
  text-align: right
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
    
    
  }


.s-2a3466c6-534e-4d13-a248-1463b6962bf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shg-align-container {
  text-align: right
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
    
    
  }


.s-2a3466c6-534e-4d13-a248-1463b6962bf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shg-align-container {
  text-align: right
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
    
    
  }


.s-2a3466c6-534e-4d13-a248-1463b6962bf7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shg-align-container {
  text-align: center
}

.s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a3466c6-534e-4d13-a248-1463b6962bf7.shogun-image {
  box-sizing: border-box;
}


}
#s-787cd809-8720-48cb-9b86-5255f80ff311 {
  text-align: center;
}
@media (max-width: 767px){#s-787cd809-8720-48cb-9b86-5255f80ff311 {
  margin-bottom: 5%;
}
}






  img.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
    
    
  }


.s-787cd809-8720-48cb-9b86-5255f80ff311 .shogun-image-content {
  
    align-items: center;
  
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shg-align-container {
  text-align: center
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
    
    
  }


.s-787cd809-8720-48cb-9b86-5255f80ff311 .shogun-image-content {
  
    align-items: center;
  
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shg-align-container {
  text-align: center
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
    
    
  }


.s-787cd809-8720-48cb-9b86-5255f80ff311 .shogun-image-content {
  
    align-items: center;
  
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shg-align-container {
  text-align: center
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
    
    
  }


.s-787cd809-8720-48cb-9b86-5255f80ff311 .shogun-image-content {
  
    align-items: center;
  
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shg-align-container {
  text-align: center
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
    
    
  }


.s-787cd809-8720-48cb-9b86-5255f80ff311 .shogun-image-content {
  
    align-items: center;
  
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shg-align-container {
  text-align: center
}

.s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-787cd809-8720-48cb-9b86-5255f80ff311.shogun-image {
  box-sizing: border-box;
}


}
#s-65b6aa81-ecfb-4144-991d-12da43b4ff1e {
  margin-left: -8%;
}
@media (max-width: 767px){#s-65b6aa81-ecfb-4144-991d-12da43b4ff1e {
  margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-65b6aa81-ecfb-4144-991d-12da43b4ff1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65b6aa81-ecfb-4144-991d-12da43b4ff1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65b6aa81-ecfb-4144-991d-12da43b4ff1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65b6aa81-ecfb-4144-991d-12da43b4ff1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  img.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
    
    
  }


.s-53fc3707-124f-4cfa-8993-8b1f41838ec7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shg-align-container {
  text-align: center
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
    
    
  }


.s-53fc3707-124f-4cfa-8993-8b1f41838ec7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shg-align-container {
  text-align: center
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
    
    
  }


.s-53fc3707-124f-4cfa-8993-8b1f41838ec7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shg-align-container {
  text-align: center
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
    
    
  }


.s-53fc3707-124f-4cfa-8993-8b1f41838ec7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shg-align-container {
  text-align: center
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
    
    
  }


.s-53fc3707-124f-4cfa-8993-8b1f41838ec7 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shg-align-container {
  text-align: center
}

.s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fc3707-124f-4cfa-8993-8b1f41838ec7.shogun-image {
  box-sizing: border-box;
}


}
#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe {
  text-align: left;
}
@media (max-width: 767px){#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}
}






  img.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
    
    
  }


.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe .shogun-image-content {
  
    align-items: center;
  
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shg-align-container {
  text-align: left
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
    
    
  }


.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe .shogun-image-content {
  
    align-items: center;
  
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shg-align-container {
  text-align: left
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
    
    
  }


.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe .shogun-image-content {
  
    align-items: center;
  
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shg-align-container {
  text-align: left
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
    
    
  }


.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe .shogun-image-content {
  
    align-items: center;
  
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shg-align-container {
  text-align: left
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
    
    
  }


.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe .shogun-image-content {
  
    align-items: center;
  
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shg-align-container {
  text-align: center
}

.s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d757497-f19e-4785-a6d9-a11ebd3ec2fe.shogun-image {
  box-sizing: border-box;
}


}
#s-64e4669a-b48d-4541-bc11-fd1eb045a469 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-64e4669a-b48d-4541-bc11-fd1eb045a469 {
  display: none;
}
#s-64e4669a-b48d-4541-bc11-fd1eb045a469, #wrap-s-64e4669a-b48d-4541-bc11-fd1eb045a469 { display:none !important; }}@media (max-width: 767px){#s-64e4669a-b48d-4541-bc11-fd1eb045a469 {
  display: none;
}
#s-64e4669a-b48d-4541-bc11-fd1eb045a469, #wrap-s-64e4669a-b48d-4541-bc11-fd1eb045a469 { display:none !important; }}







#s-64e4669a-b48d-4541-bc11-fd1eb045a469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64e4669a-b48d-4541-bc11-fd1eb045a469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da474796-af54-4a1e-b675-fd4ea0f2ab47 {
  min-height: 50px;
}








#s-da474796-af54-4a1e-b675-fd4ea0f2ab47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da474796-af54-4a1e-b675-fd4ea0f2ab47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29f1a01f-d998-4b58-8e65-8cfe33e0e7d0 {
  margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-29f1a01f-d998-4b58-8e65-8cfe33e0e7d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29f1a01f-d998-4b58-8e65-8cfe33e0e7d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-29f1a01f-d998-4b58-8e65-8cfe33e0e7d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-29f1a01f-d998-4b58-8e65-8cfe33e0e7d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79a00a5b-299e-4981-a5a7-6051586e9b59 {
  margin-left: 0%;
margin-right: -8%;
}
@media (max-width: 767px){#s-79a00a5b-299e-4981-a5a7-6051586e9b59 {
  margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-79a00a5b-299e-4981-a5a7-6051586e9b59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79a00a5b-299e-4981-a5a7-6051586e9b59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79a00a5b-299e-4981-a5a7-6051586e9b59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a00a5b-299e-4981-a5a7-6051586e9b59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f {
  text-align: right;
}
@media (max-width: 767px){#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f {
  margin-bottom: 5%;
text-align: center;
}
}






  img.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
    
    
  }


.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shg-align-container {
  text-align: right
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
    
    
  }


.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shg-align-container {
  text-align: right
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
    
    
  }


.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shg-align-container {
  text-align: right
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
    
    
  }


.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shg-align-container {
  text-align: right
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
    
    
  }


.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shg-align-container {
  text-align: center
}

.s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d66eb9af-acdd-45c8-851e-5640d9b55d2f.shogun-image {
  box-sizing: border-box;
}


}
#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b {
  text-align: center;
}
@media (max-width: 767px){#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b {
  margin-bottom: 5%;
}
}






  img.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
    
    
  }


.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shg-align-container {
  text-align: center
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
    
    
  }


.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shg-align-container {
  text-align: center
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
    
    
  }


.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shg-align-container {
  text-align: center
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
    
    
  }


.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shg-align-container {
  text-align: center
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
    
    
  }


.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b .shogun-image-content {
  
    align-items: center;
  
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shg-align-container {
  text-align: center
}

.s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da9696e-5938-48fc-af5d-b0fad4a64a0b.shogun-image {
  box-sizing: border-box;
}


}
#s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8 {
  margin-left: -8%;
margin-right: 0%;
}
@media (max-width: 767px){#s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8 {
  margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6cef509-c7b9-4302-8a06-2b1ba6c073c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}
@media (max-width: 767px){#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc {
  margin-top: 0%;
margin-bottom: 5%;
}
}






  img.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
    
    
  }


.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shg-align-container {
  text-align: center
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
    
    
  }


.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shg-align-container {
  text-align: center
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
    
    
  }


.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shg-align-container {
  text-align: center
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
    
    
  }


.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shg-align-container {
  text-align: center
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
    
    
  }


.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc .shogun-image-content {
  
    align-items: center;
  
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shg-align-container {
  text-align: center
}

.s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a822c10-96d3-4698-8772-9a8d89ce9ebc.shogun-image {
  box-sizing: border-box;
}


}
#s-ab599f22-b247-48d8-adfe-88b0011c3b24 {
  text-align: left;
}
@media (max-width: 767px){#s-ab599f22-b247-48d8-adfe-88b0011c3b24 {
  text-align: center;
}
}






  img.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
    
    
  }


.s-ab599f22-b247-48d8-adfe-88b0011c3b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shg-align-container {
  text-align: left
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
    
    
  }


.s-ab599f22-b247-48d8-adfe-88b0011c3b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shg-align-container {
  text-align: left
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
    
    
  }


.s-ab599f22-b247-48d8-adfe-88b0011c3b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shg-align-container {
  text-align: left
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
    
    
  }


.s-ab599f22-b247-48d8-adfe-88b0011c3b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shg-align-container {
  text-align: left
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
    
    
  }


.s-ab599f22-b247-48d8-adfe-88b0011c3b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shg-align-container {
  text-align: center
}

.s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab599f22-b247-48d8-adfe-88b0011c3b24.shogun-image {
  box-sizing: border-box;
}


}
#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 {
  display: none;
}
#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671, #wrap-s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 {
  display: none;
}
#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671, #wrap-s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 {
  display: none;
}
#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671, #wrap-s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 { display:none !important; }}







#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf7d9d3-5c4d-42d1-bb06-d84424e61671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a08e3c17-6f18-45e5-ac3b-3fc9fe86f9d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a08e3c17-6f18-45e5-ac3b-3fc9fe86f9d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a08e3c17-6f18-45e5-ac3b-3fc9fe86f9d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a08e3c17-6f18-45e5-ac3b-3fc9fe86f9d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-508c722e-d6c6-483c-b752-065e2677a7b6 {
  text-align: center;
}







  img.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
    
    
  }


.s-508c722e-d6c6-483c-b752-065e2677a7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shg-align-container {
  text-align: center
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
    
    
  }


.s-508c722e-d6c6-483c-b752-065e2677a7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shg-align-container {
  text-align: center
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
    
    
  }


.s-508c722e-d6c6-483c-b752-065e2677a7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shg-align-container {
  text-align: center
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
    
    
  }


.s-508c722e-d6c6-483c-b752-065e2677a7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shg-align-container {
  text-align: center
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
    
    
  }


.s-508c722e-d6c6-483c-b752-065e2677a7b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shg-align-container {
  text-align: center
}

.s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-508c722e-d6c6-483c-b752-065e2677a7b6.shogun-image {
  box-sizing: border-box;
}


}
#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b {
  text-align: center;
}
@media (max-width: 767px){#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b {
  margin-bottom: 30px;
}
}






  img.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
    
    
  }


.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b .shogun-image-content {
  
    align-items: center;
  
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shg-align-container {
  text-align: center
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
    
    
  }


.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b .shogun-image-content {
  
    align-items: center;
  
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shg-align-container {
  text-align: center
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
    
    
  }


.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b .shogun-image-content {
  
    align-items: center;
  
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shg-align-container {
  text-align: center
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
    
    
  }


.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b .shogun-image-content {
  
    align-items: center;
  
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shg-align-container {
  text-align: center
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
    
    
  }


.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b .shogun-image-content {
  
    align-items: center;
  
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shg-align-container {
  text-align: center
}

.s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f42bdf20-b85d-4edb-b3cb-a64eaec9f34b.shogun-image {
  box-sizing: border-box;
}


}
#s-dc24d379-9654-4fa8-932d-cc38abe233ba {
  text-align: center;
}







  img.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
    
    
  }


.s-dc24d379-9654-4fa8-932d-cc38abe233ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shg-align-container {
  text-align: center
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
    
    
  }


.s-dc24d379-9654-4fa8-932d-cc38abe233ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shg-align-container {
  text-align: center
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
    
    
  }


.s-dc24d379-9654-4fa8-932d-cc38abe233ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shg-align-container {
  text-align: center
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
    
    
  }


.s-dc24d379-9654-4fa8-932d-cc38abe233ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shg-align-container {
  text-align: center
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
    
    
  }


.s-dc24d379-9654-4fa8-932d-cc38abe233ba .shogun-image-content {
  
    align-items: center;
  
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shg-align-container {
  text-align: center
}

.s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc24d379-9654-4fa8-932d-cc38abe233ba.shogun-image {
  box-sizing: border-box;
}


}
#s-13db9fd6-6489-42b5-a4a9-07114eafc1df {
  text-align: center;
}
@media (max-width: 767px){#s-13db9fd6-6489-42b5-a4a9-07114eafc1df {
  margin-bottom: 30px;
}
}






  img.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
    
    
  }


.s-13db9fd6-6489-42b5-a4a9-07114eafc1df .shogun-image-content {
  
    align-items: center;
  
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shg-align-container {
  text-align: center
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
    
    
  }


.s-13db9fd6-6489-42b5-a4a9-07114eafc1df .shogun-image-content {
  
    align-items: center;
  
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shg-align-container {
  text-align: center
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
    
    
  }


.s-13db9fd6-6489-42b5-a4a9-07114eafc1df .shogun-image-content {
  
    align-items: center;
  
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shg-align-container {
  text-align: center
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
    
    
  }


.s-13db9fd6-6489-42b5-a4a9-07114eafc1df .shogun-image-content {
  
    align-items: center;
  
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shg-align-container {
  text-align: center
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
    
    
  }


.s-13db9fd6-6489-42b5-a4a9-07114eafc1df .shogun-image-content {
  
    align-items: center;
  
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shg-align-container {
  text-align: center
}

.s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13db9fd6-6489-42b5-a4a9-07114eafc1df.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-7cf20ef7-d2d4-4e5f-b467-9e1e9e3d50c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7cf20ef7-d2d4-4e5f-b467-9e1e9e3d50c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7cf20ef7-d2d4-4e5f-b467-9e1e9e3d50c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7cf20ef7-d2d4-4e5f-b467-9e1e9e3d50c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd {
  text-align: center;
}







  img.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
    
    
  }


.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd .shogun-image-content {
  
    align-items: center;
  
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shg-align-container {
  text-align: center
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
    
    
  }


.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd .shogun-image-content {
  
    align-items: center;
  
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shg-align-container {
  text-align: center
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
    
    
  }


.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd .shogun-image-content {
  
    align-items: center;
  
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shg-align-container {
  text-align: center
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
    
    
  }


.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd .shogun-image-content {
  
    align-items: center;
  
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shg-align-container {
  text-align: center
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
    
    
  }


.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd .shogun-image-content {
  
    align-items: center;
  
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shg-align-container {
  text-align: center
}

.s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b5f6c9-016a-43e9-9b0c-fd26b79d5edd.shogun-image {
  box-sizing: border-box;
}


}
#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 {
  text-align: center;
}
@media (max-width: 767px){#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 {
  margin-bottom: 30px;
}
}






  img.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
    
    
  }


.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shg-align-container {
  text-align: center
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
    
    
  }


.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shg-align-container {
  text-align: center
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
    
    
  }


.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shg-align-container {
  text-align: center
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
    
    
  }


.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shg-align-container {
  text-align: center
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
    
    
  }


.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shg-align-container {
  text-align: center
}

.s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6006095-4bc2-4cda-9f9c-dd44dcce0ca6.shogun-image {
  box-sizing: border-box;
}


}
#s-4a578dc8-883e-4787-9abc-6284f93e9b8e {
  text-align: center;
}







  img.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
    
    
  }


.s-4a578dc8-883e-4787-9abc-6284f93e9b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shg-align-container {
  text-align: center
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
    
    
  }


.s-4a578dc8-883e-4787-9abc-6284f93e9b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shg-align-container {
  text-align: center
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
    
    
  }


.s-4a578dc8-883e-4787-9abc-6284f93e9b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shg-align-container {
  text-align: center
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
    
    
  }


.s-4a578dc8-883e-4787-9abc-6284f93e9b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shg-align-container {
  text-align: center
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
    
    
  }


.s-4a578dc8-883e-4787-9abc-6284f93e9b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shg-align-container {
  text-align: center
}

.s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a578dc8-883e-4787-9abc-6284f93e9b8e.shogun-image {
  box-sizing: border-box;
}


}
#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 {
  text-align: center;
}







  img.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
    
    
  }


.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shg-align-container {
  text-align: center
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
    
    
  }


.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shg-align-container {
  text-align: center
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
    
    
  }


.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shg-align-container {
  text-align: center
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
    
    
  }


.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shg-align-container {
  text-align: center
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
    
    
  }


.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shg-align-container {
  text-align: center
}

.s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5b466a-6dbb-496d-aaea-11d9a2ee4961.shogun-image {
  box-sizing: border-box;
}


}
#s-415680a0-27ab-48f7-9310-8937b5536984 {
  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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}