.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  border-style: solid;
margin-left: 10em;
margin-right: 10em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 0em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 {
  margin-left: 0em;
margin-right: 0em;
}
}







#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b1c5c0c-96de-4e2b-91c2-c325214b1cf9.shg-box.shg-c {
  justify-content: center;
}

#s-f7a0910d-a322-456e-a26e-ddafff3419b7 {
  min-height: 50px;
}








#s-f7a0910d-a322-456e-a26e-ddafff3419b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a0910d-a322-456e-a26e-ddafff3419b7.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-84b5fbc2-d70a-4e8c-969a-d908e089b896 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-84b5fbc2-d70a-4e8c-969a-d908e089b896"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0e038d-b8bd-4159-8acf-f0696c8b6116.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-2d3c9858-9c3d-4a97-b2ad-8db68f74baa7 {
  text-align: center;
}

#s-2d3c9858-9c3d-4a97-b2ad-8db68f74baa7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c46066e6-4c29-46a0-8e9e-4e3910a492f7 {
  margin-bottom: 16px;
text-align: center;
}

#s-c46066e6-4c29-46a0-8e9e-4e3910a492f7 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a36946f3-af1e-466b-9677-5afac759b03b {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-a36946f3-af1e-466b-9677-5afac759b03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36946f3-af1e-466b-9677-5afac759b03b.shg-box.shg-c {
  justify-content: center;
}

#s-fafa742b-6ff0-49c5-8023-b9217ba6b7b4 {
  margin-bottom: 10px;
text-align: center;
}

#s-fafa742b-6ff0-49c5-8023-b9217ba6b7b4 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs {
  justify-content: center;
}


  #s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-7b97aec2-b969-48ed-ada4-6c6daf84897a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-424ace3f-4679-414c-b7e1-5c317703f262 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-424ace3f-4679-414c-b7e1-5c317703f262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-424ace3f-4679-414c-b7e1-5c317703f262.shg-box.shg-c {
  justify-content: center;
}

#s-2b1e5724-f03d-45c6-91ae-72cf850cab11 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-2b1e5724-f03d-45c6-91ae-72cf850cab11 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-0421efc1-6381-4141-8f37-f85380307232 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0421efc1-6381-4141-8f37-f85380307232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0421efc1-6381-4141-8f37-f85380307232.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-5f57f131-5f66-4787-ab95-f5c9d232fe1e {
  margin-top: 6px;
margin-bottom: 6px;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-dba90521-7823-43af-addb-9b631d2cc32a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-76c5c10c-59e5-41d6-9b74-0d9e35c06a3b {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-76c5c10c-59e5-41d6-9b74-0d9e35c06a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c5c10c-59e5-41d6-9b74-0d9e35c06a3b.shg-box.shg-c {
  justify-content: center;
}

#s-97913752-76a2-470f-819b-5588be140b12 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-2632ed68-18fa-4916-9062-0f4b39ca160f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-2632ed68-18fa-4916-9062-0f4b39ca160f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2632ed68-18fa-4916-9062-0f4b39ca160f.shg-box.shg-c {
  justify-content: center;
}

#s-27857d00-1b8a-4141-84b2-68b5d9472702 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-27857d00-1b8a-4141-84b2-68b5d9472702 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-ac79c382-eec7-40f1-8f56-57c93a6dc35e {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-08637061-3511-4e4e-822f-898b220ffefe {
  min-height: 50px;
}








#s-08637061-3511-4e4e-822f-898b220ffefe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08637061-3511-4e4e-822f-898b220ffefe.shg-box.shg-c {
  justify-content: center;
}

#s-90a594a0-36e2-47fd-8e69-72173ed284ab {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e2dadc9b-b3f3-473c-afbf-739754e59d43 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-e2dadc9b-b3f3-473c-afbf-739754e59d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2dadc9b-b3f3-473c-afbf-739754e59d43.shg-box.shg-c {
  justify-content: center;
}

#s-1d38dd05-3a7b-402d-89ae-e63a6ab176d4 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-1d38dd05-3a7b-402d-89ae-e63a6ab176d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-167668a2-bece-4d60-b8da-728f1e08ece0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-167668a2-bece-4d60-b8da-728f1e08ece0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167668a2-bece-4d60-b8da-728f1e08ece0.shg-box.shg-c {
  justify-content: center;
}

#s-43e80adc-5af0-4014-8e23-0737405ba4f7 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-174154ee-42b8-4af1-8449-87102b3905ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f6616e26-fe38-450a-a21a-537c3deac02f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-f6616e26-fe38-450a-a21a-537c3deac02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6616e26-fe38-450a-a21a-537c3deac02f.shg-box.shg-c {
  justify-content: center;
}

#s-3cef774c-64cf-4089-b83d-ac206ca5991a {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b052e3-bdd3-418e-8125-eef11ef15fb4.shg-box.shg-c {
  justify-content: center;
}

#s-aaf24b6a-0fad-404e-b715-98a956f0255b {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aaf24b6a-0fad-404e-b715-98a956f0255b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e0a06303-f439-4dcb-990d-af26afed22e5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-f8d8395d-ca8a-4aec-be21-5450672c14a0 {
  min-height: 50px;
}








#s-f8d8395d-ca8a-4aec-be21-5450672c14a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8d8395d-ca8a-4aec-be21-5450672c14a0.shg-box.shg-c {
  justify-content: center;
}

#s-6383063a-60aa-44e8-948a-5ddff871eea5 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1dedd2e-b308-4a7d-b430-4b7b3282289b.shg-box.shg-c {
  justify-content: center;
}

#s-315f3c4f-4245-470b-9538-f38aafa450d0 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-315f3c4f-4245-470b-9538-f38aafa450d0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ab75a402-c0de-44f5-871e-146c2e5394e1 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ab75a402-c0de-44f5-871e-146c2e5394e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab75a402-c0de-44f5-871e-146c2e5394e1.shg-box.shg-c {
  justify-content: center;
}

#s-a8e45afb-69c2-45d3-865e-7164e43060df {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-dd150407-a7c2-4f4c-b460-7611872b10ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b38742f7-0ee0-4d22-b2ae-74a190b46895 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-b38742f7-0ee0-4d22-b2ae-74a190b46895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38742f7-0ee0-4d22-b2ae-74a190b46895.shg-box.shg-c {
  justify-content: center;
}

#s-ccd88cd1-38a6-4a47-ab1b-ec567c5b317e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-083a1b36-be98-4b54-9193-d4d1a82ecea4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-083a1b36-be98-4b54-9193-d4d1a82ecea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-083a1b36-be98-4b54-9193-d4d1a82ecea4.shg-box.shg-c {
  justify-content: center;
}

#s-a245dee2-a6d8-4432-9395-6129f2f0b75f {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a245dee2-a6d8-4432-9395-6129f2f0b75f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9073336-16c1-4ebc-a08c-7a40531cd04c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c {
  min-height: 50px;
}








#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fe1bc14-98f2-4dc5-90b0-66f5e1af6b8c.shg-box.shg-c {
  justify-content: center;
}

#s-2c3c1f1d-0e00-4e92-b4c3-ab21112e5d42 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ad223660-dcab-4171-a2ec-06da2fea0635 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-ad223660-dcab-4171-a2ec-06da2fea0635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad223660-dcab-4171-a2ec-06da2fea0635.shg-box.shg-c {
  justify-content: center;
}

#s-cc00e17f-dd02-4572-818f-99655e84e0ad {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-cc00e17f-dd02-4572-818f-99655e84e0ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7426c4b7-f245-4413-8996-fbc5510c3337 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7426c4b7-f245-4413-8996-fbc5510c3337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7426c4b7-f245-4413-8996-fbc5510c3337.shg-box.shg-c {
  justify-content: center;
}

#s-bace42bf-3022-4acb-84a0-af57eb5ff9b8 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-e993e76c-31a8-4ce6-af7a-d57dc3b0b751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9bfc0984-4fb2-47cc-89f0-5afaa854190d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9bfc0984-4fb2-47cc-89f0-5afaa854190d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfc0984-4fb2-47cc-89f0-5afaa854190d.shg-box.shg-c {
  justify-content: center;
}

#s-8d6528f6-180b-4bf8-b803-669b89559772 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-c386a3c0-85aa-482d-ae78-def9d6bbee54 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c386a3c0-85aa-482d-ae78-def9d6bbee54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c386a3c0-85aa-482d-ae78-def9d6bbee54.shg-box.shg-c {
  justify-content: center;
}

#s-4d7942b3-1f8c-462d-8363-c9eaf80a1828 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d7942b3-1f8c-462d-8363-c9eaf80a1828 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-436ae8ef-93de-4aa6-8796-fb26310dec95 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ab92f417-9cf1-44c0-81cb-313dc6390b56 {
  min-height: 50px;
}








#s-ab92f417-9cf1-44c0-81cb-313dc6390b56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab92f417-9cf1-44c0-81cb-313dc6390b56.shg-box.shg-c {
  justify-content: center;
}

#s-29ee848e-3431-4ea5-80ef-575dea778ad3 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d6353b-a96c-4c44-8a0b-7e36ec851c74.shg-box.shg-c {
  justify-content: center;
}

#s-03d48cbd-a623-4588-8853-ea453c8dc825 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-03d48cbd-a623-4588-8853-ea453c8dc825 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-889d3d66-3faa-431c-8ab3-f893ab18d095 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-889d3d66-3faa-431c-8ab3-f893ab18d095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-889d3d66-3faa-431c-8ab3-f893ab18d095.shg-box.shg-c {
  justify-content: center;
}

#s-cae57ce0-1146-4013-8f34-057adddb006e {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-be13356f-10ba-4fbb-91b4-bb8fab6515fd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1823bfbc-127e-4eee-8106-b212401a8590 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1823bfbc-127e-4eee-8106-b212401a8590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1823bfbc-127e-4eee-8106-b212401a8590.shg-box.shg-c {
  justify-content: center;
}

#s-4e86d7c9-27f1-4d59-a5dd-9b9fccc403d0 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0344b5cf-d428-4899-9d27-e267f1ec8ed2.shg-box.shg-c {
  justify-content: center;
}

#s-3e282b2a-b3fa-4780-b375-57a157ccb5c6 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e282b2a-b3fa-4780-b375-57a157ccb5c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-64392007-87d3-4cf9-9f2f-d5dbabc93168 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-bc2b357b-40aa-4e77-9e7c-29df081624f8 {
  min-height: 50px;
}








#s-bc2b357b-40aa-4e77-9e7c-29df081624f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2b357b-40aa-4e77-9e7c-29df081624f8.shg-box.shg-c {
  justify-content: center;
}

#s-8534083e-bb0c-4753-964b-3bd03f140b31 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-eb480687-8219-472a-b994-17a83c194a34 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-eb480687-8219-472a-b994-17a83c194a34 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-49232e60-8f4b-4103-97f9-ab694721c7c5 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-49232e60-8f4b-4103-97f9-ab694721c7c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49232e60-8f4b-4103-97f9-ab694721c7c5.shg-box.shg-c {
  justify-content: center;
}

#s-9e83404b-9196-40b0-8f20-83a9ee70416c {
  text-align: center;
}

#s-9e83404b-9196-40b0-8f20-83a9ee70416c .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74edabc5-c7e9-4b1f-9063-459bee218ba8 {
  margin-bottom: 16px;
text-align: center;
}

#s-74edabc5-c7e9-4b1f-9063-459bee218ba8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd2713a1-9554-404e-881f-6480361c9635 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-cd2713a1-9554-404e-881f-6480361c9635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd2713a1-9554-404e-881f-6480361c9635.shg-box.shg-c {
  justify-content: center;
}

#s-a66f5819-9bbc-4c43-9d87-6c165ef80662 {
  margin-bottom: 10px;
text-align: center;
}

#s-a66f5819-9bbc-4c43-9d87-6c165ef80662 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs {
  justify-content: center;
}


  #s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-dfd3ab0b-623b-4d71-9066-d71e294f9bef .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-d0b582a7-6dd3-4ff8-b349-4a8ce1b787d8 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-d0b582a7-6dd3-4ff8-b349-4a8ce1b787d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b582a7-6dd3-4ff8-b349-4a8ce1b787d8.shg-box.shg-c {
  justify-content: center;
}

#s-957ebeff-f341-451a-8bc9-4ffa5a70bebc {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-957ebeff-f341-451a-8bc9-4ffa5a70bebc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-34ea91b2-0a22-4753-8fd0-63c388ac5b35 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-34ea91b2-0a22-4753-8fd0-63c388ac5b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ea91b2-0a22-4753-8fd0-63c388ac5b35.shg-box.shg-c {
  justify-content: center;
}

#s-590a57d6-f179-4c6c-a6e3-7656fa67325a {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-66883174-8f9c-4fa4-aa46-570730f7b0df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c0c16290-b903-4f72-90d4-116937c79ace {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c0c16290-b903-4f72-90d4-116937c79ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c16290-b903-4f72-90d4-116937c79ace.shg-box.shg-c {
  justify-content: center;
}

#s-6d206b77-ec0a-49a7-9a48-9eb3ad4d2fd2 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-57a134b6-1403-4406-a718-e12c92a6ae69 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-57a134b6-1403-4406-a718-e12c92a6ae69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a134b6-1403-4406-a718-e12c92a6ae69.shg-box.shg-c {
  justify-content: center;
}

#s-42f2fce2-8bad-4067-8696-f201eee055fe {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42f2fce2-8bad-4067-8696-f201eee055fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2ae57c5c-d888-4819-89fd-3d91f7d9a7d4 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-378cd7e5-e02a-4583-97f6-521cabe017a8 {
  min-height: 50px;
}








#s-378cd7e5-e02a-4583-97f6-521cabe017a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-378cd7e5-e02a-4583-97f6-521cabe017a8.shg-box.shg-c {
  justify-content: center;
}

#s-8aa60aa1-8b94-4669-9358-e86c7e5f3419 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e70c16aa-9462-417c-8fc9-800290e18f1d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-e70c16aa-9462-417c-8fc9-800290e18f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70c16aa-9462-417c-8fc9-800290e18f1d.shg-box.shg-c {
  justify-content: center;
}

#s-7cfab929-144b-4d4c-a67a-e8cc789b54ae {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-7cfab929-144b-4d4c-a67a-e8cc789b54ae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-9192d65e-f2ec-4fb3-9e07-34c54f58402f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9192d65e-f2ec-4fb3-9e07-34c54f58402f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9192d65e-f2ec-4fb3-9e07-34c54f58402f.shg-box.shg-c {
  justify-content: center;
}

#s-1aa7fe77-12d1-473f-bca3-c8480a0de3b9 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b57545fa-5ac5-4708-9c8c-b8bb29b045df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-48a85ba5-3a48-415f-b0aa-587e6926aa1d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-48a85ba5-3a48-415f-b0aa-587e6926aa1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a85ba5-3a48-415f-b0aa-587e6926aa1d.shg-box.shg-c {
  justify-content: center;
}

#s-9372c5b4-fc58-4537-9eab-550eb5aed930 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-ddb8194b-c794-4d5e-8af9-b50708385a26 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ddb8194b-c794-4d5e-8af9-b50708385a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddb8194b-c794-4d5e-8af9-b50708385a26.shg-box.shg-c {
  justify-content: center;
}

#s-e24c7ae0-6d0d-4594-913a-5533fef2791c {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e24c7ae0-6d0d-4594-913a-5533fef2791c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-797f8ef2-6a67-4271-9d39-94578f0f14a8 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-aeb7a77c-7313-41dd-9665-0f017eb988d8 {
  min-height: 50px;
}








#s-aeb7a77c-7313-41dd-9665-0f017eb988d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb7a77c-7313-41dd-9665-0f017eb988d8.shg-box.shg-c {
  justify-content: center;
}

#s-f960c432-a6b9-47f8-9dc5-85609efc1e92 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-d35b4b2e-7e19-4c00-9a98-cfa91d23e470 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-d35b4b2e-7e19-4c00-9a98-cfa91d23e470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d35b4b2e-7e19-4c00-9a98-cfa91d23e470.shg-box.shg-c {
  justify-content: center;
}

#s-2254d1e8-3dbf-42e3-a804-c26f77318721 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-2254d1e8-3dbf-42e3-a804-c26f77318721 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-07438821-2300-4eea-8e54-f1492b260482 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-07438821-2300-4eea-8e54-f1492b260482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07438821-2300-4eea-8e54-f1492b260482.shg-box.shg-c {
  justify-content: center;
}

#s-fe02abf7-fb1d-4e30-af44-39cbceb52b95 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-e0d30286-fedb-4454-808a-85c5ac58336d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-31bfb29a-6dc4-42bb-9834-13efed4f5c58 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-31bfb29a-6dc4-42bb-9834-13efed4f5c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31bfb29a-6dc4-42bb-9834-13efed4f5c58.shg-box.shg-c {
  justify-content: center;
}

#s-a72ebce3-bdc5-43c3-8814-3859d576c932 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-dccd1901-c5cb-4faa-ad87-8f2e77099333 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-dccd1901-c5cb-4faa-ad87-8f2e77099333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dccd1901-c5cb-4faa-ad87-8f2e77099333.shg-box.shg-c {
  justify-content: center;
}

#s-a9ae2509-5e77-4723-8d1a-7d9d908dea3e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9ae2509-5e77-4723-8d1a-7d9d908dea3e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f100dbd8-261c-4ea0-b3e2-533fe48bed4a {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-39c34892-9361-4c00-99fc-8ec605c871c9 {
  min-height: 50px;
}








#s-39c34892-9361-4c00-99fc-8ec605c871c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39c34892-9361-4c00-99fc-8ec605c871c9.shg-box.shg-c {
  justify-content: center;
}

#s-1e815046-9440-4d94-b2b0-a6c4a38e942b {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-07804f6d-0639-4d59-b0ce-0a5643a86cfd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-07804f6d-0639-4d59-b0ce-0a5643a86cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07804f6d-0639-4d59-b0ce-0a5643a86cfd.shg-box.shg-c {
  justify-content: center;
}

#s-8d5f6127-18a9-4764-b1eb-1ececf2e2a67 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-8d5f6127-18a9-4764-b1eb-1ececf2e2a67 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a0ab499b-8b46-4469-82d4-1e889313905d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a0ab499b-8b46-4469-82d4-1e889313905d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ab499b-8b46-4469-82d4-1e889313905d.shg-box.shg-c {
  justify-content: center;
}

#s-bb2c0aee-c2c9-4668-97b5-8c48b1a333dd {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-a58df630-46f8-4551-82b5-c886255d5b5b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fb395472-8589-49fc-b740-c6a48babfacf {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fb395472-8589-49fc-b740-c6a48babfacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb395472-8589-49fc-b740-c6a48babfacf.shg-box.shg-c {
  justify-content: center;
}

#s-0a1e82f0-c61c-499a-a2c1-55ae9ce7aef5 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-8b5af58d-a279-4f77-94d0-576ff2767f95 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8b5af58d-a279-4f77-94d0-576ff2767f95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b5af58d-a279-4f77-94d0-576ff2767f95.shg-box.shg-c {
  justify-content: center;
}

#s-4c94c0dd-5f01-4a5c-9c91-a5a1922773ad {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c94c0dd-5f01-4a5c-9c91-a5a1922773ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e40e98e5-f8d0-465a-acff-54f254a13d31 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-727ebcec-a223-4ebe-a789-6db0ea5e6faa {
  min-height: 50px;
}








#s-727ebcec-a223-4ebe-a789-6db0ea5e6faa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-727ebcec-a223-4ebe-a789-6db0ea5e6faa.shg-box.shg-c {
  justify-content: center;
}

#s-3508cf89-c140-466a-a64e-d6259e2cd4eb {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-6a65f5c4-aaad-43b6-8abc-7e17fad59ae0 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-6a65f5c4-aaad-43b6-8abc-7e17fad59ae0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a65f5c4-aaad-43b6-8abc-7e17fad59ae0.shg-box.shg-c {
  justify-content: center;
}

#s-2cdf21d2-593a-48dc-994e-1d19b1eccdcd {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-2cdf21d2-593a-48dc-994e-1d19b1eccdcd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-9bb07047-c09b-4025-8e25-7e677ff1ccf0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9bb07047-c09b-4025-8e25-7e677ff1ccf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb07047-c09b-4025-8e25-7e677ff1ccf0.shg-box.shg-c {
  justify-content: center;
}

#s-ae5cd686-b4b1-46a4-abe6-5bb382ec2f8c {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-94e5096a-2dba-40c4-a68a-c51f5ca7b3c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cca42ed4-adb9-4fee-bb00-19082f054bcd {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-cca42ed4-adb9-4fee-bb00-19082f054bcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca42ed4-adb9-4fee-bb00-19082f054bcd.shg-box.shg-c {
  justify-content: center;
}

#s-9633c0d8-cce6-4ff5-a588-34344b54f35f {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-c961eb03-3d07-49a5-8655-c1b526bbc52f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c961eb03-3d07-49a5-8655-c1b526bbc52f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c961eb03-3d07-49a5-8655-c1b526bbc52f.shg-box.shg-c {
  justify-content: center;
}

#s-98034f9c-f05a-49d8-986b-c8e43dca5794 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98034f9c-f05a-49d8-986b-c8e43dca5794 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-383e1ca7-a22e-4a12-89f5-1b7f7939ade5 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-4d5d98ce-d6d3-4a4a-af77-33ff3a1ae085 {
  min-height: 50px;
}








#s-4d5d98ce-d6d3-4a4a-af77-33ff3a1ae085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d5d98ce-d6d3-4a4a-af77-33ff3a1ae085.shg-box.shg-c {
  justify-content: center;
}

#s-facea57f-c2b4-4158-a619-95015381ad8e {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e2a3fe46-0c2d-4b73-9918-b4fe99250b3c {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-e2a3fe46-0c2d-4b73-9918-b4fe99250b3c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fce6683e-8c26-4652-8ea2-d171cb9c77a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fce6683e-8c26-4652-8ea2-d171cb9c77a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8602b6db-2664-47f0-a5bd-b491776a736f {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-8602b6db-2664-47f0-a5bd-b491776a736f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8602b6db-2664-47f0-a5bd-b491776a736f.shg-box.shg-c {
  justify-content: center;
}

#s-cd1190ec-5381-4023-bc5e-316cbdb692d9 {
  text-align: center;
}

#s-cd1190ec-5381-4023-bc5e-316cbdb692d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2944dfca-e17a-4433-a4a7-713ab9a0a464 {
  margin-bottom: 16px;
text-align: center;
}

#s-2944dfca-e17a-4433-a4a7-713ab9a0a464 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-20b7ae33-fbe5-43b1-a3db-5429f82a0718 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-20b7ae33-fbe5-43b1-a3db-5429f82a0718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b7ae33-fbe5-43b1-a3db-5429f82a0718.shg-box.shg-c {
  justify-content: center;
}

#s-4ceed829-0f7d-42fa-bdc7-ae1b91996dae {
  margin-bottom: 10px;
text-align: center;
}

#s-4ceed829-0f7d-42fa-bdc7-ae1b91996dae .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs {
  justify-content: center;
}


  #s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-3ec0fa3c-8e7f-4f62-9030-0be40a862758 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1dddc54f-8813-4289-aab5-c9b4abfd9186 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-1dddc54f-8813-4289-aab5-c9b4abfd9186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dddc54f-8813-4289-aab5-c9b4abfd9186.shg-box.shg-c {
  justify-content: center;
}

#s-c44a2faf-58c6-43b9-89be-87d845f07865 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-c44a2faf-58c6-43b9-89be-87d845f07865 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a633f1b4-d269-4437-8a87-2658a767008e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a633f1b4-d269-4437-8a87-2658a767008e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a633f1b4-d269-4437-8a87-2658a767008e.shg-box.shg-c {
  justify-content: center;
}

#s-4e435cdf-6854-4372-ab14-5d7e5c63a244 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-29b1babf-9d23-4a7a-8599-41daf80f0f05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1a2c3f61-a5ac-4cb1-b8ff-3143861202ca {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1a2c3f61-a5ac-4cb1-b8ff-3143861202ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a2c3f61-a5ac-4cb1-b8ff-3143861202ca.shg-box.shg-c {
  justify-content: center;
}

#s-96d04e4c-7d29-4b9a-95b4-b257d8a00b14 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-5bbcc9c7-2a92-49dd-98ae-2fc1701669ba {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5bbcc9c7-2a92-49dd-98ae-2fc1701669ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bbcc9c7-2a92-49dd-98ae-2fc1701669ba.shg-box.shg-c {
  justify-content: center;
}

#s-7f2f5293-a225-4d49-b2d6-14ff8968c70e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7f2f5293-a225-4d49-b2d6-14ff8968c70e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-260dbf36-9d3d-42cd-91a0-7d4b1667f4e7 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ae318bf9-66b6-4ec1-9113-1d1a004d99db {
  min-height: 50px;
}








#s-ae318bf9-66b6-4ec1-9113-1d1a004d99db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae318bf9-66b6-4ec1-9113-1d1a004d99db.shg-box.shg-c {
  justify-content: center;
}

#s-701559d2-c7c7-4d81-b898-ff9c5e2800ab {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-299a3f3b-c55a-47a1-9c16-efa91b21317b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-299a3f3b-c55a-47a1-9c16-efa91b21317b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-299a3f3b-c55a-47a1-9c16-efa91b21317b.shg-box.shg-c {
  justify-content: center;
}

#s-40c45c0c-41e4-494b-b6d7-87c419436efd {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-40c45c0c-41e4-494b-b6d7-87c419436efd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-94816f3a-e466-43da-b9c4-e4670af999c0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-94816f3a-e466-43da-b9c4-e4670af999c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94816f3a-e466-43da-b9c4-e4670af999c0.shg-box.shg-c {
  justify-content: center;
}

#s-f3e2ae64-90f9-4656-843f-8781f3ef2135 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-ee7f3f26-70b4-4269-a499-638d8ed4a6f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-784f4676-9306-4910-9b18-e8a89c548208 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-784f4676-9306-4910-9b18-e8a89c548208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-784f4676-9306-4910-9b18-e8a89c548208.shg-box.shg-c {
  justify-content: center;
}

#s-8d4d7a66-7664-4dbb-b713-8b7a4f0b24bd {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-1a85a974-e253-4769-ab7d-1b04a3d6a719 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1a85a974-e253-4769-ab7d-1b04a3d6a719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a85a974-e253-4769-ab7d-1b04a3d6a719.shg-box.shg-c {
  justify-content: center;
}

#s-393e6e92-2a82-4d7f-859b-3f2b9c4f759f {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-393e6e92-2a82-4d7f-859b-3f2b9c4f759f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c144b11d-041f-4aab-8be1-f191479ac7fb {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-6673c947-0bfe-4d72-ab54-c3722e406a4d {
  min-height: 50px;
}








#s-6673c947-0bfe-4d72-ab54-c3722e406a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6673c947-0bfe-4d72-ab54-c3722e406a4d.shg-box.shg-c {
  justify-content: center;
}

#s-75618f7a-8b33-4bc1-b30e-efa6fddc339d {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-0f321347-8c84-4899-b68e-594cc8f95ed3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-0f321347-8c84-4899-b68e-594cc8f95ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f321347-8c84-4899-b68e-594cc8f95ed3.shg-box.shg-c {
  justify-content: center;
}

#s-12ef97ab-9ba7-44d5-bc5d-a94fcc06b5aa {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-12ef97ab-9ba7-44d5-bc5d-a94fcc06b5aa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-9cbe57cb-2639-4879-beda-1133907df1c9 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9cbe57cb-2639-4879-beda-1133907df1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cbe57cb-2639-4879-beda-1133907df1c9.shg-box.shg-c {
  justify-content: center;
}

#s-25a44625-b6f6-4c23-81cd-f2fc9f631d6a {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-0f15ab4c-7780-4274-aa0d-24f19d658b00 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cffcdd79-d5fa-4f2d-82e2-c3a8fd59b17c {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-cffcdd79-d5fa-4f2d-82e2-c3a8fd59b17c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cffcdd79-d5fa-4f2d-82e2-c3a8fd59b17c.shg-box.shg-c {
  justify-content: center;
}

#s-4739cad6-cd8b-44bd-9f9a-288248afc775 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-8d01505a-7fa0-4201-965f-411bd084cebc {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8d01505a-7fa0-4201-965f-411bd084cebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d01505a-7fa0-4201-965f-411bd084cebc.shg-box.shg-c {
  justify-content: center;
}

#s-838f1562-d26e-4e73-9301-b5e2b65f4244 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-838f1562-d26e-4e73-9301-b5e2b65f4244 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-085e53db-1984-4a78-931c-1aef4a247e4b {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ebfe5d8a-473c-4b69-9e12-dc2590ae6a63 {
  min-height: 50px;
}








#s-ebfe5d8a-473c-4b69-9e12-dc2590ae6a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebfe5d8a-473c-4b69-9e12-dc2590ae6a63.shg-box.shg-c {
  justify-content: center;
}

#s-00736c93-9474-4945-ad8b-6ee9d4d4eb62 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c08b7c68-e2da-41b2-bf6e-0439d18ce006 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-c08b7c68-e2da-41b2-bf6e-0439d18ce006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08b7c68-e2da-41b2-bf6e-0439d18ce006.shg-box.shg-c {
  justify-content: center;
}

#s-d1521460-bab5-444b-a151-f2a0c537a5d1 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-d1521460-bab5-444b-a151-f2a0c537a5d1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-27ad4edd-6f74-4e7c-b236-020f2ecab14e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-27ad4edd-6f74-4e7c-b236-020f2ecab14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27ad4edd-6f74-4e7c-b236-020f2ecab14e.shg-box.shg-c {
  justify-content: center;
}

#s-f122ac5d-5e9a-4c83-8d3d-2256f84d8919 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-9c222fb0-e830-4e10-9c32-ecd62b90c1b0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-07989057-978e-41af-b762-c8ec989638b0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-07989057-978e-41af-b762-c8ec989638b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07989057-978e-41af-b762-c8ec989638b0.shg-box.shg-c {
  justify-content: center;
}

#s-4fa5f218-464c-47dd-a609-486bc71932d2 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-8dc5ebb1-f0b3-45b8-8cb9-1a13b15dcc14 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-8dc5ebb1-f0b3-45b8-8cb9-1a13b15dcc14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dc5ebb1-f0b3-45b8-8cb9-1a13b15dcc14.shg-box.shg-c {
  justify-content: center;
}

#s-7d5b3739-2390-4aee-a2e5-e904de8db442 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d5b3739-2390-4aee-a2e5-e904de8db442 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f31649b1-daff-4ee0-b09f-0fe05d73515f {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-456a2795-0baa-4b51-8693-30a93e98294e {
  min-height: 50px;
}








#s-456a2795-0baa-4b51-8693-30a93e98294e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456a2795-0baa-4b51-8693-30a93e98294e.shg-box.shg-c {
  justify-content: center;
}

#s-26ca3654-ac92-4fb8-b7db-04ce15796c54 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-73980d05-b63e-46b9-91b2-f9302d78ff55 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-73980d05-b63e-46b9-91b2-f9302d78ff55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73980d05-b63e-46b9-91b2-f9302d78ff55.shg-box.shg-c {
  justify-content: center;
}

#s-cd3baecc-c30e-43a4-96d4-6f8ecfc57672 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-cd3baecc-c30e-43a4-96d4-6f8ecfc57672 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-95f4985f-f5ac-4151-98c6-a9b074013791 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-95f4985f-f5ac-4151-98c6-a9b074013791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f4985f-f5ac-4151-98c6-a9b074013791.shg-box.shg-c {
  justify-content: center;
}

#s-120d6855-acf0-436d-8107-8521eaf9ff70 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-50d77c59-24ed-410f-a7b5-5e5c7de971d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a5ae264f-af88-4531-9ed7-dd53f4490c72 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a5ae264f-af88-4531-9ed7-dd53f4490c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5ae264f-af88-4531-9ed7-dd53f4490c72.shg-box.shg-c {
  justify-content: center;
}

#s-ff553b6f-aace-44e6-b9f7-4c9472b88a6c {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-acb6947b-6055-4ccd-b3c1-84f1f4bbe544 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-acb6947b-6055-4ccd-b3c1-84f1f4bbe544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb6947b-6055-4ccd-b3c1-84f1f4bbe544.shg-box.shg-c {
  justify-content: center;
}

#s-cd603e6d-de32-4494-9833-3ee09714155e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd603e6d-de32-4494-9833-3ee09714155e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f81a660b-6746-4ab7-b41e-e26973c499de {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-bd9cc830-c5fe-4b28-9bc1-3acaa45ec66b {
  min-height: 50px;
}








#s-bd9cc830-c5fe-4b28-9bc1-3acaa45ec66b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd9cc830-c5fe-4b28-9bc1-3acaa45ec66b.shg-box.shg-c {
  justify-content: center;
}

#s-19474fc1-7250-44fc-b799-ec0536008f91 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b4680af2-7b59-4c7c-8c17-13fb6a981df1 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-b4680af2-7b59-4c7c-8c17-13fb6a981df1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e91c6e9b-e0db-4e5b-aaf1-e7593d5a846a.shg-box.shg-c {
  justify-content: center;
}

#s-c725c5db-62b9-4555-9dad-cd522a702906 {
  text-align: center;
}

#s-c725c5db-62b9-4555-9dad-cd522a702906 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-749115d6-2df8-4bde-becd-fe728819de10 {
  margin-bottom: 16px;
text-align: center;
}

#s-749115d6-2df8-4bde-becd-fe728819de10 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf {
  padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c77a5ac-d22e-4cde-8d5a-a37982f55ddf.shg-box.shg-c {
  justify-content: center;
}

#s-7c76e396-dd30-47f2-81aa-61cb1ef13e7c {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-7c76e396-dd30-47f2-81aa-61cb1ef13e7c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-fb39c844-06bb-483f-972c-5204d66f000e {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}





#s-fb39c844-06bb-483f-972c-5204d66f000e .shogun-image-content {
  
    align-items: center;
  
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 {
  margin-top: 30px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-ef1416a1-6312-4e06-b20c-5936d7514673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1008fd9-9e44-4ea9-9aeb-0dda5c0bdb1a.shg-box.shg-c {
  justify-content: center;
}

#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1 {
  min-height: 50px;
}








#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60258b7c-c763-42b7-bf30-6bf2b6b3c3c1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-406eb9cc-4e13-410c-8dd4-ea7c9087b112"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f7ca9b0c-0292-4325-bedc-1ee48922c107 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-f7ca9b0c-0292-4325-bedc-1ee48922c107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7ca9b0c-0292-4325-bedc-1ee48922c107.shg-box.shg-c {
  justify-content: center;
}

#s-4b0638ec-6655-43c3-835f-ac533a2fb23e {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4b0638ec-6655-43c3-835f-ac533a2fb23e {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4b0638ec-6655-43c3-835f-ac533a2fb23e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4b0638ec-6655-43c3-835f-ac533a2fb23e .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ebd2eae-990e-4fa9-89db-a9d65dbc6542.shg-box.shg-c {
  justify-content: center;
}

#s-11fc63bd-e934-41fe-a11b-f77091c12c68 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-11fc63bd-e934-41fe-a11b-f77091c12c68 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-11fc63bd-e934-41fe-a11b-f77091c12c68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-11fc63bd-e934-41fe-a11b-f77091c12c68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-674aaf72-2ccf-469a-b14e-bc91035e7815 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-674aaf72-2ccf-469a-b14e-bc91035e7815 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674aaf72-2ccf-469a-b14e-bc91035e7815.shg-box.shg-c {
  justify-content: center;
}

#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-49bc1eda-25be-4f3f-be7d-9cd09cc22a6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc51a2f-ae6c-4e19-9e75-111837bdffd5.shg-box.shg-c {
  justify-content: center;
}

#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-0cb9bef2-2d4c-4df8-a8d6-cefa982c0413 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-6ca7d959-41a7-4364-b2a2-825e6ab3ac0d {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-6ca7d959-41a7-4364-b2a2-825e6ab3ac0d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a1ca8a41-bfe7-42b6-8b82-41784662c24f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a1ca8a41-bfe7-42b6-8b82-41784662c24f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ac4264-d37c-48d7-b3d6-d05b06bc8e42.shg-box.shg-c {
  justify-content: center;
}

#s-69e6d281-5ee4-4138-a63b-61e9d02f8195 {
  text-align: center;
}

#s-69e6d281-5ee4-4138-a63b-61e9d02f8195 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56d85677-e912-4e9c-82a9-19237b51de9f {
  margin-bottom: 16px;
text-align: center;
}

#s-56d85677-e912-4e9c-82a9-19237b51de9f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31a585ca-fdd3-460c-95f6-569f93112710 {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-31a585ca-fdd3-460c-95f6-569f93112710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a585ca-fdd3-460c-95f6-569f93112710.shg-box.shg-c {
  justify-content: center;
}

#s-7f7bcdf8-ca30-48bf-8200-bc87a71567d8 {
  margin-bottom: 10px;
text-align: center;
}

#s-7f7bcdf8-ca30-48bf-8200-bc87a71567d8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs {
  justify-content: center;
}


  #s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-f14eda81-1736-48f5-bcff-e02b0503ca82 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-dce1608c-09bb-4677-a3c3-cc871e64a835 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-dce1608c-09bb-4677-a3c3-cc871e64a835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce1608c-09bb-4677-a3c3-cc871e64a835.shg-box.shg-c {
  justify-content: center;
}

#s-4b7c8931-3ebc-4d62-95ce-bb967b0ab3c0 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-4b7c8931-3ebc-4d62-95ce-bb967b0ab3c0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-e56837e9-eb0a-407a-a5cf-c5c853c17de3 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-e56837e9-eb0a-407a-a5cf-c5c853c17de3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e56837e9-eb0a-407a-a5cf-c5c853c17de3.shg-box.shg-c {
  justify-content: center;
}

#s-03d5de05-97e5-45a9-82fe-4a1e0aef7524 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-342ca829-5433-4b02-bd44-d086739ffe45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-090f3a09-5a5a-4ddb-86fd-fc50c65bc8e4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-090f3a09-5a5a-4ddb-86fd-fc50c65bc8e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-090f3a09-5a5a-4ddb-86fd-fc50c65bc8e4.shg-box.shg-c {
  justify-content: center;
}

#s-00df67ff-24ae-418e-a09b-8f13a52bce21 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-ed887de9-46a7-45ab-9a8b-3d78f8482082 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ed887de9-46a7-45ab-9a8b-3d78f8482082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed887de9-46a7-45ab-9a8b-3d78f8482082.shg-box.shg-c {
  justify-content: center;
}

#s-01c5566d-e0c0-4fc9-8be0-d319c99eae52 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01c5566d-e0c0-4fc9-8be0-d319c99eae52 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ba2a64d9-4fa8-4418-b3cc-fe1867d8c4ed {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-1863a368-84f9-4fab-93e5-71f7494f2281 {
  min-height: 50px;
}








#s-1863a368-84f9-4fab-93e5-71f7494f2281 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1863a368-84f9-4fab-93e5-71f7494f2281.shg-box.shg-c {
  justify-content: center;
}

#s-7f603500-0882-4438-b25c-7d6ad290e488 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-141ef951-ac34-4b78-828e-0dc3cba53f6d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-141ef951-ac34-4b78-828e-0dc3cba53f6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-141ef951-ac34-4b78-828e-0dc3cba53f6d.shg-box.shg-c {
  justify-content: center;
}

#s-06191ed2-9cd5-4446-bef7-8225c67de347 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-06191ed2-9cd5-4446-bef7-8225c67de347 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-a6f4e259-5d7f-493c-aa60-0db2e48828d4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-a6f4e259-5d7f-493c-aa60-0db2e48828d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f4e259-5d7f-493c-aa60-0db2e48828d4.shg-box.shg-c {
  justify-content: center;
}

#s-2ff8d868-f907-4d47-a0b8-661880d42d0d {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-35d16771-87ae-48ab-8497-a5da97e19300 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-47e088e9-324b-464b-96ff-338ca5062a79 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-47e088e9-324b-464b-96ff-338ca5062a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47e088e9-324b-464b-96ff-338ca5062a79.shg-box.shg-c {
  justify-content: center;
}

#s-8c45dc0b-cadc-4e7f-aa59-2f2d7834a544 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-26e218a9-ee38-466d-b26c-8d891c8b0085 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-26e218a9-ee38-466d-b26c-8d891c8b0085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26e218a9-ee38-466d-b26c-8d891c8b0085.shg-box.shg-c {
  justify-content: center;
}

#s-e4d609c5-2bfb-402b-b264-41be01b09e4e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4d609c5-2bfb-402b-b264-41be01b09e4e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a00446b6-ef90-423b-aebc-18c2bc96f628 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-ebdb7a1d-71ce-4268-ac3c-59f1ff4db4c4 {
  min-height: 50px;
}








#s-ebdb7a1d-71ce-4268-ac3c-59f1ff4db4c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebdb7a1d-71ce-4268-ac3c-59f1ff4db4c4.shg-box.shg-c {
  justify-content: center;
}

#s-63361163-4d13-45bf-8834-7b14068bf13e {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b686fab8-90a1-4d79-8de5-7c3b5a1f29bd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-b686fab8-90a1-4d79-8de5-7c3b5a1f29bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b686fab8-90a1-4d79-8de5-7c3b5a1f29bd.shg-box.shg-c {
  justify-content: center;
}

#s-b5f39d6c-692f-4fe7-af1a-b565ebdd8be9 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-b5f39d6c-692f-4fe7-af1a-b565ebdd8be9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-039fab26-3cf9-4d33-8fac-4b56eef90c9e {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-039fab26-3cf9-4d33-8fac-4b56eef90c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-039fab26-3cf9-4d33-8fac-4b56eef90c9e.shg-box.shg-c {
  justify-content: center;
}

#s-ce47fee8-0159-48d2-b686-bc184ca25cbc {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b5eaa77e-bcfc-4700-a760-9a617ce86922 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4dd3f460-33ae-46b7-ab5b-2e4356f6e07a {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-4dd3f460-33ae-46b7-ab5b-2e4356f6e07a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd3f460-33ae-46b7-ab5b-2e4356f6e07a.shg-box.shg-c {
  justify-content: center;
}

#s-1564829f-cd89-431f-819c-c340c4c65883 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-fe887a9c-68a4-4061-811b-6de664690996 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fe887a9c-68a4-4061-811b-6de664690996 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe887a9c-68a4-4061-811b-6de664690996.shg-box.shg-c {
  justify-content: center;
}

#s-f7814bc7-69c5-4de9-88d7-09d832b69c7a {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f7814bc7-69c5-4de9-88d7-09d832b69c7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08a7f752-8340-48a4-813d-7c840cd6b754 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-def3e29d-569b-45b7-8e28-fee706083a17 {
  min-height: 50px;
}








#s-def3e29d-569b-45b7-8e28-fee706083a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-def3e29d-569b-45b7-8e28-fee706083a17.shg-box.shg-c {
  justify-content: center;
}

#s-759c70c2-19b1-4c80-bdf0-1d490eb81aff {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-e05ac389-a115-4bdf-b0be-bbc96610d085 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-e05ac389-a115-4bdf-b0be-bbc96610d085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05ac389-a115-4bdf-b0be-bbc96610d085.shg-box.shg-c {
  justify-content: center;
}

#s-de6bc576-76dc-41d3-a764-eb45b2b1d6f2 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-de6bc576-76dc-41d3-a764-eb45b2b1d6f2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ac7cf7c4-b6e0-4a14-a39b-ea091f454eaf {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-ac7cf7c4-b6e0-4a14-a39b-ea091f454eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac7cf7c4-b6e0-4a14-a39b-ea091f454eaf.shg-box.shg-c {
  justify-content: center;
}

#s-9b77dec3-50f6-4c7b-bd07-2b387906b782 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-6639b45f-b8f4-4a32-aac9-6004176bddb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7fb1ad89-6756-41c7-a3a8-791539ac4f10 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-7fb1ad89-6756-41c7-a3a8-791539ac4f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fb1ad89-6756-41c7-a3a8-791539ac4f10.shg-box.shg-c {
  justify-content: center;
}

#s-d58dc530-c0c5-44ad-8c83-f947f5f9f557 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-1a94bb69-435e-4ed2-a303-9f495898e3cd {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1a94bb69-435e-4ed2-a303-9f495898e3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a94bb69-435e-4ed2-a303-9f495898e3cd.shg-box.shg-c {
  justify-content: center;
}

#s-4a34683d-6781-4112-adb6-91df3a4c1912 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a34683d-6781-4112-adb6-91df3a4c1912 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8a78a312-ebcc-4ce4-a41e-850aa6876e3a {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-af4f57c6-a518-4450-af50-a529df3c576f {
  min-height: 50px;
}








#s-af4f57c6-a518-4450-af50-a529df3c576f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af4f57c6-a518-4450-af50-a529df3c576f.shg-box.shg-c {
  justify-content: center;
}

#s-bb1aaca0-d29e-4694-9e29-059b12d690ec {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-87bf5d85-f0be-4189-89e3-91b0861756fc {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-87bf5d85-f0be-4189-89e3-91b0861756fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87bf5d85-f0be-4189-89e3-91b0861756fc.shg-box.shg-c {
  justify-content: center;
}

#s-86bd6e14-7f3c-452b-a7c5-892c89542674 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-86bd6e14-7f3c-452b-a7c5-892c89542674 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-000ef4ee-003b-452a-a995-c05d7475a18a {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-000ef4ee-003b-452a-a995-c05d7475a18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-000ef4ee-003b-452a-a995-c05d7475a18a.shg-box.shg-c {
  justify-content: center;
}

#s-f8b98484-ff76-4243-81de-bca42ae5ce69 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-797f2585-f8f2-42aa-a129-c0f672d6b049 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3b5c68e0-73d6-4b4f-a592-8473290de1de {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-3b5c68e0-73d6-4b4f-a592-8473290de1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b5c68e0-73d6-4b4f-a592-8473290de1de.shg-box.shg-c {
  justify-content: center;
}

#s-9583f4ff-3a30-4f94-90c3-9bf126955c43 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-fb225adb-485b-4855-9fc3-b84ab9d34b25 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fb225adb-485b-4855-9fc3-b84ab9d34b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb225adb-485b-4855-9fc3-b84ab9d34b25.shg-box.shg-c {
  justify-content: center;
}

#s-badfd9c2-00c7-4ed5-811d-e8d4afe676db {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-badfd9c2-00c7-4ed5-811d-e8d4afe676db .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3526e6b1-aa71-4058-b6ca-e989261de050 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-bd409878-30d9-4c65-a1eb-038fc8bffd4f {
  min-height: 50px;
}








#s-bd409878-30d9-4c65-a1eb-038fc8bffd4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd409878-30d9-4c65-a1eb-038fc8bffd4f.shg-box.shg-c {
  justify-content: center;
}

#s-3b7e8e16-a041-4bc6-96db-8858d046084c {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-40ee68c5-5907-4d82-af3a-c400a6555a07 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-40ee68c5-5907-4d82-af3a-c400a6555a07 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6add0374-5bcf-4c40-9cf6-aeabeb12560c.shg-box.shg-c {
  justify-content: center;
}

#s-36263eb8-0dd0-41b4-b222-e1a5b906fa04 {
  text-align: center;
}

#s-36263eb8-0dd0-41b4-b222-e1a5b906fa04 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f394d1b-af2f-4d5f-9366-3b8794027393 {
  margin-bottom: 16px;
text-align: center;
}

#s-8f394d1b-af2f-4d5f-9366-3b8794027393 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48e69028-707b-4dc7-8476-1122c8f65bfe {
  border-style: solid;
margin-top: 14px;
margin-left: 6px;
margin-bottom: 14px;
margin-right: 6px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-48e69028-707b-4dc7-8476-1122c8f65bfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e69028-707b-4dc7-8476-1122c8f65bfe.shg-box.shg-c {
  justify-content: center;
}

#s-cc22f8c5-8291-4dfe-8277-5f861f06532f {
  margin-bottom: 10px;
text-align: center;
}

#s-cc22f8c5-8291-4dfe-8277-5f861f06532f .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs {
  justify-content: center;
}


  #s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(14, 14, 14, 1);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(14, 14, 14, 1);
  font-family: Oswald;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(14, 14, 14, 1);
}

#s-12bfc046-c51f-42a8-a0b1-068284ed7222 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-f3589346-906b-4234-bacc-b8460f12bde3 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-f3589346-906b-4234-bacc-b8460f12bde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3589346-906b-4234-bacc-b8460f12bde3.shg-box.shg-c {
  justify-content: center;
}

#s-705a4cb5-8e96-40c8-a143-be3fe5463299 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-705a4cb5-8e96-40c8-a143-be3fe5463299 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-5e078a90-3caa-422d-997b-49bc0eae50f4 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-5e078a90-3caa-422d-997b-49bc0eae50f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e078a90-3caa-422d-997b-49bc0eae50f4.shg-box.shg-c {
  justify-content: center;
}

#s-f62035fd-829d-46b5-acea-840fb15c5083 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-4ab4dcc3-7dc1-4200-9ed0-7efc4f614e11 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c94deb1-26a0-430f-a662-84597b8c03a8 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-9c94deb1-26a0-430f-a662-84597b8c03a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c94deb1-26a0-430f-a662-84597b8c03a8.shg-box.shg-c {
  justify-content: center;
}

#s-58abb7df-963c-41ee-b435-1f22ebbfce69 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-408f3092-162b-4ea4-8f7b-7806b86d2737 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-408f3092-162b-4ea4-8f7b-7806b86d2737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-408f3092-162b-4ea4-8f7b-7806b86d2737.shg-box.shg-c {
  justify-content: center;
}

#s-340363ab-e820-4813-90cc-ca8ee1249618 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-340363ab-e820-4813-90cc-ca8ee1249618 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0f60b4e1-6a98-4bfe-8980-689de9eae482 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-a0cf5d51-de2d-4aba-8e28-aa4b8a706640 {
  min-height: 50px;
}








#s-a0cf5d51-de2d-4aba-8e28-aa4b8a706640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cf5d51-de2d-4aba-8e28-aa4b8a706640.shg-box.shg-c {
  justify-content: center;
}

#s-3358d1b5-a156-498a-bcb2-38eb7f99285c {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-c8784d9f-dfe7-4b60-9dc3-1f59aab36254 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-c8784d9f-dfe7-4b60-9dc3-1f59aab36254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8784d9f-dfe7-4b60-9dc3-1f59aab36254.shg-box.shg-c {
  justify-content: center;
}

#s-eac36a27-5086-4c64-af51-656f4d99b905 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-eac36a27-5086-4c64-af51-656f4d99b905 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-45b95d86-61cb-4eaa-86ae-8018f4f45fcf {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-45b95d86-61cb-4eaa-86ae-8018f4f45fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b95d86-61cb-4eaa-86ae-8018f4f45fcf.shg-box.shg-c {
  justify-content: center;
}

#s-ea93f910-9b2a-4ded-9d90-02bd93effe01 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-649f6cd8-5c91-4cbd-abfe-47f87d4003c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-306b7347-feba-4929-8460-b537501be1b5 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-306b7347-feba-4929-8460-b537501be1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-306b7347-feba-4929-8460-b537501be1b5.shg-box.shg-c {
  justify-content: center;
}

#s-a8e49eb6-323e-4c7f-965d-fb19ef3324d4 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-1a1c7efd-5c16-458a-8536-6493831b9f89 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1a1c7efd-5c16-458a-8536-6493831b9f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1c7efd-5c16-458a-8536-6493831b9f89.shg-box.shg-c {
  justify-content: center;
}

#s-7e3b5744-8169-4c5a-b8c3-fcaca7bb72f7 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e3b5744-8169-4c5a-b8c3-fcaca7bb72f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-612345c0-4d36-4d06-b089-9c1c059739d0 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-315ccfdb-dda6-49d3-b253-6fe790f7152b {
  min-height: 50px;
}








#s-315ccfdb-dda6-49d3-b253-6fe790f7152b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-315ccfdb-dda6-49d3-b253-6fe790f7152b.shg-box.shg-c {
  justify-content: center;
}

#s-bbd45484-79fe-43a4-8253-fc8ab8f44f46 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-40ddcf07-cf92-4732-8060-4d362791d33c {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-40ddcf07-cf92-4732-8060-4d362791d33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40ddcf07-cf92-4732-8060-4d362791d33c.shg-box.shg-c {
  justify-content: center;
}

#s-069bd763-c74c-4999-bc76-6c13a9665e20 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-069bd763-c74c-4999-bc76-6c13a9665e20 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-6852509e-bc3d-4b22-b135-bdd94a02dd0d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-6852509e-bc3d-4b22-b135-bdd94a02dd0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6852509e-bc3d-4b22-b135-bdd94a02dd0d.shg-box.shg-c {
  justify-content: center;
}

#s-6d3b36a1-b6e5-4da3-bcb0-fedf59536c74 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-ea626f08-d0b5-4fdc-b0b2-94a69fe18e06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-06a8638e-3ef1-47fd-a649-4a4f3903f7e2 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-06a8638e-3ef1-47fd-a649-4a4f3903f7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06a8638e-3ef1-47fd-a649-4a4f3903f7e2.shg-box.shg-c {
  justify-content: center;
}

#s-6fc95657-ef31-41bc-8503-6de407f7311d {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-c1f87881-a440-4c9a-b568-9ec890f0563f {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-c1f87881-a440-4c9a-b568-9ec890f0563f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f87881-a440-4c9a-b568-9ec890f0563f.shg-box.shg-c {
  justify-content: center;
}

#s-b12d8163-8845-4903-968f-ca8b033b7c28 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b12d8163-8845-4903-968f-ca8b033b7c28 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-58bfc903-e6be-4a16-ad8f-23e6cc3641a2 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-30c6a201-38b7-4414-b7cc-be375933d802 {
  min-height: 50px;
}








#s-30c6a201-38b7-4414-b7cc-be375933d802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30c6a201-38b7-4414-b7cc-be375933d802.shg-box.shg-c {
  justify-content: center;
}

#s-c967639c-9431-40f7-af1f-8f7c4df26a01 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-fc1adf1f-35b0-4cfe-b18f-44b80007ca8a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-fc1adf1f-35b0-4cfe-b18f-44b80007ca8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc1adf1f-35b0-4cfe-b18f-44b80007ca8a.shg-box.shg-c {
  justify-content: center;
}

#s-08ca2168-143e-48a9-874c-dcfb1a6d0114 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-08ca2168-143e-48a9-874c-dcfb1a6d0114 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-1ac322dd-5d7b-4d24-a0a4-a9d975ec0d84 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-1ac322dd-5d7b-4d24-a0a4-a9d975ec0d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ac322dd-5d7b-4d24-a0a4-a9d975ec0d84.shg-box.shg-c {
  justify-content: center;
}

#s-7c398137-13fb-4c97-a00b-db210850c44f {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-3a19fa62-8823-44a4-8ef5-b96e2b9a04ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-68a61b36-7ff7-47d6-90d2-af3406ed0a4d {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-68a61b36-7ff7-47d6-90d2-af3406ed0a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a61b36-7ff7-47d6-90d2-af3406ed0a4d.shg-box.shg-c {
  justify-content: center;
}

#s-a104f7a1-652b-49f7-bd38-739c0de36cbe {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-fc0f1f88-2dcf-49e5-a5bc-a24f061b4424 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-fc0f1f88-2dcf-49e5-a5bc-a24f061b4424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc0f1f88-2dcf-49e5-a5bc-a24f061b4424.shg-box.shg-c {
  justify-content: center;
}

#s-bc8ac975-1684-4afe-81eb-99f107a0e63e {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc8ac975-1684-4afe-81eb-99f107a0e63e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8df5ef9e-ead8-4862-a6ad-0c7e922d2600 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-42df7ab1-d8a3-44a8-a16c-54c4aea87ff3 {
  min-height: 50px;
}








#s-42df7ab1-d8a3-44a8-a16c-54c4aea87ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42df7ab1-d8a3-44a8-a16c-54c4aea87ff3.shg-box.shg-c {
  justify-content: center;
}

#s-013afb5a-0f65-4872-a615-aeb793453018 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-b83681d9-a81e-4907-8636-19b421817c90 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-b83681d9-a81e-4907-8636-19b421817c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83681d9-a81e-4907-8636-19b421817c90.shg-box.shg-c {
  justify-content: center;
}

#s-4a1633b8-16a0-482b-897a-24980e6074cc {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-4a1633b8-16a0-482b-897a-24980e6074cc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-cfc24eee-17f6-4da7-ae18-98523e393edc {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-cfc24eee-17f6-4da7-ae18-98523e393edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfc24eee-17f6-4da7-ae18-98523e393edc.shg-box.shg-c {
  justify-content: center;
}

#s-b276166d-ca8d-417c-afa5-f10801577d3b {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 10px;
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-6ee202a9-5845-439e-84a4-462886dab49b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-014087a7-57ef-4aa4-a8bd-2930a84e8ca0 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-014087a7-57ef-4aa4-a8bd-2930a84e8ca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-014087a7-57ef-4aa4-a8bd-2930a84e8ca0.shg-box.shg-c {
  justify-content: center;
}

#s-b62b4bcd-18e5-4904-ac24-890443778913 {
  margin-top: 6px;
margin-bottom: 6px;
}

#s-f176b420-b5dd-4a8c-9f22-6875a6b3f8a3 {
  margin-top: 12px;
margin-bottom: 12px;
min-height: 50px;
}








#s-f176b420-b5dd-4a8c-9f22-6875a6b3f8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f176b420-b5dd-4a8c-9f22-6875a6b3f8a3.shg-box.shg-c {
  justify-content: center;
}

#s-cdc2fad4-1d31-4983-995a-3e01f78a9673 {
  margin-top: 8px;
margin-left: 10px;
margin-bottom: 8px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cdc2fad4-1d31-4983-995a-3e01f78a9673 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8168ce2a-8fcb-45e4-a2e1-f8017fa22942 {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-6c43b96a-1f71-440e-832d-59003f115ad5 {
  min-height: 50px;
}








#s-6c43b96a-1f71-440e-832d-59003f115ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c43b96a-1f71-440e-832d-59003f115ad5.shg-box.shg-c {
  justify-content: center;
}

#s-0b75cf61-a6c0-4142-bfca-c62852342a51 {
  margin-top: 12px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-057b5322-fe29-474f-b778-4948ecd076a9 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-057b5322-fe29-474f-b778-4948ecd076a9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8beff7b2-d779-4ca5-8b50-ac7c1a0ba752"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  border-style: solid;
margin-top: 12px;
margin-left: 10px;
margin-bottom: 12px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3eadf067-3b51-46cd-846b-f0acd4b59752 {
  margin-left: 4px;
margin-right: 4px;
}
}







#s-3eadf067-3b51-46cd-846b-f0acd4b59752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eadf067-3b51-46cd-846b-f0acd4b59752.shg-box.shg-c {
  justify-content: center;
}

#s-2104507a-9e83-496a-841d-373dd15c4af9 {
  text-align: center;
}

#s-2104507a-9e83-496a-841d-373dd15c4af9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b70be4d9-aef7-43c2-a5e6-07117a8dca75 {
  margin-bottom: 16px;
text-align: center;
}

#s-b70be4d9-aef7-43c2-a5e6-07117a8dca75 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781 {
  padding-top: 4px;
padding-bottom: 4px;
min-height: 50px;
}








#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24cbf8a7-acb5-41d4-a6f2-7fe1e2be5781.shg-box.shg-c {
  justify-content: center;
}

#s-724573c1-feff-4d8d-983f-771468fe3496 {
  border-style: solid;
margin-top: 12px;
margin-left: 6px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(44, 44, 44, 0);
}

#s-724573c1-feff-4d8d-983f-771468fe3496 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: left;
}



#s-7522d590-a39a-466c-8e28-345e8c0ea440 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}





#s-7522d590-a39a-466c-8e28-345e8c0ea440 .shogun-image-content {
  
    align-items: center;
  
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 {
  margin-top: 30px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(240, 240, 240, 1);
  padding: 11px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: ;
  font-size: 14px;
}

#s-f238a713-f0ed-4f19-806f-d447964e8f69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-09647bd7-dfad-42bc-9247-9bffcd1d10df {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-09647bd7-dfad-42bc-9247-9bffcd1d10df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09647bd7-dfad-42bc-9247-9bffcd1d10df.shg-box.shg-c {
  justify-content: center;
}

#s-deb4d409-6f8c-46f2-9660-a898fa23985f {
  min-height: 50px;
}








#s-deb4d409-6f8c-46f2-9660-a898fa23985f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb4d409-6f8c-46f2-9660-a898fa23985f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-58202c15-31a3-4730-8755-e760d53286ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6e43a37d-05b4-482e-8045-1fcccb2a640f {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-6e43a37d-05b4-482e-8045-1fcccb2a640f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e43a37d-05b4-482e-8045-1fcccb2a640f.shg-box.shg-c {
  justify-content: center;
}

#s-106b494f-8bcd-4896-8810-91d0daa92915 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-106b494f-8bcd-4896-8810-91d0daa92915 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-106b494f-8bcd-4896-8810-91d0daa92915 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-106b494f-8bcd-4896-8810-91d0daa92915 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ee5dff8c-87a4-45f3-a707-42541db648f8 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-ee5dff8c-87a4-45f3-a707-42541db648f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5dff8c-87a4-45f3-a707-42541db648f8.shg-box.shg-c {
  justify-content: center;
}

#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-800a4aa6-bf31-45e7-a7f3-8e3f1e3f6d99 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-e7889c11-209c-4e2a-9064-2697ec6b038a {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-e7889c11-209c-4e2a-9064-2697ec6b038a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7889c11-209c-4e2a-9064-2697ec6b038a.shg-box.shg-c {
  justify-content: center;
}

#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-ca2aafd6-641f-4c99-a0c8-993350d6c8e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bc295fcb-6161-47f5-ad7b-051d3ff49098 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-bc295fcb-6161-47f5-ad7b-051d3ff49098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc295fcb-6161-47f5-ad7b-051d3ff49098.shg-box.shg-c {
  justify-content: center;
}

#s-1e360792-7c40-454a-866a-0140f8aec224 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1e360792-7c40-454a-866a-0140f8aec224 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1e360792-7c40-454a-866a-0140f8aec224 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1e360792-7c40-454a-866a-0140f8aec224 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Asap;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c8862810-c59a-4c3a-a7ea-f6a93dc88d0a {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-c8862810-c59a-4c3a-a7ea-f6a93dc88d0a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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: block;
}