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

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

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

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

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

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

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

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

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

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

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

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

#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf {
  min-height: 500px;
}
@media (min-width: 1200px){#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf {
  
}
}@media (max-width: 767px){#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf {
  
}
}







#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7955deda-8ee3-41d4-b80c-8e2ba731ecbf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 120px;
padding-right: 0px;
min-height: 542px;
background-position: left center;
}
@media (min-width: 1200px){#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 {
  
}
}@media (max-width: 767px){#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 {
  
}
}







#s-5560f1a6-b748-4d7d-997d-9bda2a22a130 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
  display: block;
}#s-5560f1a6-b748-4d7d-997d-9bda2a22a130.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin-top: 50px;
max-width: 250px;
aspect-ratio: 585/399;
text-align: center;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin: 0 !important;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 50px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 50px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-link {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
      --shg-aspect-ratio: calc(585/399); 
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
      position: relative;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin: 0 !important;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-link {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
      --shg-aspect-ratio: calc(585/399); 
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
      position: relative;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin: 0 !important;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-link {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
      --shg-aspect-ratio: calc(585/399); 
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
      position: relative;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin: 0 !important;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-link {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
      --shg-aspect-ratio: calc(585/399); 
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
      position: relative;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}@media (max-width: 767px){#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  margin: 0 !important;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }

    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-link {
      aspect-ratio: 585/399;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 250px;
  }



  img.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 {
      --shg-aspect-ratio: calc(585/399); 
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container {
      position: relative;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c3ec31e-6747-49fe-a4d1-2f1ee779ec76 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-1185ec61-e944-42df-b584-9766f7c7a34a {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-1185ec61-e944-42df-b584-9766f7c7a34a .shogun-heading-component h1 {
  color: rgba(229, 80, 10, 1);
  font-weight:  900 ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-920769c0-84a2-49fb-9089-04b2b3090234 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 80%;
}

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

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

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

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

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

#s-d71edb74-83c0-4cef-8889-d94b41460ce4 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-d71edb74-83c0-4cef-8889-d94b41460ce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d71edb74-83c0-4cef-8889-d94b41460ce4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d71edb74-83c0-4cef-8889-d94b41460ce4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d71edb74-83c0-4cef-8889-d94b41460ce4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-7bcb10d0-d462-4778-ac82-f0ece511d62b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(197, 34, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7bcb10d0-d462-4778-ac82-f0ece511d62b:hover {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bcb10d0-d462-4778-ac82-f0ece511d62b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bcb10d0-d462-4778-ac82-f0ece511d62b-root {
    text-align: center;
  }


#s-7bcb10d0-d462-4778-ac82-f0ece511d62b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bcb10d0-d462-4778-ac82-f0ece511d62b-root {
    text-align: center;
  }


#s-7bcb10d0-d462-4778-ac82-f0ece511d62b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bcb10d0-d462-4778-ac82-f0ece511d62b-root {
    text-align: center;
  }


#s-7bcb10d0-d462-4778-ac82-f0ece511d62b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bcb10d0-d462-4778-ac82-f0ece511d62b-root {
    text-align: center;
  }


#s-7bcb10d0-d462-4778-ac82-f0ece511d62b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bcb10d0-d462-4778-ac82-f0ece511d62b-root {
    text-align: center;
  }


#s-7bcb10d0-d462-4778-ac82-f0ece511d62b.shg-btn {
  color: #ffffff;
  font-size: 30px;
  
  
  
  display:  inline-block ;
}
}
#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(197, 34, 151, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590:hover {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1bd524b-b906-49e5-a6b4-f7b9cf698590-root {
    text-align: left;
  }


#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1bd524b-b906-49e5-a6b4-f7b9cf698590-root {
    text-align: left;
  }


#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1bd524b-b906-49e5-a6b4-f7b9cf698590-root {
    text-align: left;
  }


#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1bd524b-b906-49e5-a6b4-f7b9cf698590-root {
    text-align: left;
  }


#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1bd524b-b906-49e5-a6b4-f7b9cf698590-root {
    text-align: left;
  }


#s-a1bd524b-b906-49e5-a6b4-f7b9cf698590.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-d55b7cf8-5127-402b-954d-4f583b6fed2e {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 95%;
}








#s-d55b7cf8-5127-402b-954d-4f583b6fed2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d55b7cf8-5127-402b-954d-4f583b6fed2e.shg-box.shg-c {
  justify-content: center;
}

#s-86a930be-159b-41a7-bff2-3e6d248818c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-86a930be-159b-41a7-bff2-3e6d248818c2 .shogun-heading-component h1 {
  color: rgba(229, 80, 10, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 {
  background-attachment: fixed;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-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);
border-style: dotted;
border-radius: 0px;
min-height: 150px;
max-width: 95%;
background-color: rgba(255, 253, 254, 0);
}
@media (min-width: 1200px){#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 {
  
}
}@media (max-width: 767px){#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 {
  
}
}







#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-bd377deb-6e93-4a61-bfca-436ab13ffeb4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-73510d15-9fa4-48af-9ff7-2c649757da03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73510d15-9fa4-48af-9ff7-2c649757da03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73510d15-9fa4-48af-9ff7-2c649757da03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73510d15-9fa4-48af-9ff7-2c649757da03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a48060dd-ebdc-426f-a539-2a847bd3b63a {
  border-style: solid;
margin-top: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
}








#s-a48060dd-ebdc-426f-a539-2a847bd3b63a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a48060dd-ebdc-426f-a539-2a847bd3b63a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2a0dff65-99c0-4f92-a424-33343ca05b73 {
  margin-left: 20px;
margin-right: 20px;
}

#s-2a0dff65-99c0-4f92-a424-33343ca05b73 .shogun-icon-wrapper {
  text-align: center;
}


#s-2a0dff65-99c0-4f92-a424-33343ca05b73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(197, 34, 151, 1);
}

#s-caf531ce-3d1c-44ce-945b-bd842526dc69 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caf531ce-3d1c-44ce-945b-bd842526dc69 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-5b0a869f-75a0-4c96-b1d3-aec2108fcffc {
  margin-top: 25px;
margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-5b0a869f-75a0-4c96-b1d3-aec2108fcffc {
  
}
}
#s-edc0ea5c-4b92-438f-b581-2d581784d97c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(197, 34, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-edc0ea5c-4b92-438f-b581-2d581784d97c:hover {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-edc0ea5c-4b92-438f-b581-2d581784d97c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-edc0ea5c-4b92-438f-b581-2d581784d97c-root {
    text-align: center;
  }


#s-edc0ea5c-4b92-438f-b581-2d581784d97c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edc0ea5c-4b92-438f-b581-2d581784d97c-root {
    text-align: center;
  }


#s-edc0ea5c-4b92-438f-b581-2d581784d97c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edc0ea5c-4b92-438f-b581-2d581784d97c-root {
    text-align: center;
  }


#s-edc0ea5c-4b92-438f-b581-2d581784d97c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edc0ea5c-4b92-438f-b581-2d581784d97c-root {
    text-align: center;
  }


#s-edc0ea5c-4b92-438f-b581-2d581784d97c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edc0ea5c-4b92-438f-b581-2d581784d97c-root {
    text-align: center;
  }


#s-edc0ea5c-4b92-438f-b581-2d581784d97c.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-f78940b9-d1cf-4b81-a759-3cffb240af5b {
  border-style: solid;
margin-top: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
}








#s-f78940b9-d1cf-4b81-a759-3cffb240af5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f78940b9-d1cf-4b81-a759-3cffb240af5b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4ab079a-a94a-426b-a96d-940bd630f45c {
  margin-left: 20px;
margin-right: 20px;
}

#s-e4ab079a-a94a-426b-a96d-940bd630f45c .shogun-icon-wrapper {
  text-align: center;
}


#s-e4ab079a-a94a-426b-a96d-940bd630f45c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(197, 34, 151, 1);
}

#s-580bf5cc-cef7-464d-89e2-22a2c302a0d4 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-580bf5cc-cef7-464d-89e2-22a2c302a0d4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-806ab913-6f0c-4632-b6e9-51efff0339fa {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
}
@media (max-width: 767px){#s-806ab913-6f0c-4632-b6e9-51efff0339fa {
  
}
}
#s-40d647e6-caff-4c94-aaba-69470cd2d200 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(197, 34, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-40d647e6-caff-4c94-aaba-69470cd2d200:hover {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40d647e6-caff-4c94-aaba-69470cd2d200:active {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-40d647e6-caff-4c94-aaba-69470cd2d200-root {
    text-align: center;
  }


#s-40d647e6-caff-4c94-aaba-69470cd2d200.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40d647e6-caff-4c94-aaba-69470cd2d200-root {
    text-align: center;
  }


#s-40d647e6-caff-4c94-aaba-69470cd2d200.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40d647e6-caff-4c94-aaba-69470cd2d200-root {
    text-align: center;
  }


#s-40d647e6-caff-4c94-aaba-69470cd2d200.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40d647e6-caff-4c94-aaba-69470cd2d200-root {
    text-align: center;
  }


#s-40d647e6-caff-4c94-aaba-69470cd2d200.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40d647e6-caff-4c94-aaba-69470cd2d200-root {
    text-align: center;
  }


#s-40d647e6-caff-4c94-aaba-69470cd2d200.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-bf5e4c7b-c4cb-4fa6-8a8c-537548a8206c {
  border-style: solid;
margin-top: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
}








#s-bf5e4c7b-c4cb-4fa6-8a8c-537548a8206c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf5e4c7b-c4cb-4fa6-8a8c-537548a8206c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cf982551-9261-42ae-b86e-8fbda1b82e7c {
  margin-left: 20px;
margin-right: 20px;
}

#s-cf982551-9261-42ae-b86e-8fbda1b82e7c .shogun-icon-wrapper {
  text-align: center;
}


#s-cf982551-9261-42ae-b86e-8fbda1b82e7c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(197, 34, 151, 1);
}

#s-97a4e8d8-58a2-43c3-bad0-1c296e4bc659 {
  text-align: center;
}

#s-97a4e8d8-58a2-43c3-bad0-1c296e4bc659 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-0163de18-f5a8-435e-8e1a-b302288f9b4a {
  margin-left: 20px;
margin-right: 17px;
}
@media (min-width: 1200px){#s-0163de18-f5a8-435e-8e1a-b302288f9b4a {
  
}
}@media (max-width: 767px){#s-0163de18-f5a8-435e-8e1a-b302288f9b4a {
  
}
}
#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(197, 34, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb:hover {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb:active {background-color: rgba(229, 80, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb-root {
    text-align: center;
  }


#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb-root {
    text-align: center;
  }


#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb-root {
    text-align: center;
  }


#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb-root {
    text-align: center;
  }


#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb-root {
    text-align: center;
  }


#s-c79d7c4f-1eb2-4cd8-a152-d0e0dff237eb.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-6bb447fe-df9d-4b61-871c-8186d38a5f0a {
  text-align: left;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin-bottom: 50px;
max-width: 600px;
aspect-ratio: 1600/1223;
text-align: center;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin: 0 !important;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 50px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 50px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }

    #s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-link {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }




.s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d961792-680d-4637-b3d0-96328f557c2f {
      --shg-aspect-ratio: calc(1600/1223); 
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
      position: relative;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin: 0 !important;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }

    #s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-link {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }




.s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d961792-680d-4637-b3d0-96328f557c2f {
      --shg-aspect-ratio: calc(1600/1223); 
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
      position: relative;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin: 0 !important;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }

    #s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-link {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }




.s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d961792-680d-4637-b3d0-96328f557c2f {
      --shg-aspect-ratio: calc(1600/1223); 
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
      position: relative;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin: 0 !important;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }

    #s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-link {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }




.s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d961792-680d-4637-b3d0-96328f557c2f {
      --shg-aspect-ratio: calc(1600/1223); 
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
      position: relative;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-1d961792-680d-4637-b3d0-96328f557c2f {
  margin: 0 !important;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-1d961792-680d-4637-b3d0-96328f557c2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }

    #s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-link {
      aspect-ratio: 1600/1223;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d961792-680d-4637-b3d0-96328f557c2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }




.s-1d961792-680d-4637-b3d0-96328f557c2f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d961792-680d-4637-b3d0-96328f557c2f {
      --shg-aspect-ratio: calc(1600/1223); 
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container {
      position: relative;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d961792-680d-4637-b3d0-96328f557c2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fa34bd62-7297-4530-a236-44775c0366fb {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 240, 232, 1);
}








#s-fa34bd62-7297-4530-a236-44775c0366fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa34bd62-7297-4530-a236-44775c0366fb.shg-box.shg-c {
  justify-content: center;
}

#s-2290880a-b5bb-42fa-b844-0729a35740d3 {
  min-height: 50px;
}








#s-2290880a-b5bb-42fa-b844-0729a35740d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2290880a-b5bb-42fa-b844-0729a35740d3.shg-box.shg-c {
  justify-content: center;
}

#s-b3e94be6-9907-441b-971e-6ba37c4c73d7 {
  border-style: solid;
margin-top: 25px;
margin-left: 12%;
margin-bottom: 25px;
margin-right: 12%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-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);
background-color: rgba(0, 0, 0, 0);
}

#s-c604c9d9-54cb-4825-89fe-47c700a4949b {
  text-align: left;
}

#s-05879071-85a3-4e80-91f1-214b2bb62451 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-05879071-85a3-4e80-91f1-214b2bb62451 .shogun-heading-component h1 {
  color: rgba(229, 80, 10, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-8a2d969e-b8ff-465d-b481-893774c81dec {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-8a2d969e-b8ff-465d-b481-893774c81dec {
  margin-left: 5%;
margin-right: 5%;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-3189914c-7fec-482c-84b2-74ad60802286 {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 239, 227, 1);
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(229, 80, 10, 1);
  padding: 10px;
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 239, 227, 1);
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Pompiere;
  
  
  font-size: 50px;
}

#s-3189914c-7fec-482c-84b2-74ad60802286 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 50px;
}
#s-188a98ce-97dd-4431-9ce8-5851782aef22 {
  min-height: 50px;
}








#s-188a98ce-97dd-4431-9ce8-5851782aef22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-188a98ce-97dd-4431-9ce8-5851782aef22.shg-box.shg-c {
  justify-content: center;
}

#s-39d2617a-6e26-4f13-b7aa-6b6c5a628ecc {
  min-height: 50px;
}








#s-39d2617a-6e26-4f13-b7aa-6b6c5a628ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39d2617a-6e26-4f13-b7aa-6b6c5a628ecc.shg-box.shg-c {
  justify-content: center;
}

#s-a75cd183-b3b8-46dd-afeb-84c9e724ab9b {
  min-height: 50px;
}








#s-a75cd183-b3b8-46dd-afeb-84c9e724ab9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a75cd183-b3b8-46dd-afeb-84c9e724ab9b.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-65f8c218-ca5b-4950-8025-f33e20eda134 {
  margin-top: 15px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
}

#s-65f8c218-ca5b-4950-8025-f33e20eda134 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-e7abb8e1-f172-4a5a-addb-d37359722bfe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-fa051efb-7ba8-4e0b-9336-ee733a009c17 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 20%;
padding-right: 20%;
}

#s-fa051efb-7ba8-4e0b-9336-ee733a009c17 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-d0faa3ae-54e6-4415-881d-85bdb73489bf {
  margin-bottom: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-d0faa3ae-54e6-4415-881d-85bdb73489bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0faa3ae-54e6-4415-881d-85bdb73489bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0faa3ae-54e6-4415-881d-85bdb73489bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0faa3ae-54e6-4415-881d-85bdb73489bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82a15609-3381-4107-b9f3-9669ee9688f2 {
  min-height: 50px;
}








#s-82a15609-3381-4107-b9f3-9669ee9688f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82a15609-3381-4107-b9f3-9669ee9688f2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b32e5b34-0baf-435f-a020-a2a9e6af8a72 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b32e5b34-0baf-435f-a020-a2a9e6af8a72 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-3cdac228-7a38-41c5-8611-7713a5715fea {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 {
  overflow: hidden;
}





  #s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 img.shogun-image,
  #s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 {
    width: 100%;
    height: auto;
  }



  #s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 img.shogun-image {
    

    
    
    
  }


#s-546e5a72-fdda-4d8f-9ff4-45585b23fbd3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b5027971-52b5-4172-bec6-b8fff6c582c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5027971-52b5-4172-bec6-b8fff6c582c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b5a01b4e-01cc-4785-abb5-ecbfb94a804e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 1200px){#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 {
  display: none;
}
#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-content-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 {
  display: none;
}
#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-content-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 {
  display: none;
}
#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7, #wrap-content-s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 { display: none !important; }}
#s-f384e10b-af7a-4b31-8886-8e4ee7e7c0b7 hr {
  border-top: 2px solid #ddd;
}

#s-c22a7e84-fa7b-4af9-a726-d816fb0b1677 {
  min-height: 50px;
}








#s-c22a7e84-fa7b-4af9-a726-d816fb0b1677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c22a7e84-fa7b-4af9-a726-d816fb0b1677.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dab981a2-0a1a-4abc-90a5-e16d28e83739 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dab981a2-0a1a-4abc-90a5-e16d28e83739 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-29927e12-535d-42a2-a06f-d818850d7ce5 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-88851445-182f-4cfd-b051-7fe1b977b124 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-88851445-182f-4cfd-b051-7fe1b977b124 {
  overflow: hidden;
}





  #s-88851445-182f-4cfd-b051-7fe1b977b124 img.shogun-image,
  #s-88851445-182f-4cfd-b051-7fe1b977b124 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88851445-182f-4cfd-b051-7fe1b977b124 {
    width: 100%;
    height: auto;
  }



  #s-88851445-182f-4cfd-b051-7fe1b977b124 img.shogun-image {
    

    
    
    
  }


#s-88851445-182f-4cfd-b051-7fe1b977b124 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d12ab7f0-65b0-4b7c-b244-02068ef83e13 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d12ab7f0-65b0-4b7c-b244-02068ef83e13 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ed24f407-36d9-4c4b-95cc-92ca92fcea47 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 1200px){#s-f906014e-7d3b-49b0-95e9-3175fa91b58d {
  display: none;
}
#s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-content-s-f906014e-7d3b-49b0-95e9-3175fa91b58d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f906014e-7d3b-49b0-95e9-3175fa91b58d {
  display: none;
}
#s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-content-s-f906014e-7d3b-49b0-95e9-3175fa91b58d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f906014e-7d3b-49b0-95e9-3175fa91b58d {
  display: none;
}
#s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-s-f906014e-7d3b-49b0-95e9-3175fa91b58d, #wrap-content-s-f906014e-7d3b-49b0-95e9-3175fa91b58d { display: none !important; }}
#s-f906014e-7d3b-49b0-95e9-3175fa91b58d hr {
  border-top: 2px solid #ddd;
}

#s-ef1634e0-575c-4716-a66f-8b7f63b17e00 {
  min-height: 50px;
}








#s-ef1634e0-575c-4716-a66f-8b7f63b17e00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef1634e0-575c-4716-a66f-8b7f63b17e00.shg-box.shg-c {
  justify-content: flex-start;
}

#s-76e4ab42-6e08-492d-8508-4e799a30496d {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76e4ab42-6e08-492d-8508-4e799a30496d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-7f0bd9ee-7db5-4242-a01a-699b1b6df739 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a {
  overflow: hidden;
}





  #s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a img.shogun-image,
  #s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a {
    width: 100%;
    height: auto;
  }



  #s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a img.shogun-image {
    

    
    
    
  }


#s-9e98bd9a-1a2b-4dca-9bb8-76e8ff099b7a .shogun-image-content {
  
    justify-content: center;
  
}

#s-abd3506e-f6f9-4354-8a60-45b7d23bd5af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-abd3506e-f6f9-4354-8a60-45b7d23bd5af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-abd3506e-f6f9-4354-8a60-45b7d23bd5af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-abd3506e-f6f9-4354-8a60-45b7d23bd5af {
  
}
}
#s-abd3506e-f6f9-4354-8a60-45b7d23bd5af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4b378ca4-5ac7-4352-9542-aea7c92a9344 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 1200px){#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 {
  display: none;
}
#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-content-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 {
  display: none;
}
#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-content-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 {
  display: none;
}
#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39, #wrap-content-s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 { display: none !important; }}@media (max-width: 767px){#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 {
  
}
}
#s-2cbcc2d1-08f4-42b3-9130-c5afb9b07c39 hr {
  border-top: 2px solid #ddd;
}

#s-13c1daa2-faab-40c0-881c-de74db7f9672 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 81, 32, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}

#s-13c1daa2-faab-40c0-881c-de74db7f9672 {
  background-image: url();
}








#s-13c1daa2-faab-40c0-881c-de74db7f9672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13c1daa2-faab-40c0-881c-de74db7f9672.shg-box.shg-c {
  justify-content: center;
}

#s-f0336b82-e1c4-4563-88e1-c7ffb2092659 {
  min-height: 50px;
}








#s-f0336b82-e1c4-4563-88e1-c7ffb2092659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0336b82-e1c4-4563-88e1-c7ffb2092659.shg-box.shg-c {
  justify-content: center;
}

#s-de0dbb52-8445-445f-885f-2f9049c9480a {
  min-height: 50px;
}








#s-de0dbb52-8445-445f-885f-2f9049c9480a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de0dbb52-8445-445f-885f-2f9049c9480a.shg-box.shg-c {
  justify-content: center;
}

#s-a8a3ca90-6dcb-4591-8d03-4a425f197f07 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8a3ca90-6dcb-4591-8d03-4a425f197f07 {
  min-height: 100px;
}
}







#s-a8a3ca90-6dcb-4591-8d03-4a425f197f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8a3ca90-6dcb-4591-8d03-4a425f197f07.shg-box.shg-c {
  justify-content: center;
}

#s-605cac31-dd50-4632-9efb-a7b59d0f2db3 {
  margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
}

#s-605cac31-dd50-4632-9efb-a7b59d0f2db3 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-5efed60e-6052-454d-80be-7df9c0446ebd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5efed60e-6052-454d-80be-7df9c0446ebd {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-b80472e3-243c-4fab-8a8f-2db70ef8e569 {
  margin-top: -10px;
margin-bottom: -10px;
padding-left: 20%;
padding-right: 20%;
}

#s-b80472e3-243c-4fab-8a8f-2db70ef8e569 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

@media (min-width: 0px) {
[id="s-3b157a70-3487-4ee5-8234-1b05a8d35ad9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b157a70-3487-4ee5-8234-1b05a8d35ad9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-3b157a70-3487-4ee5-8234-1b05a8d35ad9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-3b157a70-3487-4ee5-8234-1b05a8d35ad9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666px);
}

}

#s-7b3a5866-c2c6-4174-92fd-37521814fcbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b3a5866-c2c6-4174-92fd-37521814fcbf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4bbf2745-b9c1-420b-beb1-699dbdd58673 {
  margin-left: auto;
margin-right: auto;
min-height: 100px;
max-width: 400px;
text-align: center;
}

#s-4bbf2745-b9c1-420b-beb1-699dbdd58673 {
  overflow: hidden;
}







  #s-4bbf2745-b9c1-420b-beb1-699dbdd58673 img.shogun-image {
    

    
    
    
  }


#s-4bbf2745-b9c1-420b-beb1-699dbdd58673 .shogun-image-content {
  
    justify-content: flex-end;
  
}

#s-cc57d305-1a80-43b9-a1b5-36882078e4bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc57d305-1a80-43b9-a1b5-36882078e4bf .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1425b0ad-a72d-4610-a22d-76f5b827d80a {
  margin-top: -15px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-1425b0ad-a72d-4610-a22d-76f5b827d80a {
  overflow: hidden;
}







  #s-1425b0ad-a72d-4610-a22d-76f5b827d80a img.shogun-image {
    

    
    
    
  }


#s-1425b0ad-a72d-4610-a22d-76f5b827d80a .shogun-image-content {
  
    justify-content: center;
  
}

#s-2918ecac-7960-4228-8a29-7bd6261e8cd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2918ecac-7960-4228-8a29-7bd6261e8cd3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1e79cdb7-d50a-4be3-b5f1-486061f21929 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-1e79cdb7-d50a-4be3-b5f1-486061f21929 {
  overflow: hidden;
}







  #s-1e79cdb7-d50a-4be3-b5f1-486061f21929 img.shogun-image {
    

    
    
    
  }


#s-1e79cdb7-d50a-4be3-b5f1-486061f21929 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b75e1d43-258d-431c-9ea7-3156e9114d00 {
  margin-top: 15px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b75e1d43-258d-431c-9ea7-3156e9114d00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b75e1d43-258d-431c-9ea7-3156e9114d00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b75e1d43-258d-431c-9ea7-3156e9114d00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b75e1d43-258d-431c-9ea7-3156e9114d00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

#s-f2687e75-f62a-4489-a0b6-5f08170469e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2687e75-f62a-4489-a0b6-5f08170469e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-65bd7f25-0eb2-4076-99c2-a8abe92b09fd {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-65bd7f25-0eb2-4076-99c2-a8abe92b09fd {
  overflow: hidden;
}







  #s-65bd7f25-0eb2-4076-99c2-a8abe92b09fd img.shogun-image {
    

    
    
    
  }


#s-65bd7f25-0eb2-4076-99c2-a8abe92b09fd .shogun-image-content {
  
    justify-content: center;
  
}

#s-d55304eb-9c34-4fe1-99ac-76cd6614393f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d55304eb-9c34-4fe1-99ac-76cd6614393f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-03d18358-97e7-4244-91d4-fd69e8a10365 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-03d18358-97e7-4244-91d4-fd69e8a10365 {
  overflow: hidden;
}







  #s-03d18358-97e7-4244-91d4-fd69e8a10365 img.shogun-image {
    

    
    
    
  }


#s-03d18358-97e7-4244-91d4-fd69e8a10365 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c55cdadf-6b0e-47d0-a618-68844bfac4de {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c55cdadf-6b0e-47d0-a618-68844bfac4de .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-aacf0584-dd27-4c8a-97f3-aa38859462c2 {
  min-height: 50px;
}








#s-aacf0584-dd27-4c8a-97f3-aa38859462c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aacf0584-dd27-4c8a-97f3-aa38859462c2.shg-box.shg-c {
  justify-content: center;
}

#s-bfedeceb-c782-4613-94db-57b8aed22a75 {
  min-height: 50px;
}








#s-bfedeceb-c782-4613-94db-57b8aed22a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfedeceb-c782-4613-94db-57b8aed22a75.shg-box.shg-c {
  justify-content: center;
}

#s-c1287fc9-91d8-455c-bae6-0639b7c07bbe {
  min-height: 50px;
}








#s-c1287fc9-91d8-455c-bae6-0639b7c07bbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1287fc9-91d8-455c-bae6-0639b7c07bbe.shg-box.shg-c {
  justify-content: center;
}

#s-4241286b-cfff-4bfe-86a8-57281c68c2d2 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20%;
padding-right: 20%;
}

#s-4241286b-cfff-4bfe-86a8-57281c68c2d2 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-109c7dd6-23dc-41b5-a9ac-35fd78c2c8c1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-0fbd6cc4-7f4d-4ecf-9f57-21455546b1d0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
}

#s-0fbd6cc4-7f4d-4ecf-9f57-21455546b1d0 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-8cf06320-df7d-461d-9203-3e05a1d395d5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8cf06320-df7d-461d-9203-3e05a1d395d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cf06320-df7d-461d-9203-3e05a1d395d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cf06320-df7d-461d-9203-3e05a1d395d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cf06320-df7d-461d-9203-3e05a1d395d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf996f98-ffcb-4bf7-baf7-cfa961d2f7c8 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf996f98-ffcb-4bf7-baf7-cfa961d2f7c8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-baeb4917-6729-4b5c-92fb-b2f499e446d9 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-baeb4917-6729-4b5c-92fb-b2f499e446d9 {
  overflow: hidden;
}







  #s-baeb4917-6729-4b5c-92fb-b2f499e446d9 img.shogun-image {
    

    
    
    
  }


#s-baeb4917-6729-4b5c-92fb-b2f499e446d9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00ac1374-1e7f-4c0c-b93a-1b9a100713f5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00ac1374-1e7f-4c0c-b93a-1b9a100713f5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-199ae697-64ff-40ae-84c7-bb279f0aa2a8 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199ae697-64ff-40ae-84c7-bb279f0aa2a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-359f2735-6fc7-4344-b846-186f6e92a698 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
aspect-ratio: 315/450;
text-align: center;
}

#s-359f2735-6fc7-4344-b846-186f6e92a698 {
  overflow: hidden;
}





  #s-359f2735-6fc7-4344-b846-186f6e92a698 img.shogun-image,
  #s-359f2735-6fc7-4344-b846-186f6e92a698 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-359f2735-6fc7-4344-b846-186f6e92a698 {
    width: 100%;
    height: auto;
  }



  #s-359f2735-6fc7-4344-b846-186f6e92a698 img.shogun-image {
    

    
    
    
  }


#s-359f2735-6fc7-4344-b846-186f6e92a698 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3d5a1fd4-47d4-4c30-9838-df835483280d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d5a1fd4-47d4-4c30-9838-df835483280d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-62e39f6a-9c22-44bb-a946-98abde0ce8fb {
  min-height: 50px;
}








#s-62e39f6a-9c22-44bb-a946-98abde0ce8fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62e39f6a-9c22-44bb-a946-98abde0ce8fb.shg-box.shg-c {
  justify-content: center;
}

#s-fb541ede-7262-4313-a7a4-ac5d63940d22 {
  text-align: left;
}

#s-d5afa8a5-d820-485e-94bf-96835acd5874 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-d5afa8a5-d820-485e-94bf-96835acd5874 .shogun-heading-component h1 {
  color: rgba(229, 80, 10, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-0e747bc9-ab1b-4f40-8f07-c2e53298dfe2 {
  margin-bottom: -15px;
padding-left: 20%;
padding-right: 20%;
}

#s-0e747bc9-ab1b-4f40-8f07-c2e53298dfe2 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

#s-d8d9668f-6f61-4a89-a44a-5d6ad6c3bcbf {
  margin-right: 0%;
}

#s-e8277a14-81e7-4d7d-92fc-2ba4c9c256a8 {
  margin-top: -20px;
margin-bottom: -1px;
padding-left: 20%;
padding-right: 20%;
}

#s-e8277a14-81e7-4d7d-92fc-2ba4c9c256a8 hr {
  border-top: 2px solid rgba(197, 34, 151, 1);
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 80%;
text-align: center;
}


  #s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs > li > .shogun-tab-box {
    background: rgba(239, 239, 239, 1);
    border: 4px solid rgba(219, 218, 218, 1);
  }
  #s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(229, 80, 10, 1);
    border: 4px solid #ddd;
  }
#s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #000;
  font-family: Pompiere;
  
  
  font-size: 32px;
}

#s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 4px);
  left: 4px;
  bottom: -4px;
  height: 4px;
  background: rgba(229, 80, 10, 1);
}

#s-cb099d61-f8fc-4a30-a6d1-f53c7bafecfe .shogun-tabs-body {
  margin-top: -4px;
  border-top: 4px solid #ddd;
}

#s-71b4987d-cbae-4f3d-aa87-f7347f3320e8 {
  min-height: 50px;
}








#s-71b4987d-cbae-4f3d-aa87-f7347f3320e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71b4987d-cbae-4f3d-aa87-f7347f3320e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bab2ef34-a710-466d-bdaa-be33d40ebb09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bab2ef34-a710-466d-bdaa-be33d40ebb09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bab2ef34-a710-466d-bdaa-be33d40ebb09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bab2ef34-a710-466d-bdaa-be33d40ebb09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-11b92130-bc96-4cb3-bf1d-35c5553a6263 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
text-align: center;
}

#s-11b92130-bc96-4cb3-bf1d-35c5553a6263 {
  overflow: hidden;
}







  #s-11b92130-bc96-4cb3-bf1d-35c5553a6263 img.shogun-image {
    

    
    
    
  }


#s-11b92130-bc96-4cb3-bf1d-35c5553a6263 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3c9425a6-0c95-4482-b2c8-934cb51ee035 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-3c9425a6-0c95-4482-b2c8-934cb51ee035 {
  overflow: hidden;
}







  #s-3c9425a6-0c95-4482-b2c8-934cb51ee035 img.shogun-image {
    

    
    
    
  }


#s-3c9425a6-0c95-4482-b2c8-934cb51ee035 .shogun-image-content {
  
    justify-content: center;
  
}

#s-11c1cb0c-3b18-414d-9130-4f6ab6be1b78 {
  min-height: 50px;
}








#s-11c1cb0c-3b18-414d-9130-4f6ab6be1b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11c1cb0c-3b18-414d-9130-4f6ab6be1b78.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c184383b-a111-4e52-a34c-398689abd494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c184383b-a111-4e52-a34c-398689abd494"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c184383b-a111-4e52-a34c-398689abd494"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c184383b-a111-4e52-a34c-398689abd494"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a8d378cb-1df6-4647-9ed1-5787cfc256bc {
  margin-left: auto;
margin-right: auto;
max-width: 275px;
text-align: center;
}
@media (max-width: 767px){#s-a8d378cb-1df6-4647-9ed1-5787cfc256bc {
  
}
}
#s-a8d378cb-1df6-4647-9ed1-5787cfc256bc {
  overflow: hidden;
}







  #s-a8d378cb-1df6-4647-9ed1-5787cfc256bc img.shogun-image {
    

    
    
    
  }


#s-a8d378cb-1df6-4647-9ed1-5787cfc256bc .shogun-image-content {
  
    justify-content: center;
  
}

#s-117b2a67-c1cb-4b52-a9c7-ed497650c949 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-117b2a67-c1cb-4b52-a9c7-ed497650c949 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-dd5bae3d-e481-4728-8997-0fe71704bfcf {
  margin-left: 15%;
margin-right: 15%;
}

#s-757cd015-f397-42f2-8173-824714b016f2 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-757cd015-f397-42f2-8173-824714b016f2 {
  overflow: hidden;
}







  #s-757cd015-f397-42f2-8173-824714b016f2 img.shogun-image {
    

    
    
    
  }


#s-757cd015-f397-42f2-8173-824714b016f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b20ad154-830d-4024-acbe-a3d5e0a411df {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b20ad154-830d-4024-acbe-a3d5e0a411df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b20ad154-830d-4024-acbe-a3d5e0a411df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b20ad154-830d-4024-acbe-a3d5e0a411df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b20ad154-830d-4024-acbe-a3d5e0a411df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5f3c74c6-cc35-44fd-925d-7b8b3cae9710 {
  margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
max-width: 400px;
text-align: center;
}

#s-5f3c74c6-cc35-44fd-925d-7b8b3cae9710 {
  overflow: hidden;
}








#s-5f3c74c6-cc35-44fd-925d-7b8b3cae9710 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a9c3519-faa5-41e9-b861-efcd1e79c021 {
  max-width: 400px;
text-align: center;
}

#s-5a9c3519-faa5-41e9-b861-efcd1e79c021 {
  overflow: hidden;
}








#s-5a9c3519-faa5-41e9-b861-efcd1e79c021 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9ba4ee07-8241-418e-bc09-1a5d06a799df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-deb296f3-da9f-4a5f-a98d-781fb4bb2252 {
  text-align: left;
}

#s-33e40d1f-61ab-4724-b217-1f970249b0d2 {
  min-height: 50px;
}








#s-33e40d1f-61ab-4724-b217-1f970249b0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33e40d1f-61ab-4724-b217-1f970249b0d2.shg-box.shg-c {
  justify-content: center;
}

#s-11419e80-6335-4eda-9b63-5568f832fc39 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
text-align: center;
}

#s-11419e80-6335-4eda-9b63-5568f832fc39 .shogun-heading-component h1 {
  color: rgba(229, 80, 10, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b {
  margin-left: 15%;
margin-right: 15%;
}
@media (max-width: 767px){#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(197, 34, 151, 1);
}

#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 14px;
}

#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #000;
}

#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(197, 34, 151, 1);
}

#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #000;
  text-align: left;
  font-family: Pompiere;
  
  
  font-size: 28px;
}

#s-a48bdfe6-5123-4549-bcfc-7e69bc734e4b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 28px;
}
#s-475222b1-2235-4dbf-86aa-647cabc64ce4 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-d193e77a-97ab-430c-97a8-72bafacf2a90 {
  margin-left: 50px;
margin-right: 50px;
}

#s-0a260ac1-86ee-4774-8da8-ab682f0ca270 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-75b981ae-3c8e-4b7e-a2d9-f7c3e3a69a09 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-33bcc21e-d4a8-46c9-a39b-7784b3259d27 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-33bcc21e-d4a8-46c9-a39b-7784b3259d27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33bcc21e-d4a8-46c9-a39b-7784b3259d27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33bcc21e-d4a8-46c9-a39b-7784b3259d27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bcc21e-d4a8-46c9-a39b-7784b3259d27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-49927619-d8cc-4f6a-b600-40af68ef98b5 {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-96aaae80-bbeb-41b3-84fd-edc300d692c9 {
  margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-dfba3f9f-600b-4b22-8e18-50683437a102 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 10px;
margin-right: 15%;
}

#s-c0d3eccf-9927-43c1-8f58-84aaba92162e {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(197, 34, 151, 1);
  border-radius: 0px;
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  
  font-size: 14px;
  
  
  
  
  
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-11389d4f-fcf6-4897-992f-e4b71e534080 td.shogun-table-column, #s-11389d4f-fcf6-4897-992f-e4b71e534080 td.shogun-table-row {
  border: 0px solid rgba(197, 34, 151, 1);
}

#s-2bb2e779-d96b-4862-847b-75548577df5c {
  margin-top: 23px;
margin-left: 12%;
margin-bottom: 23px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-2bb2e779-d96b-4862-847b-75548577df5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bb2e779-d96b-4862-847b-75548577df5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb2e779-d96b-4862-847b-75548577df5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb2e779-d96b-4862-847b-75548577df5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-422aca5c-8830-456a-9464-63566f492bbd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-d64bdaf7-4afd-4163-ae8e-e6a8edcd4b4c {
  margin-top: 23px;
margin-left: 12%;
margin-bottom: 23px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-d64bdaf7-4afd-4163-ae8e-e6a8edcd4b4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d64bdaf7-4afd-4163-ae8e-e6a8edcd4b4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d64bdaf7-4afd-4163-ae8e-e6a8edcd4b4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d64bdaf7-4afd-4163-ae8e-e6a8edcd4b4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c9ac9c48-de9e-42d8-833b-210f35d5a035 {
  margin-top: 23px;
margin-left: 12%;
margin-bottom: 23px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-c9ac9c48-de9e-42d8-833b-210f35d5a035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ac9c48-de9e-42d8-833b-210f35d5a035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9ac9c48-de9e-42d8-833b-210f35d5a035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9ac9c48-de9e-42d8-833b-210f35d5a035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a75de28d-89fc-4cb9-b98b-bba2e5cabcc0 {
  margin-top: 23px;
margin-left: 12%;
margin-bottom: 23px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-a75de28d-89fc-4cb9-b98b-bba2e5cabcc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a75de28d-89fc-4cb9-b98b-bba2e5cabcc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a75de28d-89fc-4cb9-b98b-bba2e5cabcc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a75de28d-89fc-4cb9-b98b-bba2e5cabcc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d4112eaa-f261-4da5-bf59-79970e586c9a {
  min-height: 50px;
}








#s-d4112eaa-f261-4da5-bf59-79970e586c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4112eaa-f261-4da5-bf59-79970e586c9a.shg-box.shg-c {
  justify-content: center;
}

#s-aebb92b9-da98-44d2-8c93-7b13da9417be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-aebb92b9-da98-44d2-8c93-7b13da9417be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aebb92b9-da98-44d2-8c93-7b13da9417be.shg-box.shg-c {
  justify-content: center;
}

#s-cbccee3e-47b1-4a61-90e6-0b811ea177cc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-7cfc0914-e313-415b-9882-e25350c690a4 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 81, 32, 1);
}

#s-7cfc0914-e313-415b-9882-e25350c690a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-d8c6cdbf-c1d0-4e65-91a3-c48849ace3eb {
  min-height: 50px;
}








#s-d8c6cdbf-c1d0-4e65-91a3-c48849ace3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d8c6cdbf-c1d0-4e65-91a3-c48849ace3eb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d7674e5-acf4-40ce-93d8-455b7ceee242"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-03945359-b7bc-417e-98ea-c7e97b88f540 {
  margin-top: 0%;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 11px;
}








#s-03945359-b7bc-417e-98ea-c7e97b88f540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03945359-b7bc-417e-98ea-c7e97b88f540.shg-box.shg-c {
  justify-content: center;
}

#s-f665c10a-593c-4cc3-a7fa-5c488d52e10b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f665c10a-593c-4cc3-a7fa-5c488d52e10b .shogun-heading-component h1 {
  color: rgba(96, 47, 7, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(244, 81, 32, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjQ4NGQ5NjctYzMzNy00ZTQ1LTllZTAtYTMyOWIxMWM3NTRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjQ1MTIwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWYwMTAxO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNDg0ZDk2Ny1jMzM3LTRlNDUtOWVlMC1hMzI5YjExYzc1NGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f45120"}, {"id"=>2, "pos"=>"1.00", "color"=>"#ef0101"}] !important;
hover-type: gradient !important;}#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e-root {
    text-align: center;
  }


#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e-root {
    text-align: center;
  }


#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e-root {
    text-align: center;
  }


#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e-root {
    text-align: center;
  }


#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e-root {
    text-align: center;
  }


#s-ed07922e-8a37-4dc3-bc96-fae9bfa0893e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}
#s-f33a6770-f78f-4526-8cbc-e07673240e1e {
  margin-top: auto;
margin-bottom: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f33a6770-f78f-4526-8cbc-e07673240e1e .shogun-heading-component h1 {
  color: rgba(96, 47, 7, 1);
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-1b4c248c-8c14-49df-a34f-ca27048e4495 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(226, 226, 226, 1);
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-form .shogun-form-label {
  color: #555;
  
  font-size: 16px;
  
  
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-form .shogun-form-field {
  color: #555;
  
  font-size: 14px;
  
  
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-form .shogun-form-submit {
  
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-1b4c248c-8c14-49df-a34f-ca27048e4495 .shogun-form .shogun-form-submit-label {
  
}

#s-470e8aa9-aee0-4f0f-8e79-49d0c03203bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-470e8aa9-aee0-4f0f-8e79-49d0c03203bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Pompiere";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}