.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-35007dc1-5c18-498b-b204-ff0d536e88cb {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(208, 44, 48, 1);
border-radius: 5px;
min-height: 50px;
background-color: rgba(251, 236, 236, 1);
}








#s-35007dc1-5c18-498b-b204-ff0d536e88cb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-35007dc1-5c18-498b-b204-ff0d536e88cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-42ad6c04-0fba-4ece-9870-2f6e2598d48b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-42ad6c04-0fba-4ece-9870-2f6e2598d48b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-42ad6c04-0fba-4ece-9870-2f6e2598d48b .shg-sld-nav-button.shg-sld-left,
#s-42ad6c04-0fba-4ece-9870-2f6e2598d48b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-e3b7a3a8-0566-4a39-91cc-efb456dc504e {
  text-align: left;
}

#s-e3b7a3a8-0566-4a39-91cc-efb456dc504e .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b0a6366b-567e-413d-9ccb-6541369706b1 {
  text-align: left;
}

#s-b0a6366b-567e-413d-9ccb-6541369706b1 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-619d95eb-c1ab-47cb-b5e2-ff5e27219e4a {
  text-align: left;
}

#s-619d95eb-c1ab-47cb-b5e2-ff5e27219e4a .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-39e9a738-92e7-4f01-840d-c8c5c83fd6fe {
  margin-left: auto;
margin-right: auto;
}

#s-d7c7563c-c9fb-4824-b51a-654df46c1325 {
  min-height: 50px;
}








#s-d7c7563c-c9fb-4824-b51a-654df46c1325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7c7563c-c9fb-4824-b51a-654df46c1325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54c8c8bf-96a8-4eb7-a4a5-2260b79fce13 {
  min-height: 50px;
}








#s-54c8c8bf-96a8-4eb7-a4a5-2260b79fce13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54c8c8bf-96a8-4eb7-a4a5-2260b79fce13.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;
}

#s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-5cd3ae9c-3d15-4d5c-ac5b-d93e70c71b01"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-525951c9-6463-4481-abc7-8fb179582cca {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-525951c9-6463-4481-abc7-8fb179582cca .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-525951c9-6463-4481-abc7-8fb179582cca .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-45eb879a-139a-4305-b243-ddb54f288d65 {
  margin-left: 20px;
margin-right: 20px;
}

#s-39d0ccd0-8a8a-4f71-9440-a66a2405b735 {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-39d0ccd0-8a8a-4f71-9440-a66a2405b735 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-39d0ccd0-8a8a-4f71-9440-a66a2405b735 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-39d0ccd0-8a8a-4f71-9440-a66a2405b735"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-39d0ccd0-8a8a-4f71-9440-a66a2405b735"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-39d0ccd0-8a8a-4f71-9440-a66a2405b735"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-39d0ccd0-8a8a-4f71-9440-a66a2405b735"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-cb814a20-a250-456e-a884-14e235126b14 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-cb814a20-a250-456e-a884-14e235126b14 .shogun-icon-wrapper {
  text-align: center;
}


#s-cb814a20-a250-456e-a884-14e235126b14 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-f37af4d5-5429-4a81-9444-a8e5b552113f {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f37af4d5-5429-4a81-9444-a8e5b552113f .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b6cb8cd7-066b-4a4c-b520-7d63d0a72853 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-b6cb8cd7-066b-4a4c-b520-7d63d0a72853 .shogun-icon-wrapper {
  text-align: center;
}


#s-b6cb8cd7-066b-4a4c-b520-7d63d0a72853 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-028310c9-48e5-4062-915b-f7bef1d41111 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-028310c9-48e5-4062-915b-f7bef1d41111 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d5998e4d-aa0c-496e-9a3b-0a4d41dc7e81 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-d5998e4d-aa0c-496e-9a3b-0a4d41dc7e81 .shogun-icon-wrapper {
  text-align: center;
}


#s-d5998e4d-aa0c-496e-9a3b-0a4d41dc7e81 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-d3d6d356-7c09-4a0c-92c4-3d8b235ad0d7 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d3d6d356-7c09-4a0c-92c4-3d8b235ad0d7 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-43cc08e8-86ec-4296-9775-918b11afde26 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-43cc08e8-86ec-4296-9775-918b11afde26 .shogun-icon-wrapper {
  text-align: center;
}


#s-43cc08e8-86ec-4296-9775-918b11afde26 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-4696c64a-8ad4-4b51-bbe7-736046ce280b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-4696c64a-8ad4-4b51-bbe7-736046ce280b .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-977446a1-cc88-4ef9-bff0-220d38e38885 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-977446a1-cc88-4ef9-bff0-220d38e38885 .shogun-icon-wrapper {
  text-align: center;
}


#s-977446a1-cc88-4ef9-bff0-220d38e38885 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-10997921-7c15-4042-a5ce-0caeb1301291 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-10997921-7c15-4042-a5ce-0caeb1301291 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b593bce6-f58e-4832-adf5-d836e89e7ef8 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-b593bce6-f58e-4832-adf5-d836e89e7ef8 .shogun-icon-wrapper {
  text-align: center;
}


#s-b593bce6-f58e-4832-adf5-d836e89e7ef8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-c0b45b04-48a2-43bc-ae7a-f82263e09ae8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c0b45b04-48a2-43bc-ae7a-f82263e09ae8 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5d536dfa-9b42-4d2e-a9f0-aeef715de3e1 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d536dfa-9b42-4d2e-a9f0-aeef715de3e1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5d536dfa-9b42-4d2e-a9f0-aeef715de3e1 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-5d536dfa-9b42-4d2e-a9f0-aeef715de3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d536dfa-9b42-4d2e-a9f0-aeef715de3e1.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-f872e0af-5e27-4153-aba7-2eaffec16092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f872e0af-5e27-4153-aba7-2eaffec16092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f872e0af-5e27-4153-aba7-2eaffec16092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f872e0af-5e27-4153-aba7-2eaffec16092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-f872e0af-5e27-4153-aba7-2eaffec16092"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-11af5dd0-4099-4574-bbae-10a9da34b92c {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-11af5dd0-4099-4574-bbae-10a9da34b92c {
  margin-top: 0px;
}
}
#s-11af5dd0-4099-4574-bbae-10a9da34b92c .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-11af5dd0-4099-4574-bbae-10a9da34b92c .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6573cef4-cc6a-4758-87fd-3a2ab373e05c {
  margin-left: 20px;
margin-right: 20px;
}

.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-6d9bf928-4f4a-4ff9-bd02-5d2e87aa9ea9 {
  text-align: center;
}







  #s-6d9bf928-4f4a-4ff9-bd02-5d2e87aa9ea9 img.shogun-image {
    

    
    
    
  }


#s-6d9bf928-4f4a-4ff9-bd02-5d2e87aa9ea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-843dbc3e-53ac-4da6-ba56-a5308af13801 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-843dbc3e-53ac-4da6-ba56-a5308af13801 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-843dbc3e-53ac-4da6-ba56-a5308af13801 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-843dbc3e-53ac-4da6-ba56-a5308af13801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-843dbc3e-53ac-4da6-ba56-a5308af13801.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-3479957a-e955-47ef-8cfa-3439a7aee7b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3479957a-e955-47ef-8cfa-3439a7aee7b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3479957a-e955-47ef-8cfa-3439a7aee7b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3479957a-e955-47ef-8cfa-3439a7aee7b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-b03669cc-0c3d-4c08-8b24-21d0fdc497c7 {
  text-align: center;
}







  #s-b03669cc-0c3d-4c08-8b24-21d0fdc497c7 img.shogun-image {
    

    
    
    
  }


#s-b03669cc-0c3d-4c08-8b24-21d0fdc497c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-49533330-2c0e-429a-a4c9-3eacde9355d6 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-49533330-2c0e-429a-a4c9-3eacde9355d6 {
  margin-top: 0px;
}
}
#s-49533330-2c0e-429a-a4c9-3eacde9355d6 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-49533330-2c0e-429a-a4c9-3eacde9355d6 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-88f9a83f-e984-4e2d-bf7e-937828f13105 {
  margin-left: 20px;
margin-right: 20px;
}

#s-85ae01fc-1619-4b2c-a435-546d0be88cb9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-72c8afbe-dbd2-4abb-af1e-adfd2c24a2ef {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72c8afbe-dbd2-4abb-af1e-adfd2c24a2ef {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-72c8afbe-dbd2-4abb-af1e-adfd2c24a2ef {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-72c8afbe-dbd2-4abb-af1e-adfd2c24a2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72c8afbe-dbd2-4abb-af1e-adfd2c24a2ef.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-c2ee03d3-18cd-45c2-8b97-1ba1e2c573a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2ee03d3-18cd-45c2-8b97-1ba1e2c573a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c2ee03d3-18cd-45c2-8b97-1ba1e2c573a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2ee03d3-18cd-45c2-8b97-1ba1e2c573a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2ee03d3-18cd-45c2-8b97-1ba1e2c573a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9030d6c7-3742-4b0a-9fbc-3fca931c3dd2 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9030d6c7-3742-4b0a-9fbc-3fca931c3dd2 {
  margin-top: 0px;
}
}
#s-9030d6c7-3742-4b0a-9fbc-3fca931c3dd2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-9030d6c7-3742-4b0a-9fbc-3fca931c3dd2 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-b98a7c37-60ca-44ca-97b3-cb83d5cde203 {
  margin-left: 20px;
margin-right: 20px;
}

#s-63cbe08b-c43d-49e0-86fd-357c908e4fc7 {
  text-align: center;
}







  #s-63cbe08b-c43d-49e0-86fd-357c908e4fc7 img.shogun-image {
    

    
    
    
  }


#s-63cbe08b-c43d-49e0-86fd-357c908e4fc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d15dcfc-b35b-4281-ba43-21d0b4bb4b9c {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d15dcfc-b35b-4281-ba43-21d0b4bb4b9c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0d15dcfc-b35b-4281-ba43-21d0b4bb4b9c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0d15dcfc-b35b-4281-ba43-21d0b4bb4b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d15dcfc-b35b-4281-ba43-21d0b4bb4b9c.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-f0f2b5d7-5f0c-4272-8b53-0e700d6d2d58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0f2b5d7-5f0c-4272-8b53-0e700d6d2d58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f0f2b5d7-5f0c-4272-8b53-0e700d6d2d58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0f2b5d7-5f0c-4272-8b53-0e700d6d2d58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-41f47656-8cd3-4f46-a447-1a932d7d196a {
  text-align: center;
}







  #s-41f47656-8cd3-4f46-a447-1a932d7d196a img.shogun-image {
    

    
    
    
  }


#s-41f47656-8cd3-4f46-a447-1a932d7d196a .shogun-image-content {
  
    align-items: center;
  
}

#s-2dbfed9e-3779-4b91-8f7e-0678c595aecb {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2dbfed9e-3779-4b91-8f7e-0678c595aecb {
  margin-top: 0px;
}
}
#s-2dbfed9e-3779-4b91-8f7e-0678c595aecb .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-2dbfed9e-3779-4b91-8f7e-0678c595aecb .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-23e55ca0-290b-4cd7-a8fc-194a18f61c8d {
  margin-left: 20px;
margin-right: 20px;
}

#s-0b7ecb20-771f-42ee-9934-ccc0878a4c30 {
  margin-left: 20px;
margin-right: 20px;
}

#s-284fb035-4362-46b0-afee-44e4d1c38f4c {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-284fb035-4362-46b0-afee-44e4d1c38f4c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-284fb035-4362-46b0-afee-44e4d1c38f4c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-284fb035-4362-46b0-afee-44e4d1c38f4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284fb035-4362-46b0-afee-44e4d1c38f4c.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-cdcea97b-515e-4046-917d-ea9fe8922e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdcea97b-515e-4046-917d-ea9fe8922e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cdcea97b-515e-4046-917d-ea9fe8922e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdcea97b-515e-4046-917d-ea9fe8922e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-cdcea97b-515e-4046-917d-ea9fe8922e84"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-83797094-e6d6-432d-b6ee-494c62274947 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-83797094-e6d6-432d-b6ee-494c62274947 {
  margin-top: 0px;
}
}
#s-83797094-e6d6-432d-b6ee-494c62274947 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-83797094-e6d6-432d-b6ee-494c62274947 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-f1918267-e2e7-449b-ad39-ac16f1f2b046 {
  margin-left: 20px;
margin-right: 20px;
}

#s-85dc1420-6fff-496a-8225-5cda249e235e {
  margin-left: 20px;
margin-right: 20px;
}

#s-669cef23-1373-42ef-bdd9-dc78b7103aec {
  text-align: center;
}







  #s-669cef23-1373-42ef-bdd9-dc78b7103aec img.shogun-image {
    

    
    
    
  }


#s-669cef23-1373-42ef-bdd9-dc78b7103aec .shogun-image-content {
  
    align-items: center;
  
}

#s-efb5ba7d-af14-4008-925c-acc9004e42c8 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-efb5ba7d-af14-4008-925c-acc9004e42c8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-efb5ba7d-af14-4008-925c-acc9004e42c8 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-efb5ba7d-af14-4008-925c-acc9004e42c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb5ba7d-af14-4008-925c-acc9004e42c8.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-3fb1e440-1419-43ad-9f7c-8926bc1ae9a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb1e440-1419-43ad-9f7c-8926bc1ae9a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb1e440-1419-43ad-9f7c-8926bc1ae9a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb1e440-1419-43ad-9f7c-8926bc1ae9a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-8e7964b1-00c7-485e-a617-5b407ab4d377 {
  text-align: center;
}







  #s-8e7964b1-00c7-485e-a617-5b407ab4d377 img.shogun-image {
    

    
    
    
  }


#s-8e7964b1-00c7-485e-a617-5b407ab4d377 .shogun-image-content {
  
    align-items: center;
  
}

#s-aac61aa0-273f-4fea-a4e1-89b9bd74d99d {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-aac61aa0-273f-4fea-a4e1-89b9bd74d99d {
  margin-top: 0px;
}
}
#s-aac61aa0-273f-4fea-a4e1-89b9bd74d99d .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-aac61aa0-273f-4fea-a4e1-89b9bd74d99d .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-76febeca-afa6-4554-a69b-c732825dec04 {
  margin-left: 20px;
margin-right: 20px;
}

#s-762b2793-60a8-4fff-8779-ac973815fb84 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b4793d86-ef3d-45e8-bb35-553bf5f80918 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b4793d86-ef3d-45e8-bb35-553bf5f80918 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b4793d86-ef3d-45e8-bb35-553bf5f80918 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b4793d86-ef3d-45e8-bb35-553bf5f80918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4793d86-ef3d-45e8-bb35-553bf5f80918.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-057104a3-d131-4329-b91e-3a2958552dc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-057104a3-d131-4329-b91e-3a2958552dc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-057104a3-d131-4329-b91e-3a2958552dc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-057104a3-d131-4329-b91e-3a2958552dc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-057104a3-d131-4329-b91e-3a2958552dc8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1491ba2a-b2f4-452e-98ac-0cc578cae541 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1491ba2a-b2f4-452e-98ac-0cc578cae541 {
  margin-top: 0px;
}
}
#s-1491ba2a-b2f4-452e-98ac-0cc578cae541 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-1491ba2a-b2f4-452e-98ac-0cc578cae541 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-a8c4b770-70a6-49fb-a82c-c9fa2b275548 {
  margin-left: 20px;
margin-right: 20px;
}

#s-adf9a39b-93c1-4883-b2ed-f767a6b0bcc9 {
  text-align: center;
}







  #s-adf9a39b-93c1-4883-b2ed-f767a6b0bcc9 img.shogun-image {
    

    
    
    
  }


#s-adf9a39b-93c1-4883-b2ed-f767a6b0bcc9 .shogun-image-content {
  
    align-items: 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-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(212, 212, 212, 1);
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(208, 44, 48, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-ebfe25ec-82ad-4358-96d7-66c013dbe0f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-85d9c74e-416b-4f49-8899-bc619c0abe44 {
  margin-left: 20px;
margin-right: 20px;
}

#s-00e93db5-221b-4edc-92f8-7bb0109ad2c0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-00e93db5-221b-4edc-92f8-7bb0109ad2c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e93db5-221b-4edc-92f8-7bb0109ad2c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc688bc7-5873-40e3-8dcb-4706b4d0daaf {
  min-height: 50px;
}








#s-bc688bc7-5873-40e3-8dcb-4706b4d0daaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc688bc7-5873-40e3-8dcb-4706b4d0daaf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b8096276-9b44-49b8-88c8-77b0de78f9f3 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 0px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b8096276-9b44-49b8-88c8-77b0de78f9f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b8096276-9b44-49b8-88c8-77b0de78f9f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8096276-9b44-49b8-88c8-77b0de78f9f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8096276-9b44-49b8-88c8-77b0de78f9f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d565d22e-1484-467f-a9b0-1aeeebb5e131 {
  
}

#s-63398252-3b0b-40bf-a271-bc0faea475a2 {
  
}

#s-af5a9d63-d0ee-4fbe-a92e-d28e7799652a {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-af5a9d63-d0ee-4fbe-a92e-d28e7799652a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af5a9d63-d0ee-4fbe-a92e-d28e7799652a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af5a9d63-d0ee-4fbe-a92e-d28e7799652a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af5a9d63-d0ee-4fbe-a92e-d28e7799652a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c4855bc7-8038-435d-aefb-10c4506a1b35 {
  
}

#s-e575ad54-dc68-46a7-96f4-709d14ad6d16 {
  
}

#s-73989b57-7b93-4e8a-b79a-b762ded23c87 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(212, 212, 212, 0);
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-73989b57-7b93-4e8a-b79a-b762ded23c87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-73989b57-7b93-4e8a-b79a-b762ded23c87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73989b57-7b93-4e8a-b79a-b762ded23c87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73989b57-7b93-4e8a-b79a-b762ded23c87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b24ed4b0-ef99-47d4-9356-5351ea03f3be {
  
}

#s-9a6bb38f-f5a2-4cde-88af-3005242aef49 {
  
}

#s-1516439c-e06d-48ca-b756-233fbe661d01 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1516439c-e06d-48ca-b756-233fbe661d01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1516439c-e06d-48ca-b756-233fbe661d01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1516439c-e06d-48ca-b756-233fbe661d01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1516439c-e06d-48ca-b756-233fbe661d01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8e255f3c-4235-4068-86dd-ba6ba7bf99fd {
  
}

#s-613e41d6-6c73-425a-9981-de5af1e725ea {
  
}

#s-c56d6633-6e5f-4e13-8a27-8e89842ec51b {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c56d6633-6e5f-4e13-8a27-8e89842ec51b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c56d6633-6e5f-4e13-8a27-8e89842ec51b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c56d6633-6e5f-4e13-8a27-8e89842ec51b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c56d6633-6e5f-4e13-8a27-8e89842ec51b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6686bbb6-b2f4-418d-9b0a-8f92e10316c3 {
  
}

#s-f4d77e81-529e-4267-8e07-ac46ab49f5e0 {
  
}

#s-e1ec2287-edf1-49fa-a6e5-ac52357a245f {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e1ec2287-edf1-49fa-a6e5-ac52357a245f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e1ec2287-edf1-49fa-a6e5-ac52357a245f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1ec2287-edf1-49fa-a6e5-ac52357a245f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1ec2287-edf1-49fa-a6e5-ac52357a245f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44833952-c3f0-450a-8903-00206809bf90 {
  
}

#s-ea01e2e3-ebde-48ee-b55c-3abcbc5638e5 {
  
}

#s-507b70f1-e717-4acb-a0a5-9abe6b7441a1 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-507b70f1-e717-4acb-a0a5-9abe6b7441a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-507b70f1-e717-4acb-a0a5-9abe6b7441a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-507b70f1-e717-4acb-a0a5-9abe6b7441a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-507b70f1-e717-4acb-a0a5-9abe6b7441a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9f319403-374c-4d4d-aa64-1b4bd1c81f67 {
  
}

#s-741f7c06-6d00-43b8-a09e-8a18a5ea1567 {
  
}

#s-187c701d-daba-4820-93a3-342ec3fc3a11 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-187c701d-daba-4820-93a3-342ec3fc3a11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-187c701d-daba-4820-93a3-342ec3fc3a11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-187c701d-daba-4820-93a3-342ec3fc3a11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-187c701d-daba-4820-93a3-342ec3fc3a11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b844cc0d-6a62-447d-ad8a-de70f5ec8431 {
  
}

#s-01d2701f-8c24-44de-addc-772a134f24d9 {
  
}

#s-d06ccaa4-deb5-4b65-a000-c60d57de2ad6 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-d06ccaa4-deb5-4b65-a000-c60d57de2ad6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d06ccaa4-deb5-4b65-a000-c60d57de2ad6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d06ccaa4-deb5-4b65-a000-c60d57de2ad6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d06ccaa4-deb5-4b65-a000-c60d57de2ad6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3304f1d0-02c3-434b-b6d0-7730671d1a14 {
  
}

#s-100866f2-39b4-41cf-943c-38816321d57f {
  
}

#s-cd1425b5-7c64-4c3c-b777-9914691427d5 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cd1425b5-7c64-4c3c-b777-9914691427d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd1425b5-7c64-4c3c-b777-9914691427d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd1425b5-7c64-4c3c-b777-9914691427d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd1425b5-7c64-4c3c-b777-9914691427d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f27bdb41-ad7e-4f54-92ee-e9d69838203a {
  
}

#s-876a6ba7-93d4-4083-83da-1eacb1caff03 {
  
}

#s-e90d332d-c02c-4839-837a-787722e2e701 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-e90d332d-c02c-4839-837a-787722e2e701"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e90d332d-c02c-4839-837a-787722e2e701"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e90d332d-c02c-4839-837a-787722e2e701"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e90d332d-c02c-4839-837a-787722e2e701"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b0fddb7f-eee4-4c20-b66f-22a405a7fc1b {
  
}

#s-032cff82-8bdf-4ace-8c5c-45a55db9b617 {
  
}

#s-c44f50c7-f6cb-468e-9bbe-e786a67dc713 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c44f50c7-f6cb-468e-9bbe-e786a67dc713"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c44f50c7-f6cb-468e-9bbe-e786a67dc713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c44f50c7-f6cb-468e-9bbe-e786a67dc713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c44f50c7-f6cb-468e-9bbe-e786a67dc713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d602848d-47fd-45ee-9913-28a5a70a4f38 {
  
}

#s-025affc9-c420-4974-a17c-a00587f87e55 {
  
}

#s-68e056b8-a853-4390-bade-c548ea627f6d {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-68e056b8-a853-4390-bade-c548ea627f6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-68e056b8-a853-4390-bade-c548ea627f6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68e056b8-a853-4390-bade-c548ea627f6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68e056b8-a853-4390-bade-c548ea627f6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e89ec4e4-b8ab-4695-b6b6-dd4686a905ee {
  
}

#s-451b7fbe-1e76-4a6f-b0bd-61012ce43f9f {
  
}

#s-a6c42453-1e9f-4d7d-83eb-2bc1b6780260 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a6c42453-1e9f-4d7d-83eb-2bc1b6780260"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a6c42453-1e9f-4d7d-83eb-2bc1b6780260"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6c42453-1e9f-4d7d-83eb-2bc1b6780260"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6c42453-1e9f-4d7d-83eb-2bc1b6780260"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0b004b8f-ca87-4417-bbcc-7732fb866050 {
  
}

#s-5a5f7c9e-704a-400b-9f53-106a967ccba8 {
  
}

#s-df89e82a-83f7-4f43-86a5-480474e50da0 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-df89e82a-83f7-4f43-86a5-480474e50da0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-df89e82a-83f7-4f43-86a5-480474e50da0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df89e82a-83f7-4f43-86a5-480474e50da0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df89e82a-83f7-4f43-86a5-480474e50da0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9402f5c1-845c-407d-b714-4418c2af6859 {
  
}

#s-4ba1b761-c443-4471-942d-23aace2e329b {
  
}

#s-d1cd4acd-a999-4307-9cd6-a81ad0bd8f55 {
  border-style: solid;
margin-top: px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d1cd4acd-a999-4307-9cd6-a81ad0bd8f55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d1cd4acd-a999-4307-9cd6-a81ad0bd8f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1cd4acd-a999-4307-9cd6-a81ad0bd8f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1cd4acd-a999-4307-9cd6-a81ad0bd8f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2572c5f5-f2a4-4d50-92b2-068fc1da78d3 {
  
}

#s-44e23e15-c1f3-4315-9774-bc6f85f64be5 {
  
}

#s-fae4fe57-87bf-4f64-a593-1e848e865290 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-fae4fe57-87bf-4f64-a593-1e848e865290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fae4fe57-87bf-4f64-a593-1e848e865290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d03d9bc8-0b35-4b1d-80a9-8ea670da5209 {
  text-align: center;
}







  #s-d03d9bc8-0b35-4b1d-80a9-8ea670da5209 img.shogun-image {
    

    
    
    
  }


#s-d03d9bc8-0b35-4b1d-80a9-8ea670da5209 .shogun-image-content {
  
    align-items: center;
  
}

#s-788d8443-b459-41ed-ad94-59b2cee4a259 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-c84767e8-ca4f-45d7-846d-602da8ea783d {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-c84767e8-ca4f-45d7-846d-602da8ea783d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84767e8-ca4f-45d7-846d-602da8ea783d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc907ea7-f183-419f-acd3-fdfcd0d17049 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc907ea7-f183-419f-acd3-fdfcd0d17049 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-cc907ea7-f183-419f-acd3-fdfcd0d17049 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-cc907ea7-f183-419f-acd3-fdfcd0d17049"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cc907ea7-f183-419f-acd3-fdfcd0d17049"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cc907ea7-f183-419f-acd3-fdfcd0d17049"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cc907ea7-f183-419f-acd3-fdfcd0d17049"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-1af7bcaa-be8a-4540-96df-c85f30def478 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-1af7bcaa-be8a-4540-96df-c85f30def478 .shogun-icon-wrapper {
  text-align: center;
}


#s-1af7bcaa-be8a-4540-96df-c85f30def478 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-fb0fa268-0da4-4c8f-a708-c7afae211148 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fb0fa268-0da4-4c8f-a708-c7afae211148 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f0c64d56-6495-41f1-9f91-00d0d8c4f093 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d2644f6a-312f-4349-a0af-abd6f13ecd56 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-d2644f6a-312f-4349-a0af-abd6f13ecd56 .shogun-icon-wrapper {
  text-align: center;
}


#s-d2644f6a-312f-4349-a0af-abd6f13ecd56 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-51ffd873-980a-45c0-a322-926f4eb03507 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-51ffd873-980a-45c0-a322-926f4eb03507 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-318c0451-5eb9-4536-8459-f0b379a3aa61 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-17ecf490-908c-44eb-ad46-ebd77923a7ab {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-17ecf490-908c-44eb-ad46-ebd77923a7ab .shogun-icon-wrapper {
  text-align: center;
}


#s-17ecf490-908c-44eb-ad46-ebd77923a7ab .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-ca053634-2c1c-4c3c-b0e1-f33a8b2c35a3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ca053634-2c1c-4c3c-b0e1-f33a8b2c35a3 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3a2d24c0-14ff-423e-b218-88a83a671643 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-657c8ef3-089c-49f3-9cbc-f8e4cfef565a {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-657c8ef3-089c-49f3-9cbc-f8e4cfef565a .shogun-icon-wrapper {
  text-align: center;
}


#s-657c8ef3-089c-49f3-9cbc-f8e4cfef565a .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-22e634a5-458f-4037-b7ce-db614c77f13e {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-22e634a5-458f-4037-b7ce-db614c77f13e .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-07d634a8-77ed-4c57-b0f8-1dbde16677ed {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-39238f5d-fb4f-4972-9adc-fe061cb8ef71 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-39238f5d-fb4f-4972-9adc-fe061cb8ef71 .shogun-icon-wrapper {
  text-align: center;
}


#s-39238f5d-fb4f-4972-9adc-fe061cb8ef71 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-eb8acbe4-5719-439a-8717-aba5430bbfcc {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-eb8acbe4-5719-439a-8717-aba5430bbfcc .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b79332f7-a587-4802-9640-4f5fe58f9a49 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e8a5b9f1-5bd4-4191-afc8-4d14e7d652ba {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-e8a5b9f1-5bd4-4191-afc8-4d14e7d652ba .shogun-icon-wrapper {
  text-align: center;
}


#s-e8a5b9f1-5bd4-4191-afc8-4d14e7d652ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(212, 212, 212, 1);
}

#s-a13e215b-c261-4c7e-8f38-510e45728155 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a13e215b-c261-4c7e-8f38-510e45728155 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4ed45847-ce96-4334-97d8-7164270f944a {
  margin-bottom: 10px;
padding-top: 0px;
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}
