.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-defe45de-dce5-416a-a343-1cfdca7db4da {
  min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-defe45de-dce5-416a-a343-1cfdca7db4da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-defe45de-dce5-416a-a343-1cfdca7db4da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c979ce-01e8-4434-b051-aa2c20fe51b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e5c979ce-01e8-4434-b051-aa2c20fe51b4 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-e5c979ce-01e8-4434-b051-aa2c20fe51b4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-e5c979ce-01e8-4434-b051-aa2c20fe51b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c979ce-01e8-4434-b051-aa2c20fe51b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2cd99d8-fa34-4dba-a156-76666dc9ca61 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e2cd99d8-fa34-4dba-a156-76666dc9ca61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2cd99d8-fa34-4dba-a156-76666dc9ca61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0440c91-034a-41de-a43c-a5959b461d44 {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 50px;
}








#s-f0440c91-034a-41de-a43c-a5959b461d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0440c91-034a-41de-a43c-a5959b461d44.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-a0c8a803-5b03-4698-b55b-a7b96b2484a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0c8a803-5b03-4698-b55b-a7b96b2484a3 .shogun-heading-component h2 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-b5113e65-63f4-4e20-bdf1-2fa10623be18 {
  margin-top: 40px;
margin-bottom: 60px;
min-height: 50px;
}








#s-b5113e65-63f4-4e20-bdf1-2fa10623be18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5113e65-63f4-4e20-bdf1-2fa10623be18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (min-width: 0px) {
[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1bc300da-add7-4742-a38d-af235a79b292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-3be99ac2-9af6-4162-b349-065eb7d67a1c {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-3be99ac2-9af6-4162-b349-065eb7d67a1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 17.5px);
}

}

@media (min-width: 768px) {
[id="s-3be99ac2-9af6-4162-b349-065eb7d67a1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.25px);
}

}

@media (min-width: 992px) {
[id="s-3be99ac2-9af6-4162-b349-065eb7d67a1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.25px);
}

}

@media (min-width: 1200px) {
[id="s-3be99ac2-9af6-4162-b349-065eb7d67a1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.25px);
}

}

#s-a780e14e-3774-4f8f-ac95-246085f1a9ff {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a780e14e-3774-4f8f-ac95-246085f1a9ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a780e14e-3774-4f8f-ac95-246085f1a9ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}
#s-77bd8923-56b8-4bac-8652-6a1b29962197 {
  text-align: center;
}







  #s-77bd8923-56b8-4bac-8652-6a1b29962197 img.shogun-image {
    

    
    
    
  }


#s-77bd8923-56b8-4bac-8652-6a1b29962197 .shogun-image-content {
  
    align-items: center;
  
}

#s-93a2c641-9e86-44f8-a266-5a63eee2a26f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}







  #s-93a2c641-9e86-44f8-a266-5a63eee2a26f img.shogun-image {
    

    
    
    
  }


#s-93a2c641-9e86-44f8-a266-5a63eee2a26f .shogun-image-content {
  
    align-items: center;
  
}

#s-c0b581fc-aee3-43ee-8b7f-b0b51eed4fc8 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c0b581fc-aee3-43ee-8b7f-b0b51eed4fc8 .shogun-heading-component h3 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: 0px;
  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-93b0ee5e-d295-4966-b86e-45765293a5eb {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-93b0ee5e-d295-4966-b86e-45765293a5eb {
  
}
}
#s-d1f1b677-b2af-418c-a1a5-ab0050386acd {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d1f1b677-b2af-418c-a1a5-ab0050386acd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1f1b677-b2af-418c-a1a5-ab0050386acd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80f99b23-09b0-479a-b287-5de51cbc8ddf {
  text-align: center;
}







  #s-80f99b23-09b0-479a-b287-5de51cbc8ddf img.shogun-image {
    

    
    
    
  }


#s-80f99b23-09b0-479a-b287-5de51cbc8ddf .shogun-image-content {
  
    align-items: center;
  
}

#s-9a993c27-89f4-447e-9268-17134d83febf {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}







  #s-9a993c27-89f4-447e-9268-17134d83febf img.shogun-image {
    

    
    
    
  }


#s-9a993c27-89f4-447e-9268-17134d83febf .shogun-image-content {
  
    align-items: center;
  
}

#s-d9e2fc3d-a451-4abb-8c32-efcaba527ca3 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d9e2fc3d-a451-4abb-8c32-efcaba527ca3 .shogun-heading-component h3 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c3e5cfd0-560d-4edc-afe7-c3e90f546690 {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-c3e5cfd0-560d-4edc-afe7-c3e90f546690 {
  
}
}
#s-eff733a3-b364-4cd8-91db-f62123ae1fb7 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-eff733a3-b364-4cd8-91db-f62123ae1fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff733a3-b364-4cd8-91db-f62123ae1fb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0424cbb2-f105-4a5d-83f3-ffe87b361b46 {
  text-align: center;
}







  #s-0424cbb2-f105-4a5d-83f3-ffe87b361b46 img.shogun-image {
    

    
    
    
  }


#s-0424cbb2-f105-4a5d-83f3-ffe87b361b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9c5f279-b29f-4ffd-9878-40f0c3be4268 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}







  #s-f9c5f279-b29f-4ffd-9878-40f0c3be4268 img.shogun-image {
    

    
    
    
  }


#s-f9c5f279-b29f-4ffd-9878-40f0c3be4268 .shogun-image-content {
  
    align-items: center;
  
}

#s-532a66d3-1e8f-4af3-a447-9233a7b0bbcf {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-532a66d3-1e8f-4af3-a447-9233a7b0bbcf .shogun-heading-component h3 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-00295c0e-89f4-4357-8d3f-9789daa2fd01 {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-00295c0e-89f4-4357-8d3f-9789daa2fd01 {
  
}
}
#s-ffdd4068-dc33-4c22-8e3d-ddf5b5beeb38 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffdd4068-dc33-4c22-8e3d-ddf5b5beeb38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffdd4068-dc33-4c22-8e3d-ddf5b5beeb38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a5dc301-14e5-4f39-8990-7054bd732cd5 {
  text-align: center;
}







  #s-0a5dc301-14e5-4f39-8990-7054bd732cd5 img.shogun-image {
    

    
    
    
  }


#s-0a5dc301-14e5-4f39-8990-7054bd732cd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-70aded56-9820-4daa-aa45-2065b3838fa8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}







  #s-70aded56-9820-4daa-aa45-2065b3838fa8 img.shogun-image {
    

    
    
    
  }


#s-70aded56-9820-4daa-aa45-2065b3838fa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b2278bd-3c96-493e-ab36-0c12bac9f88c {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2b2278bd-3c96-493e-ab36-0c12bac9f88c .shogun-heading-component h3 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ddfb05b6-1204-4bd3-b384-8f0bb88d983d {
  margin-top: -15px;
margin-bottom: -15px;
}
@media (max-width: 767px){#s-ddfb05b6-1204-4bd3-b384-8f0bb88d983d {
  
}
}
#s-f251ccd3-f798-4383-bd41-56598f394aad {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(230, 245, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f251ccd3-f798-4383-bd41-56598f394aad {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f251ccd3-f798-4383-bd41-56598f394aad {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f251ccd3-f798-4383-bd41-56598f394aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f251ccd3-f798-4383-bd41-56598f394aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ddb55aa-6074-442e-b973-84c73e7ba56a {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1ddb55aa-6074-442e-b973-84c73e7ba56a .shogun-heading-component h2 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



@media (min-width: 1200px){#s-7e084246-02b8-4cde-b1f5-df9210d255cd {
  display: none;
}
#s-7e084246-02b8-4cde-b1f5-df9210d255cd, #wrap-s-7e084246-02b8-4cde-b1f5-df9210d255cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e084246-02b8-4cde-b1f5-df9210d255cd {
  display: none;
}
#s-7e084246-02b8-4cde-b1f5-df9210d255cd, #wrap-s-7e084246-02b8-4cde-b1f5-df9210d255cd { display:none !important; }}@media (max-width: 767px){#s-7e084246-02b8-4cde-b1f5-df9210d255cd {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-1624f0da-0249-44fe-888a-0777b746a82d {
  display: none;
}
#s-1624f0da-0249-44fe-888a-0777b746a82d, #wrap-s-1624f0da-0249-44fe-888a-0777b746a82d { display:none !important; }}@media (max-width: 767px){#s-1624f0da-0249-44fe-888a-0777b746a82d {
  display: none;
}
#s-1624f0da-0249-44fe-888a-0777b746a82d, #wrap-s-1624f0da-0249-44fe-888a-0777b746a82d { display:none !important; }}
#s-917713a6-b1c0-459f-a501-0a16cbc16545 {
  margin-top: 30px;
min-height: 50px;
}








#s-917713a6-b1c0-459f-a501-0a16cbc16545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-917713a6-b1c0-459f-a501-0a16cbc16545.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-69a9f499-67ca-41ca-9157-86091f74f7fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69a9f499-67ca-41ca-9157-86091f74f7fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69a9f499-67ca-41ca-9157-86091f74f7fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69a9f499-67ca-41ca-9157-86091f74f7fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5ed917c7-42d2-4eeb-a66e-520dc666630b {
  min-height: 50px;
}








#s-5ed917c7-42d2-4eeb-a66e-520dc666630b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ed917c7-42d2-4eeb-a66e-520dc666630b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852 {
  text-align: center;
}
@media (max-width: 767px){#s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852 {
  display: none;
}
#s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852, #wrap-s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852 { display:none !important; }}






  #s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852 img.shogun-image {
    

    
    
    
  }


#s-4bffd0bb-d2c3-4cbd-8dd3-71d456bc3852 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-49cd6d10-f1ff-4c97-9cec-dc368f537233 {
  display: none;
}
#s-49cd6d10-f1ff-4c97-9cec-dc368f537233, #wrap-s-49cd6d10-f1ff-4c97-9cec-dc368f537233 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49cd6d10-f1ff-4c97-9cec-dc368f537233 {
  display: none;
}
#s-49cd6d10-f1ff-4c97-9cec-dc368f537233, #wrap-s-49cd6d10-f1ff-4c97-9cec-dc368f537233 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49cd6d10-f1ff-4c97-9cec-dc368f537233 {
  display: none;
}
#s-49cd6d10-f1ff-4c97-9cec-dc368f537233, #wrap-s-49cd6d10-f1ff-4c97-9cec-dc368f537233 { display:none !important; }}
#s-6fc3f278-eaaa-4100-832f-ce4a75f002e6 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-6fc3f278-eaaa-4100-832f-ce4a75f002e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fc3f278-eaaa-4100-832f-ce4a75f002e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe210b2d-0433-4b4e-97e3-e92379feb734 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe210b2d-0433-4b4e-97e3-e92379feb734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe210b2d-0433-4b4e-97e3-e92379feb734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85d84c5b-6790-419d-8381-f8578d1e5dce {
  margin-top: 0px;
margin-left: 18%;
margin-bottom: 0px;
margin-right: 18%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-85d84c5b-6790-419d-8381-f8578d1e5dce {
  display: none;
}
#s-85d84c5b-6790-419d-8381-f8578d1e5dce, #wrap-s-85d84c5b-6790-419d-8381-f8578d1e5dce { display:none !important; }}@media (max-width: 767px){#s-85d84c5b-6790-419d-8381-f8578d1e5dce {
  display: none;
}
#s-85d84c5b-6790-419d-8381-f8578d1e5dce, #wrap-s-85d84c5b-6790-419d-8381-f8578d1e5dce { display:none !important; }}
@media (min-width: 0px) {
[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85d84c5b-6790-419d-8381-f8578d1e5dce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e44699db-acfc-4ea6-bd11-f3110d2957bc {
  min-height: 150px;
}








#s-e44699db-acfc-4ea6-bd11-f3110d2957bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e44699db-acfc-4ea6-bd11-f3110d2957bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f9458ce-daf4-45d7-8e28-027af623839f {
  text-align: center;
}







  #s-5f9458ce-daf4-45d7-8e28-027af623839f img.shogun-image {
    

    
    
    
  }


#s-5f9458ce-daf4-45d7-8e28-027af623839f .shogun-image-content {
  
    align-items: center;
  
}

#s-13d4a14e-8d70-4b2f-8709-032dae037ce8 {
  min-height: 150px;
}








#s-13d4a14e-8d70-4b2f-8709-032dae037ce8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13d4a14e-8d70-4b2f-8709-032dae037ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a33a0f7-6b0f-4f67-a35d-f46fcb38350f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9a33a0f7-6b0f-4f67-a35d-f46fcb38350f .shogun-heading-component h3 {
  color: rgba(59, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b108a65a-e29c-46af-9380-f39aed448cb6 {
  margin-top: -25px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-508ac4c7-50ae-4fcb-bae8-63a7f247d35a {
  margin-top: -50px;
margin-left: 30px;
margin-bottom: -15px;
margin-right: 30px;
}

#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f {
  display: none;
}
#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f, #wrap-s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f {
  display: none;
}
#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f, #wrap-s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f {
  
}
}
@media (min-width: 0px) {
[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-770bfef0-75ce-40d2-a7f7-0ae3783ef22f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-41d222f3-d2d5-4bea-9700-16e610311272 {
  min-height: 150px;
}








#s-41d222f3-d2d5-4bea-9700-16e610311272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d222f3-d2d5-4bea-9700-16e610311272.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dd1c8b6-5e31-46b8-98fa-c782c49f1889 {
  text-align: center;
}







  #s-1dd1c8b6-5e31-46b8-98fa-c782c49f1889 img.shogun-image {
    

    
    
    
  }


#s-1dd1c8b6-5e31-46b8-98fa-c782c49f1889 .shogun-image-content {
  
    align-items: center;
  
}

#s-91ecafb1-004c-4b22-8c4a-03fbb2355b49 {
  min-height: 150px;
}








#s-91ecafb1-004c-4b22-8c4a-03fbb2355b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ecafb1-004c-4b22-8c4a-03fbb2355b49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7761b2d6-ecfc-4ae4-a47b-d05215f746cf {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7761b2d6-ecfc-4ae4-a47b-d05215f746cf .shogun-heading-component h3 {
  color: rgba(59, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-63035238-32d7-4ca2-bdc0-4a28c94aa434 {
  margin-top: -25px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-27e50f96-6ac9-4ea1-a9fd-84f8010c30e0 {
  margin-top: -55px;
margin-left: 30px;
margin-bottom: -15px;
margin-right: 30px;
}

#s-6e7e656d-967c-4493-9f7c-a3a7265db8b2 {
  min-height: 50px;
background-color: rgba(220, 253, 242, 1);
}
@media (max-width: 767px){#s-6e7e656d-967c-4493-9f7c-a3a7265db8b2 {
  padding-top: 15px;
padding-bottom: 15px;
display: none;
}
#s-6e7e656d-967c-4493-9f7c-a3a7265db8b2, #wrap-s-6e7e656d-967c-4493-9f7c-a3a7265db8b2 { display:none !important; }}







#s-6e7e656d-967c-4493-9f7c-a3a7265db8b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7e656d-967c-4493-9f7c-a3a7265db8b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7164990-a2b2-45ab-8c3e-947475865ddc {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 60px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1180px;
}
@media (min-width: 1200px){#s-f7164990-a2b2-45ab-8c3e-947475865ddc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7164990-a2b2-45ab-8c3e-947475865ddc {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-f7164990-a2b2-45ab-8c3e-947475865ddc {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-f7164990-a2b2-45ab-8c3e-947475865ddc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7164990-a2b2-45ab-8c3e-947475865ddc.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-d6c7391c-5c3e-4d15-b7c9-61dad582e7bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6c7391c-5c3e-4d15-b7c9-61dad582e7bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c7391c-5c3e-4d15-b7c9-61dad582e7bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c7391c-5c3e-4d15-b7c9-61dad582e7bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-f5180974-879b-48e4-8254-dcefe60f6cc1 {
  min-height: 500px;
}
@media (max-width: 767px){#s-f5180974-879b-48e4-8254-dcefe60f6cc1 {
  
}
}







#s-f5180974-879b-48e4-8254-dcefe60f6cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5180974-879b-48e4-8254-dcefe60f6cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c572106b-bcb8-4e8f-bbc2-8eb957bfb5e9 {
  text-align: center;
}







  #s-c572106b-bcb8-4e8f-bbc2-8eb957bfb5e9 img.shogun-image {
    

    
    
    
  }


#s-c572106b-bcb8-4e8f-bbc2-8eb957bfb5e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-43efc590-b484-480b-ba8d-2d4578e1db40 {
  min-height: 500px;
}








#s-43efc590-b484-480b-ba8d-2d4578e1db40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43efc590-b484-480b-ba8d-2d4578e1db40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee06fb58-d263-454b-90f8-2ea78fce554a {
  text-align: center;
}
@media (min-width: 1200px){#s-ee06fb58-d263-454b-90f8-2ea78fce554a {
  display: none;
}
#s-ee06fb58-d263-454b-90f8-2ea78fce554a, #wrap-s-ee06fb58-d263-454b-90f8-2ea78fce554a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee06fb58-d263-454b-90f8-2ea78fce554a {
  display: none;
}
#s-ee06fb58-d263-454b-90f8-2ea78fce554a, #wrap-s-ee06fb58-d263-454b-90f8-2ea78fce554a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee06fb58-d263-454b-90f8-2ea78fce554a {
  display: none;
}
#s-ee06fb58-d263-454b-90f8-2ea78fce554a, #wrap-s-ee06fb58-d263-454b-90f8-2ea78fce554a { display:none !important; }}






  #s-ee06fb58-d263-454b-90f8-2ea78fce554a img.shogun-image {
    

    
    
    
  }


#s-ee06fb58-d263-454b-90f8-2ea78fce554a .shogun-image-content {
  
    align-items: center;
  
}

#s-df079ad4-663b-48a3-9386-f5ab72b5e19e {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-df079ad4-663b-48a3-9386-f5ab72b5e19e {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-df079ad4-663b-48a3-9386-f5ab72b5e19e .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-df079ad4-663b-48a3-9386-f5ab72b5e19e .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 {
  min-height: 500px;
}
@media (min-width: 1200px){#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 {
  display: none;
}
#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991, #wrap-s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 {
  display: none;
}
#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991, #wrap-s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 {
  display: none;
}
#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991, #wrap-s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 { display:none !important; }}@media (max-width: 767px){#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 {
  min-height: 0px;
}
}







#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c63ebe50-f40b-4dd1-9f83-2ff2624f5991.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42142f28-967f-4678-a750-ca084f7da279 {
  text-align: center;
}







  #s-42142f28-967f-4678-a750-ca084f7da279 img.shogun-image {
    

    
    
    
  }


#s-42142f28-967f-4678-a750-ca084f7da279 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-b9686e99-0d92-4d9d-bb2f-bea8774cc6c5 {
  
}
}
#s-7d155e2a-21cd-4a9d-87e4-451fd9fd3b36 {
  margin-top: 70px;
}

@media (min-width: 0px) {
[id="s-7d155e2a-21cd-4a9d-87e4-451fd9fd3b36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d155e2a-21cd-4a9d-87e4-451fd9fd3b36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-7d155e2a-21cd-4a9d-87e4-451fd9fd3b36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d155e2a-21cd-4a9d-87e4-451fd9fd3b36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-7a0014d8-6e2b-40db-9008-58e3c6cd5b23 {
  min-height: 500px;
}








#s-7a0014d8-6e2b-40db-9008-58e3c6cd5b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0014d8-6e2b-40db-9008-58e3c6cd5b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2556539d-9739-4d4c-9d29-f9600a6f32fe {
  text-align: left;
}

#s-d458183f-02d3-437f-b873-4995c8f64100 {
  min-height: 50px;
}








#s-d458183f-02d3-437f-b873-4995c8f64100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d458183f-02d3-437f-b873-4995c8f64100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05b0f87b-a88b-4e3a-86ce-1287f10255ec {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-05b0f87b-a88b-4e3a-86ce-1287f10255ec .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2370e9a0-95f1-4dd3-87a1-65e6f20ddd03 {
  margin-left: auto;
min-height: 50px;
}








#s-2370e9a0-95f1-4dd3-87a1-65e6f20ddd03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2370e9a0-95f1-4dd3-87a1-65e6f20ddd03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-8236da55-d2e7-451a-898b-21fd4b6db368 {
  
}
}
#s-5b378db8-95a7-42f6-b996-4cda396a07c1 {
  min-height: 500px;
}
@media (min-width: 1200px){#s-5b378db8-95a7-42f6-b996-4cda396a07c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b378db8-95a7-42f6-b996-4cda396a07c1 {
  
}
}@media (max-width: 767px){#s-5b378db8-95a7-42f6-b996-4cda396a07c1 {
  
}
}







#s-5b378db8-95a7-42f6-b996-4cda396a07c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b378db8-95a7-42f6-b996-4cda396a07c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efbd92ed-45a6-4c05-893a-5232006b2e57 {
  text-align: center;
}







  #s-efbd92ed-45a6-4c05-893a-5232006b2e57 img.shogun-image {
    

    
    
    
  }


#s-efbd92ed-45a6-4c05-893a-5232006b2e57 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f84ec5-f597-426f-86c3-57e348160a55 {
  margin-top: 70px;
margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-a5f84ec5-f597-426f-86c3-57e348160a55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5f84ec5-f597-426f-86c3-57e348160a55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-a5f84ec5-f597-426f-86c3-57e348160a55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5f84ec5-f597-426f-86c3-57e348160a55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-6fec17d2-b278-4656-b6d8-fac4d15b2ebf {
  min-height: 500px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6fec17d2-b278-4656-b6d8-fac4d15b2ebf {
  
}
}@media (max-width: 767px){#s-6fec17d2-b278-4656-b6d8-fac4d15b2ebf {
  
}
}







#s-6fec17d2-b278-4656-b6d8-fac4d15b2ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fec17d2-b278-4656-b6d8-fac4d15b2ebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a82ef5-378e-495d-b3d7-cdfcb11dae11 {
  text-align: center;
}







  #s-c4a82ef5-378e-495d-b3d7-cdfcb11dae11 img.shogun-image {
    

    
    
    
  }


#s-c4a82ef5-378e-495d-b3d7-cdfcb11dae11 .shogun-image-content {
  
    align-items: center;
  
}

#s-44a1b983-9833-439f-99d1-4d12a84b0f2a {
  min-height: 500px;
}








#s-44a1b983-9833-439f-99d1-4d12a84b0f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a1b983-9833-439f-99d1-4d12a84b0f2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb883dc6-3fc0-4346-b51f-8132cae08b7d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-cb883dc6-3fc0-4346-b51f-8132cae08b7d {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-cb883dc6-3fc0-4346-b51f-8132cae08b7d .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-cb883dc6-3fc0-4346-b51f-8132cae08b7d .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


}
@media (max-width: 767px){#s-b846251b-12b2-445e-a81a-324e9c5b2d16 {
  
}
}
.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-4ba1716b-6a95-4382-bff2-919ac9582698 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 10px;
background-color: rgba(255, 230, 75, 1);
text-align: center;
text-decoration: none;
line-height: 2.5em;
color: rgba(59, 122, 187, 1);
background-image: none;
hover-type: color;
}
#s-4ba1716b-6a95-4382-bff2-919ac9582698:hover {background-color: rgba(59, 122, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4ba1716b-6a95-4382-bff2-919ac9582698:active {background-color: rgba(59, 122, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4ba1716b-6a95-4382-bff2-919ac9582698-root {
    text-align: center;
  }


#s-4ba1716b-6a95-4382-bff2-919ac9582698.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4ba1716b-6a95-4382-bff2-919ac9582698-root {
    text-align: center;
  }


#s-4ba1716b-6a95-4382-bff2-919ac9582698.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4ba1716b-6a95-4382-bff2-919ac9582698-root {
    text-align: center;
  }


#s-4ba1716b-6a95-4382-bff2-919ac9582698.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4ba1716b-6a95-4382-bff2-919ac9582698-root {
    text-align: center;
  }


#s-4ba1716b-6a95-4382-bff2-919ac9582698.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4ba1716b-6a95-4382-bff2-919ac9582698-root {
    text-align: center;
  }


#s-4ba1716b-6a95-4382-bff2-919ac9582698.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-35410314-1e9c-42f1-8d58-47fad39f2745 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-35410314-1e9c-42f1-8d58-47fad39f2745 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}
}







#s-35410314-1e9c-42f1-8d58-47fad39f2745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35410314-1e9c-42f1-8d58-47fad39f2745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cee4c31-6706-4954-9348-ef6c078be755 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0cee4c31-6706-4954-9348-ef6c078be755 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cee4c31-6706-4954-9348-ef6c078be755 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cee4c31-6706-4954-9348-ef6c078be755 {
  
}
}@media (max-width: 767px){#s-0cee4c31-6706-4954-9348-ef6c078be755 {
  
}
}







#s-0cee4c31-6706-4954-9348-ef6c078be755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cee4c31-6706-4954-9348-ef6c078be755.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b440439-2a63-45ef-9aac-cd9c88c43925 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 70px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(220, 253, 242, 1);
}
@media (min-width: 1200px){#s-1b440439-2a63-45ef-9aac-cd9c88c43925 {
  display: none;
}
#s-1b440439-2a63-45ef-9aac-cd9c88c43925, #wrap-s-1b440439-2a63-45ef-9aac-cd9c88c43925 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b440439-2a63-45ef-9aac-cd9c88c43925 {
  display: none;
}
#s-1b440439-2a63-45ef-9aac-cd9c88c43925, #wrap-s-1b440439-2a63-45ef-9aac-cd9c88c43925 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b440439-2a63-45ef-9aac-cd9c88c43925 {
  display: none;
}
#s-1b440439-2a63-45ef-9aac-cd9c88c43925, #wrap-s-1b440439-2a63-45ef-9aac-cd9c88c43925 { display:none !important; }}@media (max-width: 767px){#s-1b440439-2a63-45ef-9aac-cd9c88c43925 {
  
}
}







#s-1b440439-2a63-45ef-9aac-cd9c88c43925 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-1b440439-2a63-45ef-9aac-cd9c88c43925.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-a7483538-4514-457c-96c6-149c0f415a1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7483538-4514-457c-96c6-149c0f415a1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-a7483538-4514-457c-96c6-149c0f415a1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7483538-4514-457c-96c6-149c0f415a1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-d743c3d1-263e-424b-a8a6-acda604509cc {
  min-height: 0px;
}
@media (max-width: 767px){#s-d743c3d1-263e-424b-a8a6-acda604509cc {
  
}
}







#s-d743c3d1-263e-424b-a8a6-acda604509cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d743c3d1-263e-424b-a8a6-acda604509cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dff37e86-e159-47bf-ba08-8897c606471f {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-dff37e86-e159-47bf-ba08-8897c606471f img.shogun-image {
    

    
    
    
  }


#s-dff37e86-e159-47bf-ba08-8897c606471f .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c3bd3c-3794-40e7-9991-0b8da3168c85 {
  min-height: 0px;
}








#s-e9c3bd3c-3794-40e7-9991-0b8da3168c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c3bd3c-3794-40e7-9991-0b8da3168c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e1deb6-492d-4fb1-801b-96f0f9c67cbc {
  margin-top: 30px;
text-align: center;
}

#s-c8fa5999-99d9-4b72-aade-70d1a26d581c {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c8fa5999-99d9-4b72-aade-70d1a26d581c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-c8fa5999-99d9-4b72-aade-70d1a26d581c .shogun-heading-component h2 {
  color: rgba(244, 130, 114, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-c8fa5999-99d9-4b72-aade-70d1a26d581c .shogun-heading-component h2 {
  color: rgba(244, 130, 114, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-a4ae899a-a564-4818-897e-e2ccef1d4141 {
  margin-left: 35px;
margin-right: 35px;
}
@media (max-width: 767px){#s-a4ae899a-a564-4818-897e-e2ccef1d4141 {
  
}
}
#s-26b3cda4-004b-47d9-8d61-49255d25dce5 {
  margin-top: 70px;
margin-bottom: -5px;
}

@media (min-width: 0px) {
[id="s-26b3cda4-004b-47d9-8d61-49255d25dce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26b3cda4-004b-47d9-8d61-49255d25dce5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26b3cda4-004b-47d9-8d61-49255d25dce5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26b3cda4-004b-47d9-8d61-49255d25dce5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8ba7b54a-75bf-4030-b7ad-18714fdf3d3e {
  padding-left: 35px;
padding-right: 35px;
text-align: center;
}







  #s-8ba7b54a-75bf-4030-b7ad-18714fdf3d3e img.shogun-image {
    

    
    
    
  }


#s-8ba7b54a-75bf-4030-b7ad-18714fdf3d3e .shogun-image-content {
  
    align-items: center;
  
}

#s-e731e10e-22b5-458f-a394-12e2cde3fbd5 {
  min-height: 0px;
}








#s-e731e10e-22b5-458f-a394-12e2cde3fbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e731e10e-22b5-458f-a394-12e2cde3fbd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2eb10c54-3143-477b-a965-c1d43948e7e1 {
  margin-top: 30px;
text-align: center;
}

#s-7188b5d2-da98-4633-8fe5-e4ea008dd32a {
  min-height: 50px;
}








#s-7188b5d2-da98-4633-8fe5-e4ea008dd32a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7188b5d2-da98-4633-8fe5-e4ea008dd32a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f9dea3-5e23-49de-b042-7e55f4651898 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-25f9dea3-5e23-49de-b042-7e55f4651898 .shogun-heading-component h2 {
  color: rgba(61, 121, 184, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



#s-bcc36744-c9f2-41f0-ac05-95547d6728e8 {
  margin-left: auto;
min-height: 50px;
}








#s-bcc36744-c9f2-41f0-ac05-95547d6728e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcc36744-c9f2-41f0-ac05-95547d6728e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae7ea0d-9956-43d2-a290-f88339758dbe {
  padding-left: 35px;
padding-right: 35px;
}
@media (max-width: 767px){#s-dae7ea0d-9956-43d2-a290-f88339758dbe {
  
}
}
#s-092d67f0-f3a4-4a41-99b2-af46520f0b84 {
  margin-top: 70px;
margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-092d67f0-f3a4-4a41-99b2-af46520f0b84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-092d67f0-f3a4-4a41-99b2-af46520f0b84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-092d67f0-f3a4-4a41-99b2-af46520f0b84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-092d67f0-f3a4-4a41-99b2-af46520f0b84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-77085b6b-a16d-4f5c-90f2-e0e4cd9c58b1 {
  min-height: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-77085b6b-a16d-4f5c-90f2-e0e4cd9c58b1 {
  
}
}@media (max-width: 767px){#s-77085b6b-a16d-4f5c-90f2-e0e4cd9c58b1 {
  
}
}







#s-77085b6b-a16d-4f5c-90f2-e0e4cd9c58b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77085b6b-a16d-4f5c-90f2-e0e4cd9c58b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2750230-931b-46a4-ac56-88cd1674ad5c {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}







  #s-a2750230-931b-46a4-ac56-88cd1674ad5c img.shogun-image {
    

    
    
    
  }


#s-a2750230-931b-46a4-ac56-88cd1674ad5c .shogun-image-content {
  
    align-items: center;
  
}

#s-baea83d2-456f-4c14-a38d-2cba5b403439 {
  min-height: 500px;
}








#s-baea83d2-456f-4c14-a38d-2cba5b403439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baea83d2-456f-4c14-a38d-2cba5b403439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4999dc2-4845-482e-bf2e-4487c6efd829 {
  margin-top: 30px;
text-align: center;
}

#s-2f1747d3-e30d-423d-aae4-7efa08b318d2 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2f1747d3-e30d-423d-aae4-7efa08b318d2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-2f1747d3-e30d-423d-aae4-7efa08b318d2 .shogun-heading-component h2 {
  color: rgba(0, 169, 143, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-2f1747d3-e30d-423d-aae4-7efa08b318d2 .shogun-heading-component h2 {
  color: rgba(0, 169, 143, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-6954a50b-0cfe-4328-84c2-8b08ccdcf968 {
  padding-left: 35px;
padding-right: 35px;
}
@media (max-width: 767px){#s-6954a50b-0cfe-4328-84c2-8b08ccdcf968 {
  
}
}
#s-028614ea-47e5-4b9b-9716-e2e0a669b70d {
  margin-top: -20px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 10px;
background-color: rgba(255, 230, 75, 1);
text-align: center;
text-decoration: none;
line-height: 2.5em;
color: rgba(59, 122, 187, 1);
background-image: none;
hover-type: color;
}
#s-028614ea-47e5-4b9b-9716-e2e0a669b70d:hover {background-color: rgba(59, 122, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-028614ea-47e5-4b9b-9716-e2e0a669b70d:active {background-color: rgba(59, 122, 187, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-028614ea-47e5-4b9b-9716-e2e0a669b70d-root {
    text-align: center;
  }


#s-028614ea-47e5-4b9b-9716-e2e0a669b70d.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-028614ea-47e5-4b9b-9716-e2e0a669b70d-root {
    text-align: center;
  }


#s-028614ea-47e5-4b9b-9716-e2e0a669b70d.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-028614ea-47e5-4b9b-9716-e2e0a669b70d-root {
    text-align: center;
  }


#s-028614ea-47e5-4b9b-9716-e2e0a669b70d.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-028614ea-47e5-4b9b-9716-e2e0a669b70d-root {
    text-align: center;
  }


#s-028614ea-47e5-4b9b-9716-e2e0a669b70d.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-028614ea-47e5-4b9b-9716-e2e0a669b70d-root {
    text-align: center;
  }


#s-028614ea-47e5-4b9b-9716-e2e0a669b70d.shg-btn {
  color: rgba(59, 122, 187, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-4ce70aeb-fa8d-4ad4-b674-892bbff4a8ac {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ce70aeb-fa8d-4ad4-b674-892bbff4a8ac {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-4ce70aeb-fa8d-4ad4-b674-892bbff4a8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce70aeb-fa8d-4ad4-b674-892bbff4a8ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89779c1d-4434-4e61-8a3b-fb900cb555d6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-89779c1d-4434-4e61-8a3b-fb900cb555d6 .shogun-heading-component h2 {
  color: rgba(58, 92, 175, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
}



.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-3a59f2cf-5841-49a4-befb-eaef61307384 {
  margin-top: 20px;
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(58, 92, 175, 1);
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(58, 92, 175, 1);
  text-align: left;
  font-family: Filson Pro;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3a59f2cf-5841-49a4-befb-eaef61307384 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bcd87177-a385-4b3b-ad69-a2b741eb1a9f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-70772e22-41c3-49b1-92c4-849071e6103c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-98990cee-57ff-4d20-99de-a1854eb9d1c0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-3f58ba93-7296-4f2d-ae78-9192bd77e11b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7a34bfc1-f715-4d7f-b3ca-1747ec858e63 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c98a5d49-4eea-47ba-8299-42eeba4ff8a3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-2832a0fe-a8d8-4024-813d-4fa7ec402d0b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b76b1738-eb93-4f7b-89ed-35eb3ab6ce6a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-fc53b6da-8606-4099-84c7-0d3c2543f94e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7cfec7a4-44d5-4902-a4b4-74e53b736f38 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ef6de410-77bb-4952-9295-1c7ad9b5d943 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1f857178-67bb-47bd-9b0c-a271ce134027 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-d941d501-9954-47aa-b1d9-e70cbc3188c5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-dc22021d-7d5d-4937-ad75-66771463b437 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-8038f7c8-d214-482f-ae5e-ce7b89cf7f08 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-0b73dbb5-199d-41a4-9535-75a73f6656a6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-e3395129-517f-4ec1-a453-0b1aeca48024 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

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