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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-6845eb8f-e569-44e0-bf92-835c755281d2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 718px;
aspect-ratio: 718/241;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }

    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-link {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 {
    width: 100%;
    height: auto;
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
    
    
  }


.s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6845eb8f-e569-44e0-bf92-835c755281d2 {
      --shg-aspect-ratio: calc(718/241); 
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
      position: relative;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }

    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-link {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 {
    width: 100%;
    height: auto;
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
    
    
  }


.s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6845eb8f-e569-44e0-bf92-835c755281d2 {
      --shg-aspect-ratio: calc(718/241); 
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
      position: relative;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }

    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-link {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 {
    width: 100%;
    height: auto;
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
    
    
  }


.s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6845eb8f-e569-44e0-bf92-835c755281d2 {
      --shg-aspect-ratio: calc(718/241); 
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
      position: relative;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }

    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-link {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 {
    width: 100%;
    height: auto;
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
    
    
  }


.s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6845eb8f-e569-44e0-bf92-835c755281d2 {
      --shg-aspect-ratio: calc(718/241); 
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
      position: relative;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }

    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-link {
      aspect-ratio: 718/241;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6845eb8f-e569-44e0-bf92-835c755281d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 {
    width: 100%;
    height: auto;
  }

  #s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
    
    
  }


.s-6845eb8f-e569-44e0-bf92-835c755281d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6845eb8f-e569-44e0-bf92-835c755281d2 {
      --shg-aspect-ratio: calc(718/241); 
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container {
      position: relative;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6845eb8f-e569-44e0-bf92-835c755281d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.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-e3039e97-add4-4793-bac3-5d871a13070d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
background-position: center center;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-image: url(https://i.shgcdn.com/aec3044e-0c71-47c4-898c-2ade085f3afa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e3039e97-add4-4793-bac3-5d871a13070d > .shg-box-overlay {
  background-color: rgba(45, 46, 41, 1);
  opacity: 0.41;
}#s-e3039e97-add4-4793-bac3-5d871a13070d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f {
  box-shadow:0px 0px 0px 0px ;
margin-left: 50px;
margin-right: 50px;
padding-top: 26px;
padding-bottom: 26px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f {
  display: none;
}
#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f, #wrap-s-54157f84-d6fa-49b0-b160-b1ab8b74af4f { display: none !important; }}@media (max-width: 767px){#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f {
  display: none;
}
#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f, #wrap-s-54157f84-d6fa-49b0-b160-b1ab8b74af4f { display: none !important; }}
#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Allura";
  font-style:  normal ;
  font-size: 92px;
  
  
  
}



#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 {
  margin-top: 0px;
margin-left: 31px;
margin-bottom: 0px;
margin-right: 31px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 {
  display: none;
}
#s-ef007e5d-4d4f-4d90-9087-8f464d240b87, #wrap-s-ef007e5d-4d4f-4d90-9087-8f464d240b87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 {
  display: none;
}
#s-ef007e5d-4d4f-4d90-9087-8f464d240b87, #wrap-s-ef007e5d-4d4f-4d90-9087-8f464d240b87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 {
  
}
}@media (max-width: 767px){#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 {
  
}
}
#s-ef007e5d-4d4f-4d90-9087-8f464d240b87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Allura";
  font-style:  normal ;
  font-size: 51px;
  
  
  
}



.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-ed5f96f2-c079-4f88-8e8f-f701bc257de7 {
  margin-top: -52px;
margin-left: 37px;
margin-bottom: -52px;
margin-right: 37px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(23, 30, 25, 0);
}

@media (min-width: 0px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-ead2d4d9-b1ed-496e-b545-048ade8d79e7 {
  margin-top: 16px;
margin-left: 2px;
margin-bottom: 16px;
margin-right: 2px;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
opacity: 1;
}

#s-ab95f158-e2de-4f6d-913d-3da0cd720ef7 {
  margin-top: -8px;
margin-left: 50px;
margin-bottom: -8px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab95f158-e2de-4f6d-913d-3da0cd720ef7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

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

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

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

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

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

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

#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b {
  border-style: solid;
margin-top: 56px;
margin-left: 6%;
margin-bottom: 56px;
margin-right: 6%;
padding-top: 11px;
padding-left: 0%;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(224, 76, 14, 1);
border-radius: 23px;
min-height: 15px;
max-width: 500px;
text-align: center;
background-color: rgba(224, 76, 14, 1);
font-size: 20px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b:hover {border-style: solid !important;
border-color: rgba(224, 76, 14, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(224, 76, 14, 1) !important;
text-decoration: none !important;}#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b:active {border-style: solid !important;
border-color: rgba(248, 246, 246, 1) !important;
background-color: rgba(224, 76, 14, 1) !important;
color: rgba(248, 246, 246, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b-root {
    text-align: center;
  }


#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Acme;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b-root {
    text-align: center;
  }


#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b-root {
    text-align: center;
  }


#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b-root {
    text-align: center;
  }


#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b-root {
    text-align: center;
  }


#s-7f4fa790-1ddb-4540-aa64-0dda2d8b657b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  font-family: Acme;
  display:  block ;
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(90, 123, 25, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 246, 246, 0.48);
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  display: none;
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a, #wrap-s-5b6466bb-abca-408e-ad65-9f0b49172d7a { display: none !important; }}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  display: none;
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a, #wrap-s-5b6466bb-abca-408e-ad65-9f0b49172d7a { display: none !important; }}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4b075803-c072-4e93-9532-d593f4a21884 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}@media (max-width: 767px){#s-4b075803-c072-4e93-9532-d593f4a21884 {
  
}
}
@media (min-width: 0px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4b075803-c072-4e93-9532-d593f4a21884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h2 {
  color: rgba(253, 14, 22, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-dd217830-f235-4258-a1a5-18228537ba7e {
  max-width: 451px;
aspect-ratio: 451/168;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }

    #s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-link {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e {
    width: 100%;
    height: auto;
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
    
    
  }


.s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-content {
  
    align-items: center;
  
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd217830-f235-4258-a1a5-18228537ba7e {
      --shg-aspect-ratio: calc(451/168); 
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
      position: relative;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }

    #s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-link {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e {
    width: 100%;
    height: auto;
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
    
    
  }


.s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-content {
  
    align-items: center;
  
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd217830-f235-4258-a1a5-18228537ba7e {
      --shg-aspect-ratio: calc(451/168); 
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
      position: relative;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }

    #s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-link {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e {
    width: 100%;
    height: auto;
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
    
    
  }


.s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-content {
  
    align-items: center;
  
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd217830-f235-4258-a1a5-18228537ba7e {
      --shg-aspect-ratio: calc(451/168); 
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
      position: relative;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }

    #s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-link {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e {
    width: 100%;
    height: auto;
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
    
    
  }


.s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-content {
  
    align-items: center;
  
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd217830-f235-4258-a1a5-18228537ba7e {
      --shg-aspect-ratio: calc(451/168); 
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
      position: relative;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }

    #s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-link {
      aspect-ratio: 451/168;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd217830-f235-4258-a1a5-18228537ba7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e {
    width: 100%;
    height: auto;
  }

  #s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
    
    
  }


.s-dd217830-f235-4258-a1a5-18228537ba7e .shogun-image-content {
  
    align-items: center;
  
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd217830-f235-4258-a1a5-18228537ba7e {
      --shg-aspect-ratio: calc(451/168); 
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container {
      position: relative;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd217830-f235-4258-a1a5-18228537ba7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b4ae2f75-74d7-45d3-a211-66339cc89fa7 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper {
  text-align: center;
}


#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(224, 76, 14, 1);
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-1b4362be-35e2-4816-b4f6-499e59e014bb {
  margin-left: 0px;
margin-right: 0px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f13718bc-3dd5-45f0-917f-5c7fc3d2a5b2 hr {
  border-top: 1px solid rgba(232, 233, 232, 1);
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper {
  text-align: center;
}


#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(224, 76, 14, 1);
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-916e5e88-a59c-495d-bf8a-cb52dbcc46cd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.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-0a00b975-e5d3-454f-98b5-e755e41b275f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a00b975-e5d3-454f-98b5-e755e41b275f {
  display: none;
}
#s-0a00b975-e5d3-454f-98b5-e755e41b275f, #wrap-s-0a00b975-e5d3-454f-98b5-e755e41b275f { display: none !important; }}@media (max-width: 767px){#s-0a00b975-e5d3-454f-98b5-e755e41b275f {
  display: none;
}
#s-0a00b975-e5d3-454f-98b5-e755e41b275f, #wrap-s-0a00b975-e5d3-454f-98b5-e755e41b275f { display: none !important; }}






  #s-0a00b975-e5d3-454f-98b5-e755e41b275f img.shogun-image {
    

    
    
    
  }


#s-0a00b975-e5d3-454f-98b5-e755e41b275f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-87c16148-6883-4db7-9802-44fbc72c7141 {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper {
  text-align: center;
}


#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(224, 76, 14, 1);
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-ca7e9832-1fff-4403-8ad9-155222809220 {
  margin-left: 0px;
margin-right: 0px;
}

#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(224, 76, 14, 1);
}

#s-2f13b040-2535-4138-9a23-70e738d9695a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f13b040-2535-4138-9a23-70e738d9695a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-2a28370c-7353-4a39-b52f-3630fe070931 {
  margin-top: -5px;
margin-left: 16px;
margin-bottom: -5px;
margin-right: 16px;
padding-top: 3px;
padding-left: 14px;
padding-bottom: 3px;
padding-right: 14px;
}

#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 10px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 {
  display: none;
}
#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6, #wrap-s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 { display: none !important; }}@media (max-width: 767px){#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 {
  display: none;
}
#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6, #wrap-s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 { display: none !important; }}







#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6 > .shg-box-overlay {
  background-color: rgba(61, 78, 71, 1);
  opacity: 0.15;
}#s-fc3593f2-9b8d-4f0a-8358-49a5d48dd1c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-571d493f-53ab-4441-8279-ec2735a234f1 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-571d493f-53ab-4441-8279-ec2735a234f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-571d493f-53ab-4441-8279-ec2735a234f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-571d493f-53ab-4441-8279-ec2735a234f1 {
  
}
}@media (max-width: 767px){#s-571d493f-53ab-4441-8279-ec2735a234f1 {
  
}
}
@media (min-width: 0px) {
[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-571d493f-53ab-4441-8279-ec2735a234f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbcdf258-c638-41b9-a829-949072179c76 {
  margin-left: -21px;
margin-right: -10px;
padding-top: 0px;
padding-left: 39px;
padding-bottom: 0px;
padding-right: 39px;
text-align: center;
background-color: rgba(251, 251, 251, 0);
}

#s-dbcdf258-c638-41b9-a829-949072179c76 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-a675f7c2-2412-4155-a1fd-4469009cbe6c {
  margin-top: 0px;
margin-left: 13px;
margin-bottom: 0px;
margin-right: 13px;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0px;
padding-right: 1%;
min-height: 0px;
max-width: 700px;
}

#s-cc37ebcd-6f94-4e64-8b90-ea0a05033bbe {
  margin-top: 0px;
margin-left: -11px;
margin-bottom: 0px;
margin-right: -11px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-cc37ebcd-6f94-4e64-8b90-ea0a05033bbe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-e272e721-dc27-4131-bbf6-f119ade65b43 {
  margin-top: 36px;
margin-left: -1px;
margin-bottom: -40px;
margin-right: 6px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-5af34708-47e2-4340-9522-bd5f4ed795d0 {
  background-repeat: no-repeat;
background-size: 1600px 1200px;
min-height: 10px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5af34708-47e2-4340-9522-bd5f4ed795d0 {
  display: none;
}
#s-5af34708-47e2-4340-9522-bd5f4ed795d0, #wrap-s-5af34708-47e2-4340-9522-bd5f4ed795d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5af34708-47e2-4340-9522-bd5f4ed795d0 {
  display: none;
}
#s-5af34708-47e2-4340-9522-bd5f4ed795d0, #wrap-s-5af34708-47e2-4340-9522-bd5f4ed795d0 { display: none !important; }}







#s-5af34708-47e2-4340-9522-bd5f4ed795d0 > .shg-box-overlay {
  background-color: rgba(61, 78, 71, 1);
  opacity: 0.05;
}#s-5af34708-47e2-4340-9522-bd5f4ed795d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a {
  margin-top: 37px;
margin-left: 50px;
margin-bottom: 37px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a {
  
}
}@media (max-width: 767px){#s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a {
  
}
}
@media (min-width: 0px) {
[id="s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a93d50b-c36a-4bae-8e8e-a6ef4a19ec1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04a3ac2b-4845-4bb6-ab6c-148cf2b5628c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4696b00d-3e6e-4d33-9f51-0fde03ec6e8b {
  margin-top: -28px;
margin-bottom: -24px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4696b00d-3e6e-4d33-9f51-0fde03ec6e8b hr {
  border-top: 2px solid #ddd;
}

#s-c6d288a3-b81b-483d-8e7c-6a6e2048d53d hr {
  border-top: 2px solid #ddd;
}

#s-78e0bd1e-f054-4ab9-a426-ecd2b7fedf8d {
  min-height: 50px;
}








#s-78e0bd1e-f054-4ab9-a426-ecd2b7fedf8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78e0bd1e-f054-4ab9-a426-ecd2b7fedf8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca1b9c2c-2a37-4fa9-9c08-95e1bc9d4086 {
  min-height: 50px;
}








#s-ca1b9c2c-2a37-4fa9-9c08-95e1bc9d4086 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca1b9c2c-2a37-4fa9-9c08-95e1bc9d4086.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d0ad4b8-0bd0-451d-a89c-bbc65d7a5be8 {
  min-height: 50px;
}








#s-7d0ad4b8-0bd0-451d-a89c-bbc65d7a5be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d0ad4b8-0bd0-451d-a89c-bbc65d7a5be8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-056babf6-6d40-4d4b-b8a3-fe1c6b48aca1 {
  min-height: 50px;
}








#s-056babf6-6d40-4d4b-b8a3-fe1c6b48aca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-056babf6-6d40-4d4b-b8a3-fe1c6b48aca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77b3e89b-6c41-4fe8-8950-375c2a8d3c53 {
  min-height: 50px;
}








#s-77b3e89b-6c41-4fe8-8950-375c2a8d3c53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b3e89b-6c41-4fe8-8950-375c2a8d3c53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3281c7bd-e7ec-46d9-906b-23e7f20fbd4b {
  min-height: 50px;
}








#s-3281c7bd-e7ec-46d9-906b-23e7f20fbd4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3281c7bd-e7ec-46d9-906b-23e7f20fbd4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03ed4ce8-d0c6-4199-ac41-44c3995b3b6c {
  min-height: 50px;
}








#s-03ed4ce8-d0c6-4199-ac41-44c3995b3b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03ed4ce8-d0c6-4199-ac41-44c3995b3b6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe43644d-0fef-4c59-943c-dda171a68ddd {
  min-height: 50px;
}








#s-fe43644d-0fef-4c59-943c-dda171a68ddd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe43644d-0fef-4c59-943c-dda171a68ddd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2c25e39-473f-42ba-9201-78b7fed95dac {
  padding-top: 8px;
padding-bottom: 8px;
min-height: 50px;
}








#s-d2c25e39-473f-42ba-9201-78b7fed95dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c25e39-473f-42ba-9201-78b7fed95dac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-396fa83d-9fca-4739-955d-1f2807df8bd0 {
  margin-top: -46px;
margin-bottom: 6px;
padding-top: 7px;
padding-bottom: 7px;
min-height: 50px;
}








#s-396fa83d-9fca-4739-955d-1f2807df8bd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-396fa83d-9fca-4739-955d-1f2807df8bd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eda5f3ff-d624-43d1-88ff-fd6a041fedd4 {
  margin-top: 0px;
margin-left: -19px;
margin-right: -28px;
padding-top: 0px;
padding-left: 19px;
padding-bottom: 0px;
padding-right: 19px;
}

#s-40a05e18-0ec7-4a0a-b422-e7e6b936ddcd {
  min-height: 50px;
}








#s-40a05e18-0ec7-4a0a-b422-e7e6b936ddcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a05e18-0ec7-4a0a-b422-e7e6b936ddcd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b879f377-4b0f-41c4-9fe3-d12b0ff090cb {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -48px;
margin-left: 16%;
margin-bottom: -48px;
margin-right: 16%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 344px;
max-width: 333px;
background-position: center center;
}
@media (min-width: 1200px){#s-b879f377-4b0f-41c4-9fe3-d12b0ff090cb {
  margin-top: -49px;
margin-left: 37%;
margin-bottom: -49px;
margin-right: 37%;
}
}







#s-b879f377-4b0f-41c4-9fe3-d12b0ff090cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b879f377-4b0f-41c4-9fe3-d12b0ff090cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6b6e040-0c25-498b-b2e7-df1a80f30cac {
  margin-top: 19px;
margin-left: 13%;
margin-bottom: 19px;
margin-right: 13%;
padding-top: 13px;
padding-left: 8%;
padding-bottom: 13px;
padding-right: 8%;
min-height: 50px;
max-width: 1200px;
text-align: center;
background-color: rgba(111, 91, 89, 1);
}

#s-f6b6e040-0c25-498b-b2e7-df1a80f30cac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  display: none;
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab, #wrap-s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { display: none !important; }}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  display: none;
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab, #wrap-s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { display: none !important; }}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  margin-top: 55px;
margin-left: 52px;
margin-bottom: 55px;
margin-right: 52px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (max-width: 767px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}
@media (min-width: 0px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bac7b44f-c23e-471c-8e59-1a15de4f9161 {
  
}

#s-bac7b44f-c23e-471c-8e59-1a15de4f9161 .shogun-icon-wrapper {
  text-align: center;
}


#s-bac7b44f-c23e-471c-8e59-1a15de4f9161 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-af469a34-417e-4989-80b2-5c2a1a789ace {
  background-image: url(https://i.shgcdn.com/58b995c4-e1c8-46a2-bf49-b9c4c5ed02d6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-left: -15px;
margin-bottom: -18px;
margin-right: -15px;
padding-top: 12px;
padding-bottom: 16px;
min-height: 50px;
max-width: 1200px;
text-align: center;
background-color: rgba(44, 114, 38, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-af469a34-417e-4989-80b2-5c2a1a789ace {
  background-color: rgba(114, 57, 38, 0.02);
}
}@media (max-width: 767px){#s-af469a34-417e-4989-80b2-5c2a1a789ace {
  display: unset;
}
#s-af469a34-417e-4989-80b2-5c2a1a789ace, #wrap-s-af469a34-417e-4989-80b2-5c2a1a789ace { display: unset !important; }}
#s-af469a34-417e-4989-80b2-5c2a1a789ace .shogun-heading-component h1 {
  color: rgba(248, 245, 243, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-4049a9d2-655d-4374-b015-3387901ca045 .shogun-icon-wrapper {
  text-align: center;
}


#s-4049a9d2-655d-4374-b015-3387901ca045 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-top: 47px;
margin-left: 50px;
margin-bottom: 47px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f7f2fef4-153e-488e-805e-08aea8b54f88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7f2fef4-153e-488e-805e-08aea8b54f88 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

.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-dae67825-35f2-4625-b49b-befdf9692be7 {
  margin-top: 47px;
text-align: left;
}



.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dae67825-35f2-4625-b49b-befdf9692be7 img.shogun-image {
  width: 100%;
}



}
#s-3d25c8e6-4185-4ca3-ad83-5ddcf6be6489 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d25c8e6-4185-4ca3-ad83-5ddcf6be6489 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba {
  text-align: left;
}



.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe1c72da-0f26-456c-a400-15cfdb55c6ba img.shogun-image {
  width: 100%;
}



}
#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5 {
  background-image: url(https://i.shgcdn.com/e5120f08-cd8f-4c30-9fa9-568a309ca8c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 44px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-position: left bottom;
background-color: rgba(195, 89, 89, 1);
text-decoration: none;
}
#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5-root {
    text-align: center;
  }


#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5-root {
    text-align: center;
  }


#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5-root {
    text-align: center;
  }


#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5-root {
    text-align: center;
  }


#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5-root {
    text-align: center;
  }


#s-2d3a51c0-33b4-46fe-b843-ca497e1ec6a5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}
#s-5387208c-6bd5-449e-9109-97f9020e62db {
  padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-5387208c-6bd5-449e-9109-97f9020e62db .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-52dccd7e-7b40-4867-aaef-77fa323eba69 {
  text-align: left;
}



.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52dccd7e-7b40-4867-aaef-77fa323eba69 img.shogun-image {
  width: 100%;
}



}
#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 {
  display: none;
}
#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0, #wrap-s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 {
  display: none;
}
#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0, #wrap-s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 {
  
}
}@media (max-width: 767px){#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 {
  
}
}







#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9efaed7e-0e2c-4284-b80a-3b8d89530af0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-39c4cdbe-3a03-49b9-99c3-a26a0e7fe1fb {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-39c4cdbe-3a03-49b9-99c3-a26a0e7fe1fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c4cdbe-3a03-49b9-99c3-a26a0e7fe1fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-39c4cdbe-3a03-49b9-99c3-a26a0e7fe1fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-39c4cdbe-3a03-49b9-99c3-a26a0e7fe1fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-26507adb-31e7-4afa-b331-bf51079c8d58 {
  margin-top: 11px;
margin-bottom: 11px;
}

#s-77f0c1b2-73f9-4be1-9c97-4f161443e49e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77f0c1b2-73f9-4be1-9c97-4f161443e49e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 {
  margin-top: 14px;
margin-bottom: 14px;
text-align: left;
}



.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f3c3539-8304-4c03-a022-49ac52b91ec6 img.shogun-image {
  width: 100%;
}



}
#s-eff02dcf-e2a6-426a-891f-27fbdf20b793 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-eff02dcf-e2a6-426a-891f-27fbdf20b793 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f {
  padding-top: 0px;
padding-bottom: 22px;
text-align: left;
}



.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb45f57-9f48-4941-9e89-8b3e1f56958f img.shogun-image {
  width: 100%;
}



}
#s-56090e9b-7270-4d72-bd5e-6bc233c3739f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-56090e9b-7270-4d72-bd5e-6bc233c3739f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 {
  text-align: left;
}



.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e7d9cd5-c42d-4e26-93dd-59324b48ea69 img.shogun-image {
  width: 100%;
}



}
#s-331fe021-5716-4d3b-9cb6-20eeab51aff2 {
  background-image: url(https://i.shgcdn.com/e5120f08-cd8f-4c30-9fa9-568a309ca8c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -100px;
margin-left: 0px;
margin-bottom: 7px;
margin-right: 0px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-position: left bottom;
background-color: rgba(195, 89, 89, 1);
text-decoration: none;
}
#s-331fe021-5716-4d3b-9cb6-20eeab51aff2:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-331fe021-5716-4d3b-9cb6-20eeab51aff2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-331fe021-5716-4d3b-9cb6-20eeab51aff2-root {
    text-align: center;
  }


#s-331fe021-5716-4d3b-9cb6-20eeab51aff2.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
@media (min-width: 1200px){
  #s-331fe021-5716-4d3b-9cb6-20eeab51aff2-root {
    text-align: center;
  }


#s-331fe021-5716-4d3b-9cb6-20eeab51aff2.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-331fe021-5716-4d3b-9cb6-20eeab51aff2-root {
    text-align: center;
  }


#s-331fe021-5716-4d3b-9cb6-20eeab51aff2.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-331fe021-5716-4d3b-9cb6-20eeab51aff2-root {
    text-align: center;
  }


#s-331fe021-5716-4d3b-9cb6-20eeab51aff2.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (max-width: 767px){
  #s-331fe021-5716-4d3b-9cb6-20eeab51aff2-root {
    text-align: center;
  }


#s-331fe021-5716-4d3b-9cb6-20eeab51aff2.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}
#s-f0c9c733-204b-42eb-b11f-072002ff727b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-f0c9c733-204b-42eb-b11f-072002ff727b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0c9c733-204b-42eb-b11f-072002ff727b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0c9c733-204b-42eb-b11f-072002ff727b {
  display: none;
}
#s-f0c9c733-204b-42eb-b11f-072002ff727b, #wrap-s-f0c9c733-204b-42eb-b11f-072002ff727b { display: none !important; }}@media (max-width: 767px){#s-f0c9c733-204b-42eb-b11f-072002ff727b {
  display: none;
}
#s-f0c9c733-204b-42eb-b11f-072002ff727b, #wrap-s-f0c9c733-204b-42eb-b11f-072002ff727b { display: none !important; }}







#s-f0c9c733-204b-42eb-b11f-072002ff727b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-f0c9c733-204b-42eb-b11f-072002ff727b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0c4f515-157f-457d-8606-e7cef5363a3a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 10px;
background-position: center center;
}








#s-b0c4f515-157f-457d-8606-e7cef5363a3a > .shg-box-overlay {
  background-color: rgba(67, 59, 59, 1);
  opacity: 0.63;
}#s-b0c4f515-157f-457d-8606-e7cef5363a3a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-352c0cfd-8c17-4b9a-826d-dc96119783cc {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-352c0cfd-8c17-4b9a-826d-dc96119783cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-352c0cfd-8c17-4b9a-826d-dc96119783cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-352c0cfd-8c17-4b9a-826d-dc96119783cc {
  
}
}@media (max-width: 767px){#s-352c0cfd-8c17-4b9a-826d-dc96119783cc {
  
}
}
@media (min-width: 0px) {
[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352c0cfd-8c17-4b9a-826d-dc96119783cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5ac255a9-e529-4a66-9fca-3fffbc1a1ac4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ac255a9-e529-4a66-9fca-3fffbc1a1ac4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6c1a8272-8a66-4caf-9d2c-c96c0989b22f {
  margin-top: 4px;
margin-left: 0px;
margin-bottom: -87px;
margin-right: 0px;
padding-top: 17px;
}

.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 {
  margin-top: -1px;
margin-bottom: 50px;
padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(205, 205, 205, 0);
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-success-alert {
  background-color: rgba(48, 48, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-form .shogun-form-label {
  color: rgba(247, 242, 242, 1);
  font-family: ;
  font-size: 21px;
  font-weight: ;
  font-style: ;
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: Josefin Sans;
  font-size: 24px;
  font-weight: ;
  font-style: ;
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-8ace8640-ed4e-4535-841e-a96d7b81fbc9 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 {
  display: none;
}
#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6, #wrap-s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 { display: none !important; }}@media (max-width: 767px){#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 {
  display: none;
}
#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6, #wrap-s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 { display: none !important; }}







#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-682264d3-2bbf-4f4d-9d5f-54a3e56c7fe6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d {
  
}
}@media (max-width: 767px){#s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d {
  
}
}
@media (min-width: 0px) {
[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc651d78-8d54-4a91-b6b3-d16f9cd63d3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-078de3f4-a89e-40c6-857e-6a5c2e15e46b {
  
}

#s-078de3f4-a89e-40c6-857e-6a5c2e15e46b .shogun-icon-wrapper {
  text-align: center;
}


#s-078de3f4-a89e-40c6-857e-6a5c2e15e46b .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-d3569de6-87d3-4ad2-bf7a-a0fa725a7d61 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3569de6-87d3-4ad2-bf7a-a0fa725a7d61 .shogun-heading-component h2 {
  color: rgba(207, 158, 61, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-f3eda514-853e-4b85-95e3-89f6501955fe .shogun-icon-wrapper {
  text-align: center;
}


#s-f3eda514-853e-4b85-95e3-89f6501955fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-36aa3ede-723d-4746-96d0-a9c0c1ffd924 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-36aa3ede-723d-4746-96d0-a9c0c1ffd924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36aa3ede-723d-4746-96d0-a9c0c1ffd924"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-36aa3ede-723d-4746-96d0-a9c0c1ffd924"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-36aa3ede-723d-4746-96d0-a9c0c1ffd924"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e924bbea-c19e-4e73-955d-4f5bfafaac5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e924bbea-c19e-4e73-955d-4f5bfafaac5f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  max-width:  100%;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom,
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  max-width:  100%;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom,
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  max-width:  100%;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom,
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  max-width:  100%;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom,
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff {
  max-width:  100%;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom,
.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-132d8f2b-f9ed-4e35-9c6b-8ccb478f9eff img.shogun-image {
  width: 100%;
}



}
#s-dab65cb3-04e2-41b6-98a7-f9f5afa93187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dab65cb3-04e2-41b6-98a7-f9f5afa93187 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  max-width:  100%;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom,
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  max-width:  100%;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom,
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  max-width:  100%;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom,
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  max-width:  100%;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom,
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a {
  max-width:  100%;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom,
.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c9aa2cf-413c-4953-ba70-e2a32d09ed4a img.shogun-image {
  width: 100%;
}



}
#s-4f59b88d-58bf-4dd8-b5b1-5a7daa9e8270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f59b88d-58bf-4dd8-b5b1-5a7daa9e8270 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Acme;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b0cd3087-8522-4650-b577-252bc2897586 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 {
  max-width:  100%;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom,
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 {
  max-width:  100%;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom,
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 {
  max-width:  100%;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom,
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 {
  max-width:  100%;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom,
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 {
  max-width:  100%;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom,
.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0cd3087-8522-4650-b577-252bc2897586 img.shogun-image {
  width: 100%;
}



}
#s-606daedd-d846-47b4-9fec-7b8eaf966918 {
  background-image: url(https://i.shgcdn.com/e5120f08-cd8f-4c30-9fa9-568a309ca8c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-position: right bottom;
background-color: rgba(195, 89, 89, 1);
text-decoration: none;
}
#s-606daedd-d846-47b4-9fec-7b8eaf966918:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-606daedd-d846-47b4-9fec-7b8eaf966918:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-606daedd-d846-47b4-9fec-7b8eaf966918-root {
    text-align: center;
  }


#s-606daedd-d846-47b4-9fec-7b8eaf966918.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Acme;
  display:  block ;
}
@media (min-width: 1200px){
  #s-606daedd-d846-47b4-9fec-7b8eaf966918-root {
    text-align: center;
  }


#s-606daedd-d846-47b4-9fec-7b8eaf966918.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-606daedd-d846-47b4-9fec-7b8eaf966918-root {
    text-align: center;
  }


#s-606daedd-d846-47b4-9fec-7b8eaf966918.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-606daedd-d846-47b4-9fec-7b8eaf966918-root {
    text-align: center;
  }


#s-606daedd-d846-47b4-9fec-7b8eaf966918.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Acme;
  display:  block ;
}
}@media (max-width: 767px){
  #s-606daedd-d846-47b4-9fec-7b8eaf966918-root {
    text-align: center;
  }


#s-606daedd-d846-47b4-9fec-7b8eaf966918.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  font-family: Acme;
  display:  block ;
}
}
#s-7286f597-3a59-4e4d-833f-83135d4a7e88 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7286f597-3a59-4e4d-833f-83135d4a7e88 {
  display: none;
}
#s-7286f597-3a59-4e4d-833f-83135d4a7e88, #wrap-s-7286f597-3a59-4e4d-833f-83135d4a7e88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7286f597-3a59-4e4d-833f-83135d4a7e88 {
  display: none;
}
#s-7286f597-3a59-4e4d-833f-83135d4a7e88, #wrap-s-7286f597-3a59-4e4d-833f-83135d4a7e88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7286f597-3a59-4e4d-833f-83135d4a7e88 {
  
}
}@media (max-width: 767px){#s-7286f597-3a59-4e4d-833f-83135d4a7e88 {
  
}
}







#s-7286f597-3a59-4e4d-833f-83135d4a7e88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7286f597-3a59-4e4d-833f-83135d4a7e88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2d34b67-331a-464d-937f-c49579184ee0 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-e2d34b67-331a-464d-937f-c49579184ee0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2d34b67-331a-464d-937f-c49579184ee0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2d34b67-331a-464d-937f-c49579184ee0 {
  
}
}@media (max-width: 767px){#s-e2d34b67-331a-464d-937f-c49579184ee0 {
  
}
}
@media (min-width: 0px) {
[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e2d34b67-331a-464d-937f-c49579184ee0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7ca20322-59cc-46cd-aa6e-3c0e2d130d88 {
  
}

#s-7ca20322-59cc-46cd-aa6e-3c0e2d130d88 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ca20322-59cc-46cd-aa6e-3c0e2d130d88 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-51c07896-c9d6-492c-8059-bdf798f60d75 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51c07896-c9d6-492c-8059-bdf798f60d75 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Allura";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-01af47c9-2bb5-45de-b6fe-9f7cc93a2fae .shogun-icon-wrapper {
  text-align: center;
}


#s-01af47c9-2bb5-45de-b6fe-9f7cc93a2fae .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: #495056;
}

#s-991f4091-33d7-4865-89f1-c68c22152b75 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-991f4091-33d7-4865-89f1-c68c22152b75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-991f4091-33d7-4865-89f1-c68c22152b75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-991f4091-33d7-4865-89f1-c68c22152b75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-991f4091-33d7-4865-89f1-c68c22152b75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-c1fbcbb7-5a3c-4549-a987-8b274bb03af7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1fbcbb7-5a3c-4549-a987-8b274bb03af7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  max-width:  100%;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom,
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  max-width:  100%;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom,
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  max-width:  100%;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom,
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  max-width:  100%;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom,
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 {
  max-width:  100%;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom,
.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b45603ed-da89-49c3-8e49-21869f164e87 img.shogun-image {
  width: 100%;
}



}
#s-ef9f65fe-9062-41fa-b54f-14d8923e9493 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef9f65fe-9062-41fa-b54f-14d8923e9493 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  max-width:  100%;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom,
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  max-width:  100%;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom,
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  max-width:  100%;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom,
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  max-width:  100%;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom,
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 {
  max-width:  100%;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom,
.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5009c25-0444-4e17-8ab1-41004c257bc7 img.shogun-image {
  width: 100%;
}



}
#s-8f937315-49e8-4800-af9b-bd1924c61db4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f937315-49e8-4800-af9b-bd1924c61db4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  max-width:  100%;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom,
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  max-width:  100%;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom,
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  max-width:  100%;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom,
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  max-width:  100%;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom,
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c {
  max-width:  100%;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom,
.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6c939382-3ae2-461f-aa5f-0bd7bf2ff36c img.shogun-image {
  width: 100%;
}



}
#s-47222944-5291-4644-8a7e-b09c1389e710 {
  background-image: url(https://i.shgcdn.com/e5120f08-cd8f-4c30-9fa9-568a309ca8c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-position: right bottom;
background-color: rgba(195, 89, 89, 1);
text-decoration: none;
}
#s-47222944-5291-4644-8a7e-b09c1389e710:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-47222944-5291-4644-8a7e-b09c1389e710:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47222944-5291-4644-8a7e-b09c1389e710-root {
    text-align: center;
  }


#s-47222944-5291-4644-8a7e-b09c1389e710.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47222944-5291-4644-8a7e-b09c1389e710-root {
    text-align: center;
  }


#s-47222944-5291-4644-8a7e-b09c1389e710.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47222944-5291-4644-8a7e-b09c1389e710-root {
    text-align: center;
  }


#s-47222944-5291-4644-8a7e-b09c1389e710.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47222944-5291-4644-8a7e-b09c1389e710-root {
    text-align: center;
  }


#s-47222944-5291-4644-8a7e-b09c1389e710.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47222944-5291-4644-8a7e-b09c1389e710-root {
    text-align: center;
  }


#s-47222944-5291-4644-8a7e-b09c1389e710.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Josefin Sans;
  display:  block ;
}
}
#s-dd4fdbae-c309-4668-8398-8c264e7acbe7 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-dd4fdbae-c309-4668-8398-8c264e7acbe7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd4fdbae-c309-4668-8398-8c264e7acbe7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd4fdbae-c309-4668-8398-8c264e7acbe7 {
  display: none;
}
#s-dd4fdbae-c309-4668-8398-8c264e7acbe7, #wrap-s-dd4fdbae-c309-4668-8398-8c264e7acbe7 { display: none !important; }}@media (max-width: 767px){#s-dd4fdbae-c309-4668-8398-8c264e7acbe7 {
  display: none;
}
#s-dd4fdbae-c309-4668-8398-8c264e7acbe7, #wrap-s-dd4fdbae-c309-4668-8398-8c264e7acbe7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dd4fdbae-c309-4668-8398-8c264e7acbe7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-34293402-e0b4-42ac-9b0a-a00722771ee1 {
  min-height: 50px;
}








#s-34293402-e0b4-42ac-9b0a-a00722771ee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34293402-e0b4-42ac-9b0a-a00722771ee1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d79a477-d570-4381-8559-9f4258501627 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d79a477-d570-4381-8559-9f4258501627 {
  display: none;
}
#s-3d79a477-d570-4381-8559-9f4258501627, #wrap-s-3d79a477-d570-4381-8559-9f4258501627 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d79a477-d570-4381-8559-9f4258501627 {
  display: none;
}
#s-3d79a477-d570-4381-8559-9f4258501627, #wrap-s-3d79a477-d570-4381-8559-9f4258501627 { display: none !important; }}







#s-3d79a477-d570-4381-8559-9f4258501627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d79a477-d570-4381-8559-9f4258501627.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6a86701-d123-41d2-8c58-c8b7c38a3642 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d6a86701-d123-41d2-8c58-c8b7c38a3642 {
  display: none;
}
#s-d6a86701-d123-41d2-8c58-c8b7c38a3642, #wrap-s-d6a86701-d123-41d2-8c58-c8b7c38a3642 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6a86701-d123-41d2-8c58-c8b7c38a3642 {
  display: none;
}
#s-d6a86701-d123-41d2-8c58-c8b7c38a3642, #wrap-s-d6a86701-d123-41d2-8c58-c8b7c38a3642 { display: none !important; }}







#s-d6a86701-d123-41d2-8c58-c8b7c38a3642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6a86701-d123-41d2-8c58-c8b7c38a3642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f {
  display: none;
}
#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f, #wrap-s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f {
  display: none;
}
#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f, #wrap-s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f { display: none !important; }}







#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7236ddd-1a30-4753-a7c5-ce8e7cc0143f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-844e3bd3-8090-403a-94c6-a54c34a41dbd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-844e3bd3-8090-403a-94c6-a54c34a41dbd {
  display: none;
}
#s-844e3bd3-8090-403a-94c6-a54c34a41dbd, #wrap-s-844e3bd3-8090-403a-94c6-a54c34a41dbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-844e3bd3-8090-403a-94c6-a54c34a41dbd {
  display: none;
}
#s-844e3bd3-8090-403a-94c6-a54c34a41dbd, #wrap-s-844e3bd3-8090-403a-94c6-a54c34a41dbd { display: none !important; }}







#s-844e3bd3-8090-403a-94c6-a54c34a41dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-844e3bd3-8090-403a-94c6-a54c34a41dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3b2ee32-24fe-4b0e-a301-040274f5c999 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 100px;
background-position: center center;
}








#s-a3b2ee32-24fe-4b0e-a301-040274f5c999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b2ee32-24fe-4b0e-a301-040274f5c999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-596941b9-27a6-4f64-a6af-c6b44084c75e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596941b9-27a6-4f64-a6af-c6b44084c75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ba25b832-5e1f-4ddb-b4ff-d135feaac9a7 {
  text-align: center;
}







  #s-ba25b832-5e1f-4ddb-b4ff-d135feaac9a7 img.shogun-image {
    

    
    
    
  }


#s-ba25b832-5e1f-4ddb-b4ff-d135feaac9a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-51695514-b45f-4def-bfc0-337f0bc6c6ec {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-51695514-b45f-4def-bfc0-337f0bc6c6ec {
  display: none;
}
#s-51695514-b45f-4def-bfc0-337f0bc6c6ec, #wrap-s-51695514-b45f-4def-bfc0-337f0bc6c6ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51695514-b45f-4def-bfc0-337f0bc6c6ec {
  display: none;
}
#s-51695514-b45f-4def-bfc0-337f0bc6c6ec, #wrap-s-51695514-b45f-4def-bfc0-337f0bc6c6ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51695514-b45f-4def-bfc0-337f0bc6c6ec {
  
}
}@media (max-width: 767px){#s-51695514-b45f-4def-bfc0-337f0bc6c6ec {
  
}
}







#s-51695514-b45f-4def-bfc0-337f0bc6c6ec > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-51695514-b45f-4def-bfc0-337f0bc6c6ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-369b0149-dccd-4c44-80bc-912e1b41aa20 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 10px;
background-position: center center;
}








#s-369b0149-dccd-4c44-80bc-912e1b41aa20 > .shg-box-overlay {
  background-color: rgba(67, 59, 59, 1);
  opacity: 0.63;
}#s-369b0149-dccd-4c44-80bc-912e1b41aa20.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8 {
  
}
}@media (max-width: 767px){#s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8 {
  
}
}
@media (min-width: 0px) {
[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b9646a92-bffe-4ecf-b7ae-97fa94ab21c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4098242d-eb58-4313-8251-7f2fa6f110ce {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4098242d-eb58-4313-8251-7f2fa6f110ce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  
}



#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 {
  box-shadow:0px 0px 0px 0px ;
margin-bottom: 50px;
padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(205, 205, 205, 0);
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-success-alert {
  background-color: rgba(48, 48, 50, 1);
  color: rgba(255, 255, 255, 1);
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-form .shogun-form-label {
  color: rgba(244, 248, 238, 0.71);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: Itim;
  font-size: 18px;
  font-weight: ;
  font-style: ;
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-5b3e5118-9676-40e3-8f7f-68bff275e6b2 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-33608b68-d76b-4c1d-95aa-811be4eb8eb5 {
  margin-left: 0px;
margin-right: 0px;
}

#s-82829996-10d6-4950-84d3-adaf92d902ae {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-82829996-10d6-4950-84d3-adaf92d902ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82829996-10d6-4950-84d3-adaf92d902ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82829996-10d6-4950-84d3-adaf92d902ae {
  
}
}@media (max-width: 767px){#s-82829996-10d6-4950-84d3-adaf92d902ae {
  
}
}







#s-82829996-10d6-4950-84d3-adaf92d902ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82829996-10d6-4950-84d3-adaf92d902ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f92efdd0-8856-4198-9062-57a05632cdc2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-f92efdd0-8856-4198-9062-57a05632cdc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f92efdd0-8856-4198-9062-57a05632cdc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f92efdd0-8856-4198-9062-57a05632cdc2 {
  
}
}@media (max-width: 767px){#s-f92efdd0-8856-4198-9062-57a05632cdc2 {
  
}
}
@media (min-width: 0px) {
[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f92efdd0-8856-4198-9062-57a05632cdc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-82794432-d7d3-46ee-9a21-18c8929bcb56 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82794432-d7d3-46ee-9a21-18c8929bcb56 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
}
#s-82794432-d7d3-46ee-9a21-18c8929bcb56 .shogun-heading-component h2 {
  color: rgba(245, 21, 21, 1);
  font-weight:  normal ;
  font-family: "Acme";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-32619c80-f865-4550-9cdb-eb19e559a136 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-32619c80-f865-4550-9cdb-eb19e559a136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32619c80-f865-4550-9cdb-eb19e559a136"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32619c80-f865-4550-9cdb-eb19e559a136"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32619c80-f865-4550-9cdb-eb19e559a136"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  max-width:  100%;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom,
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  max-width:  100%;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom,
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  max-width:  100%;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom,
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  max-width:  100%;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom,
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf {
  max-width:  100%;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom,
.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  max-width: 275px !important;
  min-height: 0px !important;
}

.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb34670-84c4-4476-b145-bb1eb330e2bf img.shogun-image {
  width: 100%;
}



}
#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  margin-top: 45px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  max-width:  100%;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom,
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  max-width:  100%;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom,
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  max-width:  100%;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom,
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  max-width:  100%;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom,
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 {
  max-width:  100%;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom,
.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90717cec-66e2-4093-9787-a7f3cc557544 img.shogun-image {
  width: 100%;
}



}
#s-03a00784-079f-4c79-b835-a4442efa190a {
  margin-top: 45px;
margin-bottom: 20px;
text-align: center;
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a {
  max-width:  100%;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom,
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a {
  max-width:  100%;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom,
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a {
  max-width:  100%;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom,
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a {
  max-width:  100%;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom,
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a {
  max-width:  100%;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom,
.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  max-width: 275px !important;
  
}

.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-03a00784-079f-4c79-b835-a4442efa190a img.shogun-image {
  width: 100%;
}



}
#s-e4651b53-0e9e-4a28-adbc-782dbab18129 {
  background-image: url(https://i.shgcdn.com/e5120f08-cd8f-4c30-9fa9-568a309ca8c6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-position: right bottom;
background-color: rgba(195, 89, 89, 1);
text-decoration: none;
}
#s-e4651b53-0e9e-4a28-adbc-782dbab18129:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-e4651b53-0e9e-4a28-adbc-782dbab18129:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4651b53-0e9e-4a28-adbc-782dbab18129-root {
    text-align: center;
  }


#s-e4651b53-0e9e-4a28-adbc-782dbab18129.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4651b53-0e9e-4a28-adbc-782dbab18129-root {
    text-align: center;
  }


#s-e4651b53-0e9e-4a28-adbc-782dbab18129.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4651b53-0e9e-4a28-adbc-782dbab18129-root {
    text-align: center;
  }


#s-e4651b53-0e9e-4a28-adbc-782dbab18129.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4651b53-0e9e-4a28-adbc-782dbab18129-root {
    text-align: center;
  }


#s-e4651b53-0e9e-4a28-adbc-782dbab18129.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4651b53-0e9e-4a28-adbc-782dbab18129-root {
    text-align: center;
  }


#s-e4651b53-0e9e-4a28-adbc-782dbab18129.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Acme;
  display:  block ;
}
}
#s-2b7d5954-ab63-4aaa-898f-f829f78ee90e {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-2b7d5954-ab63-4aaa-898f-f829f78ee90e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b7d5954-ab63-4aaa-898f-f829f78ee90e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b7d5954-ab63-4aaa-898f-f829f78ee90e {
  
}
}@media (max-width: 767px){#s-2b7d5954-ab63-4aaa-898f-f829f78ee90e {
  
}
}
@media (min-width: 0px) {
[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b7d5954-ab63-4aaa-898f-f829f78ee90e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4d478e74-d40b-4a4a-a979-87e8c60e7240 {
  min-height: 50px;
}








#s-4d478e74-d40b-4a4a-a979-87e8c60e7240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d478e74-d40b-4a4a-a979-87e8c60e7240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b {
  max-width: 913px;
aspect-ratio: 913/447;
text-align: center;
}





  #s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b img.shogun-image,
  #s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b {
    width: 100%;
    height: auto;
  }



  #s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b img.shogun-image {
    

    
    
    
  }


#s-84a344bb-8d4a-4fd5-815f-d7d274e9e41b .shogun-image-content {
  
    align-items: center;
  
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
