.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: ;
}

.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-912e8682-4721-46c7-a0d0-401553e4a9f4 {
  margin-left: 20%;
margin-right: 20%;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-912e8682-4721-46c7-a0d0-401553e4a9f4 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-912e8682-4721-46c7-a0d0-401553e4a9f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-912e8682-4721-46c7-a0d0-401553e4a9f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-912e8682-4721-46c7-a0d0-401553e4a9f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-912e8682-4721-46c7-a0d0-401553e4a9f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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-b82bfdf1-a21d-4cac-9c42-8b97474e65c8 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-b82bfdf1-a21d-4cac-9c42-8b97474e65c8 img.shogun-image {
    

    
    
    
  }


#s-b82bfdf1-a21d-4cac-9c42-8b97474e65c8 .shogun-image-content {
  
    align-items: 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-69dbbe06-7940-4e4c-bc72-8ede5d2141c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69dbbe06-7940-4e4c-bc72-8ede5d2141c0 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0f1444b5-4e04-4945-b3c6-5eaf939858e0 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-0f1444b5-4e04-4945-b3c6-5eaf939858e0 img.shogun-image {
    

    
    
    
  }


#s-0f1444b5-4e04-4945-b3c6-5eaf939858e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-78dd0400-d582-48a1-83a9-83dada96930f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78dd0400-d582-48a1-83a9-83dada96930f .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-23cff92b-85d1-4dbb-b552-cc1cbe39bad5 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-23cff92b-85d1-4dbb-b552-cc1cbe39bad5 img.shogun-image {
    

    
    
    
  }


#s-23cff92b-85d1-4dbb-b552-cc1cbe39bad5 .shogun-image-content {
  
    align-items: center;
  
}

#s-67f71eef-b072-4ece-bbdf-b0d165cd41d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67f71eef-b072-4ece-bbdf-b0d165cd41d0 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a038fd2-13b5-45e9-b47c-8193e508ee07 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-7a038fd2-13b5-45e9-b47c-8193e508ee07 img.shogun-image {
    

    
    
    
  }


#s-7a038fd2-13b5-45e9-b47c-8193e508ee07 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b6e0e26-1e7e-4a49-94d3-3212c01fdb13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b6e0e26-1e7e-4a49-94d3-3212c01fdb13 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3ab163ad-a24d-471c-bcae-74e1feb228ac {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-3ab163ad-a24d-471c-bcae-74e1feb228ac img.shogun-image {
    

    
    
    
  }


#s-3ab163ad-a24d-471c-bcae-74e1feb228ac .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e766f0-d5f9-448a-bc19-cc71705749ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7e766f0-d5f9-448a-bc19-cc71705749ff .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ae8fb847-5ff2-4366-9a21-1e80a97c5b24 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}







  #s-ae8fb847-5ff2-4366-9a21-1e80a97c5b24 img.shogun-image {
    

    
    
    
  }


#s-ae8fb847-5ff2-4366-9a21-1e80a97c5b24 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6d7515a-742f-42cb-a1ca-588d13f10431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6d7515a-742f-42cb-a1ca-588d13f10431 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-17f56ddd-c1dc-47f9-b37f-1e3429ad7ba2 {
  padding-bottom: 50px;
}
@media (max-width: 767px){#s-17f56ddd-c1dc-47f9-b37f-1e3429ad7ba2 {
  padding-bottom: 25px;
}
}
#s-17f56ddd-c1dc-47f9-b37f-1e3429ad7ba2 .shogun-icon-wrapper {
  text-align: center;
}


#s-17f56ddd-c1dc-47f9-b37f-1e3429ad7ba2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(83, 86, 90, 1);
}

.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-21451130-bdf1-44a5-8b74-9bf9af85025b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1100px;
background-position: center center;
}
@media (max-width: 767px){#s-21451130-bdf1-44a5-8b74-9bf9af85025b {
  min-height: 500px;
}
}







#s-21451130-bdf1-44a5-8b74-9bf9af85025b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21451130-bdf1-44a5-8b74-9bf9af85025b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d5339d3-2e35-411b-951b-f45f129d3996 {
  padding-top: 50px;
padding-left: 15%;
padding-bottom: 50px;
padding-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-1d5339d3-2e35-411b-951b-f45f129d3996 {
  padding-top: 25px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
}
}






  #s-1d5339d3-2e35-411b-951b-f45f129d3996 img.shogun-image {
    

    
    
    
  }


#s-1d5339d3-2e35-411b-951b-f45f129d3996 .shogun-image-content {
  
    align-items: center;
  
}

#s-407531c6-1ce9-4b6c-9f9c-4c27ad05d33c {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-407531c6-1ce9-4b6c-9f9c-4c27ad05d33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-407531c6-1ce9-4b6c-9f9c-4c27ad05d33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a2a09af-9804-4243-9321-0972136fa5cb {
  padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-4a2a09af-9804-4243-9321-0972136fa5cb {
  display: none;
}
#s-4a2a09af-9804-4243-9321-0972136fa5cb, #wrap-s-4a2a09af-9804-4243-9321-0972136fa5cb { display: none !important; }}
@media (min-width: 0px) {
[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-4a2a09af-9804-4243-9321-0972136fa5cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

}

#s-efc2da46-3a28-45f0-9654-ef9df2e67397 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-efc2da46-3a28-45f0-9654-ef9df2e67397 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6d20f834-f600-4636-af79-6d36b740fca4 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-25eca61a-7f68-4de3-81fb-d2df0e9b0bd3 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-25eca61a-7f68-4de3-81fb-d2df0e9b0bd3 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9d36c95a-e48f-4cf0-b8cd-1cf4582c3225 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

#s-80e5ec5a-3bc6-461d-8b21-f083b9064e21 {
  padding-top: 50px;
padding-bottom: 0px;
text-align: left;
}

#s-80e5ec5a-3bc6-461d-8b21-f083b9064e21 .shogun-heading-component h3 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-7cc9aa81-125a-4493-859b-a546d90ec4cf {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-be92d29e-0146-46bc-b7ae-9c94fd82654e {
  display: none;
}
#s-be92d29e-0146-46bc-b7ae-9c94fd82654e, #wrap-s-be92d29e-0146-46bc-b7ae-9c94fd82654e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be92d29e-0146-46bc-b7ae-9c94fd82654e {
  display: none;
}
#s-be92d29e-0146-46bc-b7ae-9c94fd82654e, #wrap-s-be92d29e-0146-46bc-b7ae-9c94fd82654e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be92d29e-0146-46bc-b7ae-9c94fd82654e {
  display: none;
}
#s-be92d29e-0146-46bc-b7ae-9c94fd82654e, #wrap-s-be92d29e-0146-46bc-b7ae-9c94fd82654e { display: none !important; }}@media (max-width: 767px){#s-be92d29e-0146-46bc-b7ae-9c94fd82654e {
  padding-top: 25px;
padding-bottom: 25px;
}
}
#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-be92d29e-0146-46bc-b7ae-9c94fd82654e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-6cdf527b-b88e-4b0a-aebe-c65ece90933a {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-2c0c37b4-d921-44c0-8663-52f42b836845 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

#s-8b54d606-4759-4555-82bc-316e2e8b9a7d {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}








#s-85fcddda-2c1f-44e2-acbb-22f2389583fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85fcddda-2c1f-44e2-acbb-22f2389583fd.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-b82a7213-e227-43fc-8af8-3705abba0faa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b82a7213-e227-43fc-8af8-3705abba0faa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b82a7213-e227-43fc-8af8-3705abba0faa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b82a7213-e227-43fc-8af8-3705abba0faa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c5ed4c4-ce72-4f2d-91f8-90662441b283 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-8c5ed4c4-ce72-4f2d-91f8-90662441b283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5ed4c4-ce72-4f2d-91f8-90662441b283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f4a4cb6-77ee-4d07-af01-553b93d08ded {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-1f4a4cb6-77ee-4d07-af01-553b93d08ded > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4a4cb6-77ee-4d07-af01-553b93d08ded.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 {
  
}
}@media (max-width: 767px){#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 {
  padding-top: 25px;
padding-bottom: 25px;
}
}







#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c3c5d040-4ff0-4da8-864b-9e55b2f36ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ca0f1bc-7a2d-421b-8faa-bce8afe6f5c7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ba92b7c3-eaaf-46ee-b452-ba00d48341eb {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
}
@media (max-width: 767px){#s-ba92b7c3-eaaf-46ee-b452-ba00d48341eb {
  min-height: 50px;
}
}







#s-ba92b7c3-eaaf-46ee-b452-ba00d48341eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba92b7c3-eaaf-46ee-b452-ba00d48341eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c7807b9-b054-4fef-a7ff-a8f83f431e9c {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-0c7807b9-b054-4fef-a7ff-a8f83f431e9c .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-00a4a725-2a46-47e4-916a-d1f2fcb13cba {
  margin-left: 0px;
margin-right: 0px;
}

#s-419fe1e0-fa02-43dd-96d2-e13675f0cbdf {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-attachment: scroll;
background-repeat: no-repeat;
}
@media (max-width: 767px){#s-419fe1e0-fa02-43dd-96d2-e13675f0cbdf {
  min-height: 50px;
}
}







#s-419fe1e0-fa02-43dd-96d2-e13675f0cbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419fe1e0-fa02-43dd-96d2-e13675f0cbdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c629c1-0b65-4100-95a2-65752785ec99 {
  border-radius: 5px;
text-align: center;
}







  #s-70c629c1-0b65-4100-95a2-65752785ec99 img.shogun-image {
    

    
    
    
  }


#s-70c629c1-0b65-4100-95a2-65752785ec99 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4ef9cfce-361f-4e91-8d0a-eb602fd077eb {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-4ef9cfce-361f-4e91-8d0a-eb602fd077eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ef9cfce-361f-4e91-8d0a-eb602fd077eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4ef9cfce-361f-4e91-8d0a-eb602fd077eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ef9cfce-361f-4e91-8d0a-eb602fd077eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-442aff6a-8f17-4715-8aa2-f555180b710d {
  border-radius: 5px;
text-align: center;
}







  #s-442aff6a-8f17-4715-8aa2-f555180b710d img.shogun-image {
    

    
    
    
  }


#s-442aff6a-8f17-4715-8aa2-f555180b710d .shogun-image-content {
  
    align-items: center;
  
}

#s-7006355c-23d4-479b-b9b6-02ac6a992f0c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
}








#s-7006355c-23d4-479b-b9b6-02ac6a992f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7006355c-23d4-479b-b9b6-02ac6a992f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d192693-1884-431d-bb2c-871090c40644 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-7d192693-1884-431d-bb2c-871090c40644 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-58f5fb08-704c-46e0-9025-a057fa6c580b {
  margin-left: 0px;
margin-right: 0px;
}

#s-4d74ee06-ca12-423e-b533-e92763de07d5 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-4d74ee06-ca12-423e-b533-e92763de07d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d74ee06-ca12-423e-b533-e92763de07d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4d74ee06-ca12-423e-b533-e92763de07d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d74ee06-ca12-423e-b533-e92763de07d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-4d74ee06-ca12-423e-b533-e92763de07d5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aa215b7c-3afd-464e-b93a-2c74e2e36d20 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
}








#s-aa215b7c-3afd-464e-b93a-2c74e2e36d20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa215b7c-3afd-464e-b93a-2c74e2e36d20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c54ff4c3-4df9-4285-b1fa-8cd8895bbd6d {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-c54ff4c3-4df9-4285-b1fa-8cd8895bbd6d .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fe35fc3d-c489-4bc9-adcf-061abd6d6947 {
  margin-left: 0px;
margin-right: 0px;
}

#s-01e4da80-2948-46de-9d0c-44fa33257de9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-attachment: scroll;
background-repeat: no-repeat;
}








#s-01e4da80-2948-46de-9d0c-44fa33257de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01e4da80-2948-46de-9d0c-44fa33257de9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35f4fc40-a643-412e-87d2-a4c63c613a8d {
  border-radius: 5px;
text-align: center;
}







  #s-35f4fc40-a643-412e-87d2-a4c63c613a8d img.shogun-image {
    

    
    
    
  }


#s-35f4fc40-a643-412e-87d2-a4c63c613a8d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4d0077dc-1a21-4e9a-a83f-e4ce07e9af63 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-4d0077dc-1a21-4e9a-a83f-e4ce07e9af63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d0077dc-1a21-4e9a-a83f-e4ce07e9af63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4d0077dc-1a21-4e9a-a83f-e4ce07e9af63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d0077dc-1a21-4e9a-a83f-e4ce07e9af63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e085a7c3-f75c-4e8b-9ded-15ac70b18e52 {
  border-radius: 5px;
text-align: center;
}







  #s-e085a7c3-f75c-4e8b-9ded-15ac70b18e52 img.shogun-image {
    

    
    
    
  }


#s-e085a7c3-f75c-4e8b-9ded-15ac70b18e52 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e590e23-b4bc-41d1-8469-f7ee20db8744 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
}








#s-3e590e23-b4bc-41d1-8469-f7ee20db8744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e590e23-b4bc-41d1-8469-f7ee20db8744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-707e3c60-d4a9-42e7-8d81-f6643940df5a {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-707e3c60-d4a9-42e7-8d81-f6643940df5a .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bec6c3b3-f230-4aa5-a2db-64bcec062ec1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7e4d60e4-5ec8-42c6-96de-487289af2efa {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

@media (min-width: 0px) {
[id="s-7e4d60e4-5ec8-42c6-96de-487289af2efa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e4d60e4-5ec8-42c6-96de-487289af2efa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7e4d60e4-5ec8-42c6-96de-487289af2efa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e4d60e4-5ec8-42c6-96de-487289af2efa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-7e4d60e4-5ec8-42c6-96de-487289af2efa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4676bffe-85eb-4916-8da1-9c063a915fd7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 450px;
}








#s-4676bffe-85eb-4916-8da1-9c063a915fd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4676bffe-85eb-4916-8da1-9c063a915fd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a5959ee-b883-4efa-8ea1-d5b1f9c62bc2 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-8a5959ee-b883-4efa-8ea1-d5b1f9c62bc2 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-38213d80-042a-4474-8aa9-eb12c252da1f {
  margin-left: 0px;
margin-right: 0px;
}

#s-13327e5b-427e-49f6-889c-2f1ff8f375f0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 450px;
background-attachment: scroll;
background-repeat: no-repeat;
}








#s-13327e5b-427e-49f6-889c-2f1ff8f375f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13327e5b-427e-49f6-889c-2f1ff8f375f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41bf09c5-03ec-41b9-9341-4000bbec0dda {
  border-radius: 5px;
text-align: center;
}







  #s-41bf09c5-03ec-41b9-9341-4000bbec0dda img.shogun-image {
    

    
    
    
  }


#s-41bf09c5-03ec-41b9-9341-4000bbec0dda .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c6966e26-96dc-4fbe-8fc3-9d26e1709dc8 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-c6966e26-96dc-4fbe-8fc3-9d26e1709dc8 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
}
}







#s-c6966e26-96dc-4fbe-8fc3-9d26e1709dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6966e26-96dc-4fbe-8fc3-9d26e1709dc8.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-18d6cfab-433b-418a-a42f-f3d7cbfb6d9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d6cfab-433b-418a-a42f-f3d7cbfb6d9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18d6cfab-433b-418a-a42f-f3d7cbfb6d9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d6cfab-433b-418a-a42f-f3d7cbfb6d9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0edcf73b-0bb9-44dd-97b2-b340f10f8d89 {
  min-height: 50px;
}








#s-0edcf73b-0bb9-44dd-97b2-b340f10f8d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0edcf73b-0bb9-44dd-97b2-b340f10f8d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc20d026-0f9a-4607-8e4a-6c5b89cf0717 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fc20d026-0f9a-4607-8e4a-6c5b89cf0717 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-37bb985a-8093-4c09-90e0-ab3bba72ea3c {
  min-height: 50px;
}








#s-37bb985a-8093-4c09-90e0-ab3bba72ea3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bb985a-8093-4c09-90e0-ab3bba72ea3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdfcf9d7-63a8-4377-b8b4-4bd8fff15647 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-fdfcf9d7-63a8-4377-b8b4-4bd8fff15647 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-fdfcf9d7-63a8-4377-b8b4-4bd8fff15647 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5f8edd6c-68f9-4f14-9ce1-82e755f057d7 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5f8edd6c-68f9-4f14-9ce1-82e755f057d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f8edd6c-68f9-4f14-9ce1-82e755f057d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f8edd6c-68f9-4f14-9ce1-82e755f057d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f8edd6c-68f9-4f14-9ce1-82e755f057d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2269618-af9f-4139-a2af-158514edc78e {
  min-height: 50px;
}








#s-f2269618-af9f-4139-a2af-158514edc78e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2269618-af9f-4139-a2af-158514edc78e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6127103a-3512-4c27-b430-92938813ff01 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-6127103a-3512-4c27-b430-92938813ff01 {
  margin-bottom: 15px;
}
}
#s-6127103a-3512-4c27-b430-92938813ff01 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7ecf41fa-15f6-48d1-aca0-5f98998e6df2 {
  min-height: 50px;
}








#s-7ecf41fa-15f6-48d1-aca0-5f98998e6df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ecf41fa-15f6-48d1-aca0-5f98998e6df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ca3483d-57ad-445d-9e95-506e9e2849a4 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-5ca3483d-57ad-445d-9e95-506e9e2849a4 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
}
}
#s-5ca3483d-57ad-445d-9e95-506e9e2849a4 .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bcbc302c-6dd0-4c26-bfcc-bf32e122c079 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bcbc302c-6dd0-4c26-bfcc-bf32e122c079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcbc302c-6dd0-4c26-bfcc-bf32e122c079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c14fc7b3-a4e6-4ca5-a7e1-c9a4eaf62e37 {
  text-align: left;
}

#s-f370166a-47e2-4b5d-a407-d9d09de66cdb {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-f370166a-47e2-4b5d-a407-d9d09de66cdb {
  margin-top: 25px;
margin-bottom: 25px;
}
}







#s-f370166a-47e2-4b5d-a407-d9d09de66cdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f370166a-47e2-4b5d-a407-d9d09de66cdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-554c1343-2e9b-4a11-bc31-dae04121b73f {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-554c1343-2e9b-4a11-bc31-dae04121b73f {
  margin-bottom: 15px;
}
}
#s-554c1343-2e9b-4a11-bc31-dae04121b73f .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (max-width: 767px){#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(83, 86, 90, 1);
}

#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(83, 86, 90, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-e61ece5d-b0cf-430d-ab8f-99a244b68de7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c9ef96b4-7034-4881-9c80-16334a723076 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-59535fbc-c54e-4e56-8231-8dc44a3570a1 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-ca5cf492-e934-4315-9bfe-9471d5bc8157 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-83843b17-6d54-4614-b498-6a77699c1d69 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-26864a5f-cc09-42fb-8bff-56552328f716 {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-933eb36b-8031-49b1-b9d6-973da26ccf1d {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-a5b821ea-2fb7-4a02-bde4-90e3c6c70cce {
  padding-top: 15px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

#s-6d1bfb2d-b441-4bd0-8003-47fed803b605 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6d1bfb2d-b441-4bd0-8003-47fed803b605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d1bfb2d-b441-4bd0-8003-47fed803b605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-953639bf-b5c0-4ca9-9f6c-09dab924477b {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-953639bf-b5c0-4ca9-9f6c-09dab924477b .shogun-heading-component h1 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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%;
  }
}

#s-0e212cb1-49e2-464e-b0c5-ad7c7e81dceb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-0e212cb1-49e2-464e-b0c5-ad7c7e81dceb {
  margin-left: 2%;
margin-right: 2%;
}
}
[id="s-0e212cb1-49e2-464e-b0c5-ad7c7e81dceb"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

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

@media (min-width: 768px) {
  [id="s-0e212cb1-49e2-464e-b0c5-ad7c7e81dceb"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

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

#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 {
  
}
}@media (max-width: 767px){#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 {
  
}
}







#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8a5f6c4-b15c-4c60-be2f-e99f47774a01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf95ffce-d221-4305-a0b0-9b70dd6809c7 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cf95ffce-d221-4305-a0b0-9b70dd6809c7 .shogun-heading-component h2 {
  color: rgba(83, 86, 90, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  
}



#s-ba32a3b7-3714-486a-9635-a72aa3d2db59 {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-a19f0f29-4fe7-48f9-af0f-3602210a323f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 0px;
}

/*
  $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}
