#s-8cb68b84-d61e-4585-8deb-277a795e48c8 {
  text-align: left;
}

.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-12409c66-812d-44c1-b933-d4826461c8ba {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-12409c66-812d-44c1-b933-d4826461c8ba {
  margin-top: 0px;
margin-bottom: 40px;
max-width: 1140px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12409c66-812d-44c1-b933-d4826461c8ba {
  margin-bottom: 40px;
padding-left: 30px;
padding-right: 30px;
max-width: 1140px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-12409c66-812d-44c1-b933-d4826461c8ba {
  margin-bottom: 40px;
max-width: 90%;
}
}@media (max-width: 767px){#s-12409c66-812d-44c1-b933-d4826461c8ba {
  margin-bottom: 40px;
padding-left: 0px;
padding-right: 0px;
max-width: 85%;
}
}







#s-12409c66-812d-44c1-b933-d4826461c8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12409c66-812d-44c1-b933-d4826461c8ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed {
  margin-top: 12%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed {
  margin-top: 180px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed {
  margin-top: 180px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed {
  margin-top: 170px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed {
  margin-top: 100px;
margin-left: 6%;
margin-bottom: 20px;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  
}


@media (min-width: 1200px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-f3416c11-9bf9-45d6-85cd-21523a8d46ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  
}


}
#s-88aa2bf1-3896-4722-b000-43ac9040074b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-88aa2bf1-3896-4722-b000-43ac9040074b {
  display: none;
}
#s-88aa2bf1-3896-4722-b000-43ac9040074b, #wrap-s-88aa2bf1-3896-4722-b000-43ac9040074b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88aa2bf1-3896-4722-b000-43ac9040074b {
  display: none;
}
#s-88aa2bf1-3896-4722-b000-43ac9040074b, #wrap-s-88aa2bf1-3896-4722-b000-43ac9040074b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88aa2bf1-3896-4722-b000-43ac9040074b {
  display: none;
}
#s-88aa2bf1-3896-4722-b000-43ac9040074b, #wrap-s-88aa2bf1-3896-4722-b000-43ac9040074b { display: none !important; }}@media (max-width: 767px){#s-88aa2bf1-3896-4722-b000-43ac9040074b {
  display: none;
}
#s-88aa2bf1-3896-4722-b000-43ac9040074b, #wrap-s-88aa2bf1-3896-4722-b000-43ac9040074b { display: none !important; }}
#s-88aa2bf1-3896-4722-b000-43ac9040074b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-0b1d1cef-7d74-475d-8a20-5080b574dda5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0b1d1cef-7d74-475d-8a20-5080b574dda5 {
  display: none;
}
#s-0b1d1cef-7d74-475d-8a20-5080b574dda5, #wrap-s-0b1d1cef-7d74-475d-8a20-5080b574dda5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b1d1cef-7d74-475d-8a20-5080b574dda5 {
  display: none;
}
#s-0b1d1cef-7d74-475d-8a20-5080b574dda5, #wrap-s-0b1d1cef-7d74-475d-8a20-5080b574dda5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b1d1cef-7d74-475d-8a20-5080b574dda5 {
  display: none;
}
#s-0b1d1cef-7d74-475d-8a20-5080b574dda5, #wrap-s-0b1d1cef-7d74-475d-8a20-5080b574dda5 { display: none !important; }}







#s-0b1d1cef-7d74-475d-8a20-5080b574dda5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b1d1cef-7d74-475d-8a20-5080b574dda5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-513a192f-4abc-4f0d-94d0-99eda6355888 {
  text-align: left;
}

#s-706f77be-1a79-43e8-89b9-f64995db362a {
  padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-706f77be-1a79-43e8-89b9-f64995db362a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 1200px){#s-706f77be-1a79-43e8-89b9-f64995db362a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-706f77be-1a79-43e8-89b9-f64995db362a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
.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-e8b747ed-465b-42b8-8ffb-fabc93ce7620 {
  margin-top: 0px;
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e8b747ed-465b-42b8-8ffb-fabc93ce7620 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f1c6f12d-887c-4fa2-ad4b-d4147365fa77 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c6a9f968-8746-4180-9946-25825cbb2e3f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fb22f680-a425-4b59-97cd-1ab9928e3df1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6a0ab54a-961a-4396-b204-f8df740b964d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5570e685-e543-42cf-99cc-acce4a878ecf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-441525c8-3712-4457-9346-477d9528ceee {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-34d75c89-db35-4f86-a56b-1b51f761d5db {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-842f93ae-ce2b-46ca-aa93-6cc8669b8fb6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2273ebf6-33f0-4950-9c8e-22874e538859 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-650f82d5-195d-4bcb-848d-6fa30c018d1a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c1864180-b06b-45d5-9475-ae14bf227674 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1845ee87-7f82-4906-931d-762d49e10601 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-39733974-e13c-4fc0-9fa5-a59c12afdfc9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ac26d24d-6ef2-453b-a6c8-efc8aa93193f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-96cffe8c-7169-4076-88c9-30ff1423af7c {
  text-align: left;
}

#s-c3726b67-964a-45a5-aea1-5c4134d923da {
  margin-top: 40px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}
@media (min-width: 1200px){#s-c3726b67-964a-45a5-aea1-5c4134d923da {
  margin-top: 50px;
}
}
#s-c3726b67-964a-45a5-aea1-5c4134d923da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-c3726b67-964a-45a5-aea1-5c4134d923da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c3726b67-964a-45a5-aea1-5c4134d923da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c3726b67-964a-45a5-aea1-5c4134d923da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-c3726b67-964a-45a5-aea1-5c4134d923da .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 {
  margin-top: 0px;
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2d95c9fe-299d-493c-b0aa-cb8e4c8d5b57 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-563ba81e-8b6c-46cd-8180-7e1b83f3c7b6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d2207bfe-19c9-48b4-b89f-0b9721ff27b9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c7753f1c-87f9-4fed-bab9-abc0335010e6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-32d89118-9d09-4c4c-9159-21047219f605 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-83d3d8bb-232c-411a-90ff-7b185fdf4991 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f330e961-7a7d-42ce-a8a1-17f225f887ae {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-86130d19-eb1e-4339-ac0f-f0c0bd48e03f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-719936e3-0dd0-4431-be00-e94a24f5b69d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-debf81f4-aac9-4d82-b6e7-fcf559e903b4 {
  min-height: 50px;
}








#s-debf81f4-aac9-4d82-b6e7-fcf559e903b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-debf81f4-aac9-4d82-b6e7-fcf559e903b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-172382da-84e8-4902-a289-c3bfd7dd288f {
  margin-top: 50px;
padding-top: 12px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-172382da-84e8-4902-a289-c3bfd7dd288f {
  padding-left: 0%;
}
}
#s-172382da-84e8-4902-a289-c3bfd7dd288f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-172382da-84e8-4902-a289-c3bfd7dd288f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-172382da-84e8-4902-a289-c3bfd7dd288f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-172382da-84e8-4902-a289-c3bfd7dd288f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-172382da-84e8-4902-a289-c3bfd7dd288f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-b7f664ee-6ae1-4bc7-9082-a63388c671f5 {
  text-align: left;
}

#s-b9979fff-30d8-45a9-8584-69f52fc69177 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b9979fff-30d8-45a9-8584-69f52fc69177 {
  margin-left: auto;
margin-right: auto;
}
}







#s-b9979fff-30d8-45a9-8584-69f52fc69177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9979fff-30d8-45a9-8584-69f52fc69177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f53b810-804f-4e8c-99fe-03594a4f4515 {
  margin-top: 0px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-0f53b810-804f-4e8c-99fe-03594a4f4515 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-0f53b810-804f-4e8c-99fe-03594a4f4515 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-0e25077e-31de-46a0-b891-0260ef6d1666 {
  margin-top: 0px;
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0e25077e-31de-46a0-b891-0260ef6d1666 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b1a91eb6-ed89-49b5-ba79-9c77be1e07b2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0c9b5366-11d6-4655-bbfb-ba69c9850921 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fa63d6a0-eb65-46f6-8895-f33519bc0139 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7cfbec0d-b4dc-476f-aaea-8ac8bc7237e5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ca2aa8e0-b007-432e-b611-80eeb6d9a13f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-654e9b72-c751-48e4-9342-936014dd6520 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d1231004-12ef-457b-9bad-4853208395cd {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8ec09120-476e-4f34-b5ba-fd23ca25c5b2 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-eed4fd42-75c3-4a2a-b7a3-3df60ad023b9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-efdb3579-19c1-4dd6-93ac-034b203d148b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4cf06000-f390-44d3-b8e1-16d520764aa8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-aef17f3c-5dea-4808-8f73-be1d46dd654d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2c4d4411-8978-4d1d-a3e6-efbec14392db {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-89153eac-3aec-441c-be34-c2890d33e794 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2ea357f9-31a6-4296-af3d-2097da7bccd7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2ea357f9-31a6-4296-af3d-2097da7bccd7 {
  margin-left: auto;
margin-right: auto;
}
}







#s-2ea357f9-31a6-4296-af3d-2097da7bccd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea357f9-31a6-4296-af3d-2097da7bccd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc04f43-ff93-465f-9ded-802277972ca8 {
  text-align: left;
}

#s-29a89e8d-6f98-4695-af73-53721294dfae {
  margin-top: 30px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-29a89e8d-6f98-4695-af73-53721294dfae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-29a89e8d-6f98-4695-af73-53721294dfae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d {
  margin-top: 0px;
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7e862e00-189a-4f93-9181-cd7f8fd5f99d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-284a820a-5cbd-496c-b8cb-9243a753789c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-746496f0-96c2-4a0b-829a-f5cdd396140a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5f29f072-04fb-44c6-9895-34c2e1648df8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-476b3cb2-b574-4ae5-b799-98ec1ce3f784 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8c1e80a6-1213-44c7-8036-fda8326a7208 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-52651ce0-b074-4ab6-80f3-c93b460b86de {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-de66e147-17ee-4d47-ad2b-c46b029ca386 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-3136b99f-d5df-428f-b15a-377d892c2438 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-83c49a32-2e44-492a-81b2-ae2d77ae9b75 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-23b25050-71e6-4e3c-b3d1-7dff57de32b3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-eb0ca856-4be3-4d2c-8222-be6f8a525b42 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c5d969e5-3c5a-40d6-87de-81259da961c1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e01349dc-3fa6-4433-bbd5-042b54654d97 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-56fe35a2-9126-4189-a7ed-900814f0b72c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ddcef276-1c41-4e96-9b8f-da8b118a9b68 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-cdf742a8-47d7-431e-8527-b1f3ed604be2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cdf742a8-47d7-431e-8527-b1f3ed604be2 {
  margin-left: auto;
margin-right: auto;
}
}







#s-cdf742a8-47d7-431e-8527-b1f3ed604be2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf742a8-47d7-431e-8527-b1f3ed604be2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51e766e8-725d-407e-a690-a51d001aa3dd {
  text-align: left;
}

#s-30be8ec7-4978-485a-b9a1-9f8e6dd67b57 {
  margin-top: 30px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-30be8ec7-4978-485a-b9a1-9f8e6dd67b57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-30be8ec7-4978-485a-b9a1-9f8e6dd67b57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


}
#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 {
  margin-top: 0px;
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8110710a-6d60-48ce-8971-8b7a17fa76a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7a116347-e7b4-45b4-8009-5a06350483f6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4749c573-ddef-4aea-8281-9a398b953fbf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ee5d256b-a525-4b3a-b69c-f29c80639d7d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d2784970-6ca6-42d6-bdf2-5f02ccdee695 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d995bde5-b3ee-4963-a181-a02e338c9b89 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fc5ef261-f40b-4167-bc52-88c8925358ec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e2ea1b00-0044-4bf1-b5c2-0673be34190f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-406b1d93-a3a8-4552-878f-c84c9ef3851a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-16946c50-1089-4c86-8843-cca244595445 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-030db2f3-155c-4582-9ca7-738271330cf1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e42c2cee-92f0-4aeb-8f4e-6e14e3978d20 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-59213941-a29a-471a-8aff-b812887039a6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-c28b817f-456f-4316-826d-c3cada55fdfc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-01ac6e05-03ed-4694-b05d-92d5645d617f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1a140d2b-a21c-4587-8dca-a19a04e4ad5a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-80c9353b-6bdf-4f4a-a874-2e9ae37d0451 {
  min-height: 50px;
}








#s-80c9353b-6bdf-4f4a-a874-2e9ae37d0451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c9353b-6bdf-4f4a-a874-2e9ae37d0451.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c677b948-0970-4222-a159-ab67918ffb56 {
  text-align: left;
}

#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 {
  margin-top: 50px;
padding-top: 12px;
padding-bottom: 25px;
text-align: left;
}

#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (min-width: 1200px){#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-fc2f71ed-5888-4914-b517-837ffc95e3d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Termina Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-43094fc9-60d5-4baf-acb2-7565db414ccf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-43094fc9-60d5-4baf-acb2-7565db414ccf {
  margin-left: auto;
margin-right: auto;
}
}







#s-43094fc9-60d5-4baf-acb2-7565db414ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43094fc9-60d5-4baf-acb2-7565db414ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 {
  margin-top: 0px;
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.07);
  padding: 25px;
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Termina Bold;
  font-weight: ;
  font-style: ;
  font-size: 15px;
}

#s-b8b16af1-082d-43cc-8006-128885c1c678 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 15px;
}
#s-b1a82bc6-c3d9-485f-b59b-ae1e71a534b4 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7abced46-2f44-4ddf-9813-041c54701cff {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e9090f7d-42da-4052-8c7c-5110a69e186b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ef382422-c05a-4588-a5f7-01318e9f1bf6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-10b60f9b-0653-45cf-927c-0d23540a64ab {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e5f97bdd-3e51-4ddf-871b-4fd7246ef900 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f9ccef04-90a7-45d3-bad5-a4c4fb8b0c54 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0e7571eb-1318-49cd-aa0c-2a22417f9a13 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-53474955-ace4-4268-998b-0c3b6d4d016f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a983ae88-5874-4678-83c2-9037a3e1a76b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0f6e9bae-aa97-4fc2-8ece-2c2119a9dc31 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d263df23-5f93-4908-86e6-58ea04f94670 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d34936bc-86ff-43d5-a3d7-7dab376aca21 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6912bfcd-2c6d-48ed-a6cc-f6e5a97edde1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

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