.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-6335cb60-e794-4f26-8b35-bb1f52263977 {
  min-height: 50px;
}








#s-6335cb60-e794-4f26-8b35-bb1f52263977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6335cb60-e794-4f26-8b35-bb1f52263977.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-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-c9ccb3f5-b25f-4b5a-8d40-8bbc3909b1e1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-f3f841f6-8334-4c9e-87b0-d2f7d88e6e8c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3f841f6-8334-4c9e-87b0-d2f7d88e6e8c .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-f3f841f6-8334-4c9e-87b0-d2f7d88e6e8c .shogun-heading-component h2 {
  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-04130bc2-5292-446b-9e0e-a3539b8157ef {
  margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-04130bc2-5292-446b-9e0e-a3539b8157ef {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-04130bc2-5292-446b-9e0e-a3539b8157ef {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-04130bc2-5292-446b-9e0e-a3539b8157ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-04130bc2-5292-446b-9e0e-a3539b8157ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-04130bc2-5292-446b-9e0e-a3539b8157ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-04130bc2-5292-446b-9e0e-a3539b8157ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-dbb77904-00b8-4870-a36d-1095d78fd3b2 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-dbb77904-00b8-4870-a36d-1095d78fd3b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-dbb77904-00b8-4870-a36d-1095d78fd3b2 .shogun-icon-wrapper > .shogun-icon {

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

#s-b0ee66a6-5bc5-4a02-a5c6-1ce1513854af {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b0ee66a6-5bc5-4a02-a5c6-1ce1513854af .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5e1e09c7-7884-473e-9fed-4237ea6e81fb {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-5e1e09c7-7884-473e-9fed-4237ea6e81fb .shogun-icon-wrapper {
  text-align: center;
}


#s-5e1e09c7-7884-473e-9fed-4237ea6e81fb .shogun-icon-wrapper > .shogun-icon {

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

#s-84cc6e84-3aaa-43e9-adee-cdf532ccae56 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-84cc6e84-3aaa-43e9-adee-cdf532ccae56 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-470f45cc-db96-43c3-8fde-557e89d6ec30 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-470f45cc-db96-43c3-8fde-557e89d6ec30 .shogun-icon-wrapper {
  text-align: center;
}


#s-470f45cc-db96-43c3-8fde-557e89d6ec30 .shogun-icon-wrapper > .shogun-icon {

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

#s-268cd193-f1e7-45e3-a70d-6e1770d45714 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-268cd193-f1e7-45e3-a70d-6e1770d45714 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5f683025-2e98-452f-9f82-14fd54cdcb11 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-5f683025-2e98-452f-9f82-14fd54cdcb11 .shogun-icon-wrapper {
  text-align: center;
}


#s-5f683025-2e98-452f-9f82-14fd54cdcb11 .shogun-icon-wrapper > .shogun-icon {

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

#s-15b0a51d-3582-4f5f-8042-fa5d37783970 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-15b0a51d-3582-4f5f-8042-fa5d37783970 .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2b454406-143c-4e22-a04a-6211d2b68438 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-2b454406-143c-4e22-a04a-6211d2b68438 .shogun-icon-wrapper {
  text-align: center;
}


#s-2b454406-143c-4e22-a04a-6211d2b68438 .shogun-icon-wrapper > .shogun-icon {

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

#s-a406c82e-ffb4-4f0d-a82a-6d37fdd09dfb {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a406c82e-ffb4-4f0d-a82a-6d37fdd09dfb .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f4c2d384-cfb4-4c42-bed7-e36e0d1bed54 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-f4c2d384-cfb4-4c42-bed7-e36e0d1bed54 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4c2d384-cfb4-4c42-bed7-e36e0d1bed54 .shogun-icon-wrapper > .shogun-icon {

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

#s-aa5f1caf-d331-48aa-8bda-5e3b6f20510d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-aa5f1caf-d331-48aa-8bda-5e3b6f20510d .shogun-heading-component h3 {
  color: rgba(35, 31, 32, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-541df2b3-2e97-4bfb-9d93-3f17a5d1a51a {
  min-height: 50px;
}








#s-541df2b3-2e97-4bfb-9d93-3f17a5d1a51a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-541df2b3-2e97-4bfb-9d93-3f17a5d1a51a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a1f20c5-a498-424b-9697-b31d4657409e {
  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-7a1f20c5-a498-424b-9697-b31d4657409e {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7a1f20c5-a498-424b-9697-b31d4657409e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-7a1f20c5-a498-424b-9697-b31d4657409e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a1f20c5-a498-424b-9697-b31d4657409e.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-83ec915d-adb3-410a-a509-6dd763159cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83ec915d-adb3-410a-a509-6dd763159cff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-83ec915d-adb3-410a-a509-6dd763159cff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-83ec915d-adb3-410a-a509-6dd763159cff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-83ec915d-adb3-410a-a509-6dd763159cff"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4dd51729-5627-4c85-92be-0b43cc1b2b95 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4dd51729-5627-4c85-92be-0b43cc1b2b95 {
  margin-top: 0px;
}
}
#s-4dd51729-5627-4c85-92be-0b43cc1b2b95 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-4dd51729-5627-4c85-92be-0b43cc1b2b95 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-27bdda82-46e9-47ec-b911-026106389954 {
  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;
}

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

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

#s-804404dd-6a1d-43cc-9dfe-f5c709a872b9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-804404dd-6a1d-43cc-9dfe-f5c709a872b9 img.shogun-image {
    

    
    
    
  }


#s-804404dd-6a1d-43cc-9dfe-f5c709a872b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-290af43c-836f-437f-b4b2-7a2bdac3f450 {
  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-290af43c-836f-437f-b4b2-7a2bdac3f450 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-290af43c-836f-437f-b4b2-7a2bdac3f450 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-290af43c-836f-437f-b4b2-7a2bdac3f450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-290af43c-836f-437f-b4b2-7a2bdac3f450.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-64eb26dc-4b19-49a2-a0ec-edc91aed93f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64eb26dc-4b19-49a2-a0ec-edc91aed93f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-64eb26dc-4b19-49a2-a0ec-edc91aed93f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-64eb26dc-4b19-49a2-a0ec-edc91aed93f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-b7619123-1d6d-4261-af3c-0adcfd64ea42 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-b7619123-1d6d-4261-af3c-0adcfd64ea42 img.shogun-image {
    

    
    
    
  }


#s-b7619123-1d6d-4261-af3c-0adcfd64ea42 .shogun-image-content {
  
    align-items: center;
  
}

#s-86925d74-04d6-4636-bd47-e7ffe7d08ef8 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-86925d74-04d6-4636-bd47-e7ffe7d08ef8 {
  margin-top: 0px;
}
}
#s-86925d74-04d6-4636-bd47-e7ffe7d08ef8 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-86925d74-04d6-4636-bd47-e7ffe7d08ef8 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-74bcb0e5-c2b1-4962-9ae5-1a47106a4326 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d7107be3-882d-492c-af5f-971cf601314c {
  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-d7107be3-882d-492c-af5f-971cf601314c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d7107be3-882d-492c-af5f-971cf601314c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d7107be3-882d-492c-af5f-971cf601314c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7107be3-882d-492c-af5f-971cf601314c.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-ad17d34b-4b12-454c-b306-738c6aeeb1c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad17d34b-4b12-454c-b306-738c6aeeb1c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ad17d34b-4b12-454c-b306-738c6aeeb1c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad17d34b-4b12-454c-b306-738c6aeeb1c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-ad17d34b-4b12-454c-b306-738c6aeeb1c5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4143b427-f891-48f6-9ade-10f1d90cdc45 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4143b427-f891-48f6-9ade-10f1d90cdc45 {
  margin-top: 0px;
}
}
#s-4143b427-f891-48f6-9ade-10f1d90cdc45 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-4143b427-f891-48f6-9ade-10f1d90cdc45 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ad950721-2b03-40e3-9dd0-2340c549b900 {
  margin-left: 20px;
margin-right: 20px;
}

#s-be825593-bf6f-498a-ad35-5d407bb98381 {
  text-align: center;
}







  #s-be825593-bf6f-498a-ad35-5d407bb98381 img.shogun-image {
    

    
    
    
  }


#s-be825593-bf6f-498a-ad35-5d407bb98381 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0419ee0-4f52-4ab6-b89f-87651e7a2bf9 {
  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-d0419ee0-4f52-4ab6-b89f-87651e7a2bf9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-d0419ee0-4f52-4ab6-b89f-87651e7a2bf9 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d0419ee0-4f52-4ab6-b89f-87651e7a2bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0419ee0-4f52-4ab6-b89f-87651e7a2bf9.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-5e5648bb-e035-461b-a139-21a956c280f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e5648bb-e035-461b-a139-21a956c280f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5e5648bb-e035-461b-a139-21a956c280f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e5648bb-e035-461b-a139-21a956c280f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-08f2132d-650d-4375-b348-1c4be008f42b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-08f2132d-650d-4375-b348-1c4be008f42b img.shogun-image {
    

    
    
    
  }


#s-08f2132d-650d-4375-b348-1c4be008f42b .shogun-image-content {
  
    align-items: center;
  
}

#s-cedf0a81-5ed9-4431-a080-1e6306e4cf4a {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-cedf0a81-5ed9-4431-a080-1e6306e4cf4a {
  margin-top: 0px;
}
}
#s-cedf0a81-5ed9-4431-a080-1e6306e4cf4a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-cedf0a81-5ed9-4431-a080-1e6306e4cf4a .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-596e7899-810f-434a-84a6-cd898221a337 {
  margin-left: 20px;
margin-right: 20px;
}

#s-90ac5d7e-3a4e-420e-bb1f-8d8a0a3742ab {
  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-90ac5d7e-3a4e-420e-bb1f-8d8a0a3742ab {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-90ac5d7e-3a4e-420e-bb1f-8d8a0a3742ab {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-90ac5d7e-3a4e-420e-bb1f-8d8a0a3742ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90ac5d7e-3a4e-420e-bb1f-8d8a0a3742ab.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-450e5f49-0b86-45e8-b614-d85f09ce3633"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-450e5f49-0b86-45e8-b614-d85f09ce3633"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-450e5f49-0b86-45e8-b614-d85f09ce3633"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-450e5f49-0b86-45e8-b614-d85f09ce3633"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-450e5f49-0b86-45e8-b614-d85f09ce3633"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e4ffea0d-2c83-4f1c-b416-5e5378937292 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e4ffea0d-2c83-4f1c-b416-5e5378937292 {
  margin-top: 0px;
}
}
#s-e4ffea0d-2c83-4f1c-b416-5e5378937292 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-e4ffea0d-2c83-4f1c-b416-5e5378937292 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0fb95cb6-79f7-40ad-91d9-cda81b6900f8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-701cc93b-00cf-4045-9274-e76f8862fddc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-701cc93b-00cf-4045-9274-e76f8862fddc img.shogun-image {
    

    
    
    
  }


#s-701cc93b-00cf-4045-9274-e76f8862fddc .shogun-image-content {
  
    align-items: center;
  
}

#s-40265538-d131-47a4-8e4e-52ceda82c23d {
  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-40265538-d131-47a4-8e4e-52ceda82c23d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-40265538-d131-47a4-8e4e-52ceda82c23d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-40265538-d131-47a4-8e4e-52ceda82c23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40265538-d131-47a4-8e4e-52ceda82c23d.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-9e752f39-9fb6-45f1-a9d9-41240424b323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e752f39-9fb6-45f1-a9d9-41240424b323"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9e752f39-9fb6-45f1-a9d9-41240424b323"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e752f39-9fb6-45f1-a9d9-41240424b323"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4e7b7813-e0ad-4b28-a745-8347a76eeb79 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-4e7b7813-e0ad-4b28-a745-8347a76eeb79 img.shogun-image {
    

    
    
    
  }


#s-4e7b7813-e0ad-4b28-a745-8347a76eeb79 .shogun-image-content {
  
    align-items: center;
  
}

#s-d433ea5c-cfe4-447c-adac-60c20129271b {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d433ea5c-cfe4-447c-adac-60c20129271b {
  margin-top: 0px;
}
}
#s-d433ea5c-cfe4-447c-adac-60c20129271b .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-d433ea5c-cfe4-447c-adac-60c20129271b .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9f38fcf8-07c2-4ba3-871e-2aed4b0453ee {
  margin-left: 20px;
margin-right: 20px;
}

#s-e8351b7f-a2b4-44b2-b087-ea4ce5e7b914 {
  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-e8351b7f-a2b4-44b2-b087-ea4ce5e7b914 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e8351b7f-a2b4-44b2-b087-ea4ce5e7b914 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e8351b7f-a2b4-44b2-b087-ea4ce5e7b914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8351b7f-a2b4-44b2-b087-ea4ce5e7b914.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-5ae1a1f3-9ef0-4b0b-96eb-cb9dadc97927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ae1a1f3-9ef0-4b0b-96eb-cb9dadc97927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5ae1a1f3-9ef0-4b0b-96eb-cb9dadc97927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ae1a1f3-9ef0-4b0b-96eb-cb9dadc97927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ae1a1f3-9ef0-4b0b-96eb-cb9dadc97927"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad7296a7-9ea5-48b2-8cbf-fde1586ec661 {
  margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ad7296a7-9ea5-48b2-8cbf-fde1586ec661 {
  margin-top: 0px;
}
}
#s-ad7296a7-9ea5-48b2-8cbf-fde1586ec661 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-ad7296a7-9ea5-48b2-8cbf-fde1586ec661 .shogun-heading-component h2 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-39d84430-d54a-4187-bd58-4fdeccc3c8a4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e3568773-9c2c-4016-983b-5a9103383c6e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-e3568773-9c2c-4016-983b-5a9103383c6e img.shogun-image {
    

    
    
    
  }


#s-e3568773-9c2c-4016-983b-5a9103383c6e .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-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(212, 212, 212, 1);
}

#s-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 12px;
}

#s-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(208, 44, 48, 1);
}

#s-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .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-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .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-9a585d4f-6837-4a93-b9c3-3f6b6f2880e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-beced8d5-2630-45d9-a763-af62cb409979 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4f7d6eb1-b0ec-48b4-a3c8-8f44ff95fa4c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-4f7d6eb1-b0ec-48b4-a3c8-8f44ff95fa4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7d6eb1-b0ec-48b4-a3c8-8f44ff95fa4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e334382d-5c92-48e1-b400-c4e9b5d7ad36 {
  min-height: 50px;
}








#s-e334382d-5c92-48e1-b400-c4e9b5d7ad36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e334382d-5c92-48e1-b400-c4e9b5d7ad36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08e34bde-f32b-4975-9843-919cef115a16 {
  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-08e34bde-f32b-4975-9843-919cef115a16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-08e34bde-f32b-4975-9843-919cef115a16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08e34bde-f32b-4975-9843-919cef115a16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e34bde-f32b-4975-9843-919cef115a16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-785e0756-9d30-491d-89e7-45cf5ccbb171 {
  
}

#s-e576e0c2-661d-4e01-9099-0dda7778358e {
  
}

#s-ca76435a-2587-4d7d-b140-0431799358a1 {
  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-ca76435a-2587-4d7d-b140-0431799358a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ca76435a-2587-4d7d-b140-0431799358a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca76435a-2587-4d7d-b140-0431799358a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca76435a-2587-4d7d-b140-0431799358a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-51de6fcc-74b4-44da-8504-e372a7dc045b {
  
}

#s-0b2b11dc-fe21-412d-9207-f0f693a2304a {
  
}

#s-0b9e6485-e53d-49bb-ae17-2cb45d1d5067 {
  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-0b9e6485-e53d-49bb-ae17-2cb45d1d5067"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0b9e6485-e53d-49bb-ae17-2cb45d1d5067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9e6485-e53d-49bb-ae17-2cb45d1d5067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9e6485-e53d-49bb-ae17-2cb45d1d5067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e368064-5ab9-429f-9b7e-cf852518b217 {
  
}

#s-576cd9e8-4f86-4b23-957d-989d2f5aa89e {
  
}

#s-fc3063f5-8f4d-4688-b975-c66b44770020 {
  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-fc3063f5-8f4d-4688-b975-c66b44770020"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc3063f5-8f4d-4688-b975-c66b44770020"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc3063f5-8f4d-4688-b975-c66b44770020"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc3063f5-8f4d-4688-b975-c66b44770020"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3cc1c656-57ca-4599-8a35-ceff75a9e3e9 {
  
}

#s-a677483b-40ed-475a-8eca-04ecaceb6a37 {
  
}

#s-33408a4d-e7d1-4103-b48b-ad463acce3d4 {
  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-33408a4d-e7d1-4103-b48b-ad463acce3d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-33408a4d-e7d1-4103-b48b-ad463acce3d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-33408a4d-e7d1-4103-b48b-ad463acce3d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-33408a4d-e7d1-4103-b48b-ad463acce3d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b78f24a1-db8b-4d2c-b5dd-f2e9a29c9617 {
  
}

#s-48377752-9513-4a4e-9151-c6baa85b343c {
  
}

#s-d9c19003-95ec-4998-a8c2-6be52d813021 {
  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-d9c19003-95ec-4998-a8c2-6be52d813021"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d9c19003-95ec-4998-a8c2-6be52d813021"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9c19003-95ec-4998-a8c2-6be52d813021"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9c19003-95ec-4998-a8c2-6be52d813021"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e4467207-2957-4a81-96a2-f3147bf91e8c {
  
}

#s-80f565df-1042-4025-900b-db24867a2f9b {
  
}

#s-84331155-f5d5-49f6-b058-05cbabce414c {
  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-84331155-f5d5-49f6-b058-05cbabce414c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84331155-f5d5-49f6-b058-05cbabce414c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84331155-f5d5-49f6-b058-05cbabce414c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84331155-f5d5-49f6-b058-05cbabce414c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5fe54d0-04bf-4d3d-a55a-8048c191eea2 {
  
}

#s-ddb070e7-0155-4c6f-b943-2093a279cf3e {
  
}

#s-bcf6dddd-902b-48f1-8acb-8338135ed05f {
  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-bcf6dddd-902b-48f1-8acb-8338135ed05f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bcf6dddd-902b-48f1-8acb-8338135ed05f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcf6dddd-902b-48f1-8acb-8338135ed05f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcf6dddd-902b-48f1-8acb-8338135ed05f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6789ceab-d027-4508-8c0f-9357b5c2b2e0 {
  
}

#s-267e8b4f-d145-41b9-b3db-351a91227d51 {
  
}

#s-f1ffa3cc-db09-4a09-a674-1aecb74864b2 {
  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-f1ffa3cc-db09-4a09-a674-1aecb74864b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f1ffa3cc-db09-4a09-a674-1aecb74864b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f1ffa3cc-db09-4a09-a674-1aecb74864b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1ffa3cc-db09-4a09-a674-1aecb74864b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-79ad9482-b797-43e6-b4dc-f2c7217942ba {
  
}

#s-066d5c98-9618-42d2-8a3d-92905896ac1b {
  
}

#s-3ca6adb1-b854-4630-878f-6e9bcb7817d9 {
  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-3ca6adb1-b854-4630-878f-6e9bcb7817d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3ca6adb1-b854-4630-878f-6e9bcb7817d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ca6adb1-b854-4630-878f-6e9bcb7817d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ca6adb1-b854-4630-878f-6e9bcb7817d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a9b09685-6e75-49f0-af0c-9aed6932a6d8 {
  
}

#s-9973fefd-977d-43c7-9725-c4625df3f47e {
  
}

#s-d39b9489-2496-45e6-8f89-8de8d65c55ba {
  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-d39b9489-2496-45e6-8f89-8de8d65c55ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d39b9489-2496-45e6-8f89-8de8d65c55ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d39b9489-2496-45e6-8f89-8de8d65c55ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d39b9489-2496-45e6-8f89-8de8d65c55ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-58609191-74a0-4c06-9fdd-db22731ca26b {
  
}

#s-81152301-7475-4c69-bd64-b9753a67d4ec {
  
}

#s-8701200b-9765-42bc-97fd-df682bfef9b1 {
  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-8701200b-9765-42bc-97fd-df682bfef9b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8701200b-9765-42bc-97fd-df682bfef9b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8701200b-9765-42bc-97fd-df682bfef9b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8701200b-9765-42bc-97fd-df682bfef9b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c17ea4c-855c-4e09-974b-f1d75f53a4d9 {
  
}

#s-3824b53e-e65e-4e8d-8650-4b287c9b2f9a {
  
}

#s-ef34ae36-e1c7-45f5-9b5d-f0602893450c {
  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-ef34ae36-e1c7-45f5-9b5d-f0602893450c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ef34ae36-e1c7-45f5-9b5d-f0602893450c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef34ae36-e1c7-45f5-9b5d-f0602893450c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef34ae36-e1c7-45f5-9b5d-f0602893450c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca4141d7-301b-4e01-be1d-ebce237150f8 {
  
}

#s-2363f0db-b79e-4de5-8a1b-a5d2f3381fa0 {
  
}

#s-fc7ff732-f86f-47af-b587-254f9b170b16 {
  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-fc7ff732-f86f-47af-b587-254f9b170b16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc7ff732-f86f-47af-b587-254f9b170b16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc7ff732-f86f-47af-b587-254f9b170b16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc7ff732-f86f-47af-b587-254f9b170b16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e70bdc9e-cc67-4335-8bc7-e52c848a847f {
  
}

#s-bc8bdd22-fcb6-4450-9b18-cd1735f5d871 {
  
}

#s-9c61a93b-28b6-4c0a-9302-2f0df6e48d4c {
  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-9c61a93b-28b6-4c0a-9302-2f0df6e48d4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9c61a93b-28b6-4c0a-9302-2f0df6e48d4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c61a93b-28b6-4c0a-9302-2f0df6e48d4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c61a93b-28b6-4c0a-9302-2f0df6e48d4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0167032b-7ca8-4268-a10a-cbb51596d5cb {
  
}

#s-6b93fe76-1d18-46ea-a562-7f83966d126c {
  
}

#s-0d968c9b-f989-4f1f-bab9-cd5e3e7dcd84 {
  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-0d968c9b-f989-4f1f-bab9-cd5e3e7dcd84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0d968c9b-f989-4f1f-bab9-cd5e3e7dcd84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d968c9b-f989-4f1f-bab9-cd5e3e7dcd84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d968c9b-f989-4f1f-bab9-cd5e3e7dcd84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ae8f8fcf-5a1e-4311-89ca-47163851549d {
  
}

#s-9e53ceb8-3785-4cc5-8233-a19cf5c54232 {
  
}

#s-c78485f6-5c0e-45ea-b1d4-89e2370cba86 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c78485f6-5c0e-45ea-b1d4-89e2370cba86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c78485f6-5c0e-45ea-b1d4-89e2370cba86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-133805e5-58e2-4d88-a2f6-72164d93b4d6 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}

#s-78c5e3fa-a381-4e0c-a53e-69291654d1ac {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(51, 49, 49, 1);
}








#s-78c5e3fa-a381-4e0c-a53e-69291654d1ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c5e3fa-a381-4e0c-a53e-69291654d1ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2b0a9a39-65fa-4a98-9b2e-45f33b5a98f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-b62fe2fc-bb01-4a59-b0b1-6e6c1f484e97 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-b62fe2fc-bb01-4a59-b0b1-6e6c1f484e97 .shogun-icon-wrapper {
  text-align: center;
}


#s-b62fe2fc-bb01-4a59-b0b1-6e6c1f484e97 .shogun-icon-wrapper > .shogun-icon {

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

#s-35c3ca4d-863e-4b77-bb8b-629255dcf6e3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-35c3ca4d-863e-4b77-bb8b-629255dcf6e3 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-79551ea9-8254-4416-8793-2a17ee208c25 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-35ce1cd3-a8cc-426a-afa5-811622485e10 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-35ce1cd3-a8cc-426a-afa5-811622485e10 .shogun-icon-wrapper {
  text-align: center;
}


#s-35ce1cd3-a8cc-426a-afa5-811622485e10 .shogun-icon-wrapper > .shogun-icon {

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

#s-0fe491e4-6115-488f-b4ce-770025f1e92b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0fe491e4-6115-488f-b4ce-770025f1e92b .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-b59c774a-25e2-4cdf-a561-2cc9b264a89e {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9a5e696e-9334-45cb-8972-518496252f22 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-9a5e696e-9334-45cb-8972-518496252f22 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a5e696e-9334-45cb-8972-518496252f22 .shogun-icon-wrapper > .shogun-icon {

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

#s-cb7d6e4b-7322-4fe4-99c8-8baa9464fbd4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cb7d6e4b-7322-4fe4-99c8-8baa9464fbd4 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ded0e9c2-37bd-4eaa-b1a3-3b91c5368c17 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0b520ca2-86fa-458a-b879-8a651491a2a6 {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-0b520ca2-86fa-458a-b879-8a651491a2a6 .shogun-icon-wrapper {
  text-align: center;
}


#s-0b520ca2-86fa-458a-b879-8a651491a2a6 .shogun-icon-wrapper > .shogun-icon {

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

#s-d97a89e1-1f63-4991-9f67-ae71c4b70fa1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d97a89e1-1f63-4991-9f67-ae71c4b70fa1 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-49863a2e-0a35-4ff4-aa1e-92e7b3eb46a9 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c5252043-315e-4928-8253-c7257a681faf {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-c5252043-315e-4928-8253-c7257a681faf .shogun-icon-wrapper {
  text-align: center;
}


#s-c5252043-315e-4928-8253-c7257a681faf .shogun-icon-wrapper > .shogun-icon {

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

#s-b8d330d4-34e6-4604-83c7-c9d637029939 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b8d330d4-34e6-4604-83c7-c9d637029939 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0ff66607-6126-49f0-bf34-34acd3a07904 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-20356207-fbf2-46ff-9b25-fa2a175203ca {
  margin-top: 10px;
margin-left: 25%;
margin-bottom: 10px;
margin-right: 25%;
}

#s-20356207-fbf2-46ff-9b25-fa2a175203ca .shogun-icon-wrapper {
  text-align: center;
}


#s-20356207-fbf2-46ff-9b25-fa2a175203ca .shogun-icon-wrapper > .shogun-icon {

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

#s-112ae359-6826-4019-b2d3-e84f0e378178 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-112ae359-6826-4019-b2d3-e84f0e378178 .shogun-heading-component h3 {
  color: rgba(208, 44, 48, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6fabb960-b3df-43f5-b63b-704924b68a0d {
  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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}