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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-9705da07-17fd-4eaf-bc5f-20d1a4a8bfa5 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9705da07-17fd-4eaf-bc5f-20d1a4a8bfa5 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-9705da07-17fd-4eaf-bc5f-20d1a4a8bfa5 {
  margin-left: 0px;
margin-right: 0px;
}
}
.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-3b2a5f3c-2a75-48e1-979f-08dafd78a211 {
  background-image: url(https://i.shgcdn.com/c8025832-fc9d-44b0-b16c-fbfa237f6d89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 {
  min-height: 1px;
max-width: 1000px;
}
}@media (max-width: 767px){#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 {
  min-height: 200px;
}
}







#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-3b2a5f3c-2a75-48e1-979f-08dafd78a211.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-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 75px;
padding-right: 75px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a {
  margin-top: 18px;
margin-bottom: 18px;
}
}@media (max-width: 767px){#s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a {
  
}
}
@media (min-width: 0px) {
[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 992px) {
[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-1e6ca1d7-ea1e-4fb3-a463-92af6c9b4e7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.0px);
}

}

#s-afca6ed6-c189-4a39-b4ef-929a196decef {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-afca6ed6-c189-4a39-b4ef-929a196decef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afca6ed6-c189-4a39-b4ef-929a196decef.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-71bceeb2-bcc2-4f88-8ee4-c92af2c88509 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 3px;
padding-bottom: 8px;
padding-right: 3px;
text-align: left;
}

#s-71bceeb2-bcc2-4f88-8ee4-c92af2c88509 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-71bceeb2-bcc2-4f88-8ee4-c92af2c88509 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-71bceeb2-bcc2-4f88-8ee4-c92af2c88509 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  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-33913e72-f69f-4a55-bd1a-a3e8000c4cc9 {
  margin-right: 60px;
padding-top: 18px;
max-width: 500px;
}

.button-primary{
 background-color: #00dcaf; /* Green */
    border: none;
    border-radius: 3px;
    color: #333333;
    padding: 15px 32px;
    display: inline-block;
    text-decoration: none;
    font-family:"Montserrat";
    font-size: 16px;
    font-weight:500;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.2);
    transition: 0.3s;
}


.button-primary:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    color:black;
    background:#00C5A8;
}

.button-primary:active{
  background-color: #048369;
  color:white;
}

.button-primary:clicked{
    color:#048369;
}

#s-7ab330fc-d9c9-423b-acc7-a6fc5ec0be85 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ab330fc-d9c9-423b-acc7-a6fc5ec0be85 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-7ab330fc-d9c9-423b-acc7-a6fc5ec0be85 {
  padding-bottom: 16px;
}
}
#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 {
  background-image: url(https://i.shgcdn.com/7c434540-69a5-4e87-97e7-411e96330ef4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 {
  min-height: 0px;
max-width: 1000px;
}
}@media (max-width: 767px){#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 {
  min-height: 200px;
max-width: 500px;
}
}







#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-006d612c-9c8a-4b58-b496-9ece7cae82a6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-006d612c-9c8a-4b58-b496-9ece7cae82a6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-006d612c-9c8a-4b58-b496-9ece7cae82a6.shg-box.shg-c {
  justify-content: center;
}
}
#s-6ab2f533-b8a0-4c37-824d-3c47975169a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 75px;
padding-right: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ab2f533-b8a0-4c37-824d-3c47975169a4 {
  margin-top: 8px;
margin-bottom: 8px;
}
}@media (max-width: 767px){#s-6ab2f533-b8a0-4c37-824d-3c47975169a4 {
  
}
}
@media (min-width: 0px) {
[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 992px) {
[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.0px);
}

[id="s-6ab2f533-b8a0-4c37-824d-3c47975169a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.0px);
}

}

#s-e6db2be2-150c-404f-8e04-12d553635544 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-e6db2be2-150c-404f-8e04-12d553635544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6db2be2-150c-404f-8e04-12d553635544.shg-box.shg-c {
  justify-content: center;
}

#s-dca870c8-2fde-4655-91cd-0251c01f253e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: left;
}

#s-dca870c8-2fde-4655-91cd-0251c01f253e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-dca870c8-2fde-4655-91cd-0251c01f253e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dca870c8-2fde-4655-91cd-0251c01f253e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-d271603f-2605-4291-b63a-0cd51fd72d8a {
  padding-top: 18px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d271603f-2605-4291-b63a-0cd51fd72d8a {
  padding-top: 8px;
}
}
#s-9ce6215d-5a90-4f74-a41f-4731705b17a1 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-9ce6215d-5a90-4f74-a41f-4731705b17a1 {
  padding-bottom: 16px;
}
}
.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-a964ad00-3a03-48f5-91e4-cf557a157ebb {
  
}





#s-a964ad00-3a03-48f5-91e4-cf557a157ebb .shogun-image-content {
  
    align-items: center;
  
}

#s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534 {
  display: none;
}
#s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534, #wrap-s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d57c2be7-2ec1-4611-88d7-3ea8ac7ee534"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fa551bd5-16bc-4442-901a-4a287e84c3e6 {
  min-height: 50px;
}








#s-fa551bd5-16bc-4442-901a-4a287e84c3e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa551bd5-16bc-4442-901a-4a287e84c3e6.shg-box.shg-c {
  justify-content: center;
}

#s-32466acd-bf99-4b59-82be-e820873c140c {
  min-height: 200px;
}








#s-32466acd-bf99-4b59-82be-e820873c140c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32466acd-bf99-4b59-82be-e820873c140c.shg-box.shg-c {
  justify-content: center;
}

#s-a215c80d-4e68-4500-8013-459b775ad9de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a215c80d-4e68-4500-8013-459b775ad9de .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-815b6d28-4949-46f4-96e3-1d14f781545a {
  text-align: center;
}





#s-815b6d28-4949-46f4-96e3-1d14f781545a .shogun-image-content {
  
    align-items: center;
  
}

#s-11d673f1-8b69-46ba-938a-de4c0242aa4a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11d673f1-8b69-46ba-938a-de4c0242aa4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be0c0462-f98b-490b-b41b-9e530df592d0 {
  padding-bottom: 8px;
text-align: left;
}

#s-be0c0462-f98b-490b-b41b-9e530df592d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-fba41700-b9e4-4f25-be34-5d65738b8f29 {
  text-align: center;
}





#s-fba41700-b9e4-4f25-be34-5d65738b8f29 .shogun-image-content {
  
    align-items: center;
  
}

#s-24bde989-aec1-477a-a4b0-2be92679fc13 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bde989-aec1-477a-a4b0-2be92679fc13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8fda69b-e8b4-4550-b973-fe56565cae11 {
  padding-bottom: 8px;
text-align: left;
}

#s-a8fda69b-e8b4-4550-b973-fe56565cae11 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-4d06c361-9e1d-424e-911a-346686996ddc {
  box-shadow:1px 1px 1px 1px rgba(148, 90, 90, 0);
background-color: rgba(0, 0, 0, 0);
}

#s-e2594436-8ece-4f8f-bcbe-f44212810bd3 {
  text-align: left;
}

#s-74d1e584-196a-434b-80fe-565af7a123f1 {
  text-align: center;
}





#s-74d1e584-196a-434b-80fe-565af7a123f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-51aa5223-f781-4344-8bdd-85f1c54fc456 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51aa5223-f781-4344-8bdd-85f1c54fc456"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75ca6b07-91b6-4d64-8db0-898519ec64b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75ca6b07-91b6-4d64-8db0-898519ec64b3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9705292c-86be-4df6-9410-1e4a1330bd9c {
  min-height: 200px;
}








#s-9705292c-86be-4df6-9410-1e4a1330bd9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9705292c-86be-4df6-9410-1e4a1330bd9c.shg-box.shg-c {
  justify-content: center;
}

#s-24eb40db-a490-4ff8-92ac-946dfa4b5256 {
  text-align: center;
}





#s-24eb40db-a490-4ff8-92ac-946dfa4b5256 .shogun-image-content {
  
    align-items: center;
  
}

#s-33f28b6c-5999-43df-871a-930b27eb3eb2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33f28b6c-5999-43df-871a-930b27eb3eb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a0ccb3fd-63ef-419f-8ab7-e7a519807f82 {
  min-height: 200px;
}








#s-a0ccb3fd-63ef-419f-8ab7-e7a519807f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0ccb3fd-63ef-419f-8ab7-e7a519807f82.shg-box.shg-c {
  justify-content: center;
}

#s-cd15474c-fdb5-4425-a134-3a5e7c71d132 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cd15474c-fdb5-4425-a134-3a5e7c71d132 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 54px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-95575c15-21b5-4d59-a70b-53dc93963389 {
  text-align: center;
}





#s-95575c15-21b5-4d59-a70b-53dc93963389 .shogun-image-content {
  
    align-items: center;
  
}

#s-9340fe9d-4e53-47dc-b51d-d68e516fcd4e {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 600px;
}








#s-9340fe9d-4e53-47dc-b51d-d68e516fcd4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9340fe9d-4e53-47dc-b51d-d68e516fcd4e.shg-box.shg-c {
  justify-content: center;
}

#s-a0e33f95-55d2-42d3-aaf9-301ef0b42efe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0e33f95-55d2-42d3-aaf9-301ef0b42efe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 58px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-77371010-ec09-43fd-b7d7-ba157929ac83 {
  text-align: center;
}




  #s-77371010-ec09-43fd-b7d7-ba157929ac83 img.shogun-image {
    
    width: px;
  }


#s-77371010-ec09-43fd-b7d7-ba157929ac83 .shogun-image-content {
  
    align-items: center;
  
}

#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a {
  margin-left: auto;
margin-right: auto;
max-width: 425px;
}
@media (min-width: 1200px){#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a {
  display: none;
}
#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a, #wrap-s-45060c50-2d5e-47b8-8d08-e5aa39896a5a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a {
  display: none;
}
#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a, #wrap-s-45060c50-2d5e-47b8-8d08-e5aa39896a5a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a {
  display: none;
}
#s-45060c50-2d5e-47b8-8d08-e5aa39896a5a, #wrap-s-45060c50-2d5e-47b8-8d08-e5aa39896a5a { display:none !important; }}
@media (min-width: 0px) {
[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45060c50-2d5e-47b8-8d08-e5aa39896a5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc78246c-07d2-4665-87d1-3c791be1c7cb {
  padding-bottom: 8px;
text-align: center;
}

#s-fc78246c-07d2-4665-87d1-3c791be1c7cb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-161e51cb-1674-4657-ab64-11ba3bca7723 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 8px;
max-width: 300px;
}

#s-6927daaa-fa8b-497d-a016-97c5cbcf1ffe {
  margin-bottom: 16px;
text-align: center;
}

#s-4aabbd2e-0035-470a-bd8a-5807a064722c {
  margin-left: auto;
margin-right: auto;
padding-top: 56px;
padding-bottom: 56px;
min-height: 400px;
max-width: 1000px;
}
@media (min-width: 1200px){#s-4aabbd2e-0035-470a-bd8a-5807a064722c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4aabbd2e-0035-470a-bd8a-5807a064722c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4aabbd2e-0035-470a-bd8a-5807a064722c {
  
}
}@media (max-width: 767px){#s-4aabbd2e-0035-470a-bd8a-5807a064722c {
  margin-bottom: -75px;
}
}







#s-4aabbd2e-0035-470a-bd8a-5807a064722c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aabbd2e-0035-470a-bd8a-5807a064722c.shg-box.shg-c {
  justify-content: center;
}

#s-d72c3681-0e4e-498a-ac61-be125789653f {
  padding-left: 24px;
padding-right: 24px;
}

@media (min-width: 0px) {
[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d72c3681-0e4e-498a-ac61-be125789653f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ed24c95-328f-4b1f-93ae-3e3e5e5a24f1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
max-width: 1000px;
}








#s-6ed24c95-328f-4b1f-93ae-3e3e5e5a24f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ed24c95-328f-4b1f-93ae-3e3e5e5a24f1.shg-box.shg-c {
  justify-content: center;
}

#s-b2156383-bb69-4d13-97f8-ef41ccabd353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2156383-bb69-4d13-97f8-ef41ccabd353 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd336286-9833-405f-8e43-7167d28c1f81 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 25px;
background-color: rgba(0, 255, 204, 1);
}








#s-fd336286-9833-405f-8e43-7167d28c1f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd336286-9833-405f-8e43-7167d28c1f81.shg-box.shg-c {
  justify-content: center;
}

#s-978b07f6-20fa-42ed-be6b-51a49567b652 {
  margin-top: 10px;
margin-bottom: 8px;
padding-bottom: 8px;
}

#s-231987ec-01eb-4f81-adaa-f79e198db120 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-231987ec-01eb-4f81-adaa-f79e198db120 {
  margin-left: auto;
margin-right: auto;
max-width: 260px;
}
}



  #s-231987ec-01eb-4f81-adaa-f79e198db120 img.shogun-image {
    
    width: px;
  }


#s-231987ec-01eb-4f81-adaa-f79e198db120 .shogun-image-content {
  
    align-items: center;
  
}

#s-4369bd06-17af-4ab2-9b25-b48595bcece3 {
  background-color: rgba(80, 80, 91, 1);
}
@media (min-width: 1200px){#s-4369bd06-17af-4ab2-9b25-b48595bcece3 {
  display: none;
}
#s-4369bd06-17af-4ab2-9b25-b48595bcece3, #wrap-s-4369bd06-17af-4ab2-9b25-b48595bcece3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4369bd06-17af-4ab2-9b25-b48595bcece3 {
  display: none;
}
#s-4369bd06-17af-4ab2-9b25-b48595bcece3, #wrap-s-4369bd06-17af-4ab2-9b25-b48595bcece3 { display:none !important; }}







#s-4369bd06-17af-4ab2-9b25-b48595bcece3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4369bd06-17af-4ab2-9b25-b48595bcece3.shg-box.shg-c {
  justify-content: center;
}

#s-a6529b82-94e7-4f2b-88c6-bf8d834e7105 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
}








#s-a6529b82-94e7-4f2b-88c6-bf8d834e7105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6529b82-94e7-4f2b-88c6-bf8d834e7105.shg-box.shg-c {
  justify-content: center;
}

#s-75fd567b-867d-44ec-a7bd-700372d20528 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
max-width: 1000px;
text-align: center;
}

#s-75fd567b-867d-44ec-a7bd-700372d20528 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}



#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 {
  min-height: 124px;
background-color: rgba(80, 80, 91, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 {
  display: none;
}
#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859, #wrap-s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 { display:none !important; }}@media (max-width: 767px){#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 {
  display: none;
}
#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859, #wrap-s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 { display:none !important; }}







#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d326cd4-d31f-4411-8ec0-2fbb3cc89859.shg-box.shg-c {
  justify-content: center;
}

#s-d358f2bf-11f7-46a0-89d0-fb1a31b99051 {
  margin-left: auto;
margin-right: auto;
padding-top: 32px;
padding-bottom: 24px;
min-height: 124px;
}








#s-d358f2bf-11f7-46a0-89d0-fb1a31b99051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d358f2bf-11f7-46a0-89d0-fb1a31b99051.shg-box.shg-c {
  justify-content: center;
}

#s-b2bf8091-bdf6-4ab7-a90a-cf47e07ac21c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 8px;
max-width: 1000px;
text-align: center;
}

#s-b2bf8091-bdf6-4ab7-a90a-cf47e07ac21c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: center;
}



#s-a03a7fce-bdb0-4593-b51f-f9389452e645 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 380px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 {
  display: none;
}
#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75, #wrap-s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 {
  display: none;
}
#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75, #wrap-s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 {
  
}
}@media (max-width: 767px){#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 {
  display: none;
}
#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75, #wrap-s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 { display:none !important; }}







#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8a9f69-d3e8-4d5f-8355-1d5a44ea0a75.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68422b7d-e03f-4c57-a665-0c2258389a2b {
  margin-top: 72px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
text-align: center;
}

#s-68422b7d-e03f-4c57-a665-0c2258389a2b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-8bf0137e-73af-4c5a-ae00-827b6fbc548d {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-8bf0137e-73af-4c5a-ae00-827b6fbc548d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bf0137e-73af-4c5a-ae00-827b6fbc548d.shg-box.shg-c {
  justify-content: center;
}

#s-24de9ece-fb79-4ab0-9697-b08085a09413 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 380px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-24de9ece-fb79-4ab0-9697-b08085a09413 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24de9ece-fb79-4ab0-9697-b08085a09413 {
  display: none;
}
#s-24de9ece-fb79-4ab0-9697-b08085a09413, #wrap-s-24de9ece-fb79-4ab0-9697-b08085a09413 { display:none !important; }}@media (max-width: 767px){#s-24de9ece-fb79-4ab0-9697-b08085a09413 {
  display: none;
}
#s-24de9ece-fb79-4ab0-9697-b08085a09413, #wrap-s-24de9ece-fb79-4ab0-9697-b08085a09413 { display:none !important; }}







#s-24de9ece-fb79-4ab0-9697-b08085a09413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24de9ece-fb79-4ab0-9697-b08085a09413.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce229535-36c3-41d6-b2a0-f356a3a34663 {
  margin-top: 72px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
text-align: center;
}

#s-ce229535-36c3-41d6-b2a0-f356a3a34663 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-13a681a8-129b-4395-91d3-effed8d43de9 {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-13a681a8-129b-4395-91d3-effed8d43de9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a681a8-129b-4395-91d3-effed8d43de9.shg-box.shg-c {
  justify-content: center;
}

#s-ac153c7a-98c8-4c60-8353-57d588f3e00f {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 380px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ac153c7a-98c8-4c60-8353-57d588f3e00f {
  display: none;
}
#s-ac153c7a-98c8-4c60-8353-57d588f3e00f, #wrap-s-ac153c7a-98c8-4c60-8353-57d588f3e00f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac153c7a-98c8-4c60-8353-57d588f3e00f {
  display: none;
}
#s-ac153c7a-98c8-4c60-8353-57d588f3e00f, #wrap-s-ac153c7a-98c8-4c60-8353-57d588f3e00f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac153c7a-98c8-4c60-8353-57d588f3e00f {
  display: none;
}
#s-ac153c7a-98c8-4c60-8353-57d588f3e00f, #wrap-s-ac153c7a-98c8-4c60-8353-57d588f3e00f { display:none !important; }}@media (max-width: 767px){#s-ac153c7a-98c8-4c60-8353-57d588f3e00f {
  
}
}







#s-ac153c7a-98c8-4c60-8353-57d588f3e00f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac153c7a-98c8-4c60-8353-57d588f3e00f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4a3a3d90-5661-44d4-832b-e5b58dcccd12 {
  margin-top: 72px;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
text-align: center;
}

#s-4a3a3d90-5661-44d4-832b-e5b58dcccd12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ac0461dc-ccb7-4c7f-94a2-dc79b331091e {
  margin-left: auto;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-ac0461dc-ccb7-4c7f-94a2-dc79b331091e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0461dc-ccb7-4c7f-94a2-dc79b331091e.shg-box.shg-c {
  justify-content: center;
}

#s-c4595c9e-8950-433f-8a35-f9c872e7b2fb {
  margin-top: -176px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c4595c9e-8950-433f-8a35-f9c872e7b2fb {
  
}
}@media (max-width: 767px){#s-c4595c9e-8950-433f-8a35-f9c872e7b2fb {
  margin-top: -100px;
margin-left: 0px;
margin-right: 0px;
max-width: 700px;
}
}







#s-c4595c9e-8950-433f-8a35-f9c872e7b2fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4595c9e-8950-433f-8a35-f9c872e7b2fb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cb24d7c8-895b-4fb8-b768-920073484d59 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb24d7c8-895b-4fb8-b768-920073484d59 {
  margin-left: 16px;
margin-right: 16px;
}
}@media (max-width: 767px){#s-cb24d7c8-895b-4fb8-b768-920073484d59 {
  margin-left: 16px;
margin-right: 16px;
max-width: 500px;
}
}
@media (min-width: 0px) {
[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-cb24d7c8-895b-4fb8-b768-920073484d59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-f726687a-efb8-4ee1-bc14-62b73e0ed853 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 28px;
min-height: 500px;
max-width: 1000px;
background-position: center center;
}








#s-f726687a-efb8-4ee1-bc14-62b73e0ed853 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.16;
}#s-f726687a-efb8-4ee1-bc14-62b73e0ed853.shg-box.shg-c {
  justify-content: flex-end;
}








#s-bd4049a4-8de6-45b7-a7a0-b0f77e4cf5b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd4049a4-8de6-45b7-a7a0-b0f77e4cf5b2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cab08646-8c82-4d96-ad3c-9b69c363d45f {
  text-align: center;
}

#s-cab08646-8c82-4d96-ad3c-9b69c363d45f .shogun-heading-component h6 {
  color: rgba(0, 220, 175, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ecbd7a58-3999-4a42-8e2a-011e5b6fe3d9 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 8px;
text-align: center;
}

#s-ecbd7a58-3999-4a42-8e2a-011e5b6fe3d9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e01e50f5-8d8d-4212-ba48-a11d80655a82 {
  margin-left: auto;
margin-bottom: 26px;
margin-right: auto;
max-width: 300px;
}

#s-ea722524-d5ba-422c-b985-120df9887b64 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-ea722524-d5ba-422c-b985-120df9887b64 {
  margin-bottom: 28px;
}
}







#s-ea722524-d5ba-422c-b985-120df9887b64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ea722524-d5ba-422c-b985-120df9887b64.shg-box.shg-c {
  justify-content: flex-end;
}








#s-ce194716-85ab-40ed-a23d-1d7bbd80c3df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce194716-85ab-40ed-a23d-1d7bbd80c3df.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1cf0d5b0-79d9-44d0-a1e8-439053466d52 {
  text-align: center;
}

#s-1cf0d5b0-79d9-44d0-a1e8-439053466d52 .shogun-heading-component h6 {
  color: rgba(0, 220, 175, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-2a7821e5-a743-4a57-8291-59a1ced7f348 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 8px;
text-align: center;
}

#s-2a7821e5-a743-4a57-8291-59a1ced7f348 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-ae85662f-fd89-42b9-b014-ccd19ec33257 {
  margin-left: auto;
margin-bottom: 26px;
margin-right: auto;
max-width: 300px;
}

#s-fb5fb634-fd17-45f9-bf03-a071baf1ab3b {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-fb5fb634-fd17-45f9-bf03-a071baf1ab3b {
  margin-bottom: 28px;
}
}







#s-fb5fb634-fd17-45f9-bf03-a071baf1ab3b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-fb5fb634-fd17-45f9-bf03-a071baf1ab3b.shg-box.shg-c {
  justify-content: flex-end;
}








#s-b7bf3ddb-8130-40e6-8332-71fb28ebd1fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7bf3ddb-8130-40e6-8332-71fb28ebd1fd.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cd26dedf-04ef-4077-8d07-1dafecadf605 {
  text-align: center;
}

#s-cd26dedf-04ef-4077-8d07-1dafecadf605 .shogun-heading-component h6 {
  color: rgba(0, 220, 175, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-b34cec30-8e7a-4d2a-b9f8-4d35b13b16b5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 8px;
max-width: 250px;
text-align: center;
}

#s-b34cec30-8e7a-4d2a-b9f8-4d35b13b16b5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51e90b7e-7314-4052-bf6e-eedc2be0193e {
  margin-left: auto;
margin-bottom: 26px;
margin-right: auto;
max-width: 300px;
}

#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef {
  margin-left: autopx;
margin-right: autopx;
min-height: 425px;
max-width: 900px;
}
@media (min-width: 1200px){#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef {
  display: none;
}
#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef, #wrap-s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef {
  display: none;
}
#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef, #wrap-s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef { display:none !important; }}







#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e2fccb8-3ce9-4b24-9d65-8c51b7194cef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6be456fe-4b94-4010-bf36-52e1ded6b168 {
  margin-left: 20px;
margin-right: 20px;
min-height: 261px;
}

@media (min-width: 0px) {
[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6be456fe-4b94-4010-bf36-52e1ded6b168"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a22f1910-eaf0-4afd-81fd-a75840b3638c {
  min-height: 24px;
}








#s-a22f1910-eaf0-4afd-81fd-a75840b3638c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a22f1910-eaf0-4afd-81fd-a75840b3638c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eb6ade34-83e6-45ec-bed4-ea5f9aba79a6 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-eb6ade34-83e6-45ec-bed4-ea5f9aba79a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-dc75f95c-a1ff-4052-9b7e-881f30dca801 {
  margin-left: 0px;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 25px;
background-color: rgba(0, 255, 204, 1);
}








#s-dc75f95c-a1ff-4052-9b7e-881f30dca801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc75f95c-a1ff-4052-9b7e-881f30dca801.shg-box.shg-c {
  justify-content: center;
}

#s-5e7efbfb-dec5-46d3-ac67-2d7382305517 {
  padding-bottom: 8px;
}

.button-secondary{
    border: 1px solid #333333;
    border-color: #333333;
    border-radius: 3px;
    color: #333333;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family:"Montserrat";
    font-size: 16px;
    font-weight:500;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.2);
    transition: 0.3s;
    background-color:white;
}


.button-secondary:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border: 1px solid #048369;
    color:#048369;
   
}

.button-secondary:active {
  background-color: #50505b;
  color:white;
}
.button-secondary {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#s-ed3f6fbb-f513-40f7-af1f-e18025a25df9 {
  margin-left: autopx;
margin-bottom: 40px;
margin-right: autopx;
text-align: center;
}

#s-16385203-a144-4cbc-ac55-d45749f06104 {
  min-height: 200px;
}








#s-16385203-a144-4cbc-ac55-d45749f06104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16385203-a144-4cbc-ac55-d45749f06104.shg-box.shg-c {
  justify-content: center;
}

#s-f124058c-e152-495f-8031-20148832ade9 {
  text-align: center;
}




  #s-f124058c-e152-495f-8031-20148832ade9 img.shogun-image {
    
    width: px;
  }


#s-f124058c-e152-495f-8031-20148832ade9 .shogun-image-content {
  
    align-items: center;
  
}

#s-050b52de-c7a0-47b6-b134-40b2327e293c {
  margin-left: auto;
margin-right: auto;
min-height: 480px;
max-width: 900px;
}
@media (min-width: 1200px){#s-050b52de-c7a0-47b6-b134-40b2327e293c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-050b52de-c7a0-47b6-b134-40b2327e293c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-050b52de-c7a0-47b6-b134-40b2327e293c {
  display: none;
}
#s-050b52de-c7a0-47b6-b134-40b2327e293c, #wrap-s-050b52de-c7a0-47b6-b134-40b2327e293c { display:none !important; }}@media (max-width: 767px){#s-050b52de-c7a0-47b6-b134-40b2327e293c {
  display: none;
}
#s-050b52de-c7a0-47b6-b134-40b2327e293c, #wrap-s-050b52de-c7a0-47b6-b134-40b2327e293c { display:none !important; }}







#s-050b52de-c7a0-47b6-b134-40b2327e293c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-050b52de-c7a0-47b6-b134-40b2327e293c.shg-box.shg-c {
  justify-content: center;
}

#s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea {
  min-height: 320px;
}

@media (min-width: 0px) {
[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fd3511a3-168e-47ad-a2a5-c8f0508b19ea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b09fb17-e86e-4fc9-9adf-bbbc711df922 {
  min-height: 400px;
}








#s-7b09fb17-e86e-4fc9-9adf-bbbc711df922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b09fb17-e86e-4fc9-9adf-bbbc711df922.shg-box.shg-c {
  justify-content: center;
}

#s-756bad25-4ec6-4a7e-ab24-a6c2646b2c31 {
  padding-bottom: 16px;
text-align: left;
}

#s-756bad25-4ec6-4a7e-ab24-a6c2646b2c31 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-e4c276b9-1114-4327-b159-eef387ce986f {
  margin-left: 0px;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-e4c276b9-1114-4327-b159-eef387ce986f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4c276b9-1114-4327-b159-eef387ce986f.shg-box.shg-c {
  justify-content: center;
}

#s-0226413e-4e0b-4d2e-a48f-44f970b2b831 {
  padding-bottom: 8px;
}

#s-bf87b179-a222-4270-91d1-b0fe5497ad78 {
  min-height: 400px;
}








#s-bf87b179-a222-4270-91d1-b0fe5497ad78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf87b179-a222-4270-91d1-b0fe5497ad78.shg-box.shg-c {
  justify-content: center;
}

#s-e298fbb8-6b3f-405c-bbe2-61ca3eac164f {
  text-align: center;
}




  #s-e298fbb8-6b3f-405c-bbe2-61ca3eac164f img.shogun-image {
    
    width: px;
  }


#s-e298fbb8-6b3f-405c-bbe2-61ca3eac164f .shogun-image-content {
  
    align-items: center;
  
}

#s-0f288cc7-4e28-4dcb-b744-68708f099969 {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f288cc7-4e28-4dcb-b744-68708f099969 {
  display: none;
}
#s-0f288cc7-4e28-4dcb-b744-68708f099969, #wrap-s-0f288cc7-4e28-4dcb-b744-68708f099969 { display:none !important; }}@media (max-width: 767px){#s-0f288cc7-4e28-4dcb-b744-68708f099969 {
  display: none;
}
#s-0f288cc7-4e28-4dcb-b744-68708f099969, #wrap-s-0f288cc7-4e28-4dcb-b744-68708f099969 { display:none !important; }}







#s-0f288cc7-4e28-4dcb-b744-68708f099969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f288cc7-4e28-4dcb-b744-68708f099969.shg-box.shg-c {
  justify-content: center;
}

#s-54fd1c40-433c-443e-8896-37d7705d8b94 {
  min-height: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54fd1c40-433c-443e-8896-37d7705d8b94 {
  display: none;
}
#s-54fd1c40-433c-443e-8896-37d7705d8b94, #wrap-s-54fd1c40-433c-443e-8896-37d7705d8b94 { display:none !important; }}@media (max-width: 767px){#s-54fd1c40-433c-443e-8896-37d7705d8b94 {
  display: none;
}
#s-54fd1c40-433c-443e-8896-37d7705d8b94, #wrap-s-54fd1c40-433c-443e-8896-37d7705d8b94 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-54fd1c40-433c-443e-8896-37d7705d8b94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-e572ddb2-e748-4792-a8a2-deb03db3334b {
  min-height: 300px;
}








#s-e572ddb2-e748-4792-a8a2-deb03db3334b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e572ddb2-e748-4792-a8a2-deb03db3334b.shg-box.shg-c {
  justify-content: center;
}

#s-8c9d0a5b-0a27-4785-9005-0c2e1512f378 {
  text-align: center;
}




  #s-8c9d0a5b-0a27-4785-9005-0c2e1512f378 img.shogun-image {
    
    width: px;
  }


#s-8c9d0a5b-0a27-4785-9005-0c2e1512f378 .shogun-image-content {
  
    align-items: center;
  
}

#s-f49019a4-247a-45dd-9d95-e2bde28e234c {
  min-height: 250px;
}








#s-f49019a4-247a-45dd-9d95-e2bde28e234c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f49019a4-247a-45dd-9d95-e2bde28e234c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4737fb38-0d27-4048-9429-fdf447c7a3e7 {
  padding-bottom: 8px;
text-align: left;
}

#s-4737fb38-0d27-4048-9429-fdf447c7a3e7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-6972f48c-eddb-4e7e-a577-cdd35b587294 {
  margin-left: 0px;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-6972f48c-eddb-4e7e-a577-cdd35b587294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6972f48c-eddb-4e7e-a577-cdd35b587294.shg-box.shg-c {
  justify-content: center;
}

#s-a7f53958-ca4d-4d16-9f58-992d00dfd5b8 {
  margin-bottom: 8px;
padding-bottom: 8px;
}

#s-b50b09a2-7a0b-45b7-80b2-182f22426f63 {
  margin-bottom: 40px;
}

#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a {
  margin-left: 20px;
margin-right: 20px;
min-height: 250px;
max-width: 800px;
}
@media (min-width: 1200px){#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a {
  display: none;
}
#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a, #wrap-s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a {
  display: none;
}
#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a, #wrap-s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a { display:none !important; }}







#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa811b5-7e03-4224-bc0d-a767ccf0cd6a.shg-box.shg-c {
  justify-content: center;
}

#s-19b854ff-9d5d-4575-af96-326222010709 {
  min-height: 200px;
}

@media (min-width: 0px) {
[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-19b854ff-9d5d-4575-af96-326222010709"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-92e4f2d6-3b8b-414d-b957-26f2d8120739 {
  min-height: 250px;
}








#s-92e4f2d6-3b8b-414d-b957-26f2d8120739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92e4f2d6-3b8b-414d-b957-26f2d8120739.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a09501fe-df6d-4252-8f2a-78e9d1431e10 {
  text-align: center;
}




  #s-a09501fe-df6d-4252-8f2a-78e9d1431e10 img.shogun-image {
    
    width: px;
  }


#s-a09501fe-df6d-4252-8f2a-78e9d1431e10 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa3f6b2-386d-4ff7-af02-3f335c76eaef {
  min-height: 250px;
}








#s-5aa3f6b2-386d-4ff7-af02-3f335c76eaef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aa3f6b2-386d-4ff7-af02-3f335c76eaef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7ed77ed-5231-42c6-b60e-a97e378ad61d {
  margin-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-f7ed77ed-5231-42c6-b60e-a97e378ad61d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-05631e38-bd63-4d8f-8de3-d419f90c25b6 {
  margin-left: 0px;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 25px;
background-color: rgba(0, 255, 204, 1);
}








#s-05631e38-bd63-4d8f-8de3-d419f90c25b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05631e38-bd63-4d8f-8de3-d419f90c25b6.shg-box.shg-c {
  justify-content: center;
}

#s-c5536186-82bb-4e35-b659-a0cdb1452ba1 {
  margin-bottom: 8px;
padding-bottom: 8px;
}

#s-342c6111-c936-4e54-b3a2-87c774dd24c4 {
  margin-bottom: 40px;
text-align: center;
}

#s-fa11aa5d-1bf5-48e3-a62f-93ec6f6ee42b {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 24px;
padding-left: 40px;
padding-bottom: 24px;
padding-right: 40px;
min-height: 320px;
background-color: rgba(247, 247, 247, 1);
}








#s-fa11aa5d-1bf5-48e3-a62f-93ec6f6ee42b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa11aa5d-1bf5-48e3-a62f-93ec6f6ee42b.shg-box.shg-c {
  justify-content: center;
}

#s-2036e66d-208e-4c26-b889-dc9333204deb {
  padding-bottom: 16px;
text-align: center;
}

#s-2036e66d-208e-4c26-b889-dc9333204deb .shogun-heading-component h6 {
  color: rgba(80, 80, 91, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1119a7e6-1250-4821-ab57-543a3f0c6dbe {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-1119a7e6-1250-4821-ab57-543a3f0c6dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1119a7e6-1250-4821-ab57-543a3f0c6dbe.shg-box.shg-c {
  justify-content: center;
}

#s-bdd94881-6939-4262-bc02-8857e3568573 {
  text-align: center;
}




  #s-bdd94881-6939-4262-bc02-8857e3568573 img.shogun-image {
    
    width: px;
  }


#s-bdd94881-6939-4262-bc02-8857e3568573 .shogun-image-content {
  
    align-items: center;
  
}

#s-c64b4042-5f29-42f6-9c77-a563b0295007 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c64b4042-5f29-42f6-9c77-a563b0295007 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c64b4042-5f29-42f6-9c77-a563b0295007 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c64b4042-5f29-42f6-9c77-a563b0295007 {
  display: none;
}
#s-c64b4042-5f29-42f6-9c77-a563b0295007, #wrap-s-c64b4042-5f29-42f6-9c77-a563b0295007 { display:none !important; }}@media (max-width: 767px){#s-c64b4042-5f29-42f6-9c77-a563b0295007 {
  display: none;
}
#s-c64b4042-5f29-42f6-9c77-a563b0295007, #wrap-s-c64b4042-5f29-42f6-9c77-a563b0295007 { display:none !important; }}







#s-c64b4042-5f29-42f6-9c77-a563b0295007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64b4042-5f29-42f6-9c77-a563b0295007.shg-box.shg-c {
  justify-content: center;
}

#s-4c9b9b3e-7d92-4473-943a-f512db1a4888 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
min-height: 400px;
max-width: 1000px;
background-color: rgba(255, 255, 255, 1);
}








#s-4c9b9b3e-7d92-4473-943a-f512db1a4888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c9b9b3e-7d92-4473-943a-f512db1a4888.shg-box.shg-c {
  justify-content: center;
}

#s-1ce5020b-55e2-469b-a6cb-cff7c7b283a6 {
  padding-bottom: 16px;
text-align: center;
}

#s-1ce5020b-55e2-469b-a6cb-cff7c7b283a6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-06ee57c7-8955-4de5-ae8e-076bc190eda0 {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 50px;
background-color: rgba(0, 255, 204, 1);
}








#s-06ee57c7-8955-4de5-ae8e-076bc190eda0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06ee57c7-8955-4de5-ae8e-076bc190eda0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-18d0e324-f298-4c5e-8602-b910531bcf87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa4c82e7-5a0d-4857-b84c-0bae5db48875 {
  padding-bottom: 8px;
text-align: left;
}

#s-aa4c82e7-5a0d-4857-b84c-0bae5db48875 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6339181b-60df-4561-bdfd-e1bd5ba1cc8a {
  padding-bottom: 8px;
}

#s-7d2db92e-13e9-4655-894b-893c79e6ef2b {
  padding-bottom: 8px;
text-align: left;
}

#s-7d2db92e-13e9-4655-894b-893c79e6ef2b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-22c83766-f07e-449f-ad42-82087418d1be {
  padding-bottom: 8px;
}

#s-5fc17c56-7600-408a-b9b2-fc53fec6c671 {
  padding-bottom: 8px;
text-align: left;
}

#s-5fc17c56-7600-408a-b9b2-fc53fec6c671 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-5a5b194a-7543-4a9a-88cb-53fba0460e21 {
  padding-bottom: 8px;
}

#s-05c42763-a273-4f85-b94e-4eba39d178d3 {
  text-align: center;
}

#s-17930754-3128-49fc-85e7-48227595c51c {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-17930754-3128-49fc-85e7-48227595c51c {
  display: none;
}
#s-17930754-3128-49fc-85e7-48227595c51c, #wrap-s-17930754-3128-49fc-85e7-48227595c51c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17930754-3128-49fc-85e7-48227595c51c {
  display: none;
}
#s-17930754-3128-49fc-85e7-48227595c51c, #wrap-s-17930754-3128-49fc-85e7-48227595c51c { display:none !important; }}







#s-17930754-3128-49fc-85e7-48227595c51c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17930754-3128-49fc-85e7-48227595c51c.shg-box.shg-c {
  justify-content: center;
}

#s-d33faf94-74c6-432a-a284-f92591e744b9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.13);
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 565px;
background-color: rgba(255, 255, 255, 1);
}








#s-d33faf94-74c6-432a-a284-f92591e744b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d33faf94-74c6-432a-a284-f92591e744b9.shg-box.shg-c {
  justify-content: center;
}

#s-2beaa7c7-155b-49d5-9e52-bbcb7ccd6d70 {
  margin-top: 24px;
padding-bottom: 16px;
text-align: center;
}

#s-2beaa7c7-155b-49d5-9e52-bbcb7ccd6d70 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-76990a93-4c7a-47a4-a4e6-1fa6ed6b116e {
  margin-left: auto;
margin-bottom: 16px;
margin-right: auto;
min-height: 3px;
max-width: 25px;
background-color: rgba(0, 255, 204, 1);
}








#s-76990a93-4c7a-47a4-a4e6-1fa6ed6b116e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76990a93-4c7a-47a4-a4e6-1fa6ed6b116e.shg-box.shg-c {
  justify-content: center;
}

#s-2f5c9db7-9394-4662-be8f-d522037fbb4c {
  
}

@media (min-width: 0px) {
[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f5c9db7-9394-4662-be8f-d522037fbb4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f8ebcbfb-8369-496f-b78d-8c1d35297c0a {
  padding-bottom: 6px;
text-align: left;
}

#s-f8ebcbfb-8369-496f-b78d-8c1d35297c0a .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-9a8b5696-a8dd-4190-b823-3492f808a819 {
  padding-bottom: 8px;
}

#s-3fcfa3b0-3b6d-433c-928c-10d21c98e396 {
  padding-bottom: 8px;
text-align: left;
}

#s-3fcfa3b0-3b6d-433c-928c-10d21c98e396 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-6c0cda34-a4f2-4696-8a4c-91c5e4900bd3 {
  margin-bottom: 8px;
padding-bottom: 8px;
}

#s-3f132e86-260a-47ae-a65c-f081889b31c0 {
  padding-bottom: 8px;
text-align: left;
}

#s-3f132e86-260a-47ae-a65c-f081889b31c0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 21px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-55524b11-02bd-42f9-a785-48c8b939cb09 {
  margin-bottom: 8px;
padding-bottom: 8px;
}

#s-c88b2c62-9196-4d31-a039-91b4898e14b8 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
text-align: center;
}

#s-55748323-949b-459c-b5f2-40198876f28a {
  min-height: 500px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-55748323-949b-459c-b5f2-40198876f28a {
  display: none;
}
#s-55748323-949b-459c-b5f2-40198876f28a, #wrap-s-55748323-949b-459c-b5f2-40198876f28a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55748323-949b-459c-b5f2-40198876f28a {
  display: none;
}
#s-55748323-949b-459c-b5f2-40198876f28a, #wrap-s-55748323-949b-459c-b5f2-40198876f28a { display:none !important; }}







#s-55748323-949b-459c-b5f2-40198876f28a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55748323-949b-459c-b5f2-40198876f28a.shg-box.shg-c {
  justify-content: center;
}

#s-bbe35af5-a154-4508-8bef-ac811b7a8304 {
  background-color: rgba(252, 252, 252, 1);
}

@media (min-width: 0px) {
[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe35af5-a154-4508-8bef-ac811b7a8304"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3ad6ea5-576b-4b8e-8185-55330140438d {
  min-height: 50px;
}








#s-b3ad6ea5-576b-4b8e-8185-55330140438d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ad6ea5-576b-4b8e-8185-55330140438d.shg-box.shg-c {
  justify-content: center;
}

#s-17905b4d-375e-4b67-9dd6-f074cffc2e30 {
  min-height: 50px;
}








#s-17905b4d-375e-4b67-9dd6-f074cffc2e30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17905b4d-375e-4b67-9dd6-f074cffc2e30.shg-box.shg-c {
  justify-content: center;
}

#s-e79d2df4-9a42-4dac-92d2-3cf0492dda50 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}




  #s-e79d2df4-9a42-4dac-92d2-3cf0492dda50 img.shogun-image {
    
    width: px;
  }


#s-e79d2df4-9a42-4dac-92d2-3cf0492dda50 .shogun-image-content {
  
    align-items: center;
  
}

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

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