.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-6d54d728-f340-4f09-99e6-ec0b636f2e0f {
  min-height: 50px;
background-color: rgba(253, 237, 240, 1);
}








#s-6d54d728-f340-4f09-99e6-ec0b636f2e0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d54d728-f340-4f09-99e6-ec0b636f2e0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  min-height: 580px;
}
}@media (max-width: 767px){#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  min-height: 480px;
}
}
#s-5da4a954-69cb-410c-9205-76246987d1e7 {
  background-image: url(https://i.shgcdn.com/4ee2714a-fd28-4f5c-8b15-dd5c157f27f0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5da4a954-69cb-410c-9205-76246987d1e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5da4a954-69cb-410c-9205-76246987d1e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c2ab04-38c7-46a0-9e89-fd39df24339c.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-5e0abde9-efc4-419d-80f9-9600a42862fe {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-5e0abde9-efc4-419d-80f9-9600a42862fe .shogun-heading-component h1 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-18ad4422-cc43-4517-b632-fb6eec7f02b4 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-18ad4422-cc43-4517-b632-fb6eec7f02b4 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  min-height: 900px;
}
@media (min-width: 1200px){#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  display: none;
}
#s-f31bd602-055b-4166-a2b4-bcc323c8b423, #wrap-s-f31bd602-055b-4166-a2b4-bcc323c8b423 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f31bd602-055b-4166-a2b4-bcc323c8b423 {
  display: none;
}
#s-f31bd602-055b-4166-a2b4-bcc323c8b423, #wrap-s-f31bd602-055b-4166-a2b4-bcc323c8b423 { display: none !important; }}







#s-f31bd602-055b-4166-a2b4-bcc323c8b423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f31bd602-055b-4166-a2b4-bcc323c8b423.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-573ba7dd-3dc4-48e2-9ef2-ef02c752cd28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a62743c0-83b3-400a-b539-50db75759189 {
  min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-a62743c0-83b3-400a-b539-50db75759189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a62743c0-83b3-400a-b539-50db75759189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5456a50e-ec8e-4962-897f-3acdf2dca992 {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-5456a50e-ec8e-4962-897f-3acdf2dca992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5456a50e-ec8e-4962-897f-3acdf2dca992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78382932-11d1-49ae-8b79-0cfbcba186c2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-78382932-11d1-49ae-8b79-0cfbcba186c2 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
}
#s-78382932-11d1-49ae-8b79-0cfbcba186c2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-78382932-11d1-49ae-8b79-0cfbcba186c2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-927bbbfa-5841-410e-913a-709d1a414a34 {
  text-align: left;
}

#s-927bbbfa-5841-410e-913a-709d1a414a34 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



.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-eadb7190-d2eb-4c6c-9b02-fe58f6379115 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-eadb7190-d2eb-4c6c-9b02-fe58f6379115"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eadb7190-d2eb-4c6c-9b02-fe58f6379115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eadb7190-d2eb-4c6c-9b02-fe58f6379115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eadb7190-d2eb-4c6c-9b02-fe58f6379115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-badbf07f-aaf8-4b47-8c54-354201248831 {
  min-height: 50px;
}








#s-badbf07f-aaf8-4b47-8c54-354201248831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-badbf07f-aaf8-4b47-8c54-354201248831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0001f2f4-d70d-41b5-a0a8-ae3c5e1a3b21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0001f2f4-d70d-41b5-a0a8-ae3c5e1a3b21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0001f2f4-d70d-41b5-a0a8-ae3c5e1a3b21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0001f2f4-d70d-41b5-a0a8-ae3c5e1a3b21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cbceecc3-1165-4f5b-ba6a-f8562e898abf {
  text-align: center;
}







  #s-cbceecc3-1165-4f5b-ba6a-f8562e898abf img.shogun-image {
    

    
    
    
  }


#s-cbceecc3-1165-4f5b-ba6a-f8562e898abf .shogun-image-content {
  
    align-items: center;
  
}

#s-13e47b14-281c-4da3-bbca-895f3ff8ab93 {
  text-align: left;
}

#s-13e47b14-281c-4da3-bbca-895f3ff8ab93 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-53449fad-59b3-4588-8627-6418ab5cfeca {
  text-align: left;
}

#s-53449fad-59b3-4588-8627-6418ab5cfeca .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-1b6f2046-050f-4ff3-9b7e-57f467ac967f {
  text-align: left;
}

#s-1b6f2046-050f-4ff3-9b7e-57f467ac967f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



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

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

#s-2ff9c212-cea1-4994-b491-6281744f40fd hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4d097c6c-3b71-4aee-93d5-e045d2dfd422 {
  text-align: left;
}

#s-4d097c6c-3b71-4aee-93d5-e045d2dfd422 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-bc0f0548-82ad-44b5-9bf9-d0c604e3b0ae hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-cb0d7d6b-79f4-4ccc-b45f-41bdb9becf59 {
  min-height: 50px;
}








#s-cb0d7d6b-79f4-4ccc-b45f-41bdb9becf59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb0d7d6b-79f4-4ccc-b45f-41bdb9becf59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3bc4560e-a923-4ef9-a1a1-5bc3d2906cdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bc4560e-a923-4ef9-a1a1-5bc3d2906cdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3bc4560e-a923-4ef9-a1a1-5bc3d2906cdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bc4560e-a923-4ef9-a1a1-5bc3d2906cdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0c07bd79-2ceb-4a18-a1cd-3e9097b84be9 {
  text-align: center;
}







  #s-0c07bd79-2ceb-4a18-a1cd-3e9097b84be9 img.shogun-image {
    

    
    
    
  }


#s-0c07bd79-2ceb-4a18-a1cd-3e9097b84be9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ecbc60f-b39c-4630-8e3b-9f4f58c51682 {
  text-align: left;
}

#s-0ecbc60f-b39c-4630-8e3b-9f4f58c51682 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-d318f53e-9380-4b49-8590-e452ab9b1882 {
  text-align: left;
}

#s-d318f53e-9380-4b49-8590-e452ab9b1882 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-e52b519d-07be-4775-94f8-4c5c859c2686 {
  text-align: left;
}

#s-e52b519d-07be-4775-94f8-4c5c859c2686 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-8d8a783e-d129-4429-8698-a3537dd1cf32 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-7335c3ba-77f2-41ef-b965-538dce38d26c {
  text-align: left;
}

#s-7335c3ba-77f2-41ef-b965-538dce38d26c .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-ffc897fa-cf50-4db2-9567-4c8aa7c05cd5 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b7800d7c-b14d-4705-84af-22be3ca46783 {
  min-height: 50px;
}








#s-b7800d7c-b14d-4705-84af-22be3ca46783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7800d7c-b14d-4705-84af-22be3ca46783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a86ff478-b39f-49e8-b27b-40758a921f27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a86ff478-b39f-49e8-b27b-40758a921f27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a86ff478-b39f-49e8-b27b-40758a921f27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86ff478-b39f-49e8-b27b-40758a921f27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-daf0eb9c-a77e-4a9b-a773-1c2299ff3929 {
  text-align: center;
}







  #s-daf0eb9c-a77e-4a9b-a773-1c2299ff3929 img.shogun-image {
    

    
    
    
  }


#s-daf0eb9c-a77e-4a9b-a773-1c2299ff3929 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d2c2312-44e4-4f0a-956a-61c091947f95 {
  text-align: left;
}

#s-9d2c2312-44e4-4f0a-956a-61c091947f95 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-56e0e26f-a7cd-4257-86c9-aa617b4955da {
  text-align: left;
}

#s-56e0e26f-a7cd-4257-86c9-aa617b4955da .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-d4df0a99-c0d1-4b49-a087-cd5e88361068 {
  text-align: left;
}

#s-d4df0a99-c0d1-4b49-a087-cd5e88361068 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-4ec8e0c3-eaf9-4e58-8fc8-3f8b86bb626e hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-6688623a-1ccc-4e76-a146-9ce57c5201a2 {
  text-align: left;
}

#s-6688623a-1ccc-4e76-a146-9ce57c5201a2 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-c0472df9-cccd-4b65-85c0-de656096593b hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-25d3162b-2a22-4efa-ba8f-ec4604b7e83c {
  min-height: 50px;
}








#s-25d3162b-2a22-4efa-ba8f-ec4604b7e83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d3162b-2a22-4efa-ba8f-ec4604b7e83c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ec7d436f-1fb9-4933-8a5a-5611d6a52d80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec7d436f-1fb9-4933-8a5a-5611d6a52d80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec7d436f-1fb9-4933-8a5a-5611d6a52d80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec7d436f-1fb9-4933-8a5a-5611d6a52d80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-84aba650-acee-4aad-a8b6-1cbaf3aa3960 {
  text-align: center;
}







  #s-84aba650-acee-4aad-a8b6-1cbaf3aa3960 img.shogun-image {
    

    
    
    
  }


#s-84aba650-acee-4aad-a8b6-1cbaf3aa3960 .shogun-image-content {
  
    align-items: center;
  
}

#s-84e8d122-3113-484f-98a8-fb930c186a26 {
  text-align: left;
}

#s-84e8d122-3113-484f-98a8-fb930c186a26 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-61da5346-265a-4c79-b8a1-b4138417aab3 {
  text-align: left;
}

#s-61da5346-265a-4c79-b8a1-b4138417aab3 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-179123b6-6c43-4ba4-a7b4-64288691eaf1 {
  text-align: left;
}

#s-179123b6-6c43-4ba4-a7b4-64288691eaf1 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-4623ff54-c97b-491a-a0f3-17e73e653046 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-1e1fcd56-668f-4acc-bcf1-b2e95907f7bb {
  text-align: left;
}

#s-1e1fcd56-668f-4acc-bcf1-b2e95907f7bb .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-03b12d91-39ba-4501-b2bb-55f623f36c95 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4c456f2b-9273-422a-b234-0301aae4ad93 {
  min-height: 50px;
}








#s-4c456f2b-9273-422a-b234-0301aae4ad93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c456f2b-9273-422a-b234-0301aae4ad93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7ced1d07-6b76-49f9-8488-e6e98b185d5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ced1d07-6b76-49f9-8488-e6e98b185d5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ced1d07-6b76-49f9-8488-e6e98b185d5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ced1d07-6b76-49f9-8488-e6e98b185d5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ae2f5ea7-77ca-4048-8b78-2290ae0264eb {
  text-align: center;
}







  #s-ae2f5ea7-77ca-4048-8b78-2290ae0264eb img.shogun-image {
    

    
    
    
  }


#s-ae2f5ea7-77ca-4048-8b78-2290ae0264eb .shogun-image-content {
  
    align-items: center;
  
}

#s-42099dff-5592-4868-b824-d6a92d51bb6e {
  text-align: left;
}

#s-42099dff-5592-4868-b824-d6a92d51bb6e .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-92cc1556-a902-468f-9dc2-5d0246e9d765 {
  text-align: left;
}

#s-92cc1556-a902-468f-9dc2-5d0246e9d765 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-556e87b0-49ca-4e6c-89e0-b0d5c21ea4ee {
  text-align: left;
}

#s-556e87b0-49ca-4e6c-89e0-b0d5c21ea4ee .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-57bd5b4d-d395-4888-aa23-65d1f6a905c2 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-3d868885-e772-4ece-b036-85c58e8e86cc {
  text-align: left;
}

#s-3d868885-e772-4ece-b036-85c58e8e86cc .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-c56cdee0-e670-45e5-a85d-50df58256a75 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b5b0a1d4-0b2d-4565-883e-5e568e3add41 {
  min-height: 50px;
}








#s-b5b0a1d4-0b2d-4565-883e-5e568e3add41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b0a1d4-0b2d-4565-883e-5e568e3add41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1cf100db-9aaf-4c70-86a7-e745486dffc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cf100db-9aaf-4c70-86a7-e745486dffc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1cf100db-9aaf-4c70-86a7-e745486dffc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cf100db-9aaf-4c70-86a7-e745486dffc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-439b89b9-f964-4426-b774-faf8a6a058f1 {
  text-align: center;
}







  #s-439b89b9-f964-4426-b774-faf8a6a058f1 img.shogun-image {
    

    
    
    
  }


#s-439b89b9-f964-4426-b774-faf8a6a058f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-72185868-991c-4dee-8104-70b9fbf7b336 {
  text-align: left;
}

#s-72185868-991c-4dee-8104-70b9fbf7b336 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-2ae976e7-2cb3-47a2-842d-e55524290bae {
  text-align: left;
}

#s-2ae976e7-2cb3-47a2-842d-e55524290bae .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-50347878-2e4b-462d-b7fd-3b71c12cdb39 {
  text-align: left;
}

#s-50347878-2e4b-462d-b7fd-3b71c12cdb39 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-aeeb6915-b974-493d-b368-7313073ec3a8 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-7378522b-9562-440d-b99d-c2a9d25f3d0f {
  text-align: left;
}

#s-7378522b-9562-440d-b99d-c2a9d25f3d0f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-349fe278-5500-4edb-9689-fddb8418446e hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b943ca00-0017-4379-85d0-918a8298eea9 {
  min-height: 50px;
}








#s-b943ca00-0017-4379-85d0-918a8298eea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b943ca00-0017-4379-85d0-918a8298eea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aa0483f6-a19e-4efa-9150-4f492cc82564"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa0483f6-a19e-4efa-9150-4f492cc82564"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa0483f6-a19e-4efa-9150-4f492cc82564"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa0483f6-a19e-4efa-9150-4f492cc82564"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dc6dfd5e-8336-4c7b-8bb0-7da4a227746e {
  text-align: center;
}







  #s-dc6dfd5e-8336-4c7b-8bb0-7da4a227746e img.shogun-image {
    

    
    
    
  }


#s-dc6dfd5e-8336-4c7b-8bb0-7da4a227746e .shogun-image-content {
  
    align-items: center;
  
}

#s-e79253cb-1133-4bd4-9502-a168b79fc6d4 {
  text-align: left;
}

#s-e79253cb-1133-4bd4-9502-a168b79fc6d4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-3bd371e5-c8e4-46a1-ad71-ac47508600a2 {
  text-align: left;
}

#s-3bd371e5-c8e4-46a1-ad71-ac47508600a2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-c50ad8a0-9d8e-4927-8882-5c95da973a59 {
  text-align: left;
}

#s-c50ad8a0-9d8e-4927-8882-5c95da973a59 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-d21609e7-2cc4-487b-9b64-2f71f53491ff hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-a648b5de-976b-4693-a1d7-7f2d47204b97 {
  text-align: left;
}

#s-a648b5de-976b-4693-a1d7-7f2d47204b97 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-e909c9ed-f3b6-4024-bd5b-9401642307dc hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4e4183cd-f143-4d51-9779-9e26717a6aff {
  min-height: 50px;
}








#s-4e4183cd-f143-4d51-9779-9e26717a6aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e4183cd-f143-4d51-9779-9e26717a6aff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-27ae59e4-eb1f-495c-b21f-83815ab94b36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27ae59e4-eb1f-495c-b21f-83815ab94b36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27ae59e4-eb1f-495c-b21f-83815ab94b36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27ae59e4-eb1f-495c-b21f-83815ab94b36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-badbe23d-a7e1-4bef-890b-5d99f0c4fbcf {
  text-align: center;
}







  #s-badbe23d-a7e1-4bef-890b-5d99f0c4fbcf img.shogun-image {
    

    
    
    
  }


#s-badbe23d-a7e1-4bef-890b-5d99f0c4fbcf .shogun-image-content {
  
    align-items: center;
  
}

#s-0c5b32e7-0a19-48d3-86dd-40652b375652 {
  text-align: left;
}

#s-0c5b32e7-0a19-48d3-86dd-40652b375652 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-2c85f014-4fb0-4548-917e-7ea0e0eb0be4 {
  text-align: left;
}

#s-2c85f014-4fb0-4548-917e-7ea0e0eb0be4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-da82becc-cf00-4364-b4cd-e0afb978704f {
  text-align: left;
}

#s-da82becc-cf00-4364-b4cd-e0afb978704f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-42837d2a-8c27-4235-8001-4f38bcfe4720 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-7eb8b330-1515-4c50-a971-119228d477e0 {
  text-align: left;
}

#s-7eb8b330-1515-4c50-a971-119228d477e0 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-91679488-a33f-423e-a95d-bc1e14cdfa18 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-16065799-43b9-414d-b0a0-7784e98faf5b {
  min-height: 50px;
}








#s-16065799-43b9-414d-b0a0-7784e98faf5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16065799-43b9-414d-b0a0-7784e98faf5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-1237f6ab-8461-4afe-855c-457e089eafb5 {
  min-height: 400px;
}

#s-10a35919-c615-4625-9cb6-48750e18d5b5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-10a35919-c615-4625-9cb6-48750e18d5b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a35919-c615-4625-9cb6-48750e18d5b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b724dcb-c8c5-43cd-95cc-0304e9ed2f4a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-4b724dcb-c8c5-43cd-95cc-0304e9ed2f4a .shogun-heading-component h2 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: left;
}



#s-0110da4d-7e24-4343-9422-9f19b723476f {
  margin-top: 5px;
margin-bottom: -5px;
text-align: left;
}

#s-0110da4d-7e24-4343-9422-9f19b723476f .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



.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-c3088247-1621-476f-9cf4-5c581e4c8b1c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3088247-1621-476f-9cf4-5c581e4c8b1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

.shg-btn-text {
  font-weight: ;
  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-1cc47272-e81b-42b5-9161-706cc28782ca {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 0px;
background-color: rgba(65, 182, 145, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1cc47272-e81b-42b5-9161-706cc28782ca:hover {background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1cc47272-e81b-42b5-9161-706cc28782ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cc47272-e81b-42b5-9161-706cc28782ca-root {
    text-align: center;
  }


#s-1cc47272-e81b-42b5-9161-706cc28782ca.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-92048627-e33e-4890-8ab8-cf4707c813bb {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(65, 182, 145, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 182, 145, 1);
}
#s-92048627-e33e-4890-8ab8-cf4707c813bb:hover {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(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-92048627-e33e-4890-8ab8-cf4707c813bb:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92048627-e33e-4890-8ab8-cf4707c813bb-root {
    text-align: center;
  }


#s-92048627-e33e-4890-8ab8-cf4707c813bb.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 19px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  min-height: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  display: none;
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d, #wrap-s-acf73db9-1c32-444e-a55e-7982ee94c89d { display: none !important; }}@media (max-width: 767px){#s-acf73db9-1c32-444e-a55e-7982ee94c89d {
  display: none;
}
#s-acf73db9-1c32-444e-a55e-7982ee94c89d, #wrap-s-acf73db9-1c32-444e-a55e-7982ee94c89d { display: none !important; }}







#s-acf73db9-1c32-444e-a55e-7982ee94c89d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acf73db9-1c32-444e-a55e-7982ee94c89d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d6865f1-7e59-497f-9f07-02dea22c45b8 {
  margin-top: -100px;
margin-left: auto;
margin-bottom: -100px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-6d6865f1-7e59-497f-9f07-02dea22c45b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6865f1-7e59-497f-9f07-02dea22c45b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8495bc16-4b1f-4cee-9042-b2f3214ff9d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-a3ee476d-f814-4a86-9f85-0369746bb21a {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-a3ee476d-f814-4a86-9f85-0369746bb21a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ee476d-f814-4a86-9f85-0369746bb21a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc7653a0-0b2e-49fb-8630-7caa4d7cc16f {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
text-align: left;
}

#s-dc7653a0-0b2e-49fb-8630-7caa4d7cc16f .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  
  text-align: left;
}



#s-6ddfde37-57fa-4a92-87bb-0dd5f8d04eb7 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-6ddfde37-57fa-4a92-87bb-0dd5f8d04eb7 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-80f42e5d-a5ad-4302-a51a-772d577a9998 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-80f42e5d-a5ad-4302-a51a-772d577a9998"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-80f42e5d-a5ad-4302-a51a-772d577a9998"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80f42e5d-a5ad-4302-a51a-772d577a9998"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80f42e5d-a5ad-4302-a51a-772d577a9998"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5db43c23-9af3-46b5-929f-b074339ae07c {
  min-height: 50px;
}








#s-5db43c23-9af3-46b5-929f-b074339ae07c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5db43c23-9af3-46b5-929f-b074339ae07c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cb0fb-d03f-4467-b130-8f321889ca25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e9307fb3-0823-4ae5-b059-2973d9e0ca69 {
  text-align: center;
}







  #s-e9307fb3-0823-4ae5-b059-2973d9e0ca69 img.shogun-image {
    

    
    
    
  }


#s-e9307fb3-0823-4ae5-b059-2973d9e0ca69 .shogun-image-content {
  
    align-items: center;
  
}

#s-15301c0f-a6d0-4f68-be30-00dbff98914e {
  text-align: left;
}

#s-15301c0f-a6d0-4f68-be30-00dbff98914e .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-a8068b92-676d-48d3-a2ca-db369207f8ba {
  text-align: left;
}

#s-a8068b92-676d-48d3-a2ca-db369207f8ba .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-c3117002-649d-49a4-b7c1-4fd09180e187 {
  text-align: left;
}

#s-c3117002-649d-49a4-b7c1-4fd09180e187 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-3afc8612-1794-4422-8372-709ffb5d82c5 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-50e5dc12-584b-4831-86af-063cf7e3b53c {
  text-align: left;
}

#s-50e5dc12-584b-4831-86af-063cf7e3b53c .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-f35dc13d-850a-43f1-bfab-d3266ba66847 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-f7d20443-ea5d-4086-9a98-db609ed5e702 {
  min-height: 50px;
}








#s-f7d20443-ea5d-4086-9a98-db609ed5e702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d20443-ea5d-4086-9a98-db609ed5e702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa627ba4-3cd4-4584-b928-9207855e84fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f058ff98-1685-4fd9-abff-b5dbc5a68ee3 {
  text-align: center;
}







  #s-f058ff98-1685-4fd9-abff-b5dbc5a68ee3 img.shogun-image {
    

    
    
    
  }


#s-f058ff98-1685-4fd9-abff-b5dbc5a68ee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-031773a6-10ce-4102-bca1-e697aadfef46 {
  text-align: left;
}

#s-031773a6-10ce-4102-bca1-e697aadfef46 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-01dde792-9adc-4de2-a85c-b086703f1dc2 {
  text-align: left;
}

#s-01dde792-9adc-4de2-a85c-b086703f1dc2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-54aa993f-0306-4426-8c50-fb472bc9b56e {
  text-align: left;
}

#s-54aa993f-0306-4426-8c50-fb472bc9b56e .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-bdd6103a-f55d-458a-911c-a6bff860494c hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-41add554-1993-4985-855a-5ad45faa575b {
  text-align: left;
}

#s-41add554-1993-4985-855a-5ad45faa575b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-a3fc0586-cd07-4aeb-bf4f-d88f1b6f6991 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-e2a455b6-e6c3-41c8-827c-e38a3352fcb2 {
  min-height: 50px;
}








#s-e2a455b6-e6c3-41c8-827c-e38a3352fcb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a455b6-e6c3-41c8-827c-e38a3352fcb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06bc43d8-19a0-4bbb-9eb1-782d52851a95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f988921e-ff71-4e4b-a51a-3462c374adb9 {
  text-align: center;
}







  #s-f988921e-ff71-4e4b-a51a-3462c374adb9 img.shogun-image {
    

    
    
    
  }


#s-f988921e-ff71-4e4b-a51a-3462c374adb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9226fdf-1fda-4041-a8f0-51a208c64840 {
  text-align: left;
}

#s-e9226fdf-1fda-4041-a8f0-51a208c64840 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-e2a1f58e-6721-483f-ac4f-b15a3bf43317 {
  text-align: left;
}

#s-e2a1f58e-6721-483f-ac4f-b15a3bf43317 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-fa875f27-0aed-4706-844f-be3449056541 {
  text-align: left;
}

#s-fa875f27-0aed-4706-844f-be3449056541 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-2136c658-18e4-4ee4-9bf0-22137df0089e hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-93592a6d-6e81-4c80-92dc-c864e949ec70 {
  text-align: left;
}

#s-93592a6d-6e81-4c80-92dc-c864e949ec70 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-d7ce17c3-aab4-49b1-a740-1a82a4ad6864 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-8bc98bb7-3d2a-4b92-bc6d-cd9651bd72fb {
  min-height: 50px;
}








#s-8bc98bb7-3d2a-4b92-bc6d-cd9651bd72fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bc98bb7-3d2a-4b92-bc6d-cd9651bd72fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-746769e4-2509-47c2-8f58-82c3d1965199"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f5c2c991-9333-4154-a650-64e59549362e {
  text-align: center;
}







  #s-f5c2c991-9333-4154-a650-64e59549362e img.shogun-image {
    

    
    
    
  }


#s-f5c2c991-9333-4154-a650-64e59549362e .shogun-image-content {
  
    align-items: center;
  
}

#s-fcbb9749-2a3f-4312-ac3a-a4f23b5ce9b4 {
  text-align: left;
}

#s-fcbb9749-2a3f-4312-ac3a-a4f23b5ce9b4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-fb3f6847-0b26-4416-81e9-79ccf82be1c2 {
  text-align: left;
}

#s-fb3f6847-0b26-4416-81e9-79ccf82be1c2 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-b5a0b949-5e1e-4823-9677-0c0cf15833bc {
  text-align: left;
}

#s-b5a0b949-5e1e-4823-9677-0c0cf15833bc .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-3322fa26-8041-423b-8ffd-a19934de5455 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-70bebf58-237d-4441-963a-90c2b6f07812 {
  text-align: left;
}

#s-70bebf58-237d-4441-963a-90c2b6f07812 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-e968da5b-072c-4c03-9e05-d4ffd765eec5 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4953c03d-23e5-4b0a-b9a7-67394e9900b4 {
  min-height: 50px;
}








#s-4953c03d-23e5-4b0a-b9a7-67394e9900b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4953c03d-23e5-4b0a-b9a7-67394e9900b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a8b95af-c7ec-4a01-862b-4c886bc139e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e6c720f2-4612-4a91-ae05-0eb1c0bef07b {
  text-align: center;
}







  #s-e6c720f2-4612-4a91-ae05-0eb1c0bef07b img.shogun-image {
    

    
    
    
  }


#s-e6c720f2-4612-4a91-ae05-0eb1c0bef07b .shogun-image-content {
  
    align-items: center;
  
}

#s-6a6cd1ed-d287-4c2d-9d11-f46f7ade9071 {
  text-align: left;
}

#s-6a6cd1ed-d287-4c2d-9d11-f46f7ade9071 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-490f180d-363e-42b9-ba41-e71ead4e3171 {
  text-align: left;
}

#s-490f180d-363e-42b9-ba41-e71ead4e3171 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-4f80064d-fe65-472a-ab34-4e63b00d692b {
  text-align: left;
}

#s-4f80064d-fe65-472a-ab34-4e63b00d692b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-e1378d65-d55d-4886-b6ae-75134832021e hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-8c600e6e-4f0d-4d27-9e53-37156393112b {
  text-align: left;
}

#s-8c600e6e-4f0d-4d27-9e53-37156393112b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-2b7353e6-eef2-4c77-83af-a31f977483e3 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-5561da5d-13b4-4184-93c1-cd32ff24e643 {
  min-height: 50px;
}








#s-5561da5d-13b4-4184-93c1-cd32ff24e643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5561da5d-13b4-4184-93c1-cd32ff24e643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6318c86b-b7bc-4dcd-ad8a-bc0e457f09f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9a9d7a50-7e10-4387-8ba7-69e568241bf5 {
  text-align: center;
}







  #s-9a9d7a50-7e10-4387-8ba7-69e568241bf5 img.shogun-image {
    

    
    
    
  }


#s-9a9d7a50-7e10-4387-8ba7-69e568241bf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-697f9824-5e86-4f71-9909-381c3117abaa {
  text-align: left;
}

#s-697f9824-5e86-4f71-9909-381c3117abaa .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-1a2e93b8-417a-4e78-937a-53239aea7c12 {
  text-align: left;
}

#s-1a2e93b8-417a-4e78-937a-53239aea7c12 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-0eaa2f25-ac40-440e-aa6c-07614ac1b86f {
  text-align: left;
}

#s-0eaa2f25-ac40-440e-aa6c-07614ac1b86f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-dfd8217f-3958-46b1-929f-a9e02628de49 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b4f7a948-4d93-4b29-8176-f97907922a40 {
  text-align: left;
}

#s-b4f7a948-4d93-4b29-8176-f97907922a40 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-36e777bd-d093-45c6-ba3f-3ae42ae9d0a3 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-76d778c6-1e07-4bbb-9f11-e690c6a9ea31 {
  min-height: 50px;
}








#s-76d778c6-1e07-4bbb-9f11-e690c6a9ea31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76d778c6-1e07-4bbb-9f11-e690c6a9ea31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a4e34aa0-0121-4dbf-8f1a-aabc1efe7038"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b7ae1a0a-5cb7-4077-aca5-07503893345a {
  text-align: center;
}







  #s-b7ae1a0a-5cb7-4077-aca5-07503893345a img.shogun-image {
    

    
    
    
  }


#s-b7ae1a0a-5cb7-4077-aca5-07503893345a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa461801-e69c-45af-aad3-3db59b8d7462 {
  text-align: left;
}

#s-fa461801-e69c-45af-aad3-3db59b8d7462 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-5f0be1e6-a2bb-47c5-aff6-e786fc8d79b4 {
  text-align: left;
}

#s-5f0be1e6-a2bb-47c5-aff6-e786fc8d79b4 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-e179cc9b-5c31-4816-9376-08cb7422aae0 {
  text-align: left;
}

#s-e179cc9b-5c31-4816-9376-08cb7422aae0 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-b1824c7f-20ca-4f27-a07a-6f397c972416 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-c9666ca6-24d5-43f9-a588-4b113bc43b4b {
  text-align: left;
}

#s-c9666ca6-24d5-43f9-a588-4b113bc43b4b .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-c6cf4bf1-f688-4798-a152-3c2152fbb36d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-50444049-6f71-4558-ad7f-fd47a6490eaf {
  min-height: 50px;
}








#s-50444049-6f71-4558-ad7f-fd47a6490eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50444049-6f71-4558-ad7f-fd47a6490eaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f2b9f60c-596b-408d-a404-79c9e7359aab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-05db18df-e8d4-47ef-9657-7ef2f3ace858 {
  text-align: center;
}







  #s-05db18df-e8d4-47ef-9657-7ef2f3ace858 img.shogun-image {
    

    
    
    
  }


#s-05db18df-e8d4-47ef-9657-7ef2f3ace858 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f83f3ab-7758-4e5d-9bcb-c8c41bcb6f6a {
  text-align: left;
}

#s-8f83f3ab-7758-4e5d-9bcb-c8c41bcb6f6a .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-34aef3b8-596d-4e78-a222-5fab7e43bd86 {
  text-align: left;
}

#s-34aef3b8-596d-4e78-a222-5fab7e43bd86 .shogun-heading-component h1 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-02a45379-10e1-4c82-b227-520ef8c1c1f9 {
  text-align: left;
}

#s-02a45379-10e1-4c82-b227-520ef8c1c1f9 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}



#s-2836d63f-9642-4c37-ada3-a3e0604898ef hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-dc68364d-132f-49d2-8650-2cc209570765 {
  text-align: left;
}

#s-dc68364d-132f-49d2-8650-2cc209570765 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: left;
}



#s-0595f6ba-174d-4b1a-af3f-2df00b708f07 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a {
  min-height: 50px;
}








#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d45368e-b8ed-40aa-9acc-d18d4606f19a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42384ff3-a8d4-4c7d-9978-351c87f8beb7 {
  min-height: 400px;
}

#s-fb023d9a-4452-4d55-9f42-20ef2be9e598 {
  margin-top: -21px;
min-height: 50px;
}








#s-fb023d9a-4452-4d55-9f42-20ef2be9e598 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb023d9a-4452-4d55-9f42-20ef2be9e598.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d6f645-f000-4d38-9fd4-fef4a33c86da {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}

#s-f4d6f645-f000-4d38-9fd4-fef4a33c86da .shogun-heading-component h2 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.8em;
  
  text-align: left;
}



#s-87755ee8-a642-4407-8f0e-950bbaffc6e4 {
  margin-top: 5px;
margin-left: 20px;
margin-bottom: -5px;
margin-right: 20px;
text-align: left;
}

#s-87755ee8-a642-4407-8f0e-950bbaffc6e4 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-486b5c43-abd4-4012-b331-ccef36561a24 {
  margin-left: 20px;
margin-right: 20px;
}

#s-5b53a2d1-05a4-40ad-9d89-c0a10b393591 {
  opacity: 0;
}

#s-5b53a2d1-05a4-40ad-9d89-c0a10b393591 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91d19128-f515-4b14-a69d-4331e1f08ad2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1 {
  min-height: 50px;
}








#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-632ddef1-8f93-4fa6-b3d1-18d61929faf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-radius: 0px;
background-color: rgba(65, 182, 145, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a:hover {background-color: rgba(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a-root {
    text-align: center;
  }


#s-b9123e42-aa49-4a96-a3bb-3b3c35c0391a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-4fd32630-fbe3-4256-90a4-be2401aea61a {
  min-height: 50px;
}








#s-4fd32630-fbe3-4256-90a4-be2401aea61a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd32630-fbe3-4256-90a4-be2401aea61a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a016a2a0-2e22-4ce8-82a1-a30051957a66 {
  min-height: 50px;
}








#s-a016a2a0-2e22-4ce8-82a1-a30051957a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a016a2a0-2e22-4ce8-82a1-a30051957a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab {
  min-height: 50px;
}








#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2100faac-13c6-40a5-9a1b-ec2f0d2cedab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5 {
  padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(65, 182, 145, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 182, 145, 1);
}
#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5:hover {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(65, 182, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-228fb441-6b85-4690-bf7a-5ee9e74b40e5-root {
    text-align: center;
  }


#s-228fb441-6b85-4690-bf7a-5ee9e74b40e5.shg-btn {
  color: rgba(65, 182, 145, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  display: none;
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532, #wrap-s-a772896a-2575-4e1d-b61a-df808e8b6532 { display: none !important; }}@media (max-width: 767px){#s-a772896a-2575-4e1d-b61a-df808e8b6532 {
  display: none;
}
#s-a772896a-2575-4e1d-b61a-df808e8b6532, #wrap-s-a772896a-2575-4e1d-b61a-df808e8b6532 { display: none !important; }}







#s-a772896a-2575-4e1d-b61a-df808e8b6532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a772896a-2575-4e1d-b61a-df808e8b6532.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1535e184-6669-4c66-bd71-99446836748f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -400px;
margin-left: 30px;
margin-right: 30px;
min-height: 800px;
background-position: right top;
}
@media (min-width: 768px) and (max-width: 991px){#s-1535e184-6669-4c66-bd71-99446836748f {
  margin-top: 0px;
min-height: 580px;
}
}@media (max-width: 767px){#s-1535e184-6669-4c66-bd71-99446836748f {
  margin-top: 0px;
min-height: 390px;
}
}







#s-1535e184-6669-4c66-bd71-99446836748f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1535e184-6669-4c66-bd71-99446836748f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa {
  margin-top: -75px;
margin-bottom: -75px;
min-height: 600px;
}








#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8624c5d-6fe0-4841-91ec-ecc3c2561faa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  display: none;
}
#s-d2b5dc71-159c-4977-be76-62d5af12ad12, #wrap-s-d2b5dc71-159c-4977-be76-62d5af12ad12 { display: none !important; }}@media (max-width: 767px){#s-d2b5dc71-159c-4977-be76-62d5af12ad12 {
  display: none;
}
#s-d2b5dc71-159c-4977-be76-62d5af12ad12, #wrap-s-d2b5dc71-159c-4977-be76-62d5af12ad12 { display: none !important; }}







#s-d2b5dc71-159c-4977-be76-62d5af12ad12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b5dc71-159c-4977-be76-62d5af12ad12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce3fc98d-1062-4496-bf39-8e10b1ecaed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22a679cf-a2f9-488d-815f-0f6938142380 {
  margin-top: 19%;
margin-bottom: 19%;
min-height: 50px;
}








#s-22a679cf-a2f9-488d-815f-0f6938142380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a679cf-a2f9-488d-815f-0f6938142380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ee2c02e1-0db2-4fd3-9abc-ad7f3913bade .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-1eb7523c-e5be-410e-be83-8dc4b41f5201 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-1eb7523c-e5be-410e-be83-8dc4b41f5201 .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  700 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-0be2ef62-197d-4884-b678-a8d88d2afd2f {
  min-height: 50px;
}








#s-0be2ef62-197d-4884-b678-a8d88d2afd2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be2ef62-197d-4884-b678-a8d88d2afd2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 {
  text-align: center;
}







  #s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 img.shogun-image {
    

    
    
    
  }


#s-6ce61e3b-d255-4bf1-b97b-5f881f48b963 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  display: none;
}
#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd, #wrap-s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd {
  display: none;
}
#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd, #wrap-s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd { display: none !important; }}







#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d78bcf-4bce-47c0-85c8-bb93ab46c8fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 101px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c3f3ffae-020b-4289-a00f-b1e97b9dccd5 .shogun-heading-component h3 {
  color: rgba(65, 182, 145, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7004f42a-87a0-451b-a41b-edab07aa31b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a5ef331a-3662-4408-bd99-2c388139275f {
  margin-left: 10px;
margin-right: 10px;
text-align: left;
}

#s-a5ef331a-3662-4408-bd99-2c388139275f .shogun-heading-component h6 {
  color: rgba(65, 182, 145, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada {
  text-align: center;
}







  #s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada img.shogun-image {
    

    
    
    
  }


#s-d6cf8d62-fdd1-42a1-bc39-be75b7af7ada .shogun-image-content {
  
    align-items: center;
  
}

#s-ba04667a-cf98-46e6-8862-969374dbcac0 {
  min-height: 550px;
background-color: rgba(65, 182, 145, 1);
}
@media (max-width: 767px){#s-ba04667a-cf98-46e6-8862-969374dbcac0 {
  min-height: 350px;
}
}







#s-ba04667a-cf98-46e6-8862-969374dbcac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba04667a-cf98-46e6-8862-969374dbcac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941185bf-d1f7-4f0e-9ee3-15b7a526dbba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed04076-225a-4178-bff5-0b011e1b5b48 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-eed04076-225a-4178-bff5-0b011e1b5b48 .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-99324258-b701-400f-9221-fc607a05ce95 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: left;
}

#s-99324258-b701-400f-9221-fc607a05ce95 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  700 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-51287539-fdce-46f1-a62d-afd594759933 {
  min-height: 200px;
}








#s-51287539-fdce-46f1-a62d-afd594759933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51287539-fdce-46f1-a62d-afd594759933.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ef11fef-e298-4a8a-b565-6c4bf8ce1ebc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}








#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52a5e6e-a116-4135-ab44-f770b4fdfea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36a850d0-851f-4c45-9335-121e85790c7d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-36a850d0-851f-4c45-9335-121e85790c7d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a6a27166-738d-447a-a68e-7961ce6e60e7 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
text-align: left;
}

#s-a6a27166-738d-447a-a68e-7961ce6e60e7 .shogun-heading-component h6 {
  color: rgba(253, 237, 240, 1);
  font-weight:  600 ;
  font-family: "Roboto Mono";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(253, 237, 240, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 200, 194, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(253, 237, 240, 1);
}
#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a:hover {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(253, 237, 240, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(255, 114, 117, 0) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffb2705e-9e0b-49a3-ad87-3258246ba59a-root {
    text-align: left;
  }


#s-ffb2705e-9e0b-49a3-ad87-3258246ba59a.shg-btn {
  color: rgba(253, 237, 240, 1);
  font-size: 20px;
  
  
  font-family: FestivoLettersNo1;
  display:  inline-block ;
}
}
#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  min-height: 450px;
}
}@media (max-width: 767px){#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 {
  min-height: 400px;
}
}







#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be3763c-5d70-4b31-92fb-a9c2c1a37934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77999305-d90a-46d8-907a-2466f081c0fc {
  min-height: 50px;
}








#s-77999305-d90a-46d8-907a-2466f081c0fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77999305-d90a-46d8-907a-2466f081c0fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 {
  margin-top: -450px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1400px;
}
@media (max-width: 767px){#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 {
  margin-top: -350px;
}
}







#s-f7c32401-2bc5-48d2-bf57-789ad446ae11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c32401-2bc5-48d2-bf57-789ad446ae11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d2fd06-9754-47d8-955a-3238bdee5c3d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 140px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 120px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-28d2fd06-9754-47d8-955a-3238bdee5c3d .shogun-heading-component h2 {
  color: rgba(253, 237, 240, 1);
  font-weight:  normal ;
  font-family: "FestivoLettersNo1";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: left;
}


}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b {
  display: none;
}
#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b, #wrap-s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b { display: none !important; }}@media (max-width: 767px){#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b {
  display: none;
}
#s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b, #wrap-s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b { display: none !important; }}
[id="s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 0px;
}

.shg-ig-posts-container {
  width: calc(100% + 0px) !important;
}

@media (min-width: 768px) {
  [id="s-f71a88d0-6a15-4ca2-a1dc-d68705a9900b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

@media (min-width: 1200px){#s-19abb103-cd55-4409-8255-db06b2904a92 {
  display: none;
}
#s-19abb103-cd55-4409-8255-db06b2904a92, #wrap-s-19abb103-cd55-4409-8255-db06b2904a92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19abb103-cd55-4409-8255-db06b2904a92 {
  display: none;
}
#s-19abb103-cd55-4409-8255-db06b2904a92, #wrap-s-19abb103-cd55-4409-8255-db06b2904a92 { display: none !important; }}
@media (min-width: 768px) {
  [id="s-19abb103-cd55-4409-8255-db06b2904a92"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 0px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 0px) !important;
  }
}

#s-ce7612d5-5044-4944-867a-cf5537a75a7b {
  margin-top: -50px;
text-align: center;
}







  #s-ce7612d5-5044-4944-867a-cf5537a75a7b img.shogun-image {
    

    
    
    
  }


#s-ce7612d5-5044-4944-867a-cf5537a75a7b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
