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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-920b750d-c9bc-493a-b925-b50d066360e5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-920b750d-c9bc-493a-b925-b50d066360e5 {
  display: none;
}
#s-920b750d-c9bc-493a-b925-b50d066360e5, #wrap-s-920b750d-c9bc-493a-b925-b50d066360e5 { display:none !important; }}@media (max-width: 767px){#s-920b750d-c9bc-493a-b925-b50d066360e5 {
  display: none;
}
#s-920b750d-c9bc-493a-b925-b50d066360e5, #wrap-s-920b750d-c9bc-493a-b925-b50d066360e5 { display:none !important; }}







#s-920b750d-c9bc-493a-b925-b50d066360e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920b750d-c9bc-493a-b925-b50d066360e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d45182ee-9036-421e-91d6-357df26dc958 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 4001px;
aspect-ratio: 4001/1600;
text-align: center;
}





  #s-d45182ee-9036-421e-91d6-357df26dc958 img.shogun-image,
  #s-d45182ee-9036-421e-91d6-357df26dc958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d45182ee-9036-421e-91d6-357df26dc958 {
    width: 100%;
    height: auto;
  }



  img.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
    
    
  }


.s-d45182ee-9036-421e-91d6-357df26dc958 .shogun-image-content {
  
    align-items: center;
  
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shg-align-container {
  text-align: center
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d45182ee-9036-421e-91d6-357df26dc958 img.shogun-image,
  #s-d45182ee-9036-421e-91d6-357df26dc958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d45182ee-9036-421e-91d6-357df26dc958 {
    width: 100%;
    height: auto;
  }



  img.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
    
    
  }


.s-d45182ee-9036-421e-91d6-357df26dc958 .shogun-image-content {
  
    align-items: center;
  
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shg-align-container {
  text-align: center
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
  box-sizing: border-box;
}


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



  #s-d45182ee-9036-421e-91d6-357df26dc958 img.shogun-image,
  #s-d45182ee-9036-421e-91d6-357df26dc958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d45182ee-9036-421e-91d6-357df26dc958 {
    width: 100%;
    height: auto;
  }



  img.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
    
    
  }


.s-d45182ee-9036-421e-91d6-357df26dc958 .shogun-image-content {
  
    align-items: center;
  
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shg-align-container {
  text-align: center
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
  box-sizing: border-box;
}


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



  #s-d45182ee-9036-421e-91d6-357df26dc958 img.shogun-image,
  #s-d45182ee-9036-421e-91d6-357df26dc958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d45182ee-9036-421e-91d6-357df26dc958 {
    width: 100%;
    height: auto;
  }



  img.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
    
    
  }


.s-d45182ee-9036-421e-91d6-357df26dc958 .shogun-image-content {
  
    align-items: center;
  
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shg-align-container {
  text-align: center
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
  box-sizing: border-box;
}


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



  #s-d45182ee-9036-421e-91d6-357df26dc958 img.shogun-image,
  #s-d45182ee-9036-421e-91d6-357df26dc958 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d45182ee-9036-421e-91d6-357df26dc958 {
    width: 100%;
    height: auto;
  }



  img.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
    
    
  }


.s-d45182ee-9036-421e-91d6-357df26dc958 .shogun-image-content {
  
    align-items: center;
  
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shg-align-container {
  text-align: center
}

.s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d45182ee-9036-421e-91d6-357df26dc958.shogun-image {
  box-sizing: border-box;
}


}
#s-ca3e1ae7-064d-42e6-bcfe-9f7d472c6873 {
  min-height: 50px;
background-color: rgba(47, 117, 117, 1);
}








#s-ca3e1ae7-064d-42e6-bcfe-9f7d472c6873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3e1ae7-064d-42e6-bcfe-9f7d472c6873.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-239d3192-b86e-4fd6-9a21-304217a655a5 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(47, 117, 117, 0.4);
}








#s-239d3192-b86e-4fd6-9a21-304217a655a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-239d3192-b86e-4fd6-9a21-304217a655a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-be916119-27bf-4a51-afab-9452a6382ff3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be916119-27bf-4a51-afab-9452a6382ff3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-abb88fc5-9b4f-490c-aa36-d1b3261f2b58 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-abb88fc5-9b4f-490c-aa36-d1b3261f2b58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abb88fc5-9b4f-490c-aa36-d1b3261f2b58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbb8e23b-9024-4fc0-b63c-b9ecfef1ecb8 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-bbb8e23b-9024-4fc0-b63c-b9ecfef1ecb8 .shogun-heading-component h1 {
  color: rgba(33, 95, 94, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb {
  margin-top: 10px;
margin-left: 33%;
margin-bottom: 10px;
margin-right: 33%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
    
    
  }


.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb .shogun-image-content {
  
    align-items: center;
  
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shg-align-container {
  text-align: center
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
    
    
  }


.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb .shogun-image-content {
  
    align-items: center;
  
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shg-align-container {
  text-align: center
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
    
    
  }


.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb .shogun-image-content {
  
    align-items: center;
  
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shg-align-container {
  text-align: center
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
    
    
  }


.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb .shogun-image-content {
  
    align-items: center;
  
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shg-align-container {
  text-align: center
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
    
    
  }


.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb .shogun-image-content {
  
    align-items: center;
  
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shg-align-container {
  text-align: center
}

.s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23cffa53-11e7-40ed-bcd4-bd0d10a192eb.shogun-image {
  box-sizing: border-box;
}


}
#s-138ffc18-c3ee-476d-ae80-2394c65a7e70 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-c619095c-7385-4c7d-89ab-b07c185cffc1 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c619095c-7385-4c7d-89ab-b07c185cffc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c619095c-7385-4c7d-89ab-b07c185cffc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-265d7bc1-b5da-4222-ab52-25020697c26f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(33, 95, 94, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-265d7bc1-b5da-4222-ab52-25020697c26f:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-265d7bc1-b5da-4222-ab52-25020697c26f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-265d7bc1-b5da-4222-ab52-25020697c26f-root {
    text-align: center;
  }


#s-265d7bc1-b5da-4222-ab52-25020697c26f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-265d7bc1-b5da-4222-ab52-25020697c26f-root {
    text-align: center;
  }


#s-265d7bc1-b5da-4222-ab52-25020697c26f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-265d7bc1-b5da-4222-ab52-25020697c26f-root {
    text-align: center;
  }


#s-265d7bc1-b5da-4222-ab52-25020697c26f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-265d7bc1-b5da-4222-ab52-25020697c26f-root {
    text-align: center;
  }


#s-265d7bc1-b5da-4222-ab52-25020697c26f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-265d7bc1-b5da-4222-ab52-25020697c26f-root {
    text-align: center;
  }


#s-265d7bc1-b5da-4222-ab52-25020697c26f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8dfe2120-aa05-483c-9f00-40f2bffeeac1 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8dfe2120-aa05-483c-9f00-40f2bffeeac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfe2120-aa05-483c-9f00-40f2bffeeac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32408f56-1450-41da-bc36-8f89774f7220 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(33, 95, 94, 0.15);
}
@media (min-width: 1200px){#s-32408f56-1450-41da-bc36-8f89774f7220 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32408f56-1450-41da-bc36-8f89774f7220 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32408f56-1450-41da-bc36-8f89774f7220 {
  display: none;
}
#s-32408f56-1450-41da-bc36-8f89774f7220, #wrap-s-32408f56-1450-41da-bc36-8f89774f7220 { display:none !important; }}@media (max-width: 767px){#s-32408f56-1450-41da-bc36-8f89774f7220 {
  display: none;
}
#s-32408f56-1450-41da-bc36-8f89774f7220, #wrap-s-32408f56-1450-41da-bc36-8f89774f7220 { display:none !important; }}







#s-32408f56-1450-41da-bc36-8f89774f7220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32408f56-1450-41da-bc36-8f89774f7220.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efde6bef-8e8f-4a28-b64e-b9d4c2d37f33 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efde6bef-8e8f-4a28-b64e-b9d4c2d37f33 .shogun-heading-component h1 {
  color: rgba(33, 95, 94, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-bae0b552-9081-4d68-84db-486fe1ddc31c {
  min-height: 50px;
}








#s-bae0b552-9081-4d68-84db-486fe1ddc31c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae0b552-9081-4d68-84db-486fe1ddc31c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c5bb70d-8800-4046-a487-2e344b21d9cb {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-3c5bb70d-8800-4046-a487-2e344b21d9cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c5bb70d-8800-4046-a487-2e344b21d9cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b33eab-cc67-4fe9-aa5a-dbc4ea633c24 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-1f9b0995-cd70-4c55-9b6d-a962ecbebf33 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-07f28bca-c0c6-41b0-a70b-dc315792b050 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-07f28bca-c0c6-41b0-a70b-dc315792b050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07f28bca-c0c6-41b0-a70b-dc315792b050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07f28bca-c0c6-41b0-a70b-dc315792b050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f28bca-c0c6-41b0-a70b-dc315792b050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-0406449b-1d7b-4fdc-9c99-807bc9efb7aa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0406449b-1d7b-4fdc-9c99-807bc9efb7aa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0406449b-1d7b-4fdc-9c99-807bc9efb7aa .shg-sld-nav-button.shg-sld-left,
#s-0406449b-1d7b-4fdc-9c99-807bc9efb7aa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
    
    
  }


.s-d94ea6fe-b634-4240-93d5-a473ceeb021b .shogun-image-content {
  
    align-items: center;
  
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shg-align-container {
  text-align: center
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
    
    
  }


.s-d94ea6fe-b634-4240-93d5-a473ceeb021b .shogun-image-content {
  
    align-items: center;
  
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shg-align-container {
  text-align: center
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
    
    
  }


.s-d94ea6fe-b634-4240-93d5-a473ceeb021b .shogun-image-content {
  
    align-items: center;
  
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shg-align-container {
  text-align: center
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
    
    
  }


.s-d94ea6fe-b634-4240-93d5-a473ceeb021b .shogun-image-content {
  
    align-items: center;
  
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shg-align-container {
  text-align: center
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
    
    
  }


.s-d94ea6fe-b634-4240-93d5-a473ceeb021b .shogun-image-content {
  
    align-items: center;
  
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shg-align-container {
  text-align: center
}

.s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d94ea6fe-b634-4240-93d5-a473ceeb021b.shogun-image {
  box-sizing: border-box;
}


}
#s-7410098e-a9e4-47cb-b2b2-72be10c02461 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
    
    
  }


.s-7410098e-a9e4-47cb-b2b2-72be10c02461 .shogun-image-content {
  
    align-items: center;
  
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shg-align-container {
  text-align: center
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
    
    
  }


.s-7410098e-a9e4-47cb-b2b2-72be10c02461 .shogun-image-content {
  
    align-items: center;
  
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shg-align-container {
  text-align: center
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
    
    
  }


.s-7410098e-a9e4-47cb-b2b2-72be10c02461 .shogun-image-content {
  
    align-items: center;
  
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shg-align-container {
  text-align: center
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
    
    
  }


.s-7410098e-a9e4-47cb-b2b2-72be10c02461 .shogun-image-content {
  
    align-items: center;
  
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shg-align-container {
  text-align: center
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
    
    
  }


.s-7410098e-a9e4-47cb-b2b2-72be10c02461 .shogun-image-content {
  
    align-items: center;
  
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shg-align-container {
  text-align: center
}

.s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7410098e-a9e4-47cb-b2b2-72be10c02461.shogun-image {
  box-sizing: border-box;
}


}
#s-ba7aac3d-b787-4d93-b6c4-168ac6ef2c7f {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-ba7aac3d-b787-4d93-b6c4-168ac6ef2c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba7aac3d-b787-4d93-b6c4-168ac6ef2c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca-root {
    text-align: center;
  }


#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca-root {
    text-align: center;
  }


#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca-root {
    text-align: center;
  }


#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca-root {
    text-align: center;
  }


#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca-root {
    text-align: center;
  }


#s-c3ffb61b-8c4d-4712-a6b7-aa844cbe87ca.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-c281216c-1c34-41be-a946-74b04acbc3c1 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-c281216c-1c34-41be-a946-74b04acbc3c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c281216c-1c34-41be-a946-74b04acbc3c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85a7b99b-469b-4afc-81aa-974e10f290aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-85a7b99b-469b-4afc-81aa-974e10f290aa:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85a7b99b-469b-4afc-81aa-974e10f290aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85a7b99b-469b-4afc-81aa-974e10f290aa-root {
    text-align: center;
  }


#s-85a7b99b-469b-4afc-81aa-974e10f290aa.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85a7b99b-469b-4afc-81aa-974e10f290aa-root {
    text-align: center;
  }


#s-85a7b99b-469b-4afc-81aa-974e10f290aa.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85a7b99b-469b-4afc-81aa-974e10f290aa-root {
    text-align: center;
  }


#s-85a7b99b-469b-4afc-81aa-974e10f290aa.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85a7b99b-469b-4afc-81aa-974e10f290aa-root {
    text-align: center;
  }


#s-85a7b99b-469b-4afc-81aa-974e10f290aa.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85a7b99b-469b-4afc-81aa-974e10f290aa-root {
    text-align: center;
  }


#s-85a7b99b-469b-4afc-81aa-974e10f290aa.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-9ad63fef-b2b8-4188-915d-cf06bc3d2368 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9ad63fef-b2b8-4188-915d-cf06bc3d2368 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9ad63fef-b2b8-4188-915d-cf06bc3d2368 .shg-sld-nav-button.shg-sld-left,
#s-9ad63fef-b2b8-4188-915d-cf06bc3d2368 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
    
    
  }


.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shg-align-container {
  text-align: center
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
    
    
  }


.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shg-align-container {
  text-align: center
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
    
    
  }


.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shg-align-container {
  text-align: center
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
    
    
  }


.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shg-align-container {
  text-align: center
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
    
    
  }


.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shg-align-container {
  text-align: center
}

.s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b4f4085-2deb-417f-9213-d38d4dfdcbcd.shogun-image {
  box-sizing: border-box;
}


}
#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
    
    
  }


.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d .shogun-image-content {
  
    align-items: center;
  
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shg-align-container {
  text-align: center
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
    
    
  }


.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d .shogun-image-content {
  
    align-items: center;
  
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shg-align-container {
  text-align: center
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
    
    
  }


.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d .shogun-image-content {
  
    align-items: center;
  
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shg-align-container {
  text-align: center
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
    
    
  }


.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d .shogun-image-content {
  
    align-items: center;
  
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shg-align-container {
  text-align: center
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
    
    
  }


.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d .shogun-image-content {
  
    align-items: center;
  
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shg-align-container {
  text-align: center
}

.s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47d97a61-6242-4df1-b3b5-d0cf70d8af1d.shogun-image {
  box-sizing: border-box;
}


}
#s-14873b04-1fdd-41ec-9e9c-e07cbc737055 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
    
    
  }


.s-14873b04-1fdd-41ec-9e9c-e07cbc737055 .shogun-image-content {
  
    align-items: center;
  
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shg-align-container {
  text-align: center
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
    
    
  }


.s-14873b04-1fdd-41ec-9e9c-e07cbc737055 .shogun-image-content {
  
    align-items: center;
  
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shg-align-container {
  text-align: center
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
    
    
  }


.s-14873b04-1fdd-41ec-9e9c-e07cbc737055 .shogun-image-content {
  
    align-items: center;
  
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shg-align-container {
  text-align: center
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
    
    
  }


.s-14873b04-1fdd-41ec-9e9c-e07cbc737055 .shogun-image-content {
  
    align-items: center;
  
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shg-align-container {
  text-align: center
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
    
    
  }


.s-14873b04-1fdd-41ec-9e9c-e07cbc737055 .shogun-image-content {
  
    align-items: center;
  
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shg-align-container {
  text-align: center
}

.s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14873b04-1fdd-41ec-9e9c-e07cbc737055.shogun-image {
  box-sizing: border-box;
}


}
#s-f198d9a5-c8b7-4220-afee-a23efa9b49f1 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-f198d9a5-c8b7-4220-afee-a23efa9b49f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f198d9a5-c8b7-4220-afee-a23efa9b49f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-deb73186-9df7-4c93-8c41-1b3ebffd7341 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-deb73186-9df7-4c93-8c41-1b3ebffd7341:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-deb73186-9df7-4c93-8c41-1b3ebffd7341:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-deb73186-9df7-4c93-8c41-1b3ebffd7341-root {
    text-align: center;
  }


#s-deb73186-9df7-4c93-8c41-1b3ebffd7341.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-deb73186-9df7-4c93-8c41-1b3ebffd7341-root {
    text-align: center;
  }


#s-deb73186-9df7-4c93-8c41-1b3ebffd7341.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-deb73186-9df7-4c93-8c41-1b3ebffd7341-root {
    text-align: center;
  }


#s-deb73186-9df7-4c93-8c41-1b3ebffd7341.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-deb73186-9df7-4c93-8c41-1b3ebffd7341-root {
    text-align: center;
  }


#s-deb73186-9df7-4c93-8c41-1b3ebffd7341.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-deb73186-9df7-4c93-8c41-1b3ebffd7341-root {
    text-align: center;
  }


#s-deb73186-9df7-4c93-8c41-1b3ebffd7341.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-759f2659-e6e0-48f0-9821-048889f9cc74 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-759f2659-e6e0-48f0-9821-048889f9cc74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-759f2659-e6e0-48f0-9821-048889f9cc74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6485496e-a807-4751-8ae0-302b7e1c6fd5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-6485496e-a807-4751-8ae0-302b7e1c6fd5:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6485496e-a807-4751-8ae0-302b7e1c6fd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6485496e-a807-4751-8ae0-302b7e1c6fd5-root {
    text-align: center;
  }


#s-6485496e-a807-4751-8ae0-302b7e1c6fd5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6485496e-a807-4751-8ae0-302b7e1c6fd5-root {
    text-align: center;
  }


#s-6485496e-a807-4751-8ae0-302b7e1c6fd5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6485496e-a807-4751-8ae0-302b7e1c6fd5-root {
    text-align: center;
  }


#s-6485496e-a807-4751-8ae0-302b7e1c6fd5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6485496e-a807-4751-8ae0-302b7e1c6fd5-root {
    text-align: center;
  }


#s-6485496e-a807-4751-8ae0-302b7e1c6fd5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6485496e-a807-4751-8ae0-302b7e1c6fd5-root {
    text-align: center;
  }


#s-6485496e-a807-4751-8ae0-302b7e1c6fd5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-dd043912-f23e-4230-a756-35952dc4203f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-36ff10b3-b2f0-4066-96d9-59efcc4e6e30 {
  min-height: 50px;
}








#s-36ff10b3-b2f0-4066-96d9-59efcc4e6e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36ff10b3-b2f0-4066-96d9-59efcc4e6e30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0be2bb-9628-43c7-b3e8-199764b7aa3e {
  min-height: 50px;
}








#s-0c0be2bb-9628-43c7-b3e8-199764b7aa3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0be2bb-9628-43c7-b3e8-199764b7aa3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7587cbd3-8a59-4aec-9f43-2c27a4384e73 {
  min-height: 50px;
}








#s-7587cbd3-8a59-4aec-9f43-2c27a4384e73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7587cbd3-8a59-4aec-9f43-2c27a4384e73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38ccfeaf-07bb-4e41-83a1-248adf029db5 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-38ccfeaf-07bb-4e41-83a1-248adf029db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38ccfeaf-07bb-4e41-83a1-248adf029db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0e3b4d-7818-484e-b617-ad6ea36706f4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-b0af63f7-d6f6-48bb-bb11-9e994ec57dbb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-1afb813c-5eda-4909-a56b-6e8e334615f1 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-1afb813c-5eda-4909-a56b-6e8e334615f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1afb813c-5eda-4909-a56b-6e8e334615f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1afb813c-5eda-4909-a56b-6e8e334615f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1afb813c-5eda-4909-a56b-6e8e334615f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2823f2f6-56e4-4f93-8bc7-3032be9db62d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2823f2f6-56e4-4f93-8bc7-3032be9db62d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2823f2f6-56e4-4f93-8bc7-3032be9db62d .shg-sld-nav-button.shg-sld-left,
#s-2823f2f6-56e4-4f93-8bc7-3032be9db62d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
    
    
  }


.s-86cbda3f-5a57-4bf0-b425-622af59abc12 .shogun-image-content {
  
    align-items: center;
  
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shg-align-container {
  text-align: center
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
    
    
  }


.s-86cbda3f-5a57-4bf0-b425-622af59abc12 .shogun-image-content {
  
    align-items: center;
  
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shg-align-container {
  text-align: center
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
    
    
  }


.s-86cbda3f-5a57-4bf0-b425-622af59abc12 .shogun-image-content {
  
    align-items: center;
  
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shg-align-container {
  text-align: center
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
    
    
  }


.s-86cbda3f-5a57-4bf0-b425-622af59abc12 .shogun-image-content {
  
    align-items: center;
  
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shg-align-container {
  text-align: center
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
    
    
  }


.s-86cbda3f-5a57-4bf0-b425-622af59abc12 .shogun-image-content {
  
    align-items: center;
  
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shg-align-container {
  text-align: center
}

.s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cbda3f-5a57-4bf0-b425-622af59abc12.shogun-image {
  box-sizing: border-box;
}


}
#s-9905594a-9c77-48d5-83f7-72c66b27c419 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
    
    
  }


.s-9905594a-9c77-48d5-83f7-72c66b27c419 .shogun-image-content {
  
    align-items: center;
  
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shg-align-container {
  text-align: center
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
    
    
  }


.s-9905594a-9c77-48d5-83f7-72c66b27c419 .shogun-image-content {
  
    align-items: center;
  
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shg-align-container {
  text-align: center
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
    
    
  }


.s-9905594a-9c77-48d5-83f7-72c66b27c419 .shogun-image-content {
  
    align-items: center;
  
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shg-align-container {
  text-align: center
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
    
    
  }


.s-9905594a-9c77-48d5-83f7-72c66b27c419 .shogun-image-content {
  
    align-items: center;
  
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shg-align-container {
  text-align: center
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
    
    
  }


.s-9905594a-9c77-48d5-83f7-72c66b27c419 .shogun-image-content {
  
    align-items: center;
  
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shg-align-container {
  text-align: center
}

.s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9905594a-9c77-48d5-83f7-72c66b27c419.shogun-image {
  box-sizing: border-box;
}


}
#s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 img.shogun-image,
  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
    width: 100%;
    height: auto;
  }



  img.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
    
    
  }


.s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shogun-image-content {
  
    align-items: center;
  
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shg-align-container {
  text-align: center
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 img.shogun-image,
  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
    width: 100%;
    height: auto;
  }



  img.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
    
    
  }


.s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shogun-image-content {
  
    align-items: center;
  
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shg-align-container {
  text-align: center
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
  box-sizing: border-box;
}


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



  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 img.shogun-image,
  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
    width: 100%;
    height: auto;
  }



  img.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
    
    
  }


.s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shogun-image-content {
  
    align-items: center;
  
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shg-align-container {
  text-align: center
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
  box-sizing: border-box;
}


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



  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 img.shogun-image,
  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
    width: 100%;
    height: auto;
  }



  img.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
    
    
  }


.s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shogun-image-content {
  
    align-items: center;
  
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shg-align-container {
  text-align: center
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
  box-sizing: border-box;
}


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



  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 img.shogun-image,
  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-273cf022-c38c-40b3-9878-3ddfb0faac04 {
    width: 100%;
    height: auto;
  }



  img.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
    
    
  }


.s-273cf022-c38c-40b3-9878-3ddfb0faac04 .shogun-image-content {
  
    align-items: center;
  
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shg-align-container {
  text-align: center
}

.s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-273cf022-c38c-40b3-9878-3ddfb0faac04.shogun-image {
  box-sizing: border-box;
}


}
#s-a1a67b2f-09bc-4170-9897-64bba80102d2 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-a1a67b2f-09bc-4170-9897-64bba80102d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a67b2f-09bc-4170-9897-64bba80102d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9816f9d-02e1-4169-afd7-97e9d2d2faae-root {
    text-align: center;
  }


#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9816f9d-02e1-4169-afd7-97e9d2d2faae-root {
    text-align: center;
  }


#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9816f9d-02e1-4169-afd7-97e9d2d2faae-root {
    text-align: center;
  }


#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9816f9d-02e1-4169-afd7-97e9d2d2faae-root {
    text-align: center;
  }


#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9816f9d-02e1-4169-afd7-97e9d2d2faae-root {
    text-align: center;
  }


#s-e9816f9d-02e1-4169-afd7-97e9d2d2faae.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8528a42e-86f7-4c50-aa1c-5f6b6d80897a {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-8528a42e-86f7-4c50-aa1c-5f6b6d80897a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8528a42e-86f7-4c50-aa1c-5f6b6d80897a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4167b55-fdc6-4177-be33-9669ffc69cf9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-f4167b55-fdc6-4177-be33-9669ffc69cf9:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4167b55-fdc6-4177-be33-9669ffc69cf9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4167b55-fdc6-4177-be33-9669ffc69cf9-root {
    text-align: center;
  }


#s-f4167b55-fdc6-4177-be33-9669ffc69cf9.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4167b55-fdc6-4177-be33-9669ffc69cf9-root {
    text-align: center;
  }


#s-f4167b55-fdc6-4177-be33-9669ffc69cf9.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4167b55-fdc6-4177-be33-9669ffc69cf9-root {
    text-align: center;
  }


#s-f4167b55-fdc6-4177-be33-9669ffc69cf9.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4167b55-fdc6-4177-be33-9669ffc69cf9-root {
    text-align: center;
  }


#s-f4167b55-fdc6-4177-be33-9669ffc69cf9.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4167b55-fdc6-4177-be33-9669ffc69cf9-root {
    text-align: center;
  }


#s-f4167b55-fdc6-4177-be33-9669ffc69cf9.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-b8b19f15-027d-48d9-b61c-9e6dc2374df9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-4ee36e52-2bd0-402b-a715-18cde5eaeaf0 {
  min-height: 50px;
}








#s-4ee36e52-2bd0-402b-a715-18cde5eaeaf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee36e52-2bd0-402b-a715-18cde5eaeaf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b1bd385-4de5-4a25-8019-21eafc57b338 {
  min-height: 50px;
}








#s-7b1bd385-4de5-4a25-8019-21eafc57b338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b1bd385-4de5-4a25-8019-21eafc57b338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca99aa49-a72f-4ce8-94bc-d31017bdc7a2 {
  min-height: 50px;
}








#s-ca99aa49-a72f-4ce8-94bc-d31017bdc7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca99aa49-a72f-4ce8-94bc-d31017bdc7a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2679a86c-ca82-4cc4-b0af-1cb3d5fc3231 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-2679a86c-ca82-4cc4-b0af-1cb3d5fc3231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2679a86c-ca82-4cc4-b0af-1cb3d5fc3231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb6616b0-bce3-4101-be81-90ec3ea9b4cf {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-cdcd6367-1da9-4191-a4e4-050af9e58e62 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-422676cb-5975-4014-a565-ea2464eb2906 {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-422676cb-5975-4014-a565-ea2464eb2906"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-422676cb-5975-4014-a565-ea2464eb2906"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-422676cb-5975-4014-a565-ea2464eb2906"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-422676cb-5975-4014-a565-ea2464eb2906"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a7282556-8e9a-4966-959f-f5a859bbc771 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a7282556-8e9a-4966-959f-f5a859bbc771 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a7282556-8e9a-4966-959f-f5a859bbc771 .shg-sld-nav-button.shg-sld-left,
#s-a7282556-8e9a-4966-959f-f5a859bbc771 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1896px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c img.shogun-image,
  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
    width: 100%;
    height: auto;
  }



  img.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
    
    
  }


.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shg-align-container {
  text-align: center
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c img.shogun-image,
  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
    width: 100%;
    height: auto;
  }



  img.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
    
    
  }


.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shg-align-container {
  text-align: center
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
  box-sizing: border-box;
}


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



  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c img.shogun-image,
  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
    width: 100%;
    height: auto;
  }



  img.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
    
    
  }


.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shg-align-container {
  text-align: center
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
  box-sizing: border-box;
}


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



  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c img.shogun-image,
  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
    width: 100%;
    height: auto;
  }



  img.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
    
    
  }


.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shg-align-container {
  text-align: center
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
  box-sizing: border-box;
}


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



  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c img.shogun-image,
  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c {
    width: 100%;
    height: auto;
  }



  img.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
    
    
  }


.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c .shogun-image-content {
  
    align-items: center;
  
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shg-align-container {
  text-align: center
}

.s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1062cc6-f34f-4a7c-8077-fd2e9b8f6c6c.shogun-image {
  box-sizing: border-box;
}


}
#s-1508c5b9-be03-4884-b751-b334dadc6217 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
    
    
  }


.s-1508c5b9-be03-4884-b751-b334dadc6217 .shogun-image-content {
  
    align-items: center;
  
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shg-align-container {
  text-align: center
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
    
    
  }


.s-1508c5b9-be03-4884-b751-b334dadc6217 .shogun-image-content {
  
    align-items: center;
  
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shg-align-container {
  text-align: center
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
    
    
  }


.s-1508c5b9-be03-4884-b751-b334dadc6217 .shogun-image-content {
  
    align-items: center;
  
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shg-align-container {
  text-align: center
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
    
    
  }


.s-1508c5b9-be03-4884-b751-b334dadc6217 .shogun-image-content {
  
    align-items: center;
  
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shg-align-container {
  text-align: center
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
    
    
  }


.s-1508c5b9-be03-4884-b751-b334dadc6217 .shogun-image-content {
  
    align-items: center;
  
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shg-align-container {
  text-align: center
}

.s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1508c5b9-be03-4884-b751-b334dadc6217.shogun-image {
  box-sizing: border-box;
}


}
#s-ec96fd4d-5f6e-49bb-8e07-d3dd5d83b3cd {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-ec96fd4d-5f6e-49bb-8e07-d3dd5d83b3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec96fd4d-5f6e-49bb-8e07-d3dd5d83b3cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aff20bb-415e-4854-95d3-6cb297bd9af3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-6aff20bb-415e-4854-95d3-6cb297bd9af3:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6aff20bb-415e-4854-95d3-6cb297bd9af3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6aff20bb-415e-4854-95d3-6cb297bd9af3-root {
    text-align: center;
  }


#s-6aff20bb-415e-4854-95d3-6cb297bd9af3.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6aff20bb-415e-4854-95d3-6cb297bd9af3-root {
    text-align: center;
  }


#s-6aff20bb-415e-4854-95d3-6cb297bd9af3.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6aff20bb-415e-4854-95d3-6cb297bd9af3-root {
    text-align: center;
  }


#s-6aff20bb-415e-4854-95d3-6cb297bd9af3.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6aff20bb-415e-4854-95d3-6cb297bd9af3-root {
    text-align: center;
  }


#s-6aff20bb-415e-4854-95d3-6cb297bd9af3.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6aff20bb-415e-4854-95d3-6cb297bd9af3-root {
    text-align: center;
  }


#s-6aff20bb-415e-4854-95d3-6cb297bd9af3.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-1224ee30-7756-4d1d-aaf7-73a06dd0827d {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-1224ee30-7756-4d1d-aaf7-73a06dd0827d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1224ee30-7756-4d1d-aaf7-73a06dd0827d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a931d83c-febe-4ac9-8659-d11d3fea8d55 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-a931d83c-febe-4ac9-8659-d11d3fea8d55:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a931d83c-febe-4ac9-8659-d11d3fea8d55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a931d83c-febe-4ac9-8659-d11d3fea8d55-root {
    text-align: center;
  }


#s-a931d83c-febe-4ac9-8659-d11d3fea8d55.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a931d83c-febe-4ac9-8659-d11d3fea8d55-root {
    text-align: center;
  }


#s-a931d83c-febe-4ac9-8659-d11d3fea8d55.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a931d83c-febe-4ac9-8659-d11d3fea8d55-root {
    text-align: center;
  }


#s-a931d83c-febe-4ac9-8659-d11d3fea8d55.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a931d83c-febe-4ac9-8659-d11d3fea8d55-root {
    text-align: center;
  }


#s-a931d83c-febe-4ac9-8659-d11d3fea8d55.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a931d83c-febe-4ac9-8659-d11d3fea8d55-root {
    text-align: center;
  }


#s-a931d83c-febe-4ac9-8659-d11d3fea8d55.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-4b6025e3-c80a-4d9a-84f6-b8a8fb908076 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-27be1712-f5c8-4893-8873-d7e38bd5d833 {
  min-height: 50px;
}








#s-27be1712-f5c8-4893-8873-d7e38bd5d833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27be1712-f5c8-4893-8873-d7e38bd5d833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c756a54-a35d-4627-9173-a269a335cec2 {
  min-height: 50px;
}








#s-5c756a54-a35d-4627-9173-a269a335cec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c756a54-a35d-4627-9173-a269a335cec2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f82ae31a-80ed-4aeb-a2a1-3fdb917937f6 {
  min-height: 50px;
}








#s-f82ae31a-80ed-4aeb-a2a1-3fdb917937f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f82ae31a-80ed-4aeb-a2a1-3fdb917937f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55f55fab-83c1-4f88-bd8a-3738a9647115 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-55f55fab-83c1-4f88-bd8a-3738a9647115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f55fab-83c1-4f88-bd8a-3738a9647115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e01b1f41-cc90-4731-b6c4-ea7eef7dd937 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-5d4be5df-1931-4c62-9fe0-a45fdbf9f402 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-82d7fe13-3674-4378-a6af-06ae3c1bf84c {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-82d7fe13-3674-4378-a6af-06ae3c1bf84c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82d7fe13-3674-4378-a6af-06ae3c1bf84c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82d7fe13-3674-4378-a6af-06ae3c1bf84c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82d7fe13-3674-4378-a6af-06ae3c1bf84c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa292adc-1c63-4862-800b-442d8213530a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aa292adc-1c63-4862-800b-442d8213530a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aa292adc-1c63-4862-800b-442d8213530a .shg-sld-nav-button.shg-sld-left,
#s-aa292adc-1c63-4862-800b-442d8213530a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
    
    
  }


.s-1b8941ad-3919-4188-86c9-d8001bdc443a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shg-align-container {
  text-align: center
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
    
    
  }


.s-1b8941ad-3919-4188-86c9-d8001bdc443a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shg-align-container {
  text-align: center
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
    
    
  }


.s-1b8941ad-3919-4188-86c9-d8001bdc443a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shg-align-container {
  text-align: center
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
    
    
  }


.s-1b8941ad-3919-4188-86c9-d8001bdc443a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shg-align-container {
  text-align: center
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
    
    
  }


.s-1b8941ad-3919-4188-86c9-d8001bdc443a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shg-align-container {
  text-align: center
}

.s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b8941ad-3919-4188-86c9-d8001bdc443a.shogun-image {
  box-sizing: border-box;
}


}
#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
    
    
  }


.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shg-align-container {
  text-align: center
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
    
    
  }


.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shg-align-container {
  text-align: center
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
    
    
  }


.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shg-align-container {
  text-align: center
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
    
    
  }


.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shg-align-container {
  text-align: center
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
    
    
  }


.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shg-align-container {
  text-align: center
}

.s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f466199-98c6-4eed-b991-7e1c0c6b6e29.shogun-image {
  box-sizing: border-box;
}


}
#s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1612px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 img.shogun-image,
  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
    width: 100%;
    height: auto;
  }



  img.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
    
    
  }


.s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shg-align-container {
  text-align: center
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 img.shogun-image,
  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
    width: 100%;
    height: auto;
  }



  img.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
    
    
  }


.s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shg-align-container {
  text-align: center
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 img.shogun-image,
  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
    width: 100%;
    height: auto;
  }



  img.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
    
    
  }


.s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shg-align-container {
  text-align: center
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 img.shogun-image,
  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
    width: 100%;
    height: auto;
  }



  img.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
    
    
  }


.s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shg-align-container {
  text-align: center
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
  box-sizing: border-box;
}


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



  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 img.shogun-image,
  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f082406-3fb6-427a-9eb6-451ff2a916a3 {
    width: 100%;
    height: auto;
  }



  img.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
    
    
  }


.s-0f082406-3fb6-427a-9eb6-451ff2a916a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shg-align-container {
  text-align: center
}

.s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f082406-3fb6-427a-9eb6-451ff2a916a3.shogun-image {
  box-sizing: border-box;
}


}
#s-b47898ce-5337-44c5-ae45-db2739c91b11 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-b47898ce-5337-44c5-ae45-db2739c91b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47898ce-5337-44c5-ae45-db2739c91b11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c-root {
    text-align: center;
  }


#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c-root {
    text-align: center;
  }


#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c-root {
    text-align: center;
  }


#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c-root {
    text-align: center;
  }


#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c-root {
    text-align: center;
  }


#s-106cb5a7-bd5b-4002-bd27-a8911dcfea0c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-e84c595a-7213-4125-916d-9e686ac9a6ca {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-e84c595a-7213-4125-916d-9e686ac9a6ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e84c595a-7213-4125-916d-9e686ac9a6ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2-root {
    text-align: center;
  }


#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2-root {
    text-align: center;
  }


#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2-root {
    text-align: center;
  }


#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2-root {
    text-align: center;
  }


#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2-root {
    text-align: center;
  }


#s-20a382bf-4747-4d2e-857e-1ee6cb20fcb2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-b6a66277-8195-4f74-b819-5cdb6d59c468 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b6a66277-8195-4f74-b819-5cdb6d59c468 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b6a66277-8195-4f74-b819-5cdb6d59c468 .shg-sld-nav-button.shg-sld-left,
#s-b6a66277-8195-4f74-b819-5cdb6d59c468 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 img.shogun-image,
  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
    width: 100%;
    height: auto;
  }



  img.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
    
    
  }


.s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shg-align-container {
  text-align: center
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 img.shogun-image,
  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
    width: 100%;
    height: auto;
  }



  img.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
    
    
  }


.s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shg-align-container {
  text-align: center
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
  box-sizing: border-box;
}


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



  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 img.shogun-image,
  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
    width: 100%;
    height: auto;
  }



  img.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
    
    
  }


.s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shg-align-container {
  text-align: center
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
  box-sizing: border-box;
}


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



  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 img.shogun-image,
  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
    width: 100%;
    height: auto;
  }



  img.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
    
    
  }


.s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shg-align-container {
  text-align: center
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
  box-sizing: border-box;
}


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



  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 img.shogun-image,
  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dcb405c7-2603-495e-9a2c-c5b89c824c25 {
    width: 100%;
    height: auto;
  }



  img.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
    
    
  }


.s-dcb405c7-2603-495e-9a2c-c5b89c824c25 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shg-align-container {
  text-align: center
}

.s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcb405c7-2603-495e-9a2c-c5b89c824c25.shogun-image {
  box-sizing: border-box;
}


}
#s-89fbf661-2e32-47e4-8cdd-d91479bec03a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
    
    
  }


.s-89fbf661-2e32-47e4-8cdd-d91479bec03a .shogun-image-content {
  
    align-items: center;
  
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shg-align-container {
  text-align: center
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
    
    
  }


.s-89fbf661-2e32-47e4-8cdd-d91479bec03a .shogun-image-content {
  
    align-items: center;
  
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shg-align-container {
  text-align: center
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
    
    
  }


.s-89fbf661-2e32-47e4-8cdd-d91479bec03a .shogun-image-content {
  
    align-items: center;
  
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shg-align-container {
  text-align: center
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
    
    
  }


.s-89fbf661-2e32-47e4-8cdd-d91479bec03a .shogun-image-content {
  
    align-items: center;
  
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shg-align-container {
  text-align: center
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
    
    
  }


.s-89fbf661-2e32-47e4-8cdd-d91479bec03a .shogun-image-content {
  
    align-items: center;
  
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shg-align-container {
  text-align: center
}

.s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89fbf661-2e32-47e4-8cdd-d91479bec03a.shogun-image {
  box-sizing: border-box;
}


}
#s-020107d6-2ee9-4ed2-bb6d-14cefbbbf383 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-020107d6-2ee9-4ed2-bb6d-14cefbbbf383 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-020107d6-2ee9-4ed2-bb6d-14cefbbbf383.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e-root {
    text-align: center;
  }


#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e-root {
    text-align: center;
  }


#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e-root {
    text-align: center;
  }


#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e-root {
    text-align: center;
  }


#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e-root {
    text-align: center;
  }


#s-ebaab1b8-9b14-489f-98ca-09b3e9277b1e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-b7508ff3-dd67-45c5-b368-b7dbe594c11b {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-b7508ff3-dd67-45c5-b368-b7dbe594c11b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7508ff3-dd67-45c5-b368-b7dbe594c11b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d240c04-9465-41b4-aec9-00c23919d39e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-9d240c04-9465-41b4-aec9-00c23919d39e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d240c04-9465-41b4-aec9-00c23919d39e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d240c04-9465-41b4-aec9-00c23919d39e-root {
    text-align: center;
  }


#s-9d240c04-9465-41b4-aec9-00c23919d39e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d240c04-9465-41b4-aec9-00c23919d39e-root {
    text-align: center;
  }


#s-9d240c04-9465-41b4-aec9-00c23919d39e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d240c04-9465-41b4-aec9-00c23919d39e-root {
    text-align: center;
  }


#s-9d240c04-9465-41b4-aec9-00c23919d39e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d240c04-9465-41b4-aec9-00c23919d39e-root {
    text-align: center;
  }


#s-9d240c04-9465-41b4-aec9-00c23919d39e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d240c04-9465-41b4-aec9-00c23919d39e-root {
    text-align: center;
  }


#s-9d240c04-9465-41b4-aec9-00c23919d39e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-228c049d-5215-4951-a480-cb72512fbead {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-158b9b24-63f3-49df-86d4-9a963ffd610b {
  min-height: 50px;
}








#s-158b9b24-63f3-49df-86d4-9a963ffd610b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-158b9b24-63f3-49df-86d4-9a963ffd610b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1757b350-1cf7-4579-b977-9c8d4d66a7ba {
  min-height: 50px;
}








#s-1757b350-1cf7-4579-b977-9c8d4d66a7ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1757b350-1cf7-4579-b977-9c8d4d66a7ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30a7c4af-db07-4cde-8cfe-7b9970e2acfb {
  min-height: 50px;
}








#s-30a7c4af-db07-4cde-8cfe-7b9970e2acfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a7c4af-db07-4cde-8cfe-7b9970e2acfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86970d2d-7f95-43b5-ae91-a4dbd71126af {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-86970d2d-7f95-43b5-ae91-a4dbd71126af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86970d2d-7f95-43b5-ae91-a4dbd71126af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515ec5ef-ae29-4274-875c-793eca683ef8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-58c139d5-68e1-4fa5-a767-d8448d2ba98e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-81724dca-5065-45bc-95ff-e843194e4d8f {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-81724dca-5065-45bc-95ff-e843194e4d8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81724dca-5065-45bc-95ff-e843194e4d8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81724dca-5065-45bc-95ff-e843194e4d8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81724dca-5065-45bc-95ff-e843194e4d8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a305f571-4c0f-4b20-9aec-5fdc8e686cfd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a305f571-4c0f-4b20-9aec-5fdc8e686cfd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a305f571-4c0f-4b20-9aec-5fdc8e686cfd .shg-sld-nav-button.shg-sld-left,
#s-a305f571-4c0f-4b20-9aec-5fdc8e686cfd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 img.shogun-image,
  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
    width: 100%;
    height: auto;
  }



  img.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
    
    
  }


.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shg-align-container {
  text-align: center
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 img.shogun-image,
  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
    width: 100%;
    height: auto;
  }



  img.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
    
    
  }


.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shg-align-container {
  text-align: center
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
  box-sizing: border-box;
}


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



  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 img.shogun-image,
  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
    width: 100%;
    height: auto;
  }



  img.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
    
    
  }


.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shg-align-container {
  text-align: center
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
  box-sizing: border-box;
}


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



  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 img.shogun-image,
  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
    width: 100%;
    height: auto;
  }



  img.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
    
    
  }


.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shg-align-container {
  text-align: center
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
  box-sizing: border-box;
}


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



  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 img.shogun-image,
  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 {
    width: 100%;
    height: auto;
  }



  img.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
    
    
  }


.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shg-align-container {
  text-align: center
}

.s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbfafe9-b3e6-44ee-8df0-41002318ead5.shogun-image {
  box-sizing: border-box;
}


}
#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
    
    
  }


.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shg-align-container {
  text-align: center
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
    
    
  }


.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shg-align-container {
  text-align: center
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
    
    
  }


.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shg-align-container {
  text-align: center
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
    
    
  }


.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shg-align-container {
  text-align: center
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
    
    
  }


.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc .shogun-image-content {
  
    align-items: center;
  
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shg-align-container {
  text-align: center
}

.s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bd1d0fb-4a5d-4823-8f06-eae3f5e437cc.shogun-image {
  box-sizing: border-box;
}


}
#s-c268621e-c33f-4b42-a7f9-978dffb2d1ee {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-c268621e-c33f-4b42-a7f9-978dffb2d1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c268621e-c33f-4b42-a7f9-978dffb2d1ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8048f9f0-2f90-4d97-bfed-addb6e7cd068-root {
    text-align: center;
  }


#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8048f9f0-2f90-4d97-bfed-addb6e7cd068-root {
    text-align: center;
  }


#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8048f9f0-2f90-4d97-bfed-addb6e7cd068-root {
    text-align: center;
  }


#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8048f9f0-2f90-4d97-bfed-addb6e7cd068-root {
    text-align: center;
  }


#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8048f9f0-2f90-4d97-bfed-addb6e7cd068-root {
    text-align: center;
  }


#s-8048f9f0-2f90-4d97-bfed-addb6e7cd068.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-e379eeea-a295-4835-8ab0-200d3fb9b81e {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-e379eeea-a295-4835-8ab0-200d3fb9b81e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e379eeea-a295-4835-8ab0-200d3fb9b81e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d-root {
    text-align: center;
  }


#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d-root {
    text-align: center;
  }


#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d-root {
    text-align: center;
  }


#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d-root {
    text-align: center;
  }


#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d-root {
    text-align: center;
  }


#s-e6c95d6e-cb8a-4a41-8cb1-2040b785c87d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-1df52e14-4023-46cc-87ce-cb23c64aa0c2 {
  min-height: 50px;
}








#s-1df52e14-4023-46cc-87ce-cb23c64aa0c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df52e14-4023-46cc-87ce-cb23c64aa0c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eea4bc26-666b-4948-93e6-a589ff1cb434 {
  min-height: 50px;
}








#s-eea4bc26-666b-4948-93e6-a589ff1cb434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eea4bc26-666b-4948-93e6-a589ff1cb434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90899b7a-3f6a-4d3d-bf79-929ba826e414 {
  min-height: 50px;
}








#s-90899b7a-3f6a-4d3d-bf79-929ba826e414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90899b7a-3f6a-4d3d-bf79-929ba826e414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0deeeb9-38c2-4201-b8ab-dfb368ad5c99 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-b0deeeb9-38c2-4201-b8ab-dfb368ad5c99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0deeeb9-38c2-4201-b8ab-dfb368ad5c99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faf23c27-fea0-4bb7-a9d4-69c00f394115 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-ace5589d-5e27-438b-b97b-e3e9067efbf1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-10521e08-69e9-4873-8fef-1db6c070f01e {
  margin-top: 15px;
margin-left: 10%;
margin-bottom: 15px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-10521e08-69e9-4873-8fef-1db6c070f01e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10521e08-69e9-4873-8fef-1db6c070f01e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10521e08-69e9-4873-8fef-1db6c070f01e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10521e08-69e9-4873-8fef-1db6c070f01e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d126e88-71e2-433b-8306-0a50034bd5e6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2d126e88-71e2-433b-8306-0a50034bd5e6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2d126e88-71e2-433b-8306-0a50034bd5e6 .shg-sld-nav-button.shg-sld-left,
#s-2d126e88-71e2-433b-8306-0a50034bd5e6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 img.shogun-image,
  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
    width: 100%;
    height: auto;
  }



  img.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
    
    
  }


.s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shg-align-container {
  text-align: center
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 img.shogun-image,
  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
    width: 100%;
    height: auto;
  }



  img.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
    
    
  }


.s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shg-align-container {
  text-align: center
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
  box-sizing: border-box;
}


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



  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 img.shogun-image,
  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
    width: 100%;
    height: auto;
  }



  img.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
    
    
  }


.s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shg-align-container {
  text-align: center
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
  box-sizing: border-box;
}


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



  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 img.shogun-image,
  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
    width: 100%;
    height: auto;
  }



  img.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
    
    
  }


.s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shg-align-container {
  text-align: center
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
  box-sizing: border-box;
}


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



  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 img.shogun-image,
  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-64c5149f-aaf2-4a17-b403-c44f027bed59 {
    width: 100%;
    height: auto;
  }



  img.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
    
    
  }


.s-64c5149f-aaf2-4a17-b403-c44f027bed59 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shg-align-container {
  text-align: center
}

.s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c5149f-aaf2-4a17-b403-c44f027bed59.shogun-image {
  box-sizing: border-box;
}


}
#s-e688a7d2-bed5-4165-ad24-3627ec7623a7 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-e688a7d2-bed5-4165-ad24-3627ec7623a7:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e688a7d2-bed5-4165-ad24-3627ec7623a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e688a7d2-bed5-4165-ad24-3627ec7623a7-root {
    text-align: center;
  }


#s-e688a7d2-bed5-4165-ad24-3627ec7623a7.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e688a7d2-bed5-4165-ad24-3627ec7623a7-root {
    text-align: center;
  }


#s-e688a7d2-bed5-4165-ad24-3627ec7623a7.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e688a7d2-bed5-4165-ad24-3627ec7623a7-root {
    text-align: center;
  }


#s-e688a7d2-bed5-4165-ad24-3627ec7623a7.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e688a7d2-bed5-4165-ad24-3627ec7623a7-root {
    text-align: center;
  }


#s-e688a7d2-bed5-4165-ad24-3627ec7623a7.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e688a7d2-bed5-4165-ad24-3627ec7623a7-root {
    text-align: center;
  }


#s-e688a7d2-bed5-4165-ad24-3627ec7623a7.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 2437px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 img.shogun-image,
  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
    width: 100%;
    height: auto;
  }



  img.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
    
    
  }


.s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shogun-image-content {
  
    align-items: center;
  
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shg-align-container {
  text-align: center
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 img.shogun-image,
  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
    width: 100%;
    height: auto;
  }



  img.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
    
    
  }


.s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shogun-image-content {
  
    align-items: center;
  
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shg-align-container {
  text-align: center
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
  box-sizing: border-box;
}


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



  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 img.shogun-image,
  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
    width: 100%;
    height: auto;
  }



  img.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
    
    
  }


.s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shogun-image-content {
  
    align-items: center;
  
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shg-align-container {
  text-align: center
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
  box-sizing: border-box;
}


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



  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 img.shogun-image,
  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
    width: 100%;
    height: auto;
  }



  img.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
    
    
  }


.s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shogun-image-content {
  
    align-items: center;
  
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shg-align-container {
  text-align: center
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
  box-sizing: border-box;
}


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



  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 img.shogun-image,
  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83ae8766-4cc5-40e4-b965-b5cd476c5753 {
    width: 100%;
    height: auto;
  }



  img.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
    
    
  }


.s-83ae8766-4cc5-40e4-b965-b5cd476c5753 .shogun-image-content {
  
    align-items: center;
  
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shg-align-container {
  text-align: center
}

.s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ae8766-4cc5-40e4-b965-b5cd476c5753.shogun-image {
  box-sizing: border-box;
}


}
#s-9303a950-1d4d-4c74-a530-8fee3580523a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-9303a950-1d4d-4c74-a530-8fee3580523a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9303a950-1d4d-4c74-a530-8fee3580523a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9303a950-1d4d-4c74-a530-8fee3580523a-root {
    text-align: center;
  }


#s-9303a950-1d4d-4c74-a530-8fee3580523a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9303a950-1d4d-4c74-a530-8fee3580523a-root {
    text-align: center;
  }


#s-9303a950-1d4d-4c74-a530-8fee3580523a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9303a950-1d4d-4c74-a530-8fee3580523a-root {
    text-align: center;
  }


#s-9303a950-1d4d-4c74-a530-8fee3580523a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9303a950-1d4d-4c74-a530-8fee3580523a-root {
    text-align: center;
  }


#s-9303a950-1d4d-4c74-a530-8fee3580523a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9303a950-1d4d-4c74-a530-8fee3580523a-root {
    text-align: center;
  }


#s-9303a950-1d4d-4c74-a530-8fee3580523a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-d707d067-706e-4fd6-b749-9091cea71d7f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d707d067-706e-4fd6-b749-9091cea71d7f img.shogun-image,
  #s-d707d067-706e-4fd6-b749-9091cea71d7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d707d067-706e-4fd6-b749-9091cea71d7f {
    width: 100%;
    height: auto;
  }



  img.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
    
    
  }


.s-d707d067-706e-4fd6-b749-9091cea71d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shg-align-container {
  text-align: center
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-d707d067-706e-4fd6-b749-9091cea71d7f img.shogun-image,
  #s-d707d067-706e-4fd6-b749-9091cea71d7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d707d067-706e-4fd6-b749-9091cea71d7f {
    width: 100%;
    height: auto;
  }



  img.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
    
    
  }


.s-d707d067-706e-4fd6-b749-9091cea71d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shg-align-container {
  text-align: center
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d707d067-706e-4fd6-b749-9091cea71d7f img.shogun-image,
  #s-d707d067-706e-4fd6-b749-9091cea71d7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d707d067-706e-4fd6-b749-9091cea71d7f {
    width: 100%;
    height: auto;
  }



  img.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
    
    
  }


.s-d707d067-706e-4fd6-b749-9091cea71d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shg-align-container {
  text-align: center
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d707d067-706e-4fd6-b749-9091cea71d7f img.shogun-image,
  #s-d707d067-706e-4fd6-b749-9091cea71d7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d707d067-706e-4fd6-b749-9091cea71d7f {
    width: 100%;
    height: auto;
  }



  img.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
    
    
  }


.s-d707d067-706e-4fd6-b749-9091cea71d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shg-align-container {
  text-align: center
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
  box-sizing: border-box;
}


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



  #s-d707d067-706e-4fd6-b749-9091cea71d7f img.shogun-image,
  #s-d707d067-706e-4fd6-b749-9091cea71d7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d707d067-706e-4fd6-b749-9091cea71d7f {
    width: 100%;
    height: auto;
  }



  img.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
    
    
  }


.s-d707d067-706e-4fd6-b749-9091cea71d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shg-align-container {
  text-align: center
}

.s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d707d067-706e-4fd6-b749-9091cea71d7f.shogun-image {
  box-sizing: border-box;
}


}
#s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1846px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 img.shogun-image,
  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
    width: 100%;
    height: auto;
  }



  img.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
    
    
  }


.s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shg-align-container {
  text-align: center
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 img.shogun-image,
  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
    width: 100%;
    height: auto;
  }



  img.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
    
    
  }


.s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shg-align-container {
  text-align: center
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 img.shogun-image,
  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
    width: 100%;
    height: auto;
  }



  img.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
    
    
  }


.s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shg-align-container {
  text-align: center
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 img.shogun-image,
  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
    width: 100%;
    height: auto;
  }



  img.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
    
    
  }


.s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shg-align-container {
  text-align: center
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
  box-sizing: border-box;
}


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



  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 img.shogun-image,
  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f353c48-c5e9-4b54-9ade-cbba5139a131 {
    width: 100%;
    height: auto;
  }



  img.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
    
    
  }


.s-3f353c48-c5e9-4b54-9ade-cbba5139a131 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shg-align-container {
  text-align: center
}

.s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f353c48-c5e9-4b54-9ade-cbba5139a131.shogun-image {
  box-sizing: border-box;
}


}
#s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 img.shogun-image,
  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
    width: 100%;
    height: auto;
  }



  img.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
    
    
  }


.s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shg-align-container {
  text-align: center
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 img.shogun-image,
  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
    width: 100%;
    height: auto;
  }



  img.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
    
    
  }


.s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shg-align-container {
  text-align: center
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 img.shogun-image,
  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
    width: 100%;
    height: auto;
  }



  img.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
    
    
  }


.s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shg-align-container {
  text-align: center
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 img.shogun-image,
  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
    width: 100%;
    height: auto;
  }



  img.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
    
    
  }


.s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shg-align-container {
  text-align: center
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
  box-sizing: border-box;
}


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



  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 img.shogun-image,
  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-09731a19-087c-4cc8-a5ed-405d6c8510c3 {
    width: 100%;
    height: auto;
  }



  img.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
    
    
  }


.s-09731a19-087c-4cc8-a5ed-405d6c8510c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shg-align-container {
  text-align: center
}

.s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09731a19-087c-4cc8-a5ed-405d6c8510c3.shogun-image {
  box-sizing: border-box;
}


}
#s-2a2394c2-7aca-44b5-b715-9bc3158893fb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
    
    
  }


.s-2a2394c2-7aca-44b5-b715-9bc3158893fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shg-align-container {
  text-align: center
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
    
    
  }


.s-2a2394c2-7aca-44b5-b715-9bc3158893fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shg-align-container {
  text-align: center
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
    
    
  }


.s-2a2394c2-7aca-44b5-b715-9bc3158893fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shg-align-container {
  text-align: center
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
    
    
  }


.s-2a2394c2-7aca-44b5-b715-9bc3158893fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shg-align-container {
  text-align: center
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
    
    
  }


.s-2a2394c2-7aca-44b5-b715-9bc3158893fb .shogun-image-content {
  
    align-items: center;
  
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shg-align-container {
  text-align: center
}

.s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a2394c2-7aca-44b5-b715-9bc3158893fb.shogun-image {
  box-sizing: border-box;
}


}
#s-b0a91ad4-a826-4604-b4b9-b76d925246e6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}







  img.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
    
    
  }


.s-b0a91ad4-a826-4604-b4b9-b76d925246e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shg-align-container {
  text-align: center
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
    
    
  }


.s-b0a91ad4-a826-4604-b4b9-b76d925246e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shg-align-container {
  text-align: center
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
    
    
  }


.s-b0a91ad4-a826-4604-b4b9-b76d925246e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shg-align-container {
  text-align: center
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
    
    
  }


.s-b0a91ad4-a826-4604-b4b9-b76d925246e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shg-align-container {
  text-align: center
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
    
    
  }


.s-b0a91ad4-a826-4604-b4b9-b76d925246e6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shg-align-container {
  text-align: center
}

.s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b0a91ad4-a826-4604-b4b9-b76d925246e6.shogun-image {
  box-sizing: border-box;
}


}
#s-1b7d62be-6459-4ae3-a62a-f964933802fb {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-1b7d62be-6459-4ae3-a62a-f964933802fb:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1b7d62be-6459-4ae3-a62a-f964933802fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b7d62be-6459-4ae3-a62a-f964933802fb-root {
    text-align: center;
  }


#s-1b7d62be-6459-4ae3-a62a-f964933802fb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b7d62be-6459-4ae3-a62a-f964933802fb-root {
    text-align: center;
  }


#s-1b7d62be-6459-4ae3-a62a-f964933802fb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b7d62be-6459-4ae3-a62a-f964933802fb-root {
    text-align: center;
  }


#s-1b7d62be-6459-4ae3-a62a-f964933802fb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b7d62be-6459-4ae3-a62a-f964933802fb-root {
    text-align: center;
  }


#s-1b7d62be-6459-4ae3-a62a-f964933802fb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b7d62be-6459-4ae3-a62a-f964933802fb-root {
    text-align: center;
  }


#s-1b7d62be-6459-4ae3-a62a-f964933802fb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07-root {
    text-align: center;
  }


#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07-root {
    text-align: center;
  }


#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07-root {
    text-align: center;
  }


#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07-root {
    text-align: center;
  }


#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07-root {
    text-align: center;
  }


#s-dbbbd78f-2dd2-4b47-8b98-b75935ad4a07.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23b45642-4cc1-4e4f-9e71-df69eb3ba954-root {
    text-align: center;
  }


#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23b45642-4cc1-4e4f-9e71-df69eb3ba954-root {
    text-align: center;
  }


#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23b45642-4cc1-4e4f-9e71-df69eb3ba954-root {
    text-align: center;
  }


#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23b45642-4cc1-4e4f-9e71-df69eb3ba954-root {
    text-align: center;
  }


#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23b45642-4cc1-4e4f-9e71-df69eb3ba954-root {
    text-align: center;
  }


#s-23b45642-4cc1-4e4f-9e71-df69eb3ba954.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-295f95a8-ea57-43d8-bcbf-0a0f02de05ce {
  min-height: 50px;
}








#s-295f95a8-ea57-43d8-bcbf-0a0f02de05ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-295f95a8-ea57-43d8-bcbf-0a0f02de05ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b5d0ef2-7447-4bf2-b28d-87879bdc82ce {
  min-height: 50px;
}








#s-3b5d0ef2-7447-4bf2-b28d-87879bdc82ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b5d0ef2-7447-4bf2-b28d-87879bdc82ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(33, 95, 94, 0.4);
}
@media (min-width: 1200px){#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 {
  display: none;
}
#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472, #wrap-s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 { display:none !important; }}@media (max-width: 767px){#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 {
  display: none;
}
#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472, #wrap-s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 { display:none !important; }}







#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13fac1f5-31f7-4b5a-a1ca-0f1ccec71472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51517ef4-ae45-48dc-86fb-d0791282f412 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51517ef4-ae45-48dc-86fb-d0791282f412 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-4d2c2057-fa71-4050-9af8-08b18aefbb13 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2120530c-c88a-4dce-87b6-913276c3a957 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2120530c-c88a-4dce-87b6-913276c3a957"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2120530c-c88a-4dce-87b6-913276c3a957"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2120530c-c88a-4dce-87b6-913276c3a957"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2120530c-c88a-4dce-87b6-913276c3a957"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ae643b23-a605-494c-b31d-6da3939a9995 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-ae643b23-a605-494c-b31d-6da3939a9995 img.shogun-image,
  #s-ae643b23-a605-494c-b31d-6da3939a9995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae643b23-a605-494c-b31d-6da3939a9995 {
    width: 100%;
    height: auto;
  }



  img.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
    
    
  }


.s-ae643b23-a605-494c-b31d-6da3939a9995 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shg-align-container {
  text-align: center
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ae643b23-a605-494c-b31d-6da3939a9995 img.shogun-image,
  #s-ae643b23-a605-494c-b31d-6da3939a9995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae643b23-a605-494c-b31d-6da3939a9995 {
    width: 100%;
    height: auto;
  }



  img.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
    
    
  }


.s-ae643b23-a605-494c-b31d-6da3939a9995 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shg-align-container {
  text-align: center
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae643b23-a605-494c-b31d-6da3939a9995 img.shogun-image,
  #s-ae643b23-a605-494c-b31d-6da3939a9995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae643b23-a605-494c-b31d-6da3939a9995 {
    width: 100%;
    height: auto;
  }



  img.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
    
    
  }


.s-ae643b23-a605-494c-b31d-6da3939a9995 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shg-align-container {
  text-align: center
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae643b23-a605-494c-b31d-6da3939a9995 img.shogun-image,
  #s-ae643b23-a605-494c-b31d-6da3939a9995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae643b23-a605-494c-b31d-6da3939a9995 {
    width: 100%;
    height: auto;
  }



  img.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
    
    
  }


.s-ae643b23-a605-494c-b31d-6da3939a9995 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shg-align-container {
  text-align: center
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
  box-sizing: border-box;
}


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



  #s-ae643b23-a605-494c-b31d-6da3939a9995 img.shogun-image,
  #s-ae643b23-a605-494c-b31d-6da3939a9995 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae643b23-a605-494c-b31d-6da3939a9995 {
    width: 100%;
    height: auto;
  }



  img.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
    
    
  }


.s-ae643b23-a605-494c-b31d-6da3939a9995 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shg-align-container {
  text-align: center
}

.s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae643b23-a605-494c-b31d-6da3939a9995.shogun-image {
  box-sizing: border-box;
}


}
#s-36aef0b8-9a0f-452e-bd02-12a9dc756c2e {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-3e4d5c65-9d8f-4b57-a360-ebf2405d65dd {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-3e4d5c65-9d8f-4b57-a360-ebf2405d65dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e4d5c65-9d8f-4b57-a360-ebf2405d65dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5104f138-25b1-437c-bc57-32c3bf310cfe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-5104f138-25b1-437c-bc57-32c3bf310cfe:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5104f138-25b1-437c-bc57-32c3bf310cfe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5104f138-25b1-437c-bc57-32c3bf310cfe-root {
    text-align: center;
  }


#s-5104f138-25b1-437c-bc57-32c3bf310cfe.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5104f138-25b1-437c-bc57-32c3bf310cfe-root {
    text-align: center;
  }


#s-5104f138-25b1-437c-bc57-32c3bf310cfe.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5104f138-25b1-437c-bc57-32c3bf310cfe-root {
    text-align: center;
  }


#s-5104f138-25b1-437c-bc57-32c3bf310cfe.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5104f138-25b1-437c-bc57-32c3bf310cfe-root {
    text-align: center;
  }


#s-5104f138-25b1-437c-bc57-32c3bf310cfe.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5104f138-25b1-437c-bc57-32c3bf310cfe-root {
    text-align: center;
  }


#s-5104f138-25b1-437c-bc57-32c3bf310cfe.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-14bade7b-e04d-424f-b0a0-3d30c0993956 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
text-align: center;
}







  img.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
    
    
  }


.s-14bade7b-e04d-424f-b0a0-3d30c0993956 .shogun-image-content {
  
    align-items: center;
  
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shg-align-container {
  text-align: center
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
    
    
  }


.s-14bade7b-e04d-424f-b0a0-3d30c0993956 .shogun-image-content {
  
    align-items: center;
  
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shg-align-container {
  text-align: center
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
    
    
  }


.s-14bade7b-e04d-424f-b0a0-3d30c0993956 .shogun-image-content {
  
    align-items: center;
  
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shg-align-container {
  text-align: center
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
    
    
  }


.s-14bade7b-e04d-424f-b0a0-3d30c0993956 .shogun-image-content {
  
    align-items: center;
  
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shg-align-container {
  text-align: center
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
  box-sizing: border-box;
}


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





  img.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
    
    
  }


.s-14bade7b-e04d-424f-b0a0-3d30c0993956 .shogun-image-content {
  
    align-items: center;
  
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shg-align-container {
  text-align: center
}

.s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14bade7b-e04d-424f-b0a0-3d30c0993956.shogun-image {
  box-sizing: border-box;
}


}
#s-8f462886-51b7-4f6f-a399-741a382cd367 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-9e4877ce-40b1-42c2-b929-e6b1dcfbddf5 {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-9e4877ce-40b1-42c2-b929-e6b1dcfbddf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e4877ce-40b1-42c2-b929-e6b1dcfbddf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ef246cc-8241-4327-8d7b-58c8ace652d5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-1ef246cc-8241-4327-8d7b-58c8ace652d5:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ef246cc-8241-4327-8d7b-58c8ace652d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ef246cc-8241-4327-8d7b-58c8ace652d5-root {
    text-align: center;
  }


#s-1ef246cc-8241-4327-8d7b-58c8ace652d5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ef246cc-8241-4327-8d7b-58c8ace652d5-root {
    text-align: center;
  }


#s-1ef246cc-8241-4327-8d7b-58c8ace652d5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ef246cc-8241-4327-8d7b-58c8ace652d5-root {
    text-align: center;
  }


#s-1ef246cc-8241-4327-8d7b-58c8ace652d5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ef246cc-8241-4327-8d7b-58c8ace652d5-root {
    text-align: center;
  }


#s-1ef246cc-8241-4327-8d7b-58c8ace652d5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ef246cc-8241-4327-8d7b-58c8ace652d5-root {
    text-align: center;
  }


#s-1ef246cc-8241-4327-8d7b-58c8ace652d5.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
text-align: center;
}







  img.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
    
    
  }


.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shg-align-container {
  text-align: center
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
    
    
  }


.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shg-align-container {
  text-align: center
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
    
    
  }


.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shg-align-container {
  text-align: center
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
    
    
  }


.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shg-align-container {
  text-align: center
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
    
    
  }


.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shg-align-container {
  text-align: center
}

.s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925a338-4ddd-4266-a828-d3b44e3a7bbe.shogun-image {
  box-sizing: border-box;
}


}
#s-b0acb0bb-7735-44b2-ab80-9ce1edc56b4e {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-5be04699-e19b-4724-b782-9f1c8565444c {
  margin-top: 11px;
margin-bottom: 11px;
min-height: 50px;
}








#s-5be04699-e19b-4724-b782-9f1c8565444c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be04699-e19b-4724-b782-9f1c8565444c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b-root {
    text-align: center;
  }


#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b-root {
    text-align: center;
  }


#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b-root {
    text-align: center;
  }


#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b-root {
    text-align: center;
  }


#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b-root {
    text-align: center;
  }


#s-b65ecb8f-ed1f-46e5-a957-e9424791ab9b.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-9b8c9389-9414-469f-ab7e-9217e8806690 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(33, 95, 94, 1);
}
@media (min-width: 1200px){#s-9b8c9389-9414-469f-ab7e-9217e8806690 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b8c9389-9414-469f-ab7e-9217e8806690 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b8c9389-9414-469f-ab7e-9217e8806690 {
  display: none;
}
#s-9b8c9389-9414-469f-ab7e-9217e8806690, #wrap-s-9b8c9389-9414-469f-ab7e-9217e8806690 { display:none !important; }}@media (max-width: 767px){#s-9b8c9389-9414-469f-ab7e-9217e8806690 {
  display: none;
}
#s-9b8c9389-9414-469f-ab7e-9217e8806690, #wrap-s-9b8c9389-9414-469f-ab7e-9217e8806690 { display:none !important; }}







#s-9b8c9389-9414-469f-ab7e-9217e8806690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b8c9389-9414-469f-ab7e-9217e8806690.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb0b2dbf-87a5-4c52-a70a-7bc39fcb26ea {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-fb0b2dbf-87a5-4c52-a70a-7bc39fcb26ea .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-15f6a4a2-9b7c-434d-829b-0eaf92ef28a0 {
  margin-left: 23%;
margin-right: 23%;
}

#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd {
  display: none;
}
#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd, #wrap-s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd {
  display: none;
}
#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd, #wrap-s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd { display:none !important; }}







#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53fa90d2-4c1b-4922-b0cd-b58f640fcfcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-191e2e8c-4d69-42b0-9d1c-ed5ee34ab752 {
  min-height: 50px;
background-color: rgba(33, 95, 94, 1);
}








#s-191e2e8c-4d69-42b0-9d1c-ed5ee34ab752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191e2e8c-4d69-42b0-9d1c-ed5ee34ab752.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
  max-width: 1563px;
aspect-ratio: 1563/2292;
text-align: center;
}





  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 img.shogun-image,
  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
    width: 100%;
    height: auto;
  }



  img.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
    
    
  }


.s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shg-align-container {
  text-align: center
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 img.shogun-image,
  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
    width: 100%;
    height: auto;
  }



  img.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
    
    
  }


.s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shg-align-container {
  text-align: center
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 img.shogun-image,
  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
    width: 100%;
    height: auto;
  }



  img.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
    
    
  }


.s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shg-align-container {
  text-align: center
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 img.shogun-image,
  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
    width: 100%;
    height: auto;
  }



  img.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
    
    
  }


.s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shg-align-container {
  text-align: center
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
  box-sizing: border-box;
}


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



  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 img.shogun-image,
  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f93817f2-d5b4-4f19-b474-76f40963d5f1 {
    width: 100%;
    height: auto;
  }



  img.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
    
    
  }


.s-f93817f2-d5b4-4f19-b474-76f40963d5f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shg-align-container {
  text-align: center
}

.s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f93817f2-d5b4-4f19-b474-76f40963d5f1.shogun-image {
  box-sizing: border-box;
}


}
#s-5220dcb0-8578-46d3-a3cb-2d5450f2fb1a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(26, 112, 100, 1);
}








#s-5220dcb0-8578-46d3-a3cb-2d5450f2fb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5220dcb0-8578-46d3-a3cb-2d5450f2fb1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e1d7fa2-44ab-4e37-9a69-4d247cda4172 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e1d7fa2-44ab-4e37-9a69-4d247cda4172 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ae2d5fe7-c2e3-45dc-9ce6-a362eb007a26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae2d5fe7-c2e3-45dc-9ce6-a362eb007a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae2d5fe7-c2e3-45dc-9ce6-a362eb007a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7a8699d-79d5-44df-9dde-bc8d26195f27 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-a7a8699d-79d5-44df-9dde-bc8d26195f27 .shogun-heading-component h1 {
  color: rgba(33, 95, 94, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
    
    
  }


.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a .shogun-image-content {
  
    align-items: center;
  
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shg-align-container {
  text-align: center
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
    
    
  }


.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a .shogun-image-content {
  
    align-items: center;
  
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shg-align-container {
  text-align: center
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
    
    
  }


.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a .shogun-image-content {
  
    align-items: center;
  
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shg-align-container {
  text-align: center
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
    
    
  }


.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a .shogun-image-content {
  
    align-items: center;
  
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shg-align-container {
  text-align: center
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
    
    
  }


.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a .shogun-image-content {
  
    align-items: center;
  
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shg-align-container {
  text-align: center
}

.s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7b0873-a7a3-4e76-8476-d4780164bb0a.shogun-image {
  box-sizing: border-box;
}


}
#s-29ca5023-683a-4a2a-8839-5a5781ea71ad {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-41e9e481-9ac0-4b99-a576-daee819b4ab7 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-41e9e481-9ac0-4b99-a576-daee819b4ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41e9e481-9ac0-4b99-a576-daee819b4ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30941447-8f85-43c7-a3b7-fb2df4553fff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(33, 95, 94, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-30941447-8f85-43c7-a3b7-fb2df4553fff:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-30941447-8f85-43c7-a3b7-fb2df4553fff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30941447-8f85-43c7-a3b7-fb2df4553fff-root {
    text-align: center;
  }


#s-30941447-8f85-43c7-a3b7-fb2df4553fff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30941447-8f85-43c7-a3b7-fb2df4553fff-root {
    text-align: center;
  }


#s-30941447-8f85-43c7-a3b7-fb2df4553fff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30941447-8f85-43c7-a3b7-fb2df4553fff-root {
    text-align: center;
  }


#s-30941447-8f85-43c7-a3b7-fb2df4553fff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30941447-8f85-43c7-a3b7-fb2df4553fff-root {
    text-align: center;
  }


#s-30941447-8f85-43c7-a3b7-fb2df4553fff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30941447-8f85-43c7-a3b7-fb2df4553fff-root {
    text-align: center;
  }


#s-30941447-8f85-43c7-a3b7-fb2df4553fff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-d04af9ee-f898-45e5-8bd3-bb9e9d84e058 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-d04af9ee-f898-45e5-8bd3-bb9e9d84e058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d04af9ee-f898-45e5-8bd3-bb9e9d84e058.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-895df909-65fd-4353-95f7-8307340f7904 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(33, 95, 94, 0.15);
}
@media (min-width: 1200px){#s-895df909-65fd-4353-95f7-8307340f7904 {
  display: none;
}
#s-895df909-65fd-4353-95f7-8307340f7904, #wrap-s-895df909-65fd-4353-95f7-8307340f7904 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-895df909-65fd-4353-95f7-8307340f7904 {
  display: none;
}
#s-895df909-65fd-4353-95f7-8307340f7904, #wrap-s-895df909-65fd-4353-95f7-8307340f7904 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-895df909-65fd-4353-95f7-8307340f7904 {
  
}
}@media (max-width: 767px){#s-895df909-65fd-4353-95f7-8307340f7904 {
  
}
}







#s-895df909-65fd-4353-95f7-8307340f7904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-895df909-65fd-4353-95f7-8307340f7904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9955ae57-204b-4106-a97d-ccd8cbcf4a48 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9955ae57-204b-4106-a97d-ccd8cbcf4a48 .shogun-heading-component h1 {
  color: rgba(33, 95, 94, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-eef74830-6df9-4fa3-bffa-7880c3794f2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eef74830-6df9-4fa3-bffa-7880c3794f2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eef74830-6df9-4fa3-bffa-7880c3794f2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eef74830-6df9-4fa3-bffa-7880c3794f2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07e92d2e-dfd9-47e3-b09c-59bfb0042c29 {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-e4ac3b2e-f1f4-4ec9-9bb8-3d0c524c5bda {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e4ac3b2e-f1f4-4ec9-9bb8-3d0c524c5bda .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e4ac3b2e-f1f4-4ec9-9bb8-3d0c524c5bda .shg-sld-nav-button.shg-sld-left,
#s-e4ac3b2e-f1f4-4ec9-9bb8-3d0c524c5bda .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
    
    
  }


.s-f8b5e289-6839-4d85-9dee-9571085ac0bd .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shg-align-container {
  text-align: center
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
    
    
  }


.s-f8b5e289-6839-4d85-9dee-9571085ac0bd .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shg-align-container {
  text-align: center
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
    
    
  }


.s-f8b5e289-6839-4d85-9dee-9571085ac0bd .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shg-align-container {
  text-align: center
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
    
    
  }


.s-f8b5e289-6839-4d85-9dee-9571085ac0bd .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shg-align-container {
  text-align: center
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
    
    
  }


.s-f8b5e289-6839-4d85-9dee-9571085ac0bd .shogun-image-content {
  
    align-items: center;
  
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shg-align-container {
  text-align: center
}

.s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8b5e289-6839-4d85-9dee-9571085ac0bd.shogun-image {
  box-sizing: border-box;
}


}
#s-1c988712-b73c-4dba-9116-85c5a68057a1 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
    
    
  }


.s-1c988712-b73c-4dba-9116-85c5a68057a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shg-align-container {
  text-align: center
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
    
    
  }


.s-1c988712-b73c-4dba-9116-85c5a68057a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shg-align-container {
  text-align: center
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
    
    
  }


.s-1c988712-b73c-4dba-9116-85c5a68057a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shg-align-container {
  text-align: center
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
    
    
  }


.s-1c988712-b73c-4dba-9116-85c5a68057a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shg-align-container {
  text-align: center
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
    
    
  }


.s-1c988712-b73c-4dba-9116-85c5a68057a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shg-align-container {
  text-align: center
}

.s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c988712-b73c-4dba-9116-85c5a68057a1.shogun-image {
  box-sizing: border-box;
}


}
#s-27c8eae2-a8ff-46b7-b238-397cca063bd5 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
    
    
  }


.s-27c8eae2-a8ff-46b7-b238-397cca063bd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shg-align-container {
  text-align: center
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
    
    
  }


.s-27c8eae2-a8ff-46b7-b238-397cca063bd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shg-align-container {
  text-align: center
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
    
    
  }


.s-27c8eae2-a8ff-46b7-b238-397cca063bd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shg-align-container {
  text-align: center
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
    
    
  }


.s-27c8eae2-a8ff-46b7-b238-397cca063bd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shg-align-container {
  text-align: center
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
    
    
  }


.s-27c8eae2-a8ff-46b7-b238-397cca063bd5 .shogun-image-content {
  
    align-items: center;
  
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shg-align-container {
  text-align: center
}

.s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27c8eae2-a8ff-46b7-b238-397cca063bd5.shogun-image {
  box-sizing: border-box;
}


}
#s-e09af14f-c63b-4530-874f-bc1203ba2808 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
    
    
  }


.s-e09af14f-c63b-4530-874f-bc1203ba2808 .shogun-image-content {
  
    align-items: center;
  
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shg-align-container {
  text-align: center
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
    
    
  }


.s-e09af14f-c63b-4530-874f-bc1203ba2808 .shogun-image-content {
  
    align-items: center;
  
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shg-align-container {
  text-align: center
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
    
    
  }


.s-e09af14f-c63b-4530-874f-bc1203ba2808 .shogun-image-content {
  
    align-items: center;
  
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shg-align-container {
  text-align: center
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
    
    
  }


.s-e09af14f-c63b-4530-874f-bc1203ba2808 .shogun-image-content {
  
    align-items: center;
  
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shg-align-container {
  text-align: center
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
    
    
  }


.s-e09af14f-c63b-4530-874f-bc1203ba2808 .shogun-image-content {
  
    align-items: center;
  
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shg-align-container {
  text-align: center
}

.s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09af14f-c63b-4530-874f-bc1203ba2808.shogun-image {
  box-sizing: border-box;
}


}
#s-3aff29ba-0570-4fdf-985d-b495100936d0 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-3aff29ba-0570-4fdf-985d-b495100936d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aff29ba-0570-4fdf-985d-b495100936d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad16551c-02a0-4474-a5a5-84fa02ff66b4 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-51bc28ee-2513-416c-b462-44dbc2671d01 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-51bc28ee-2513-416c-b462-44dbc2671d01:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51bc28ee-2513-416c-b462-44dbc2671d01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51bc28ee-2513-416c-b462-44dbc2671d01-root {
    text-align: center;
  }


#s-51bc28ee-2513-416c-b462-44dbc2671d01.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51bc28ee-2513-416c-b462-44dbc2671d01-root {
    text-align: center;
  }


#s-51bc28ee-2513-416c-b462-44dbc2671d01.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51bc28ee-2513-416c-b462-44dbc2671d01-root {
    text-align: center;
  }


#s-51bc28ee-2513-416c-b462-44dbc2671d01.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51bc28ee-2513-416c-b462-44dbc2671d01-root {
    text-align: center;
  }


#s-51bc28ee-2513-416c-b462-44dbc2671d01.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51bc28ee-2513-416c-b462-44dbc2671d01-root {
    text-align: center;
  }


#s-51bc28ee-2513-416c-b462-44dbc2671d01.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-749d7722-c60a-4fb9-8018-f8c8a3926a32 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-749d7722-c60a-4fb9-8018-f8c8a3926a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-749d7722-c60a-4fb9-8018-f8c8a3926a32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f8e169b-4996-464f-8285-5513bf90fea9 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fe425d2-cb52-48f9-82fa-8b01da852c8d-root {
    text-align: center;
  }


#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fe425d2-cb52-48f9-82fa-8b01da852c8d-root {
    text-align: center;
  }


#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fe425d2-cb52-48f9-82fa-8b01da852c8d-root {
    text-align: center;
  }


#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fe425d2-cb52-48f9-82fa-8b01da852c8d-root {
    text-align: center;
  }


#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fe425d2-cb52-48f9-82fa-8b01da852c8d-root {
    text-align: center;
  }


#s-2fe425d2-cb52-48f9-82fa-8b01da852c8d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-e84777f8-1947-4dd8-9afa-9b88d3bd9cc1 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-e84777f8-1947-4dd8-9afa-9b88d3bd9cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e84777f8-1947-4dd8-9afa-9b88d3bd9cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5189b00d-c2d5-4597-a15b-e6eaa631dcb9 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-76a0eed2-c1b0-482a-9041-6c522aec2f89 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-76a0eed2-c1b0-482a-9041-6c522aec2f89:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76a0eed2-c1b0-482a-9041-6c522aec2f89:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-76a0eed2-c1b0-482a-9041-6c522aec2f89-root {
    text-align: center;
  }


#s-76a0eed2-c1b0-482a-9041-6c522aec2f89.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76a0eed2-c1b0-482a-9041-6c522aec2f89-root {
    text-align: center;
  }


#s-76a0eed2-c1b0-482a-9041-6c522aec2f89.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76a0eed2-c1b0-482a-9041-6c522aec2f89-root {
    text-align: center;
  }


#s-76a0eed2-c1b0-482a-9041-6c522aec2f89.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76a0eed2-c1b0-482a-9041-6c522aec2f89-root {
    text-align: center;
  }


#s-76a0eed2-c1b0-482a-9041-6c522aec2f89.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76a0eed2-c1b0-482a-9041-6c522aec2f89-root {
    text-align: center;
  }


#s-76a0eed2-c1b0-482a-9041-6c522aec2f89.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-2a498cdf-108a-464e-9e0e-a4c18cb406fc {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-2a498cdf-108a-464e-9e0e-a4c18cb406fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a498cdf-108a-464e-9e0e-a4c18cb406fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e887efa-c056-4b88-b692-74cf31f8cfac {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-9b237964-a6a1-4eee-b195-7763b51339eb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-9b237964-a6a1-4eee-b195-7763b51339eb:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b237964-a6a1-4eee-b195-7763b51339eb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b237964-a6a1-4eee-b195-7763b51339eb-root {
    text-align: center;
  }


#s-9b237964-a6a1-4eee-b195-7763b51339eb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b237964-a6a1-4eee-b195-7763b51339eb-root {
    text-align: center;
  }


#s-9b237964-a6a1-4eee-b195-7763b51339eb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b237964-a6a1-4eee-b195-7763b51339eb-root {
    text-align: center;
  }


#s-9b237964-a6a1-4eee-b195-7763b51339eb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b237964-a6a1-4eee-b195-7763b51339eb-root {
    text-align: center;
  }


#s-9b237964-a6a1-4eee-b195-7763b51339eb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b237964-a6a1-4eee-b195-7763b51339eb-root {
    text-align: center;
  }


#s-9b237964-a6a1-4eee-b195-7763b51339eb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-16af8a37-5d44-42e3-af47-949007de832e {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-c0b0180c-dc92-4f5a-8323-ed5ebf69acff {
  min-height: 50px;
}








#s-c0b0180c-dc92-4f5a-8323-ed5ebf69acff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b0180c-dc92-4f5a-8323-ed5ebf69acff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d96fb8cd-a99d-4b7f-84e3-475f5f94137e {
  min-height: 50px;
}








#s-d96fb8cd-a99d-4b7f-84e3-475f5f94137e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d96fb8cd-a99d-4b7f-84e3-475f5f94137e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4781560-4dd9-470c-b0bd-cbc1075f5a52 {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 img.shogun-image,
  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
    width: 100%;
    height: auto;
  }



  img.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
    
    
  }


.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shg-align-container {
  text-align: center
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 img.shogun-image,
  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
    width: 100%;
    height: auto;
  }



  img.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
    
    
  }


.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shg-align-container {
  text-align: center
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
  box-sizing: border-box;
}


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



  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 img.shogun-image,
  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
    width: 100%;
    height: auto;
  }



  img.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
    
    
  }


.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shg-align-container {
  text-align: center
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
  box-sizing: border-box;
}


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



  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 img.shogun-image,
  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
    width: 100%;
    height: auto;
  }



  img.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
    
    
  }


.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shg-align-container {
  text-align: center
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
  box-sizing: border-box;
}


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



  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 img.shogun-image,
  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 {
    width: 100%;
    height: auto;
  }



  img.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
    
    
  }


.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shg-align-container {
  text-align: center
}

.s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e473309c-f060-4ce0-8c7e-8d07d694a6f3.shogun-image {
  box-sizing: border-box;
}


}
#s-e4ae44b5-2e69-4a34-8e48-c9839e62720d {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-e4ae44b5-2e69-4a34-8e48-c9839e62720d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ae44b5-2e69-4a34-8e48-c9839e62720d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45406163-9fba-45be-ad68-9f451c79aafb {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5210f8d-4387-4291-a2a4-4b9308e81b0e-root {
    text-align: center;
  }


#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5210f8d-4387-4291-a2a4-4b9308e81b0e-root {
    text-align: center;
  }


#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5210f8d-4387-4291-a2a4-4b9308e81b0e-root {
    text-align: center;
  }


#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5210f8d-4387-4291-a2a4-4b9308e81b0e-root {
    text-align: center;
  }


#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5210f8d-4387-4291-a2a4-4b9308e81b0e-root {
    text-align: center;
  }


#s-f5210f8d-4387-4291-a2a4-4b9308e81b0e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-1b7510b4-be20-4530-8747-c4c79642ca2c {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-9695ac60-0de7-4e3c-bb06-3868d77886c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9695ac60-0de7-4e3c-bb06-3868d77886c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9695ac60-0de7-4e3c-bb06-3868d77886c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9695ac60-0de7-4e3c-bb06-3868d77886c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a12ace1-b525-477e-8e00-ba9c5bdaba9a {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-1cb4d734-5f39-48ec-9844-c504a1ab9c69 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1cb4d734-5f39-48ec-9844-c504a1ab9c69 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1cb4d734-5f39-48ec-9844-c504a1ab9c69 .shg-sld-nav-button.shg-sld-left,
#s-1cb4d734-5f39-48ec-9844-c504a1ab9c69 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
aspect-ratio: 1/1;
text-align: center;
}





  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 img.shogun-image,
  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
    width: 100%;
    height: auto;
  }



  img.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
    
    
  }


.s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shogun-image-content {
  
    align-items: center;
  
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shg-align-container {
  text-align: center
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 img.shogun-image,
  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
    width: 100%;
    height: auto;
  }



  img.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
    
    
  }


.s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shogun-image-content {
  
    align-items: center;
  
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shg-align-container {
  text-align: center
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
  box-sizing: border-box;
}


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



  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 img.shogun-image,
  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
    width: 100%;
    height: auto;
  }



  img.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
    
    
  }


.s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shogun-image-content {
  
    align-items: center;
  
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shg-align-container {
  text-align: center
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
  box-sizing: border-box;
}


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



  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 img.shogun-image,
  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
    width: 100%;
    height: auto;
  }



  img.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
    
    
  }


.s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shogun-image-content {
  
    align-items: center;
  
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shg-align-container {
  text-align: center
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
  box-sizing: border-box;
}


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



  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 img.shogun-image,
  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00300b1b-5cf7-43e1-b24d-e5871728a291 {
    width: 100%;
    height: auto;
  }



  img.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
    
    
  }


.s-00300b1b-5cf7-43e1-b24d-e5871728a291 .shogun-image-content {
  
    align-items: center;
  
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shg-align-container {
  text-align: center
}

.s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00300b1b-5cf7-43e1-b24d-e5871728a291.shogun-image {
  box-sizing: border-box;
}


}
#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
    
    
  }


.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shg-align-container {
  text-align: center
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
    
    
  }


.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shg-align-container {
  text-align: center
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
    
    
  }


.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shg-align-container {
  text-align: center
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
    
    
  }


.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shg-align-container {
  text-align: center
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
    
    
  }


.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shg-align-container {
  text-align: center
}

.s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe2efc5-23cf-4ffa-97d9-43031aa966b5.shogun-image {
  box-sizing: border-box;
}


}
#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
    
    
  }


.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd .shogun-image-content {
  
    align-items: center;
  
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shg-align-container {
  text-align: center
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
    
    
  }


.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd .shogun-image-content {
  
    align-items: center;
  
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shg-align-container {
  text-align: center
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
    
    
  }


.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd .shogun-image-content {
  
    align-items: center;
  
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shg-align-container {
  text-align: center
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
    
    
  }


.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd .shogun-image-content {
  
    align-items: center;
  
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shg-align-container {
  text-align: center
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
    
    
  }


.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd .shogun-image-content {
  
    align-items: center;
  
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shg-align-container {
  text-align: center
}

.s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a9ce1b4-0014-48bd-b4ac-f93bda0833bd.shogun-image {
  box-sizing: border-box;
}


}
#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
    
    
  }


.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shg-align-container {
  text-align: center
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
    
    
  }


.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shg-align-container {
  text-align: center
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
    
    
  }


.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shg-align-container {
  text-align: center
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
    
    
  }


.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shg-align-container {
  text-align: center
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
    
    
  }


.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shg-align-container {
  text-align: center
}

.s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0f506d6-d59a-4824-95bc-ee1aa027ffe0.shogun-image {
  box-sizing: border-box;
}


}
#s-ae4ff312-0f9d-4504-8fcf-594ad6fcbbba {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-ae4ff312-0f9d-4504-8fcf-594ad6fcbbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae4ff312-0f9d-4504-8fcf-594ad6fcbbba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b4568b5-acc5-47ff-b935-d66f4048b597 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77ee75fa-86eb-467a-a6e2-9adf4da0795e-root {
    text-align: center;
  }


#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77ee75fa-86eb-467a-a6e2-9adf4da0795e-root {
    text-align: center;
  }


#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77ee75fa-86eb-467a-a6e2-9adf4da0795e-root {
    text-align: center;
  }


#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77ee75fa-86eb-467a-a6e2-9adf4da0795e-root {
    text-align: center;
  }


#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77ee75fa-86eb-467a-a6e2-9adf4da0795e-root {
    text-align: center;
  }


#s-77ee75fa-86eb-467a-a6e2-9adf4da0795e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-7813cc80-3851-47ad-9f26-4d46fdd9e35b {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-7813cc80-3851-47ad-9f26-4d46fdd9e35b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7813cc80-3851-47ad-9f26-4d46fdd9e35b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-275ef653-a38c-457a-8cc9-2fc483a37fa6 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-9415866f-72f9-474e-8660-ea207ad091d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-9415866f-72f9-474e-8660-ea207ad091d8:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9415866f-72f9-474e-8660-ea207ad091d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9415866f-72f9-474e-8660-ea207ad091d8-root {
    text-align: center;
  }


#s-9415866f-72f9-474e-8660-ea207ad091d8.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9415866f-72f9-474e-8660-ea207ad091d8-root {
    text-align: center;
  }


#s-9415866f-72f9-474e-8660-ea207ad091d8.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9415866f-72f9-474e-8660-ea207ad091d8-root {
    text-align: center;
  }


#s-9415866f-72f9-474e-8660-ea207ad091d8.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9415866f-72f9-474e-8660-ea207ad091d8-root {
    text-align: center;
  }


#s-9415866f-72f9-474e-8660-ea207ad091d8.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9415866f-72f9-474e-8660-ea207ad091d8-root {
    text-align: center;
  }


#s-9415866f-72f9-474e-8660-ea207ad091d8.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-dda50d89-c178-4064-9080-16637d6df036 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-dda50d89-c178-4064-9080-16637d6df036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dda50d89-c178-4064-9080-16637d6df036.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2793cd7d-2e54-4820-a79e-5825c2b34b70 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d-root {
    text-align: center;
  }


#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d-root {
    text-align: center;
  }


#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d-root {
    text-align: center;
  }


#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d-root {
    text-align: center;
  }


#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d-root {
    text-align: center;
  }


#s-b484bffe-37f4-40c9-91f1-bb56e4f57e9d.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-f9dc0ec9-ed86-4d41-aacf-051a9a6288d0 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-f9dc0ec9-ed86-4d41-aacf-051a9a6288d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9dc0ec9-ed86-4d41-aacf-051a9a6288d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e24bc49-68c6-4ecd-aa4e-1498504cd32a {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-b6556d97-699d-4844-9e2e-6fb9de40510a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-b6556d97-699d-4844-9e2e-6fb9de40510a:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6556d97-699d-4844-9e2e-6fb9de40510a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6556d97-699d-4844-9e2e-6fb9de40510a-root {
    text-align: center;
  }


#s-b6556d97-699d-4844-9e2e-6fb9de40510a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6556d97-699d-4844-9e2e-6fb9de40510a-root {
    text-align: center;
  }


#s-b6556d97-699d-4844-9e2e-6fb9de40510a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6556d97-699d-4844-9e2e-6fb9de40510a-root {
    text-align: center;
  }


#s-b6556d97-699d-4844-9e2e-6fb9de40510a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6556d97-699d-4844-9e2e-6fb9de40510a-root {
    text-align: center;
  }


#s-b6556d97-699d-4844-9e2e-6fb9de40510a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6556d97-699d-4844-9e2e-6fb9de40510a-root {
    text-align: center;
  }


#s-b6556d97-699d-4844-9e2e-6fb9de40510a.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-033b429f-19a4-4f03-8429-113990e7ef69 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-a4c1825c-5d80-466a-8931-6e4edb1c069d {
  min-height: 50px;
}








#s-a4c1825c-5d80-466a-8931-6e4edb1c069d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4c1825c-5d80-466a-8931-6e4edb1c069d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd571ef-91aa-4618-965e-afc310bb8f37 {
  min-height: 50px;
}








#s-bdd571ef-91aa-4618-965e-afc310bb8f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdd571ef-91aa-4618-965e-afc310bb8f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31af0c45-a974-4bb8-965c-69c607cf8e44 {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-4abc8466-462e-4818-9108-9c585a88cd64 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4abc8466-462e-4818-9108-9c585a88cd64 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4abc8466-462e-4818-9108-9c585a88cd64 .shg-sld-nav-button.shg-sld-left,
#s-4abc8466-462e-4818-9108-9c585a88cd64 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-87f9e10e-ea2f-4fb9-8135-7fae1ec6b584 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-87f9e10e-ea2f-4fb9-8135-7fae1ec6b584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f9e10e-ea2f-4fb9-8135-7fae1ec6b584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 7%;
padding-right: 7%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5ea531da-4116-4de5-80ab-e4a04161a133 img.shogun-image,
  #s-5ea531da-4116-4de5-80ab-e4a04161a133 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea531da-4116-4de5-80ab-e4a04161a133 {
    width: 100%;
    height: auto;
  }



  img.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
    
    
  }


.s-5ea531da-4116-4de5-80ab-e4a04161a133 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shg-align-container {
  text-align: center
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5ea531da-4116-4de5-80ab-e4a04161a133 img.shogun-image,
  #s-5ea531da-4116-4de5-80ab-e4a04161a133 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea531da-4116-4de5-80ab-e4a04161a133 {
    width: 100%;
    height: auto;
  }



  img.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
    
    
  }


.s-5ea531da-4116-4de5-80ab-e4a04161a133 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shg-align-container {
  text-align: center
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ea531da-4116-4de5-80ab-e4a04161a133 img.shogun-image,
  #s-5ea531da-4116-4de5-80ab-e4a04161a133 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea531da-4116-4de5-80ab-e4a04161a133 {
    width: 100%;
    height: auto;
  }



  img.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
    
    
  }


.s-5ea531da-4116-4de5-80ab-e4a04161a133 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shg-align-container {
  text-align: center
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ea531da-4116-4de5-80ab-e4a04161a133 img.shogun-image,
  #s-5ea531da-4116-4de5-80ab-e4a04161a133 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea531da-4116-4de5-80ab-e4a04161a133 {
    width: 100%;
    height: auto;
  }



  img.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
    
    
  }


.s-5ea531da-4116-4de5-80ab-e4a04161a133 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shg-align-container {
  text-align: center
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
  box-sizing: border-box;
}


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



  #s-5ea531da-4116-4de5-80ab-e4a04161a133 img.shogun-image,
  #s-5ea531da-4116-4de5-80ab-e4a04161a133 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ea531da-4116-4de5-80ab-e4a04161a133 {
    width: 100%;
    height: auto;
  }



  img.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
    
    
  }


.s-5ea531da-4116-4de5-80ab-e4a04161a133 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shg-align-container {
  text-align: center
}

.s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ea531da-4116-4de5-80ab-e4a04161a133.shogun-image {
  box-sizing: border-box;
}


}
#s-7855a42d-ac37-4bc1-b624-a6e1380eb355 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-1e704d90-db4a-4422-8611-b648e1fa9d46 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-1e704d90-db4a-4422-8611-b648e1fa9d46:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e704d90-db4a-4422-8611-b648e1fa9d46:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e704d90-db4a-4422-8611-b648e1fa9d46-root {
    text-align: center;
  }


#s-1e704d90-db4a-4422-8611-b648e1fa9d46.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e704d90-db4a-4422-8611-b648e1fa9d46-root {
    text-align: center;
  }


#s-1e704d90-db4a-4422-8611-b648e1fa9d46.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e704d90-db4a-4422-8611-b648e1fa9d46-root {
    text-align: center;
  }


#s-1e704d90-db4a-4422-8611-b648e1fa9d46.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e704d90-db4a-4422-8611-b648e1fa9d46-root {
    text-align: center;
  }


#s-1e704d90-db4a-4422-8611-b648e1fa9d46.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e704d90-db4a-4422-8611-b648e1fa9d46-root {
    text-align: center;
  }


#s-1e704d90-db4a-4422-8611-b648e1fa9d46.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-7e778241-5d78-4b2d-b7df-935c24e97f0d {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-7e778241-5d78-4b2d-b7df-935c24e97f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e778241-5d78-4b2d-b7df-935c24e97f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 7%;
padding-right: 7%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fa270fde-276b-4984-99d6-be93e9c88dbc img.shogun-image,
  #s-fa270fde-276b-4984-99d6-be93e9c88dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa270fde-276b-4984-99d6-be93e9c88dbc {
    width: 100%;
    height: auto;
  }



  img.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
    
    
  }


.s-fa270fde-276b-4984-99d6-be93e9c88dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shg-align-container {
  text-align: center
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-fa270fde-276b-4984-99d6-be93e9c88dbc img.shogun-image,
  #s-fa270fde-276b-4984-99d6-be93e9c88dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa270fde-276b-4984-99d6-be93e9c88dbc {
    width: 100%;
    height: auto;
  }



  img.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
    
    
  }


.s-fa270fde-276b-4984-99d6-be93e9c88dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shg-align-container {
  text-align: center
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa270fde-276b-4984-99d6-be93e9c88dbc img.shogun-image,
  #s-fa270fde-276b-4984-99d6-be93e9c88dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa270fde-276b-4984-99d6-be93e9c88dbc {
    width: 100%;
    height: auto;
  }



  img.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
    
    
  }


.s-fa270fde-276b-4984-99d6-be93e9c88dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shg-align-container {
  text-align: center
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa270fde-276b-4984-99d6-be93e9c88dbc img.shogun-image,
  #s-fa270fde-276b-4984-99d6-be93e9c88dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa270fde-276b-4984-99d6-be93e9c88dbc {
    width: 100%;
    height: auto;
  }



  img.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
    
    
  }


.s-fa270fde-276b-4984-99d6-be93e9c88dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shg-align-container {
  text-align: center
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
  box-sizing: border-box;
}


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



  #s-fa270fde-276b-4984-99d6-be93e9c88dbc img.shogun-image,
  #s-fa270fde-276b-4984-99d6-be93e9c88dbc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa270fde-276b-4984-99d6-be93e9c88dbc {
    width: 100%;
    height: auto;
  }



  img.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
    
    
  }


.s-fa270fde-276b-4984-99d6-be93e9c88dbc .shogun-image-content {
  
    align-items: center;
  
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shg-align-container {
  text-align: center
}

.s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa270fde-276b-4984-99d6-be93e9c88dbc.shogun-image {
  box-sizing: border-box;
}


}
#s-ff981db6-bc52-4386-97ca-63dcfba7cb2d {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-b157952c-ba80-470d-af82-729051f0b88e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-b157952c-ba80-470d-af82-729051f0b88e:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b157952c-ba80-470d-af82-729051f0b88e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b157952c-ba80-470d-af82-729051f0b88e-root {
    text-align: center;
  }


#s-b157952c-ba80-470d-af82-729051f0b88e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b157952c-ba80-470d-af82-729051f0b88e-root {
    text-align: center;
  }


#s-b157952c-ba80-470d-af82-729051f0b88e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b157952c-ba80-470d-af82-729051f0b88e-root {
    text-align: center;
  }


#s-b157952c-ba80-470d-af82-729051f0b88e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b157952c-ba80-470d-af82-729051f0b88e-root {
    text-align: center;
  }


#s-b157952c-ba80-470d-af82-729051f0b88e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b157952c-ba80-470d-af82-729051f0b88e-root {
    text-align: center;
  }


#s-b157952c-ba80-470d-af82-729051f0b88e.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
    
    
  }


.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shg-align-container {
  text-align: center
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
    
    
  }


.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shg-align-container {
  text-align: center
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
    
    
  }


.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shg-align-container {
  text-align: center
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
    
    
  }


.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shg-align-container {
  text-align: center
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
    
    
  }


.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shg-align-container {
  text-align: center
}

.s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7a8e4b-d374-4615-b27e-d68cbbb832b6.shogun-image {
  box-sizing: border-box;
}


}
#s-1520308f-7c2f-490b-b6a3-81286ad559bc {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
    
    
  }


.s-1520308f-7c2f-490b-b6a3-81286ad559bc .shogun-image-content {
  
    align-items: center;
  
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shg-align-container {
  text-align: center
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
    
    
  }


.s-1520308f-7c2f-490b-b6a3-81286ad559bc .shogun-image-content {
  
    align-items: center;
  
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shg-align-container {
  text-align: center
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
    
    
  }


.s-1520308f-7c2f-490b-b6a3-81286ad559bc .shogun-image-content {
  
    align-items: center;
  
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shg-align-container {
  text-align: center
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
    
    
  }


.s-1520308f-7c2f-490b-b6a3-81286ad559bc .shogun-image-content {
  
    align-items: center;
  
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shg-align-container {
  text-align: center
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
    
    
  }


.s-1520308f-7c2f-490b-b6a3-81286ad559bc .shogun-image-content {
  
    align-items: center;
  
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shg-align-container {
  text-align: center
}

.s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1520308f-7c2f-490b-b6a3-81286ad559bc.shogun-image {
  box-sizing: border-box;
}


}
#s-9cdc3afd-d645-4e4b-9cc8-f6875cec61ee {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-9cdc3afd-d645-4e4b-9cc8-f6875cec61ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cdc3afd-d645-4e4b-9cc8-f6875cec61ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7751fc5b-61c4-462b-bad1-7a91f76a80fd {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639-root {
    text-align: center;
  }


#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639-root {
    text-align: center;
  }


#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639-root {
    text-align: center;
  }


#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639-root {
    text-align: center;
  }


#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639-root {
    text-align: center;
  }


#s-a8a7cc3b-4cbb-4cff-aa7f-636881eaf639.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-262fa69a-c1ac-4e51-bcc1-c771e552af70 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-262fa69a-c1ac-4e51-bcc1-c771e552af70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262fa69a-c1ac-4e51-bcc1-c771e552af70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5682722a-89ee-4e1f-88f3-2a750a891955 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-0387ed53-d5ba-4a49-9633-fffe397e2e25 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-0387ed53-d5ba-4a49-9633-fffe397e2e25:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0387ed53-d5ba-4a49-9633-fffe397e2e25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0387ed53-d5ba-4a49-9633-fffe397e2e25-root {
    text-align: center;
  }


#s-0387ed53-d5ba-4a49-9633-fffe397e2e25.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0387ed53-d5ba-4a49-9633-fffe397e2e25-root {
    text-align: center;
  }


#s-0387ed53-d5ba-4a49-9633-fffe397e2e25.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0387ed53-d5ba-4a49-9633-fffe397e2e25-root {
    text-align: center;
  }


#s-0387ed53-d5ba-4a49-9633-fffe397e2e25.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0387ed53-d5ba-4a49-9633-fffe397e2e25-root {
    text-align: center;
  }


#s-0387ed53-d5ba-4a49-9633-fffe397e2e25.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0387ed53-d5ba-4a49-9633-fffe397e2e25-root {
    text-align: center;
  }


#s-0387ed53-d5ba-4a49-9633-fffe397e2e25.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-3efcbe23-de8d-4183-a780-c1fef76054bd {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-bdf8ad25-9e82-4d46-93af-b2db4695a12e {
  min-height: 50px;
}








#s-bdf8ad25-9e82-4d46-93af-b2db4695a12e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdf8ad25-9e82-4d46-93af-b2db4695a12e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e61a447-5cdc-4f9d-8236-0d15cf46ca1c {
  min-height: 50px;
}








#s-6e61a447-5cdc-4f9d-8236-0d15cf46ca1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e61a447-5cdc-4f9d-8236-0d15cf46ca1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05d9bccc-b21f-4d44-9cad-96e84e87dcde {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-54d33454-d2a5-4408-9d27-259dceaff702 {
  padding-left: 7%;
padding-right: 7%;
min-height: 50px;
}








#s-54d33454-d2a5-4408-9d27-259dceaff702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d33454-d2a5-4408-9d27-259dceaff702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 img.shogun-image,
  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
    width: 100%;
    height: auto;
  }



  img.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
    
    
  }


.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shg-align-container {
  text-align: center
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 img.shogun-image,
  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
    width: 100%;
    height: auto;
  }



  img.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
    
    
  }


.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shg-align-container {
  text-align: center
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 img.shogun-image,
  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
    width: 100%;
    height: auto;
  }



  img.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
    
    
  }


.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shg-align-container {
  text-align: center
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 img.shogun-image,
  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
    width: 100%;
    height: auto;
  }



  img.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
    
    
  }


.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shg-align-container {
  text-align: center
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
  box-sizing: border-box;
}


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



  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 img.shogun-image,
  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 {
    width: 100%;
    height: auto;
  }



  img.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
    
    
  }


.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shg-align-container {
  text-align: center
}

.s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1aefecc4-f9ee-4dfb-9b1d-c8c395e005c5.shogun-image {
  box-sizing: border-box;
}


}
#s-cd154849-219c-4042-a5f1-87ed83a388c2 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-cd154849-219c-4042-a5f1-87ed83a388c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd154849-219c-4042-a5f1-87ed83a388c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-badc0c98-60b9-4613-94ea-8d2c18db939c {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-982d3f13-0c37-40fd-b99e-71fcf889ea59 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-982d3f13-0c37-40fd-b99e-71fcf889ea59:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-982d3f13-0c37-40fd-b99e-71fcf889ea59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-982d3f13-0c37-40fd-b99e-71fcf889ea59-root {
    text-align: center;
  }


#s-982d3f13-0c37-40fd-b99e-71fcf889ea59.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-982d3f13-0c37-40fd-b99e-71fcf889ea59-root {
    text-align: center;
  }


#s-982d3f13-0c37-40fd-b99e-71fcf889ea59.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-982d3f13-0c37-40fd-b99e-71fcf889ea59-root {
    text-align: center;
  }


#s-982d3f13-0c37-40fd-b99e-71fcf889ea59.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-982d3f13-0c37-40fd-b99e-71fcf889ea59-root {
    text-align: center;
  }


#s-982d3f13-0c37-40fd-b99e-71fcf889ea59.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-982d3f13-0c37-40fd-b99e-71fcf889ea59-root {
    text-align: center;
  }


#s-982d3f13-0c37-40fd-b99e-71fcf889ea59.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-6d4fd4c4-a910-4d46-9a3d-9b135dbaf197 {
  min-height: 50px;
}








#s-6d4fd4c4-a910-4d46-9a3d-9b135dbaf197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4fd4c4-a910-4d46-9a3d-9b135dbaf197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-692cf6b7-3496-47b2-a7e3-e8a8134ab5f7 {
  margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-8aaa49f9-a017-4f52-a995-4667ccd832d7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8aaa49f9-a017-4f52-a995-4667ccd832d7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8aaa49f9-a017-4f52-a995-4667ccd832d7 .shg-sld-nav-button.shg-sld-left,
#s-8aaa49f9-a017-4f52-a995-4667ccd832d7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 img.shogun-image,
  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
    width: 100%;
    height: auto;
  }



  img.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
    
    
  }


.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shg-align-container {
  text-align: center
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 img.shogun-image,
  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
    width: 100%;
    height: auto;
  }



  img.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
    
    
  }


.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shg-align-container {
  text-align: center
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 img.shogun-image,
  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
    width: 100%;
    height: auto;
  }



  img.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
    
    
  }


.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shg-align-container {
  text-align: center
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 img.shogun-image,
  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
    width: 100%;
    height: auto;
  }



  img.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
    
    
  }


.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shg-align-container {
  text-align: center
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
  box-sizing: border-box;
}


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



  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 img.shogun-image,
  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 {
    width: 100%;
    height: auto;
  }



  img.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
    
    
  }


.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shg-align-container {
  text-align: center
}

.s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c5b52b3-e0f1-4f4a-8e12-177b4bca71e1.shogun-image {
  box-sizing: border-box;
}


}
#s-647279ac-f48c-4a88-bfb5-0f9149c2c86c {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-af041ad8-c368-42cb-85ad-02a177c3e9d6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-af041ad8-c368-42cb-85ad-02a177c3e9d6:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af041ad8-c368-42cb-85ad-02a177c3e9d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af041ad8-c368-42cb-85ad-02a177c3e9d6-root {
    text-align: center;
  }


#s-af041ad8-c368-42cb-85ad-02a177c3e9d6.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af041ad8-c368-42cb-85ad-02a177c3e9d6-root {
    text-align: center;
  }


#s-af041ad8-c368-42cb-85ad-02a177c3e9d6.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af041ad8-c368-42cb-85ad-02a177c3e9d6-root {
    text-align: center;
  }


#s-af041ad8-c368-42cb-85ad-02a177c3e9d6.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af041ad8-c368-42cb-85ad-02a177c3e9d6-root {
    text-align: center;
  }


#s-af041ad8-c368-42cb-85ad-02a177c3e9d6.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af041ad8-c368-42cb-85ad-02a177c3e9d6-root {
    text-align: center;
  }


#s-af041ad8-c368-42cb-85ad-02a177c3e9d6.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 2437px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 img.shogun-image,
  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
    width: 100%;
    height: auto;
  }



  img.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
    
    
  }


.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shg-align-container {
  text-align: center
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 img.shogun-image,
  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
    width: 100%;
    height: auto;
  }



  img.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
    
    
  }


.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shg-align-container {
  text-align: center
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
  box-sizing: border-box;
}


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



  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 img.shogun-image,
  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
    width: 100%;
    height: auto;
  }



  img.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
    
    
  }


.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shg-align-container {
  text-align: center
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
  box-sizing: border-box;
}


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



  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 img.shogun-image,
  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
    width: 100%;
    height: auto;
  }



  img.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
    
    
  }


.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shg-align-container {
  text-align: center
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
  box-sizing: border-box;
}


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



  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 img.shogun-image,
  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 {
    width: 100%;
    height: auto;
  }



  img.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
    
    
  }


.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shg-align-container {
  text-align: center
}

.s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f81534dd-bfbe-47ca-be8b-5ede87afc3d4.shogun-image {
  box-sizing: border-box;
}


}
#s-85052bc2-e37c-4d4d-956f-7a2efd3c3e1a {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-ab33946b-7936-4335-9aa7-5cae68e3a445 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-ab33946b-7936-4335-9aa7-5cae68e3a445:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab33946b-7936-4335-9aa7-5cae68e3a445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab33946b-7936-4335-9aa7-5cae68e3a445-root {
    text-align: center;
  }


#s-ab33946b-7936-4335-9aa7-5cae68e3a445.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab33946b-7936-4335-9aa7-5cae68e3a445-root {
    text-align: center;
  }


#s-ab33946b-7936-4335-9aa7-5cae68e3a445.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab33946b-7936-4335-9aa7-5cae68e3a445-root {
    text-align: center;
  }


#s-ab33946b-7936-4335-9aa7-5cae68e3a445.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab33946b-7936-4335-9aa7-5cae68e3a445-root {
    text-align: center;
  }


#s-ab33946b-7936-4335-9aa7-5cae68e3a445.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab33946b-7936-4335-9aa7-5cae68e3a445-root {
    text-align: center;
  }


#s-ab33946b-7936-4335-9aa7-5cae68e3a445.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc img.shogun-image,
  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
    width: 100%;
    height: auto;
  }



  img.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
    
    
  }


.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shg-align-container {
  text-align: center
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc img.shogun-image,
  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
    width: 100%;
    height: auto;
  }



  img.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
    
    
  }


.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shg-align-container {
  text-align: center
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
  box-sizing: border-box;
}


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



  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc img.shogun-image,
  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
    width: 100%;
    height: auto;
  }



  img.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
    
    
  }


.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shg-align-container {
  text-align: center
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
  box-sizing: border-box;
}


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



  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc img.shogun-image,
  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
    width: 100%;
    height: auto;
  }



  img.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
    
    
  }


.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shg-align-container {
  text-align: center
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
  box-sizing: border-box;
}


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



  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc img.shogun-image,
  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc {
    width: 100%;
    height: auto;
  }



  img.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
    
    
  }


.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc .shogun-image-content {
  
    align-items: center;
  
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shg-align-container {
  text-align: center
}

.s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fb742f4-b6e5-4309-8dbe-f3f15e97eabc.shogun-image {
  box-sizing: border-box;
}


}
#s-f1660a2e-b157-41fc-81e0-f45d3ddec51c {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-e375865f-a361-44b5-9a70-05d6cde7842c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-e375865f-a361-44b5-9a70-05d6cde7842c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e375865f-a361-44b5-9a70-05d6cde7842c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e375865f-a361-44b5-9a70-05d6cde7842c-root {
    text-align: center;
  }


#s-e375865f-a361-44b5-9a70-05d6cde7842c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e375865f-a361-44b5-9a70-05d6cde7842c-root {
    text-align: center;
  }


#s-e375865f-a361-44b5-9a70-05d6cde7842c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e375865f-a361-44b5-9a70-05d6cde7842c-root {
    text-align: center;
  }


#s-e375865f-a361-44b5-9a70-05d6cde7842c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e375865f-a361-44b5-9a70-05d6cde7842c-root {
    text-align: center;
  }


#s-e375865f-a361-44b5-9a70-05d6cde7842c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e375865f-a361-44b5-9a70-05d6cde7842c-root {
    text-align: center;
  }


#s-e375865f-a361-44b5-9a70-05d6cde7842c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 1846px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 img.shogun-image,
  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
    width: 100%;
    height: auto;
  }



  img.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
    
    
  }


.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shogun-image-content {
  
    align-items: center;
  
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shg-align-container {
  text-align: center
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 img.shogun-image,
  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
    width: 100%;
    height: auto;
  }



  img.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
    
    
  }


.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shogun-image-content {
  
    align-items: center;
  
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shg-align-container {
  text-align: center
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
  box-sizing: border-box;
}


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



  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 img.shogun-image,
  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
    width: 100%;
    height: auto;
  }



  img.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
    
    
  }


.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shogun-image-content {
  
    align-items: center;
  
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shg-align-container {
  text-align: center
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
  box-sizing: border-box;
}


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



  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 img.shogun-image,
  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
    width: 100%;
    height: auto;
  }



  img.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
    
    
  }


.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shogun-image-content {
  
    align-items: center;
  
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shg-align-container {
  text-align: center
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
  box-sizing: border-box;
}


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



  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 img.shogun-image,
  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 {
    width: 100%;
    height: auto;
  }



  img.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
    
    
  }


.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3 .shogun-image-content {
  
    align-items: center;
  
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shg-align-container {
  text-align: center
}

.s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68ab50f6-c2e5-496b-873d-919aeb1d1de3.shogun-image {
  box-sizing: border-box;
}


}
#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd img.shogun-image,
  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
    width: 100%;
    height: auto;
  }



  img.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
    
    
  }


.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shogun-image-content {
  
    align-items: center;
  
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shg-align-container {
  text-align: center
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd img.shogun-image,
  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
    width: 100%;
    height: auto;
  }



  img.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
    
    
  }


.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shogun-image-content {
  
    align-items: center;
  
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shg-align-container {
  text-align: center
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd img.shogun-image,
  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
    width: 100%;
    height: auto;
  }



  img.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
    
    
  }


.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shogun-image-content {
  
    align-items: center;
  
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shg-align-container {
  text-align: center
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd img.shogun-image,
  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
    width: 100%;
    height: auto;
  }



  img.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
    
    
  }


.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shogun-image-content {
  
    align-items: center;
  
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shg-align-container {
  text-align: center
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
  box-sizing: border-box;
}


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



  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd img.shogun-image,
  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd {
    width: 100%;
    height: auto;
  }



  img.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
    
    
  }


.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd .shogun-image-content {
  
    align-items: center;
  
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shg-align-container {
  text-align: center
}

.s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03eb3c72-83d2-4ab0-b4b2-58178dff34cd.shogun-image {
  box-sizing: border-box;
}


}
#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
    
    
  }


.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shg-align-container {
  text-align: center
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
    
    
  }


.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shg-align-container {
  text-align: center
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
    
    
  }


.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shg-align-container {
  text-align: center
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
    
    
  }


.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shg-align-container {
  text-align: center
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
    
    
  }


.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shg-align-container {
  text-align: center
}

.s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c86ff58-5d2c-4aca-843e-6e25ea18c347.shogun-image {
  box-sizing: border-box;
}


}
#s-364b032e-30c0-4987-a39b-5acd465b2f55 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
    
    
  }


.s-364b032e-30c0-4987-a39b-5acd465b2f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shg-align-container {
  text-align: center
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
    
    
  }


.s-364b032e-30c0-4987-a39b-5acd465b2f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shg-align-container {
  text-align: center
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
  box-sizing: border-box;
}


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





  img.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
    
    
  }


.s-364b032e-30c0-4987-a39b-5acd465b2f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shg-align-container {
  text-align: center
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
  box-sizing: border-box;
}


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





  img.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
    
    
  }


.s-364b032e-30c0-4987-a39b-5acd465b2f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shg-align-container {
  text-align: center
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
  box-sizing: border-box;
}


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





  img.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
    
    
  }


.s-364b032e-30c0-4987-a39b-5acd465b2f55 .shogun-image-content {
  
    align-items: center;
  
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shg-align-container {
  text-align: center
}

.s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-364b032e-30c0-4987-a39b-5acd465b2f55.shogun-image {
  box-sizing: border-box;
}


}
#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
text-align: center;
}







  img.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
    
    
  }


.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shg-align-container {
  text-align: center
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
    
    
  }


.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shg-align-container {
  text-align: center
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
    
    
  }


.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shg-align-container {
  text-align: center
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
    
    
  }


.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shg-align-container {
  text-align: center
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
    
    
  }


.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shg-align-container {
  text-align: center
}

.s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec5b7443-bd4e-400f-bcb7-29f1cc963ad8.shogun-image {
  box-sizing: border-box;
}


}
#s-7e7f9241-c1c6-4768-9c7c-5d695c15d9d0 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-d62d54a9-6fe6-46f4-8c44-e54663ad3020 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-34d3a1e4-890f-4c86-8be5-c7e876e5b10d {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-a0e35a90-c8c3-439a-9cbe-723b24bc69c3 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-a0e35a90-c8c3-439a-9cbe-723b24bc69c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0e35a90-c8c3-439a-9cbe-723b24bc69c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f519e24-6b0e-448c-977e-1d0611ee1b8d {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb-root {
    text-align: center;
  }


#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb-root {
    text-align: center;
  }


#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb-root {
    text-align: center;
  }


#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb-root {
    text-align: center;
  }


#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb-root {
    text-align: center;
  }


#s-fca5c062-b2d2-4e6e-b9f1-230108fd3afb.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-c3ba0419-2dc6-4027-969a-7636623c36b0 {
  padding-top: 3px;
padding-bottom: 3px;
min-height: 50px;
}








#s-c3ba0419-2dc6-4027-969a-7636623c36b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3ba0419-2dc6-4027-969a-7636623c36b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd585d3a-8fbc-4a7f-b24c-d206da14780c {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c-root {
    text-align: center;
  }


#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c-root {
    text-align: center;
  }


#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c-root {
    text-align: center;
  }


#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c-root {
    text-align: center;
  }


#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c-root {
    text-align: center;
  }


#s-d0f451ba-1902-4d16-a4fc-055ea4cbc67c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c-root {
    text-align: center;
  }


#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c-root {
    text-align: center;
  }


#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c-root {
    text-align: center;
  }


#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c-root {
    text-align: center;
  }


#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c-root {
    text-align: center;
  }


#s-8d00f4bc-518c-4e05-8f80-f04a1ed1aa3c.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8109b95c-41f4-4451-acce-5e755ec8fef2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-8109b95c-41f4-4451-acce-5e755ec8fef2:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8109b95c-41f4-4451-acce-5e755ec8fef2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8109b95c-41f4-4451-acce-5e755ec8fef2-root {
    text-align: center;
  }


#s-8109b95c-41f4-4451-acce-5e755ec8fef2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8109b95c-41f4-4451-acce-5e755ec8fef2-root {
    text-align: center;
  }


#s-8109b95c-41f4-4451-acce-5e755ec8fef2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8109b95c-41f4-4451-acce-5e755ec8fef2-root {
    text-align: center;
  }


#s-8109b95c-41f4-4451-acce-5e755ec8fef2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8109b95c-41f4-4451-acce-5e755ec8fef2-root {
    text-align: center;
  }


#s-8109b95c-41f4-4451-acce-5e755ec8fef2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8109b95c-41f4-4451-acce-5e755ec8fef2-root {
    text-align: center;
  }


#s-8109b95c-41f4-4451-acce-5e755ec8fef2.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(33, 95, 94, 0.4);
}
@media (min-width: 1200px){#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c {
  display: none;
}
#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c, #wrap-s-fb51f217-5b10-49fa-b292-ffc98fa20e0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c {
  display: none;
}
#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c, #wrap-s-fb51f217-5b10-49fa-b292-ffc98fa20e0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c {
  
}
}@media (max-width: 767px){#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c {
  
}
}







#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb51f217-5b10-49fa-b292-ffc98fa20e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75d2849a-6d69-47d4-b3b0-a1444941c197 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d2849a-6d69-47d4-b3b0-a1444941c197 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0bfe98da-2e33-40b6-8e61-d8a2170c0850 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-94493d4b-f049-43bc-8059-a02d68f2d55f {
  padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
}

#s-94493d4b-f049-43bc-8059-a02d68f2d55f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-94493d4b-f049-43bc-8059-a02d68f2d55f .shg-sld-nav-button.shg-sld-left,
#s-94493d4b-f049-43bc-8059-a02d68f2d55f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
text-align: center;
}







  img.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
    
    
  }


.s-1d670b59-519b-44fa-816b-f3fb5468154f .shogun-image-content {
  
    align-items: center;
  
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shg-align-container {
  text-align: center
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
    
    
  }


.s-1d670b59-519b-44fa-816b-f3fb5468154f .shogun-image-content {
  
    align-items: center;
  
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shg-align-container {
  text-align: center
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
    
    
  }


.s-1d670b59-519b-44fa-816b-f3fb5468154f .shogun-image-content {
  
    align-items: center;
  
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shg-align-container {
  text-align: center
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
    
    
  }


.s-1d670b59-519b-44fa-816b-f3fb5468154f .shogun-image-content {
  
    align-items: center;
  
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shg-align-container {
  text-align: center
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
    
    
  }


.s-1d670b59-519b-44fa-816b-f3fb5468154f .shogun-image-content {
  
    align-items: center;
  
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shg-align-container {
  text-align: center
}

.s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d670b59-519b-44fa-816b-f3fb5468154f.shogun-image {
  box-sizing: border-box;
}


}
#s-0e59e816-9838-474a-8493-651bf75e0827 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
text-align: center;
}







  img.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
    
    
  }


.s-0e59e816-9838-474a-8493-651bf75e0827 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shg-align-container {
  text-align: center
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
    
    
  }


.s-0e59e816-9838-474a-8493-651bf75e0827 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shg-align-container {
  text-align: center
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
    
    
  }


.s-0e59e816-9838-474a-8493-651bf75e0827 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shg-align-container {
  text-align: center
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
    
    
  }


.s-0e59e816-9838-474a-8493-651bf75e0827 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shg-align-container {
  text-align: center
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
    
    
  }


.s-0e59e816-9838-474a-8493-651bf75e0827 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shg-align-container {
  text-align: center
}

.s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e59e816-9838-474a-8493-651bf75e0827.shogun-image {
  box-sizing: border-box;
}


}
#s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
  margin-left: -1%;
margin-right: -1%;
padding-top: 7%;
padding-left: 7%;
padding-bottom: 7%;
padding-right: 7%;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e img.shogun-image,
  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
    width: 100%;
    height: auto;
  }



  img.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
    
    
  }


.s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shogun-image-content {
  
    align-items: center;
  
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shg-align-container {
  text-align: center
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e img.shogun-image,
  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
    width: 100%;
    height: auto;
  }



  img.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
    
    
  }


.s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shogun-image-content {
  
    align-items: center;
  
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shg-align-container {
  text-align: center
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
  box-sizing: border-box;
}


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



  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e img.shogun-image,
  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
    width: 100%;
    height: auto;
  }



  img.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
    
    
  }


.s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shogun-image-content {
  
    align-items: center;
  
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shg-align-container {
  text-align: center
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
  box-sizing: border-box;
}


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



  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e img.shogun-image,
  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
    width: 100%;
    height: auto;
  }



  img.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
    
    
  }


.s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shogun-image-content {
  
    align-items: center;
  
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shg-align-container {
  text-align: center
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
  box-sizing: border-box;
}


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



  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e img.shogun-image,
  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-941ed191-12ee-4a01-b3ea-3cd4255f507e {
    width: 100%;
    height: auto;
  }



  img.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
    
    
  }


.s-941ed191-12ee-4a01-b3ea-3cd4255f507e .shogun-image-content {
  
    align-items: center;
  
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shg-align-container {
  text-align: center
}

.s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941ed191-12ee-4a01-b3ea-3cd4255f507e.shogun-image {
  box-sizing: border-box;
}


}
#s-3ba2c659-b78a-41d7-a0a1-ac2d8c0fcea2 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-696ec2a9-0f9b-499f-ba38-4431d85457dd {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-08e94ddd-97d4-4248-bf5e-41ada2203eaa {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 10px;
margin-right: 7%;
}

#s-4966718c-184f-4d51-8970-5329aa7059ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-4966718c-184f-4d51-8970-5329aa7059ea:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4966718c-184f-4d51-8970-5329aa7059ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4966718c-184f-4d51-8970-5329aa7059ea-root {
    text-align: center;
  }


#s-4966718c-184f-4d51-8970-5329aa7059ea.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4966718c-184f-4d51-8970-5329aa7059ea-root {
    text-align: center;
  }


#s-4966718c-184f-4d51-8970-5329aa7059ea.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4966718c-184f-4d51-8970-5329aa7059ea-root {
    text-align: center;
  }


#s-4966718c-184f-4d51-8970-5329aa7059ea.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4966718c-184f-4d51-8970-5329aa7059ea-root {
    text-align: center;
  }


#s-4966718c-184f-4d51-8970-5329aa7059ea.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4966718c-184f-4d51-8970-5329aa7059ea-root {
    text-align: center;
  }


#s-4966718c-184f-4d51-8970-5329aa7059ea.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75e6aff1-c6e0-475a-8fac-283cc6ae8193-root {
    text-align: center;
  }


#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75e6aff1-c6e0-475a-8fac-283cc6ae8193-root {
    text-align: center;
  }


#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75e6aff1-c6e0-475a-8fac-283cc6ae8193-root {
    text-align: center;
  }


#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75e6aff1-c6e0-475a-8fac-283cc6ae8193-root {
    text-align: center;
  }


#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75e6aff1-c6e0-475a-8fac-283cc6ae8193-root {
    text-align: center;
  }


#s-75e6aff1-c6e0-475a-8fac-283cc6ae8193.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
color: rgba(77, 77, 77, 1);
background-image: none;
hover-type: color;
}
#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697:hover {background-color: rgba(238, 238, 238, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697-root {
    text-align: center;
  }


#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697-root {
    text-align: center;
  }


#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697-root {
    text-align: center;
  }


#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697-root {
    text-align: center;
  }


#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697-root {
    text-align: center;
  }


#s-4daba1b4-6c56-4cbc-bf9f-ee9190d3e697.shg-btn {
  color: rgba(77, 77, 77, 1);
  font-size: 13px;
  
  
  font-family: Sabon Next;
  display:  inline-block ;
}
}
#s-8a11b039-e5cf-4536-b557-7bb68a41ceea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(33, 95, 94, 1);
}
@media (min-width: 1200px){#s-8a11b039-e5cf-4536-b557-7bb68a41ceea {
  display: none;
}
#s-8a11b039-e5cf-4536-b557-7bb68a41ceea, #wrap-s-8a11b039-e5cf-4536-b557-7bb68a41ceea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a11b039-e5cf-4536-b557-7bb68a41ceea {
  display: none;
}
#s-8a11b039-e5cf-4536-b557-7bb68a41ceea, #wrap-s-8a11b039-e5cf-4536-b557-7bb68a41ceea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a11b039-e5cf-4536-b557-7bb68a41ceea {
  
}
}@media (max-width: 767px){#s-8a11b039-e5cf-4536-b557-7bb68a41ceea {
  
}
}







#s-8a11b039-e5cf-4536-b557-7bb68a41ceea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a11b039-e5cf-4536-b557-7bb68a41ceea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-798fcce3-99a4-40eb-b212-42c08825dbc5 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

#s-798fcce3-99a4-40eb-b212-42c08825dbc5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Instrument Serif";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-edc16883-1f15-4618-a374-ecda7ae24af2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6b1600a1-f0b4-454e-b97f-bfa82caf22fc {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 80px;
background-color: rgba(221, 221, 221, 1);
}
@media (max-width: 767px){#s-6b1600a1-f0b4-454e-b97f-bfa82caf22fc {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-6b1600a1-f0b4-454e-b97f-bfa82caf22fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b1600a1-f0b4-454e-b97f-bfa82caf22fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f281d37-9bb4-4ab7-a9d4-87b6f6afa2ec {
  margin-top: 30px;
margin-left: 22px;
margin-bottom: 5px;
margin-right: 22px;
}
@media (min-width: 1200px){#s-8f281d37-9bb4-4ab7-a9d4-87b6f6afa2ec {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f281d37-9bb4-4ab7-a9d4-87b6f6afa2ec {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
}
#s-da4fe66b-6d24-446b-91dd-866c02977da6 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-da4fe66b-6d24-446b-91dd-866c02977da6 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da4fe66b-6d24-446b-91dd-866c02977da6 {
  max-width: 800px;
}
}
#s-8a94ef15-6c37-4275-b039-0d2877234ea5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-8a94ef15-6c37-4275-b039-0d2877234ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a94ef15-6c37-4275-b039-0d2877234ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8a94ef15-6c37-4275-b039-0d2877234ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8a94ef15-6c37-4275-b039-0d2877234ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-42b49083-085f-4d54-8ebd-78d36ac3e7d2-root {
    text-align: center;
  }


#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-42b49083-085f-4d54-8ebd-78d36ac3e7d2-root {
    text-align: center;
  }


#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42b49083-085f-4d54-8ebd-78d36ac3e7d2-root {
    text-align: center;
  }


#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42b49083-085f-4d54-8ebd-78d36ac3e7d2-root {
    text-align: center;
  }


#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-42b49083-085f-4d54-8ebd-78d36ac3e7d2-root {
    text-align: center;
  }


#s-42b49083-085f-4d54-8ebd-78d36ac3e7d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95-root {
    text-align: center;
  }


#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95-root {
    text-align: center;
  }


#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95-root {
    text-align: center;
  }


#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95-root {
    text-align: center;
  }


#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95-root {
    text-align: center;
  }


#s-a8d19b9e-ecad-4344-aaa0-32ec5890ae95.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97-root {
    text-align: center;
  }


#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97-root {
    text-align: center;
  }


#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97-root {
    text-align: center;
  }


#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97-root {
    text-align: center;
  }


#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97-root {
    text-align: center;
  }


#s-17ad6e63-fde0-44dc-a683-d1f33aa2cd97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-cec205a3-01eb-4a71-b4ad-75ce62f30987 {
  min-height: 50px;
}








#s-cec205a3-01eb-4a71-b4ad-75ce62f30987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec205a3-01eb-4a71-b4ad-75ce62f30987.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07dc0ca4-fba9-4232-a2f0-7afd5ef6cb50 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 80px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-07dc0ca4-fba9-4232-a2f0-7afd5ef6cb50 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-07dc0ca4-fba9-4232-a2f0-7afd5ef6cb50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07dc0ca4-fba9-4232-a2f0-7afd5ef6cb50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4193e9a9-133a-4327-8fc2-032c6d39a9e7 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-4193e9a9-133a-4327-8fc2-032c6d39a9e7 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4193e9a9-133a-4327-8fc2-032c6d39a9e7 {
  max-width: 800px;
}
}
#s-b0be4bb9-70a4-45b7-a2a8-e0aef0ad9b4b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-b0be4bb9-70a4-45b7-a2a8-e0aef0ad9b4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b0be4bb9-70a4-45b7-a2a8-e0aef0ad9b4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0be4bb9-70a4-45b7-a2a8-e0aef0ad9b4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0be4bb9-70a4-45b7-a2a8-e0aef0ad9b4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4469dd15-afb1-42e5-a1c1-0631e63287ab {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4469dd15-afb1-42e5-a1c1-0631e63287ab:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-4469dd15-afb1-42e5-a1c1-0631e63287ab:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-4469dd15-afb1-42e5-a1c1-0631e63287ab-root {
    text-align: center;
  }


#s-4469dd15-afb1-42e5-a1c1-0631e63287ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4469dd15-afb1-42e5-a1c1-0631e63287ab-root {
    text-align: center;
  }


#s-4469dd15-afb1-42e5-a1c1-0631e63287ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4469dd15-afb1-42e5-a1c1-0631e63287ab-root {
    text-align: center;
  }


#s-4469dd15-afb1-42e5-a1c1-0631e63287ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4469dd15-afb1-42e5-a1c1-0631e63287ab-root {
    text-align: center;
  }


#s-4469dd15-afb1-42e5-a1c1-0631e63287ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4469dd15-afb1-42e5-a1c1-0631e63287ab-root {
    text-align: center;
  }


#s-4469dd15-afb1-42e5-a1c1-0631e63287ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15:hover {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15:active {background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}

  #s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15-root {
    text-align: center;
  }


#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15-root {
    text-align: center;
  }


#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15-root {
    text-align: center;
  }


#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15-root {
    text-align: center;
  }


#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15-root {
    text-align: center;
  }


#s-c6d89b88-d8c0-4fce-8496-8c451c2d7f15.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b7d90ce9-6543-440d-b189-afe8b480e9ba {
  background-size: cover;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
max-width: 800px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-position: center center;
opacity: 1;
}
#s-b7d90ce9-6543-440d-b189-afe8b480e9ba:hover {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-b7d90ce9-6543-440d-b189-afe8b480e9ba: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(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}@media (min-width: 1200px){#s-b7d90ce9-6543-440d-b189-afe8b480e9ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7d90ce9-6543-440d-b189-afe8b480e9ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7d90ce9-6543-440d-b189-afe8b480e9ba {
  
}
}@media (max-width: 767px){#s-b7d90ce9-6543-440d-b189-afe8b480e9ba {
  
}
}

  #s-b7d90ce9-6543-440d-b189-afe8b480e9ba-root {
    text-align: center;
  }


#s-b7d90ce9-6543-440d-b189-afe8b480e9ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7d90ce9-6543-440d-b189-afe8b480e9ba-root {
    text-align: center;
  }


#s-b7d90ce9-6543-440d-b189-afe8b480e9ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7d90ce9-6543-440d-b189-afe8b480e9ba-root {
    text-align: center;
  }


#s-b7d90ce9-6543-440d-b189-afe8b480e9ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7d90ce9-6543-440d-b189-afe8b480e9ba-root {
    text-align: center;
  }


#s-b7d90ce9-6543-440d-b189-afe8b480e9ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7d90ce9-6543-440d-b189-afe8b480e9ba-root {
    text-align: center;
  }


#s-b7d90ce9-6543-440d-b189-afe8b480e9ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa {
  background-size: cover;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 112, 100, 1);
border-style: solid;
border-radius: 0px;
max-width: 800px;
background-color: rgba(26, 112, 100, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-repeat: no-repeat;
background-position: center center;
opacity: 1;
}
#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa:hover {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa: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(255, 255, 255, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 112, 100, 0.75) !important;}@media (min-width: 1200px){#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa {
  
}
}@media (max-width: 767px){#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa {
  
}
}

  #s-60473ace-cabd-4eac-8a5c-38e54be7e8aa-root {
    text-align: center;
  }


#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-60473ace-cabd-4eac-8a5c-38e54be7e8aa-root {
    text-align: center;
  }


#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60473ace-cabd-4eac-8a5c-38e54be7e8aa-root {
    text-align: center;
  }


#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60473ace-cabd-4eac-8a5c-38e54be7e8aa-root {
    text-align: center;
  }


#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-60473ace-cabd-4eac-8a5c-38e54be7e8aa-root {
    text-align: center;
  }


#s-60473ace-cabd-4eac-8a5c-38e54be7e8aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f8bc7ca5-66c1-4673-83d0-bfcf0861fa4f hr {
  border-top: 2px solid #ddd;
}

#s-7873a964-9e81-410e-a382-a72683fd9853 {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 80px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7873a964-9e81-410e-a382-a72683fd9853 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-7873a964-9e81-410e-a382-a72683fd9853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7873a964-9e81-410e-a382-a72683fd9853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-deb71486-3a1b-4d5b-b5a1-5e76fff75ae1 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}
@media (min-width: 1200px){#s-deb71486-3a1b-4d5b-b5a1-5e76fff75ae1 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-deb71486-3a1b-4d5b-b5a1-5e76fff75ae1 {
  max-width: 800px;
}
}
#s-0c947658-6316-4aea-9ad5-90dd47675514 {
  padding-top: 10px;
padding-left: 30%;
padding-bottom: 10px;
padding-right: 30%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c947658-6316-4aea-9ad5-90dd47675514 {
  display: none;
}
#s-0c947658-6316-4aea-9ad5-90dd47675514, #wrap-s-0c947658-6316-4aea-9ad5-90dd47675514 { display:none !important; }}@media (max-width: 767px){#s-0c947658-6316-4aea-9ad5-90dd47675514 {
  display: none;
}
#s-0c947658-6316-4aea-9ad5-90dd47675514, #wrap-s-0c947658-6316-4aea-9ad5-90dd47675514 { display:none !important; }}
#s-0c947658-6316-4aea-9ad5-90dd47675514 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0c947658-6316-4aea-9ad5-90dd47675514 .shg-sld-nav-button.shg-sld-left,
#s-0c947658-6316-4aea-9ad5-90dd47675514 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b19a7734-46ad-445e-8703-395863742d34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b19a7734-46ad-445e-8703-395863742d34 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-b19a7734-46ad-445e-8703-395863742d34 .shogun-heading-component h3 a {
  color: #000;
}


#s-314543ab-846d-4522-8e68-e761e07bb2fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-314543ab-846d-4522-8e68-e761e07bb2fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-314543ab-846d-4522-8e68-e761e07bb2fd .shogun-heading-component h3 a {
  color: #000;
}


#s-fa9e134c-4b4f-4b30-8aca-d04355eb12f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa9e134c-4b4f-4b30-8aca-d04355eb12f9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-fa9e134c-4b4f-4b30-8aca-d04355eb12f9 .shogun-heading-component h3 a {
  color: #000;
}


#s-674e12bd-890b-429c-b13a-506b635de08d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-674e12bd-890b-429c-b13a-506b635de08d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-674e12bd-890b-429c-b13a-506b635de08d .shogun-heading-component h3 a {
  color: #000;
}


#s-17a152dc-7da5-4ea0-980c-0cc3c9fcb4a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17a152dc-7da5-4ea0-980c-0cc3c9fcb4a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-17a152dc-7da5-4ea0-980c-0cc3c9fcb4a6 .shogun-heading-component h3 a {
  color: #000;
}


#s-dc2f9b89-5dc4-4bb2-8c89-ee3d92605497 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc2f9b89-5dc4-4bb2-8c89-ee3d92605497 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-dc2f9b89-5dc4-4bb2-8c89-ee3d92605497 .shogun-heading-component h3 a {
  color: #000;
}


#s-ca1f8994-b0be-4b99-8cd2-70bbb99663d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca1f8994-b0be-4b99-8cd2-70bbb99663d4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-ca1f8994-b0be-4b99-8cd2-70bbb99663d4 .shogun-heading-component h3 a {
  color: #000;
}


#s-de844bc1-2875-452a-ac2a-07efe2965463 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de844bc1-2875-452a-ac2a-07efe2965463 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-de844bc1-2875-452a-ac2a-07efe2965463 .shogun-heading-component h3 a {
  color: #000;
}


#s-ba84a33a-b4f4-49d9-8068-e48bba9c0484 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba84a33a-b4f4-49d9-8068-e48bba9c0484 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-ba84a33a-b4f4-49d9-8068-e48bba9c0484 .shogun-heading-component h3 a {
  color: #000;
}


#s-1cb55c16-a791-4fd0-a79c-5d979a4e6158 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cb55c16-a791-4fd0-a79c-5d979a4e6158 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-1cb55c16-a791-4fd0-a79c-5d979a4e6158 .shogun-heading-component h3 a {
  color: #000;
}


#s-34fb1e9a-2669-4851-94ab-4cbead4e91c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34fb1e9a-2669-4851-94ab-4cbead4e91c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-34fb1e9a-2669-4851-94ab-4cbead4e91c0 .shogun-heading-component h3 a {
  color: #000;
}


#s-d1e4a53f-5f40-48e9-ae6d-946a8e51f864 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1e4a53f-5f40-48e9-ae6d-946a8e51f864 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-d1e4a53f-5f40-48e9-ae6d-946a8e51f864 .shogun-heading-component h3 a {
  color: #000;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-757fb522-28d4-4f47-92ee-7a5834521007 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-757fb522-28d4-4f47-92ee-7a5834521007 img.shogun-image {
    

    
    
    
  }


#s-757fb522-28d4-4f47-92ee-7a5834521007 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e211c9d-2ee1-4217-88df-d74e4ec39697 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}







  #s-7e211c9d-2ee1-4217-88df-d74e4ec39697 img.shogun-image {
    

    
    
    
  }


#s-7e211c9d-2ee1-4217-88df-d74e4ec39697 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef4cb66e-f94a-4a33-b07d-9403b2a2dd73 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-ef4cb66e-f94a-4a33-b07d-9403b2a2dd73 img.shogun-image {
    

    
    
    
  }


#s-ef4cb66e-f94a-4a33-b07d-9403b2a2dd73 .shogun-image-content {
  
    align-items: center;
  
}

#s-a51ed5d6-43e3-4bed-84b2-258fffb9528d {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-a51ed5d6-43e3-4bed-84b2-258fffb9528d img.shogun-image {
    

    
    
    
  }


#s-a51ed5d6-43e3-4bed-84b2-258fffb9528d .shogun-image-content {
  
    align-items: center;
  
}

#s-e774cfa0-26fa-4239-9275-c37ad3b0acd6 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-e774cfa0-26fa-4239-9275-c37ad3b0acd6 img.shogun-image {
    

    
    
    
  }


#s-e774cfa0-26fa-4239-9275-c37ad3b0acd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-655e6e9a-4274-4722-bc46-08ad98d1085f {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-655e6e9a-4274-4722-bc46-08ad98d1085f img.shogun-image {
    

    
    
    
  }


#s-655e6e9a-4274-4722-bc46-08ad98d1085f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1fdfd48-364d-4fb5-a6c7-7c194327a2f0 {
  margin-top: 7%;
margin-bottom: 7%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-f1fdfd48-364d-4fb5-a6c7-7c194327a2f0 img.shogun-image {
    

    
    
    
  }


#s-f1fdfd48-364d-4fb5-a6c7-7c194327a2f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f2449f7-c648-427a-8b6a-b7b3e2ee4915 {
  margin-top: -1px;
margin-bottom: -1px;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-9f2449f7-c648-427a-8b6a-b7b3e2ee4915 img.shogun-image {
    

    
    
    
  }


#s-9f2449f7-c648-427a-8b6a-b7b3e2ee4915 .shogun-image-content {
  
    align-items: center;
  
}

#s-68ece63b-e52a-4c6d-ba99-003d465dbc4b {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-68ece63b-e52a-4c6d-ba99-003d465dbc4b img.shogun-image {
    

    
    
    
  }


#s-68ece63b-e52a-4c6d-ba99-003d465dbc4b .shogun-image-content {
  
    align-items: center;
  
}

#s-193080dd-49ed-445d-895e-e6aa0df87531 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-193080dd-49ed-445d-895e-e6aa0df87531 img.shogun-image {
    

    
    
    
  }


#s-193080dd-49ed-445d-895e-e6aa0df87531 .shogun-image-content {
  
    align-items: center;
  
}

#s-49eb9327-a4ab-48a9-8a40-6528a8eba643 {
  margin-top: -2px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-49eb9327-a4ab-48a9-8a40-6528a8eba643 img.shogun-image {
    

    
    
    
  }


#s-49eb9327-a4ab-48a9-8a40-6528a8eba643 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4cf8f94-4812-4663-88c8-c913c3f8409f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-c4cf8f94-4812-4663-88c8-c913c3f8409f img.shogun-image {
    

    
    
    
  }


#s-c4cf8f94-4812-4663-88c8-c913c3f8409f .shogun-image-content {
  
    align-items: center;
  
}

#s-e74c4120-b2a4-4a3e-857a-00b158f83057 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-68940ac2-cac3-409e-acc9-e876c99f4565 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65a0bcb6-d398-4721-8ecd-5b90926a4470 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-36e7a401-0896-405d-aec6-3dfba3233524 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f995d74a-12c0-4985-a4d7-119226995698 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6fa0a3e8-c508-4f5f-b019-d657af3b97e6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-79150a5a-6caa-4a65-a06f-0005036c68eb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d951810-f04d-4a6b-835a-80facef347b2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-19e0282b-4d8e-4f68-acf6-82842d425eb3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-220c9f00-3475-4cd3-b83c-9625bc9acdb7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f50c1c6b-1bff-44c1-96c1-7cc02866bab8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-21d7498b-fcbc-47b7-b283-48a23848944e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 {
  display: none;
}
#s-f50f286e-8657-4e57-a0e8-9ad8bd394996, #wrap-s-f50f286e-8657-4e57-a0e8-9ad8bd394996 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 {
  display: none;
}
#s-f50f286e-8657-4e57-a0e8-9ad8bd394996, #wrap-s-f50f286e-8657-4e57-a0e8-9ad8bd394996 { display:none !important; }}
#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 .shg-sld-nav-button.shg-sld-left,
#s-f50f286e-8657-4e57-a0e8-9ad8bd394996 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9c7674bc-9286-4b68-8954-c74bdf5b0cb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c7674bc-9286-4b68-8954-c74bdf5b0cb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-9c7674bc-9286-4b68-8954-c74bdf5b0cb3 .shogun-heading-component h3 a {
  color: #000;
}


#s-050863fc-fcb3-4371-b644-0933d56f31b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-050863fc-fcb3-4371-b644-0933d56f31b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-050863fc-fcb3-4371-b644-0933d56f31b2 .shogun-heading-component h3 a {
  color: #000;
}


#s-a04e475d-3874-4b8b-ab7e-125285a98fee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04e475d-3874-4b8b-ab7e-125285a98fee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a04e475d-3874-4b8b-ab7e-125285a98fee .shogun-heading-component h3 a {
  color: #000;
}


#s-eaaa9b9b-cbff-48d0-a11b-ae30cb2c53a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaaa9b9b-cbff-48d0-a11b-ae30cb2c53a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-eaaa9b9b-cbff-48d0-a11b-ae30cb2c53a8 .shogun-heading-component h3 a {
  color: #000;
}


#s-80b9d1d7-a114-416c-bfa0-89f87a3ab66d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80b9d1d7-a114-416c-bfa0-89f87a3ab66d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-80b9d1d7-a114-416c-bfa0-89f87a3ab66d .shogun-heading-component h3 a {
  color: #000;
}


#s-eaf95579-9ef6-43ee-8ca2-683410131503 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaf95579-9ef6-43ee-8ca2-683410131503 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-eaf95579-9ef6-43ee-8ca2-683410131503 .shogun-heading-component h3 a {
  color: #000;
}


#s-1a218c3c-bf5a-40a8-9baf-537c6b37db06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a218c3c-bf5a-40a8-9baf-537c6b37db06 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-1a218c3c-bf5a-40a8-9baf-537c6b37db06 .shogun-heading-component h3 a {
  color: #000;
}


#s-45ebb4ef-a349-4ec0-b94c-03acb468bae2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45ebb4ef-a349-4ec0-b94c-03acb468bae2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-45ebb4ef-a349-4ec0-b94c-03acb468bae2 .shogun-heading-component h3 a {
  color: #000;
}


#s-79667701-3bcc-4232-9b59-ea659aeaafe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79667701-3bcc-4232-9b59-ea659aeaafe0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-79667701-3bcc-4232-9b59-ea659aeaafe0 .shogun-heading-component h3 a {
  color: #000;
}


#s-84a32858-8916-4c8e-8990-00164be935db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84a32858-8916-4c8e-8990-00164be935db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-84a32858-8916-4c8e-8990-00164be935db .shogun-heading-component h3 a {
  color: #000;
}


#s-05580c26-9b76-4d55-9a9b-1463f7620b65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05580c26-9b76-4d55-9a9b-1463f7620b65 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-05580c26-9b76-4d55-9a9b-1463f7620b65 .shogun-heading-component h3 a {
  color: #000;
}


#s-9702e3ef-a885-4741-95e7-58240a90bfde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9702e3ef-a885-4741-95e7-58240a90bfde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "yu-mincho-pr6n";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-9702e3ef-a885-4741-95e7-58240a90bfde .shogun-heading-component h3 a {
  color: #000;
}


#s-03b38b5d-1121-4bea-93d4-157420e1bc5c {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-03b38b5d-1121-4bea-93d4-157420e1bc5c img.shogun-image {
    

    
    
    
  }


#s-03b38b5d-1121-4bea-93d4-157420e1bc5c .shogun-image-content {
  
    align-items: center;
  
}

#s-9ec2397d-1757-4450-ae21-629e45a5fe22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}







  #s-9ec2397d-1757-4450-ae21-629e45a5fe22 img.shogun-image {
    

    
    
    
  }


#s-9ec2397d-1757-4450-ae21-629e45a5fe22 .shogun-image-content {
  
    align-items: center;
  
}

#s-cff603bd-d7ce-4b22-a579-fce45ff9a0e8 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-cff603bd-d7ce-4b22-a579-fce45ff9a0e8 img.shogun-image {
    

    
    
    
  }


#s-cff603bd-d7ce-4b22-a579-fce45ff9a0e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b77067ff-99b8-43dc-8792-dd77b017c3cd {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-b77067ff-99b8-43dc-8792-dd77b017c3cd img.shogun-image {
    

    
    
    
  }


#s-b77067ff-99b8-43dc-8792-dd77b017c3cd .shogun-image-content {
  
    align-items: center;
  
}

#s-866d5f51-1454-4117-ae10-ccb285a068e5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-866d5f51-1454-4117-ae10-ccb285a068e5 img.shogun-image {
    

    
    
    
  }


#s-866d5f51-1454-4117-ae10-ccb285a068e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-49972426-d280-4647-a605-796201d2f97a {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-49972426-d280-4647-a605-796201d2f97a img.shogun-image {
    

    
    
    
  }


#s-49972426-d280-4647-a605-796201d2f97a .shogun-image-content {
  
    align-items: center;
  
}

#s-c046ab3f-c857-4c9f-bdcf-1d3a96bfdb0e {
  margin-top: 7%;
margin-bottom: 7%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-c046ab3f-c857-4c9f-bdcf-1d3a96bfdb0e img.shogun-image {
    

    
    
    
  }


#s-c046ab3f-c857-4c9f-bdcf-1d3a96bfdb0e .shogun-image-content {
  
    align-items: center;
  
}

#s-cae9cad3-4d41-458b-9b1a-46968d827397 {
  margin-top: -1px;
margin-bottom: -1px;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-cae9cad3-4d41-458b-9b1a-46968d827397 img.shogun-image {
    

    
    
    
  }


#s-cae9cad3-4d41-458b-9b1a-46968d827397 .shogun-image-content {
  
    align-items: center;
  
}

#s-781d4527-1e54-41df-a8a4-40d5d11fb643 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-781d4527-1e54-41df-a8a4-40d5d11fb643 img.shogun-image {
    

    
    
    
  }


#s-781d4527-1e54-41df-a8a4-40d5d11fb643 .shogun-image-content {
  
    align-items: center;
  
}

#s-26b3b433-2ae5-4007-b012-09b6c5483f5b {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-26b3b433-2ae5-4007-b012-09b6c5483f5b img.shogun-image {
    

    
    
    
  }


#s-26b3b433-2ae5-4007-b012-09b6c5483f5b .shogun-image-content {
  
    align-items: center;
  
}

#s-5ae9ef04-b6e1-4362-a100-c7a8811c43fb {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-5ae9ef04-b6e1-4362-a100-c7a8811c43fb img.shogun-image {
    

    
    
    
  }


#s-5ae9ef04-b6e1-4362-a100-c7a8811c43fb .shogun-image-content {
  
    align-items: center;
  
}

#s-8b54a8ac-c724-4b76-8dce-7209f01d30f7 {
  margin-top: -2px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-8b54a8ac-c724-4b76-8dce-7209f01d30f7 img.shogun-image {
    

    
    
    
  }


#s-8b54a8ac-c724-4b76-8dce-7209f01d30f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b400ed35-8354-414a-a1eb-dd356e3ed1d7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-713ed12a-4810-4a0a-ae32-ac98f1a28e1a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e2bec742-b44e-4726-ae24-2d530563d7a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a449145-ee99-4a7c-9639-f408f827a8fc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6f85ed1a-ad72-40be-9eb4-0681afae5091 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b38609b-4728-46c8-9d17-2a8bf5351b22 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ded2e286-3234-43f4-b8b5-f427ff24d674 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3d7cc38c-86cd-442a-bea4-7b5607589642 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6f6bf0a1-af4b-489b-b387-5fe005a7eaec {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d2336b86-7e40-452a-b574-6c7f4d05736f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35e46502-6102-4d44-86c7-eb5ef1bb30a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c2ffeb70-f5ab-4e89-a696-fa8db8df7a88 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a750aa7-9eec-4863-954a-aad63ecac035 {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
min-height: 80px;
background-color: rgba(221, 221, 221, 1);
}
@media (max-width: 767px){#s-4a750aa7-9eec-4863-954a-aad63ecac035 {
  padding-left: 24px;
padding-right: 24px;
}
}







#s-4a750aa7-9eec-4863-954a-aad63ecac035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a750aa7-9eec-4863-954a-aad63ecac035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0005f248-5faa-46d9-9d6b-97a558355625 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-0005f248-5faa-46d9-9d6b-97a558355625 {
  margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-0005f248-5faa-46d9-9d6b-97a558355625"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0005f248-5faa-46d9-9d6b-97a558355625"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0005f248-5faa-46d9-9d6b-97a558355625"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0005f248-5faa-46d9-9d6b-97a558355625"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e1a4925-7e3c-4e40-882c-f914b0fc3d62 {
  margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(255, 255, 255, 1);
}








#s-0e1a4925-7e3c-4e40-882c-f914b0fc3d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e1a4925-7e3c-4e40-882c-f914b0fc3d62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8466e476-55bc-4bf4-8465-9ab9cc5dde70 {
  margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
min-height: 120px;
background-color: rgba(255, 255, 255, 1);
}








#s-8466e476-55bc-4bf4-8465-9ab9cc5dde70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8466e476-55bc-4bf4-8465-9ab9cc5dde70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}