.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-c1e71640-65c2-41ac-a635-0604e6e9b55d {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-c1e71640-65c2-41ac-a635-0604e6e9b55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e71640-65c2-41ac-a635-0604e6e9b55d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9ad42b-1519-4865-99f3-a414466d406c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
@media (max-width: 767px){#s-da9ad42b-1519-4865-99f3-a414466d406c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}
}
#s-da9ad42b-1519-4865-99f3-a414466d406c .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-da9ad42b-1519-4865-99f3-a414466d406c .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-10ec6978-7f95-404a-a0b9-a887b0cd0685 {
  text-align: left;
}

#s-10ec6978-7f95-404a-a0b9-a887b0cd0685 .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-5c77a739-8cee-4b08-a4a0-399fb8296819 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5c77a739-8cee-4b08-a4a0-399fb8296819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5c77a739-8cee-4b08-a4a0-399fb8296819"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c77a739-8cee-4b08-a4a0-399fb8296819"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c77a739-8cee-4b08-a4a0-399fb8296819"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-234936a2-6ad5-4d45-9ce3-0fbdbdc9cdf3 {
  min-height: 50px;
}








#s-234936a2-6ad5-4d45-9ce3-0fbdbdc9cdf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234936a2-6ad5-4d45-9ce3-0fbdbdc9cdf3.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-4ce65010-d735-44c6-93a2-b6cd7a7d1dc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce65010-d735-44c6-93a2-b6cd7a7d1dc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ce65010-d735-44c6-93a2-b6cd7a7d1dc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ce65010-d735-44c6-93a2-b6cd7a7d1dc1"] > .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-c8d5fa4e-f088-4978-818a-e61f6a8a9c77 {
  text-align: center;
}







  #s-c8d5fa4e-f088-4978-818a-e61f6a8a9c77 img.shogun-image {
    

    
    
    
  }


#s-c8d5fa4e-f088-4978-818a-e61f6a8a9c77 .shogun-image-content {
  
    align-items: center;
  
}

#s-486ee63b-8e76-4342-813c-11b3e0ef44a4 {
  text-align: left;
}

#s-486ee63b-8e76-4342-813c-11b3e0ef44a4 .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-97d56cfe-3a6f-45da-a0b8-404046c00c39 {
  text-align: left;
}

#s-97d56cfe-3a6f-45da-a0b8-404046c00c39 .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-8424ea75-4ec0-4606-91b1-4cb997010c5b {
  text-align: left;
}

#s-8424ea75-4ec0-4606-91b1-4cb997010c5b .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-46e3c6bc-0536-49ae-ae43-f079b1b48e0d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-a05cb2e3-d6b1-4c39-adb8-1aad7ed88510 {
  text-align: left;
}

#s-a05cb2e3-d6b1-4c39-adb8-1aad7ed88510 .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-84ec537a-50b7-4011-a27a-d394149a4143 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-1033c24b-83a7-4847-9db1-e74ba6032f77 {
  min-height: 50px;
}








#s-1033c24b-83a7-4847-9db1-e74ba6032f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1033c24b-83a7-4847-9db1-e74ba6032f77.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-cee32aad-df7e-4ebd-8e2d-e8b6e249e314"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee32aad-df7e-4ebd-8e2d-e8b6e249e314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cee32aad-df7e-4ebd-8e2d-e8b6e249e314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee32aad-df7e-4ebd-8e2d-e8b6e249e314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c4a15cec-020d-4b47-8b80-86fb096312dd {
  text-align: center;
}







  #s-c4a15cec-020d-4b47-8b80-86fb096312dd img.shogun-image {
    

    
    
    
  }


#s-c4a15cec-020d-4b47-8b80-86fb096312dd .shogun-image-content {
  
    align-items: center;
  
}

#s-825806bb-f19b-4279-95da-624753e38aa5 {
  text-align: left;
}

#s-825806bb-f19b-4279-95da-624753e38aa5 .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-24392b29-1af5-48d9-8efa-bc7d5a63a1d7 {
  text-align: left;
}

#s-24392b29-1af5-48d9-8efa-bc7d5a63a1d7 .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-421e9558-417c-4181-9507-1562a3106be0 {
  text-align: left;
}

#s-421e9558-417c-4181-9507-1562a3106be0 .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-34ccaaf9-8f11-47c5-b471-f6aceabdbf25 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-22c0cfe6-585a-48ed-afcb-fec938701b59 {
  text-align: left;
}

#s-22c0cfe6-585a-48ed-afcb-fec938701b59 .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-820cc3a3-0a3f-4dc0-9aa5-f8ca1bd87482 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4eef537d-e5f3-4547-b4a9-165a4a3923ba {
  min-height: 50px;
}








#s-4eef537d-e5f3-4547-b4a9-165a4a3923ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eef537d-e5f3-4547-b4a9-165a4a3923ba.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-b047f019-4f8a-486d-aa10-301aca1ac5da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b047f019-4f8a-486d-aa10-301aca1ac5da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b047f019-4f8a-486d-aa10-301aca1ac5da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b047f019-4f8a-486d-aa10-301aca1ac5da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f5e541d1-332b-44ac-9d5e-ffc72352bada {
  text-align: center;
}







  #s-f5e541d1-332b-44ac-9d5e-ffc72352bada img.shogun-image {
    

    
    
    
  }


#s-f5e541d1-332b-44ac-9d5e-ffc72352bada .shogun-image-content {
  
    align-items: center;
  
}

#s-0037aa13-3937-4eaf-93ec-27aecad3c929 {
  text-align: left;
}

#s-0037aa13-3937-4eaf-93ec-27aecad3c929 .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-aacd6562-efc0-4b32-b057-0bff14cabb52 {
  text-align: left;
}

#s-aacd6562-efc0-4b32-b057-0bff14cabb52 .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-01d3a2ca-aee4-433b-a291-525fc5e70a0a {
  text-align: left;
}

#s-01d3a2ca-aee4-433b-a291-525fc5e70a0a .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-40534fe3-8cbf-482f-ac52-b517e80ed630 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-901ce6ca-f52f-4077-bc3f-2837c8a8c473 {
  text-align: left;
}

#s-901ce6ca-f52f-4077-bc3f-2837c8a8c473 .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-d2401c29-ae90-427c-85bd-bbd735cd34dc hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-4babc9e7-8418-485b-9d5c-2aee2910f8f7 {
  min-height: 50px;
}








#s-4babc9e7-8418-485b-9d5c-2aee2910f8f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4babc9e7-8418-485b-9d5c-2aee2910f8f7.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-a99f6daa-afff-4917-9b65-9f0ccdf6f691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a99f6daa-afff-4917-9b65-9f0ccdf6f691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a99f6daa-afff-4917-9b65-9f0ccdf6f691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a99f6daa-afff-4917-9b65-9f0ccdf6f691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-656fc9cc-d030-468f-ac68-7603678028e7 {
  text-align: center;
}







  #s-656fc9cc-d030-468f-ac68-7603678028e7 img.shogun-image {
    

    
    
    
  }


#s-656fc9cc-d030-468f-ac68-7603678028e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-82742d2e-e54e-4436-8b93-bd28b112b020 {
  text-align: left;
}

#s-82742d2e-e54e-4436-8b93-bd28b112b020 .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-d87f4eab-a84a-420b-be24-2c10ea3f2af9 {
  text-align: left;
}

#s-d87f4eab-a84a-420b-be24-2c10ea3f2af9 .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-9e28d63d-ed2b-4829-9211-8ea9c637e052 {
  text-align: left;
}

#s-9e28d63d-ed2b-4829-9211-8ea9c637e052 .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-32396337-b520-40c2-aafb-87a42571d819 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-a2a3471b-c947-4267-b422-3009bfc17293 {
  text-align: left;
}

#s-a2a3471b-c947-4267-b422-3009bfc17293 .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-b7b3acc0-9979-4adb-bd2d-4729f565c11d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-da831753-f943-474f-aeb5-7e9d6d1fa6e9 {
  min-height: 50px;
}








#s-da831753-f943-474f-aeb5-7e9d6d1fa6e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da831753-f943-474f-aeb5-7e9d6d1fa6e9.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-3bea1eb2-929f-4745-9ae5-961b26e8bc76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bea1eb2-929f-4745-9ae5-961b26e8bc76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3bea1eb2-929f-4745-9ae5-961b26e8bc76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bea1eb2-929f-4745-9ae5-961b26e8bc76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-decc1e05-4350-41c0-9357-fef83d1788c6 {
  text-align: center;
}







  #s-decc1e05-4350-41c0-9357-fef83d1788c6 img.shogun-image {
    

    
    
    
  }


#s-decc1e05-4350-41c0-9357-fef83d1788c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fb676d0-35c5-4092-8841-7008e7ca7e0b {
  text-align: left;
}

#s-4fb676d0-35c5-4092-8841-7008e7ca7e0b .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-a09a5730-0cdc-4c87-8861-86e2bbe76232 {
  text-align: left;
}

#s-a09a5730-0cdc-4c87-8861-86e2bbe76232 .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-a2a03207-a9d0-48d1-a0da-7d21cc512f18 {
  text-align: left;
}

#s-a2a03207-a9d0-48d1-a0da-7d21cc512f18 .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-572b7d51-1a84-4eca-be12-72094ea82d14 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-5802c986-3c63-4e27-a309-1fe1fa3bdc53 {
  text-align: left;
}

#s-5802c986-3c63-4e27-a309-1fe1fa3bdc53 .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-bb731e8d-8e68-40a1-bd6c-e421cdef793b hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b3f01965-8e61-45cc-af13-deab1f47c4fd {
  min-height: 50px;
}








#s-b3f01965-8e61-45cc-af13-deab1f47c4fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f01965-8e61-45cc-af13-deab1f47c4fd.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-7c7ccf62-3fa0-4a46-b4c1-0de446146cac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c7ccf62-3fa0-4a46-b4c1-0de446146cac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7ccf62-3fa0-4a46-b4c1-0de446146cac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7ccf62-3fa0-4a46-b4c1-0de446146cac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-12207b9a-d135-4db3-ab00-5ca0e044a685 {
  text-align: center;
}







  #s-12207b9a-d135-4db3-ab00-5ca0e044a685 img.shogun-image {
    

    
    
    
  }


#s-12207b9a-d135-4db3-ab00-5ca0e044a685 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c263e76-2fd9-494b-8f90-8264692b209a {
  text-align: left;
}

#s-5c263e76-2fd9-494b-8f90-8264692b209a .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-ae915b47-896c-456e-870d-dc897f6c9c52 {
  text-align: left;
}

#s-ae915b47-896c-456e-870d-dc897f6c9c52 .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-a28d4596-0d41-4e62-ae63-c4397e8fd3a8 {
  text-align: left;
}

#s-a28d4596-0d41-4e62-ae63-c4397e8fd3a8 .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-edb0ba8f-d510-424c-abed-13c066d92b35 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-0ac797ce-099c-4cdf-9c0f-ca17e66ec3b5 {
  text-align: left;
}

#s-0ac797ce-099c-4cdf-9c0f-ca17e66ec3b5 .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-4e8000b9-3ea3-47b3-b563-08e559148bbe hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-8e086d4a-4761-44dc-b930-6568bf53885f {
  min-height: 50px;
}








#s-8e086d4a-4761-44dc-b930-6568bf53885f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e086d4a-4761-44dc-b930-6568bf53885f.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-f7fe77b6-63ca-4522-b090-cc3c653de447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7fe77b6-63ca-4522-b090-cc3c653de447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7fe77b6-63ca-4522-b090-cc3c653de447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7fe77b6-63ca-4522-b090-cc3c653de447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5af67b21-9f03-4224-8d79-2347ddf33b4e {
  text-align: center;
}







  #s-5af67b21-9f03-4224-8d79-2347ddf33b4e img.shogun-image {
    

    
    
    
  }


#s-5af67b21-9f03-4224-8d79-2347ddf33b4e .shogun-image-content {
  
    align-items: center;
  
}

#s-e90aad14-260b-477d-bdf5-5e7cba3fc44e {
  text-align: left;
}

#s-e90aad14-260b-477d-bdf5-5e7cba3fc44e .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-77686b9d-89bd-49fa-a302-0826ea2fb14d {
  text-align: left;
}

#s-77686b9d-89bd-49fa-a302-0826ea2fb14d .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-0f99227f-daf7-4e20-b83f-ea40a4cb1413 {
  text-align: left;
}

#s-0f99227f-daf7-4e20-b83f-ea40a4cb1413 .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-865dae2a-6646-4b5c-bf9d-97d462e1a748 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-79fcfc4a-e331-4462-a28f-3ede50de68f7 {
  text-align: left;
}

#s-79fcfc4a-e331-4462-a28f-3ede50de68f7 .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-26b81826-653a-40e8-ae8d-4a61524add23 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-65fa2beb-a6d2-4566-909a-678b977d22e8 {
  min-height: 50px;
}








#s-65fa2beb-a6d2-4566-909a-678b977d22e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fa2beb-a6d2-4566-909a-678b977d22e8.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-439b7c1c-8f1c-4782-953e-d6a148ed36ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-439b7c1c-8f1c-4782-953e-d6a148ed36ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-439b7c1c-8f1c-4782-953e-d6a148ed36ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-439b7c1c-8f1c-4782-953e-d6a148ed36ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-34924fc0-1316-42d6-9b9d-eee26dadfb95 {
  text-align: center;
}







  #s-34924fc0-1316-42d6-9b9d-eee26dadfb95 img.shogun-image {
    

    
    
    
  }


#s-34924fc0-1316-42d6-9b9d-eee26dadfb95 .shogun-image-content {
  
    align-items: center;
  
}

#s-f71fd347-0f21-4dbb-b7be-f4099a2777e3 {
  text-align: left;
}

#s-f71fd347-0f21-4dbb-b7be-f4099a2777e3 .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-611d844d-ad18-40cf-88ae-2ce7435a32b5 {
  text-align: left;
}

#s-611d844d-ad18-40cf-88ae-2ce7435a32b5 .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-b76d8f38-0164-4507-a6be-d515f70b041e {
  text-align: left;
}

#s-b76d8f38-0164-4507-a6be-d515f70b041e .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-9d9b0341-f6a5-4a60-bab2-21e166f9ec28 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-044b1741-658e-4e1f-92a5-44ed69fede0e {
  text-align: left;
}

#s-044b1741-658e-4e1f-92a5-44ed69fede0e .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-1cfaa1c2-e038-47f3-8b1e-b885807b49b1 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-9adbceaa-921f-45a2-8182-1a6014eb8a76 {
  padding-left: 30px;
padding-right: 30px;
min-height: 600px;
background-color: rgba(253, 237, 240, 1);
}








#s-9adbceaa-921f-45a2-8182-1a6014eb8a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9adbceaa-921f-45a2-8182-1a6014eb8a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ec315ff-76db-4856-9b58-855717896283 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
text-align: left;
}

#s-1ec315ff-76db-4856-9b58-855717896283 .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-6c509651-925a-4a76-9007-03cb2a5e1543 {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}

#s-6c509651-925a-4a76-9007-03cb2a5e1543 .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-d22a5352-d000-4ecd-9c3f-a6bad02d7e5d {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d22a5352-d000-4ecd-9c3f-a6bad02d7e5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d22a5352-d000-4ecd-9c3f-a6bad02d7e5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d22a5352-d000-4ecd-9c3f-a6bad02d7e5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d22a5352-d000-4ecd-9c3f-a6bad02d7e5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-72308854-082c-4b7f-b353-739019be38eb {
  min-height: 50px;
}








#s-72308854-082c-4b7f-b353-739019be38eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72308854-082c-4b7f-b353-739019be38eb.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-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf182b9e-592f-41d6-9dfb-68be22d0b940"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-73734227-5c5f-4fb4-8138-82d622076ad8 {
  text-align: center;
}







  #s-73734227-5c5f-4fb4-8138-82d622076ad8 img.shogun-image {
    

    
    
    
  }


#s-73734227-5c5f-4fb4-8138-82d622076ad8 .shogun-image-content {
  
    align-items: center;
  
}

#s-88f1172d-d1ac-4642-8686-68b1416f27e6 {
  text-align: left;
}

#s-88f1172d-d1ac-4642-8686-68b1416f27e6 .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-0c7fd158-5e8d-4f6c-95ce-1574384f1a2e {
  text-align: left;
}

#s-0c7fd158-5e8d-4f6c-95ce-1574384f1a2e .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-8935587b-608b-4d4d-a921-ad38dd210a66 {
  text-align: left;
}

#s-8935587b-608b-4d4d-a921-ad38dd210a66 .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-e956da19-4242-49e4-965a-5ba707f171c6 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-b9d7e27c-a816-47c6-9002-833af6e8540f {
  text-align: left;
}

#s-b9d7e27c-a816-47c6-9002-833af6e8540f .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-89c44def-fd39-4fae-be10-d4135cc5ec8f hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-7d20953f-4116-4e14-abdf-af104f80398d {
  min-height: 50px;
}








#s-7d20953f-4116-4e14-abdf-af104f80398d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d20953f-4116-4e14-abdf-af104f80398d.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-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0b0b6e5-99d5-4327-961e-0cb2a216e566"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-10416f02-7a58-4fec-888b-b9f0093a76f9 {
  text-align: center;
}







  #s-10416f02-7a58-4fec-888b-b9f0093a76f9 img.shogun-image {
    

    
    
    
  }


#s-10416f02-7a58-4fec-888b-b9f0093a76f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-68f57dc5-6140-42ca-a56f-50c8575005a8 {
  text-align: left;
}

#s-68f57dc5-6140-42ca-a56f-50c8575005a8 .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-57dc3507-75d6-4c09-9cfd-2f367de3119e {
  text-align: left;
}

#s-57dc3507-75d6-4c09-9cfd-2f367de3119e .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-a1859179-7655-4ca3-a7e2-50b5b4f7aff1 {
  text-align: left;
}

#s-a1859179-7655-4ca3-a7e2-50b5b4f7aff1 .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-1c144870-d4c4-4047-b0dd-376dc5e0e545 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-22f63245-0c56-43b8-bdf1-6ca2995fd998 {
  text-align: left;
}

#s-22f63245-0c56-43b8-bdf1-6ca2995fd998 .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-b0fe8c2e-b49c-4564-b4b7-3638799beb6d hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-d668efa9-1038-4414-9459-2bc3226bfd08 {
  min-height: 50px;
}








#s-d668efa9-1038-4414-9459-2bc3226bfd08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d668efa9-1038-4414-9459-2bc3226bfd08.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-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a68d0024-15a0-4eaa-81ab-dc69a0daf13f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c2b71438-7179-4dba-bfe5-e2e4c09c64c9 {
  text-align: center;
}







  #s-c2b71438-7179-4dba-bfe5-e2e4c09c64c9 img.shogun-image {
    

    
    
    
  }


#s-c2b71438-7179-4dba-bfe5-e2e4c09c64c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-abeef1e5-51c7-45d8-a808-cddbe366e77e {
  text-align: left;
}

#s-abeef1e5-51c7-45d8-a808-cddbe366e77e .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-38fb7dc4-ad19-41d3-be53-d1392c14ed6d {
  text-align: left;
}

#s-38fb7dc4-ad19-41d3-be53-d1392c14ed6d .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-770d149c-75b2-4ba7-86b7-52e0130832a2 {
  text-align: left;
}

#s-770d149c-75b2-4ba7-86b7-52e0130832a2 .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-e4cac297-f62c-42c3-90cb-61556efea814 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-52435653-3496-46db-8f39-02a8b6b3bb74 {
  text-align: left;
}

#s-52435653-3496-46db-8f39-02a8b6b3bb74 .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-ada5e99d-04c5-4730-8dea-3d98e63a7462 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-457f4973-4c25-4d01-b1ff-9d9bf205eeda {
  min-height: 50px;
}








#s-457f4973-4c25-4d01-b1ff-9d9bf205eeda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457f4973-4c25-4d01-b1ff-9d9bf205eeda.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-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bf7bae85-6cf4-47c8-a121-349f10255a41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-88d39437-3c19-4577-9e0a-61f00558ae98 {
  text-align: center;
}







  #s-88d39437-3c19-4577-9e0a-61f00558ae98 img.shogun-image {
    

    
    
    
  }


#s-88d39437-3c19-4577-9e0a-61f00558ae98 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fd62089-b751-4ee2-83d5-58181ac91f08 {
  text-align: left;
}

#s-8fd62089-b751-4ee2-83d5-58181ac91f08 .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-8cd7a29c-4808-4b08-936e-0b27c13fd263 {
  text-align: left;
}

#s-8cd7a29c-4808-4b08-936e-0b27c13fd263 .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-42fd0592-f77f-4517-84a3-044e99e85a67 {
  text-align: left;
}

#s-42fd0592-f77f-4517-84a3-044e99e85a67 .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-fd3e50b2-bfdb-47d3-a8e0-0f53cd356536 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-3d7fddf2-0134-49f9-821f-f7d455cfb3ef {
  text-align: left;
}

#s-3d7fddf2-0134-49f9-821f-f7d455cfb3ef .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-d45d7bc6-350b-4e34-9a55-5dda782a63ba hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-f46a172a-f574-4594-9a23-2bd03cf5b30c {
  min-height: 50px;
}








#s-f46a172a-f574-4594-9a23-2bd03cf5b30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f46a172a-f574-4594-9a23-2bd03cf5b30c.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-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee2bff44-00ff-4f92-ad3e-5580199b30b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7200bd97-70ae-4066-aeb4-6885b01736ba {
  text-align: center;
}







  #s-7200bd97-70ae-4066-aeb4-6885b01736ba img.shogun-image {
    

    
    
    
  }


#s-7200bd97-70ae-4066-aeb4-6885b01736ba .shogun-image-content {
  
    align-items: center;
  
}

#s-35757221-58ae-4011-9931-4312e2d7016c {
  text-align: left;
}

#s-35757221-58ae-4011-9931-4312e2d7016c .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-82c41b76-2ac0-4ba0-bc16-1abd7f8d51df {
  text-align: left;
}

#s-82c41b76-2ac0-4ba0-bc16-1abd7f8d51df .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-802dbba3-7f6a-4c69-8a39-b7d64cb8fd19 {
  text-align: left;
}

#s-802dbba3-7f6a-4c69-8a39-b7d64cb8fd19 .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-15099aa6-8e01-4f10-b818-9c5198253c00 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-ec694a8e-85a1-4ba0-8e96-5a77c4c5a929 {
  text-align: left;
}

#s-ec694a8e-85a1-4ba0-8e96-5a77c4c5a929 .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-c1ab3ad7-e82d-4688-9b5a-7dec2efff215 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-3e0507b8-ae78-45dc-bc05-e44ceeb0d853 {
  min-height: 50px;
}








#s-3e0507b8-ae78-45dc-bc05-e44ceeb0d853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0507b8-ae78-45dc-bc05-e44ceeb0d853.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-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67186bf6-6a61-4cee-a830-85bd9563be3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-8b3551cd-ef31-45a3-9daf-645ed5cbaa07 {
  text-align: center;
}







  #s-8b3551cd-ef31-45a3-9daf-645ed5cbaa07 img.shogun-image {
    

    
    
    
  }


#s-8b3551cd-ef31-45a3-9daf-645ed5cbaa07 .shogun-image-content {
  
    align-items: center;
  
}

#s-550b8a7c-36a1-4ff9-ba39-36b7ba429494 {
  text-align: left;
}

#s-550b8a7c-36a1-4ff9-ba39-36b7ba429494 .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-01d2093f-e0b2-4023-8416-17ce541cb717 {
  text-align: left;
}

#s-01d2093f-e0b2-4023-8416-17ce541cb717 .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-71a31261-f729-4131-a979-499f86958d4d {
  text-align: left;
}

#s-71a31261-f729-4131-a979-499f86958d4d .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-72ab6253-1887-41b3-b773-9a6c3cca0233 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-f8db74bb-1306-420b-9938-0e8bb4122777 {
  text-align: left;
}

#s-f8db74bb-1306-420b-9938-0e8bb4122777 .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-5189b850-7918-4a97-8b2a-e0f5de3a8b7c hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-1c741f62-b92a-4882-ba62-b8184c93c71f {
  min-height: 50px;
}








#s-1c741f62-b92a-4882-ba62-b8184c93c71f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c741f62-b92a-4882-ba62-b8184c93c71f.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-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ea8637f-5080-432d-a92b-05311c344ad7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-bd62a496-95e8-42c8-a873-1a97d607fbca {
  text-align: center;
}







  #s-bd62a496-95e8-42c8-a873-1a97d607fbca img.shogun-image {
    

    
    
    
  }


#s-bd62a496-95e8-42c8-a873-1a97d607fbca .shogun-image-content {
  
    align-items: center;
  
}

#s-bab28710-ff69-4d81-a136-f8b7b45fef7f {
  text-align: left;
}

#s-bab28710-ff69-4d81-a136-f8b7b45fef7f .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-15aec80b-a613-4aec-a895-34fb6e924825 {
  text-align: left;
}

#s-15aec80b-a613-4aec-a895-34fb6e924825 .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-9b3b1118-fc07-4384-aed9-cf3f36c17e05 {
  text-align: left;
}

#s-9b3b1118-fc07-4384-aed9-cf3f36c17e05 .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-c42b1777-f610-4484-b978-860c5b060c2b hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-07174ebf-a864-4710-9367-17d889a190ed {
  text-align: left;
}

#s-07174ebf-a864-4710-9367-17d889a190ed .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-397ced97-29b6-432d-a1e4-0cde5ccb87ee hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-ce36458d-3fa4-4796-847d-4aea1d26be26 {
  min-height: 50px;
}








#s-ce36458d-3fa4-4796-847d-4aea1d26be26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce36458d-3fa4-4796-847d-4aea1d26be26.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-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb6711d1-3867-4bec-b719-5cc92b9d653f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-20b2f543-0cd2-4690-a1a9-4e222f17078a {
  text-align: center;
}







  #s-20b2f543-0cd2-4690-a1a9-4e222f17078a img.shogun-image {
    

    
    
    
  }


#s-20b2f543-0cd2-4690-a1a9-4e222f17078a .shogun-image-content {
  
    align-items: center;
  
}

#s-e778858c-ffe9-426d-a61b-3d8164b5bcc4 {
  text-align: left;
}

#s-e778858c-ffe9-426d-a61b-3d8164b5bcc4 .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-05057005-ee98-4553-84f3-795d51552ee1 {
  text-align: left;
}

#s-05057005-ee98-4553-84f3-795d51552ee1 .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-33084755-993d-4fce-b19b-70c89392a0a4 {
  text-align: left;
}

#s-33084755-993d-4fce-b19b-70c89392a0a4 .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-ae7ba3cc-4468-4681-ba64-16e7bd1f6228 hr {
  border-top: 1px solid rgba(65, 182, 145, 1);
}

#s-3fed4636-6de6-44f9-b9e5-6a2f20d10528 {
  text-align: left;
}

#s-3fed4636-6de6-44f9-b9e5-6a2f20d10528 .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-bb15a3cd-e107-4948-bba3-3a08c1ffbc5f 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}
