.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-21c8727e-bbaa-411d-880a-72d992a77722 {
  padding-top: 10px;
padding-bottom: 10px;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-712d86f1-98b5-4b62-956b-5c1dc9a9c6b5 {
  background-image: url(https://i.shgcdn.com/78335c16-6758-490d-962a-a87eb8c8bf5c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-712d86f1-98b5-4b62-956b-5c1dc9a9c6b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-712d86f1-98b5-4b62-956b-5c1dc9a9c6b5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-ac76dd5f-a95a-4bc1-b85b-280abaf5b195 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac76dd5f-a95a-4bc1-b85b-280abaf5b195"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px){#s-bf356cfa-2871-4448-93d4-d3a73454d7d7 {
  display: none;
}
#s-bf356cfa-2871-4448-93d4-d3a73454d7d7, #wrap-s-bf356cfa-2871-4448-93d4-d3a73454d7d7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf356cfa-2871-4448-93d4-d3a73454d7d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-786a1471-28ed-4c9b-98a2-b49c919ffa38 {
  text-align: center;
}
@media (max-width: 767px){#s-786a1471-28ed-4c9b-98a2-b49c919ffa38 {
  display: none;
}
#s-786a1471-28ed-4c9b-98a2-b49c919ffa38, #wrap-s-786a1471-28ed-4c9b-98a2-b49c919ffa38 { display:none !important; }}



  #s-786a1471-28ed-4c9b-98a2-b49c919ffa38 img.shogun-image {
    
    width: px;
  }


#s-786a1471-28ed-4c9b-98a2-b49c919ffa38 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c {
  display: none;
}
#s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c, #wrap-s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c { display:none !important; }}



  #s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c img.shogun-image {
    
    width: px;
  }


#s-fdf2c8d8-7865-4b47-8fc8-3e7c0cd9130c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4e42e923-738a-4e3c-aa58-9adec92262f5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e42e923-738a-4e3c-aa58-9adec92262f5 {
  display: none;
}
#s-4e42e923-738a-4e3c-aa58-9adec92262f5, #wrap-s-4e42e923-738a-4e3c-aa58-9adec92262f5 { display:none !important; }}



  #s-4e42e923-738a-4e3c-aa58-9adec92262f5 img.shogun-image {
    
    width: px;
  }


#s-4e42e923-738a-4e3c-aa58-9adec92262f5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ee99a931-6b88-4e55-b822-54b88ea00b19 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.9);
}








#s-ee99a931-6b88-4e55-b822-54b88ea00b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee99a931-6b88-4e55-b822-54b88ea00b19.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-d086dd82-d19f-409b-9cf9-87e05fd37d46 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(6, 118, 197, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d086dd82-d19f-409b-9cf9-87e05fd37d46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d086dd82-d19f-409b-9cf9-87e05fd37d46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d086dd82-d19f-409b-9cf9-87e05fd37d46.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  block ;
}

#s-2ae0e309-094d-43d6-98a1-02bbaf4a8b13 {
  background-image: url(https://i.shgcdn.com/256e4668-754b-4893-84d6-613d68eaea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 520px;
background-position: center top;
}








#s-2ae0e309-094d-43d6-98a1-02bbaf4a8b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ae0e309-094d-43d6-98a1-02bbaf4a8b13.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e872ce9a-9048-4e52-9d46-b8f343a72b90 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 425px;
max-width: 1140px;
background-repeat: no-repeat;
}








#s-e872ce9a-9048-4e52-9d46-b8f343a72b90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e872ce9a-9048-4e52-9d46-b8f343a72b90.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ee4d39d4-11e5-4954-baf6-33f2d1e7cca5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-0932534a-9247-4115-ba26-e436e2e6bc67 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0932534a-9247-4115-ba26-e436e2e6bc67 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Doppio One;
  font-style:   ;
  font-size: 53px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-86bd601f-4f53-4ba3-8ba9-2386c88b0bf3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-86bd601f-4f53-4ba3-8ba9-2386c88b0bf3 .shogun-heading-component h2 {
  color: rgba(178, 223, 239, 1);
  font-weight:   ;
  font-family: Doppio One;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c7770dd-46a7-49c7-9b36-581f21b55b88 {
  margin-top: 10px;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
border-radius: 18px;
background-color: rgba(255, 255, 255, 0.7);
}

#s-715e79f0-663e-4d51-8bf9-e4729098fba4 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 21px;
text-align: center;
background-color: rgba(8, 122, 190, 1);
text-decoration: none;
}
#s-715e79f0-663e-4d51-8bf9-e4729098fba4:hover {background-color: rgba(5, 80, 126, 1) !important;
text-decoration: none !important;}#s-715e79f0-663e-4d51-8bf9-e4729098fba4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-715e79f0-663e-4d51-8bf9-e4729098fba4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Doppio One;
  display:  block ;
}

#s-3c1e9360-636b-436e-90db-57deb21a8cf3 {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 21px;
text-align: center;
background-color: rgba(8, 122, 190, 1);
text-decoration: none;
}
#s-3c1e9360-636b-436e-90db-57deb21a8cf3:hover {background-color: rgba(5, 80, 126, 1) !important;
text-decoration: none !important;}#s-3c1e9360-636b-436e-90db-57deb21a8cf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c1e9360-636b-436e-90db-57deb21a8cf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Doppio One;
  display:  block ;
}

#s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46 {
  text-align: center;
}
@media (max-width: 767px){#s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46 {
  display: none;
}
#s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46, #wrap-s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46 { display:none !important; }}



  #s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46 img.shogun-image {
    
    width: px;
  }


#s-4bd4a9fe-718f-4b58-90e1-6d6db3df3c46 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-de49e178-5a4c-4fc0-b5ad-d372a0630c31 {
  background-image: url(https://i.shgcdn.com/aeae2ab2-d622-46d1-bf9b-1be740a889e3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 520px;
background-position: center top;
}








#s-de49e178-5a4c-4fc0-b5ad-d372a0630c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de49e178-5a4c-4fc0-b5ad-d372a0630c31.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-32160fa1-484e-4325-9e34-ffbf32354b0c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 425px;
max-width: 1140px;
background-repeat: no-repeat;
}








#s-32160fa1-484e-4325-9e34-ffbf32354b0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32160fa1-484e-4325-9e34-ffbf32354b0c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-1905a3d5-e789-45e9-8618-4aee53114932 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
background-color: rgba(4, 96, 143, 0.65);
}

@media (min-width: 0px) {
[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1905a3d5-e789-45e9-8618-4aee53114932"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bd0cc1b7-0437-4385-b413-812b99053b5c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd0cc1b7-0437-4385-b413-812b99053b5c .shogun-heading-component h2 {
  color: rgba(221, 237, 251, 1);
  font-weight:   ;
  font-family: Doppio One;
  font-style:   ;
  font-size: 53px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b1393fba-8212-4765-9b5c-882544115977 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1393fba-8212-4765-9b5c-882544115977 .shogun-heading-component h2 {
  color: rgba(222, 242, 250, 1);
  font-weight:   ;
  font-family: Doppio One;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dabd826-4280-4610-bcfb-f4aad9ffc1e8 {
  margin-top: 10px;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
border-radius: 18px;
background-color: rgba(255, 255, 255, 0.9);
}

#s-9f018a0a-d7e4-4c03-96b9-c3b3d1952f82 {
  margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 21px;
text-align: center;
background-color: rgba(8, 122, 190, 1);
text-decoration: none;
}
#s-9f018a0a-d7e4-4c03-96b9-c3b3d1952f82:hover {background-color: rgba(5, 80, 126, 1) !important;
text-decoration: none !important;}#s-9f018a0a-d7e4-4c03-96b9-c3b3d1952f82:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f018a0a-d7e4-4c03-96b9-c3b3d1952f82.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Doppio One;
  display:  block ;
}

#s-06e3d370-e784-4aec-9d99-bdb121d12e19 {
  text-align: center;
}
@media (max-width: 767px){#s-06e3d370-e784-4aec-9d99-bdb121d12e19 {
  display: none;
}
#s-06e3d370-e784-4aec-9d99-bdb121d12e19, #wrap-s-06e3d370-e784-4aec-9d99-bdb121d12e19 { display:none !important; }}



  #s-06e3d370-e784-4aec-9d99-bdb121d12e19 img.shogun-image {
    
    width: px;
  }


#s-06e3d370-e784-4aec-9d99-bdb121d12e19 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2e6f4881-95a2-450f-9c13-dce322caef20 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e6f4881-95a2-450f-9c13-dce322caef20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a1655ad4-3e74-454f-b377-47ee7c88bbc3 {
  text-align: center;
}




  #s-a1655ad4-3e74-454f-b377-47ee7c88bbc3 img.shogun-image {
    
    width: px;
  }


#s-a1655ad4-3e74-454f-b377-47ee7c88bbc3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-914d0633-11b6-4a5e-be45-bcc766894d2a {
  text-align: center;
}




  #s-914d0633-11b6-4a5e-be45-bcc766894d2a img.shogun-image {
    
    width: px;
  }


#s-914d0633-11b6-4a5e-be45-bcc766894d2a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-25b4f858-4a91-4f4b-8834-76f010ac4764 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0d71791e-1893-4c83-91a9-6e14019824b7 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-0d71791e-1893-4c83-91a9-6e14019824b7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0d71791e-1893-4c83-91a9-6e14019824b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d71791e-1893-4c83-91a9-6e14019824b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  display:  block ;
}

#s-8261ab8b-2efb-4b1c-9d58-dbe31d81b1ea {
  text-align: center;
}




  #s-8261ab8b-2efb-4b1c-9d58-dbe31d81b1ea img.shogun-image {
    
    width: px;
  }


#s-8261ab8b-2efb-4b1c-9d58-dbe31d81b1ea .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-62a9b5fc-0d8a-47b3-929d-cc49f1032ace {
  text-align: center;
}




  #s-62a9b5fc-0d8a-47b3-929d-cc49f1032ace img.shogun-image {
    
    width: px;
  }


#s-62a9b5fc-0d8a-47b3-929d-cc49f1032ace .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c0675f99-f3d0-45b5-9e74-8965dc053e8b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b8108228-7042-4b58-b6b4-640d9d3e6b0c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-b8108228-7042-4b58-b6b4-640d9d3e6b0c:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b8108228-7042-4b58-b6b4-640d9d3e6b0c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8108228-7042-4b58-b6b4-640d9d3e6b0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  display:  block ;
}

#s-aefd1d94-358f-40c0-9f04-74b5e0b445f7 {
  text-align: center;
}




  #s-aefd1d94-358f-40c0-9f04-74b5e0b445f7 img.shogun-image {
    
    width: px;
  }


#s-aefd1d94-358f-40c0-9f04-74b5e0b445f7 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5e0b674d-9a3a-4611-bbab-a86406018969 {
  text-align: center;
}




  #s-5e0b674d-9a3a-4611-bbab-a86406018969 img.shogun-image {
    
    width: px;
  }


#s-5e0b674d-9a3a-4611-bbab-a86406018969 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-60faf9af-e3d1-4d47-9f87-c0b73aec45eb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-50c6c6a7-f54e-4519-874a-223d0f47e2b1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 250px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-50c6c6a7-f54e-4519-874a-223d0f47e2b1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-50c6c6a7-f54e-4519-874a-223d0f47e2b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-50c6c6a7-f54e-4519-874a-223d0f47e2b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  display:  block ;
}

#s-3beb4ee2-bbd2-4687-8264-9c75a412d578 {
  margin-top: 35px;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 107, 176, 1);
}








#s-3beb4ee2-bbd2-4687-8264-9c75a412d578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3beb4ee2-bbd2-4687-8264-9c75a412d578.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d {
  margin-left: auto;
margin-right: auto;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0c9394d-6395-4d5a-b0fd-ecadc03f766d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-840e4dde-9664-49e3-9547-1d44baf24a84 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 350px;
text-align: left;
background-color: rgba(242, 250, 255, 1);
text-decoration: none;
}
#s-840e4dde-9664-49e3-9547-1d44baf24a84:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-840e4dde-9664-49e3-9547-1d44baf24a84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-840e4dde-9664-49e3-9547-1d44baf24a84.shg-btn {
  color: rgba(0, 61, 148, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-df186dac-86f0-4870-94d6-68c17e3a516f {
  text-align: center;
}
@media (max-width: 767px){#s-df186dac-86f0-4870-94d6-68c17e3a516f {
  display: none;
}
#s-df186dac-86f0-4870-94d6-68c17e3a516f, #wrap-s-df186dac-86f0-4870-94d6-68c17e3a516f { display:none !important; }}

#s-df186dac-86f0-4870-94d6-68c17e3a516f .shogun-image-overlay p {
  font-size: 22px;
  color: rgba(11, 38, 171, 1);
  font-weight: 600;
  font-family: Open Sans;
  
}



  #s-df186dac-86f0-4870-94d6-68c17e3a516f img.shogun-image {
    
    width: px;
  }


#s-df186dac-86f0-4870-94d6-68c17e3a516f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-17093aef-6760-4bf5-b032-a7a6bbb2b303 {
  margin-top: 35px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(233, 245, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-17093aef-6760-4bf5-b032-a7a6bbb2b303 {
  display: none;
}
#s-17093aef-6760-4bf5-b032-a7a6bbb2b303, #wrap-s-17093aef-6760-4bf5-b032-a7a6bbb2b303 { display:none !important; }}







#s-17093aef-6760-4bf5-b032-a7a6bbb2b303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17093aef-6760-4bf5-b032-a7a6bbb2b303.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c7a8448c-ad0a-4e8a-9ad8-8c8411251839 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-1713a2c1-24a1-4277-b73a-27572dab8f06 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 1140px;
}

@media (min-width: 0px) {
[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1713a2c1-24a1-4277-b73a-27572dab8f06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a2fcce75-9d8a-4975-b941-63ddfdb02943 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  text-align: left;
}


.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  max-width: 100%;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom,
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  max-width: 100%;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom,
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  max-width: 100%;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom,
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  max-width: 100%;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom,
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 {
  max-width: 100%;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom,
.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7e4253b2-37b6-4eca-9e98-6c626a42e983 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1c749c56-0727-49c0-a0e1-4afe9112c010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c749c56-0727-49c0-a0e1-4afe9112c010 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-5b141bdb-a01c-4561-b9e3-72858f107f2e {
  display: none;
}
#s-02180613-5783-4fae-a901-b584c442087c {
  text-align: left;
}


.shg-c#s-02180613-5783-4fae-a901-b584c442087c {
  max-width: 100%;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom,
.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-02180613-5783-4fae-a901-b584c442087c {
  max-width: 100%;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom,
.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02180613-5783-4fae-a901-b584c442087c {
  max-width: 100%;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom,
.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02180613-5783-4fae-a901-b584c442087c {
  max-width: 100%;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom,
.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-02180613-5783-4fae-a901-b584c442087c {
  max-width: 100%;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom,
.shg-c#s-02180613-5783-4fae-a901-b584c442087c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02180613-5783-4fae-a901-b584c442087c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-67bf8da7-ca7d-4505-a834-2a26fe4cebee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67bf8da7-ca7d-4505-a834-2a26fe4cebee .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c3c8e1bd-e261-4ac2-bd4b-3a094208ea71 {
  display: none;
}
#s-b32b6141-3409-41f9-822e-45da91f08143 {
  text-align: left;
}


.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 {
  max-width: 100%;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom,
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 {
  max-width: 100%;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom,
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 {
  max-width: 100%;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom,
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 {
  max-width: 100%;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom,
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 {
  max-width: 100%;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom,
.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b32b6141-3409-41f9-822e-45da91f08143 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-208a4fc3-7e74-4fe4-a329-925d6a2673a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-208a4fc3-7e74-4fe4-a329-925d6a2673a7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c3f5a102-cf58-4d3e-84c2-f8744339a293 {
  display: none;
}
#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  text-align: left;
}


.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  max-width: 100%;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom,
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  max-width: 100%;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom,
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  max-width: 100%;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom,
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  max-width: 100%;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom,
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 {
  max-width: 100%;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom,
.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89496eda-9e8c-4d62-8370-ab1d3f51c440 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b35e2b29-180a-48e4-843b-27f66bf5bc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b35e2b29-180a-48e4-843b-27f66bf5bc0b .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-9d904ce3-3c4d-4586-9352-8fc066724a36 {
  margin-top: 35px;
padding-top: 25px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 107, 176, 1);
}








#s-9d904ce3-3c4d-4586-9352-8fc066724a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d904ce3-3c4d-4586-9352-8fc066724a36.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fad92567-cd6f-43d8-8d30-4590c9a14e65 {
  margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fad92567-cd6f-43d8-8d30-4590c9a14e65 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36fb7037-1d74-437d-9c40-f0a10e8edb0e {
  margin-left: auto;
margin-right: auto;
max-width: 850px;
}

@media (min-width: 0px) {
[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36fb7037-1d74-437d-9c40-f0a10e8edb0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-0b1d008a-2dfc-4750-aeda-b960119816d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-46466939-25a8-41fb-a49e-9fb45d3ad194 {
  display: none;
}
#s-46466939-25a8-41fb-a49e-9fb45d3ad194, #wrap-s-46466939-25a8-41fb-a49e-9fb45d3ad194 { display:none !important; }}
#s-46466939-25a8-41fb-a49e-9fb45d3ad194 .shogun-icon-wrapper {
  text-align: right;
}


#s-46466939-25a8-41fb-a49e-9fb45d3ad194 .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

@media (min-width: 0px) {
[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-968b7138-63d3-41b3-bd4a-6603f331c175"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-234ec951-e052-48b9-b665-8952e4123b87 {
  display: none;
}
#s-234ec951-e052-48b9-b665-8952e4123b87, #wrap-s-234ec951-e052-48b9-b665-8952e4123b87 { display:none !important; }}
#s-234ec951-e052-48b9-b665-8952e4123b87 .shogun-icon-wrapper {
  text-align: right;
}


#s-234ec951-e052-48b9-b665-8952e4123b87 .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

@media (min-width: 0px) {
[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-dafedd4d-a2f8-4085-bcc6-09e2cea90799"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-9c2b36e5-a8bf-4ebc-98d7-b19a92292271 {
  display: none;
}
#s-9c2b36e5-a8bf-4ebc-98d7-b19a92292271, #wrap-s-9c2b36e5-a8bf-4ebc-98d7-b19a92292271 { display:none !important; }}
#s-9c2b36e5-a8bf-4ebc-98d7-b19a92292271 .shogun-icon-wrapper {
  text-align: right;
}


#s-9c2b36e5-a8bf-4ebc-98d7-b19a92292271 .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

@media (min-width: 0px) {
[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5a753db2-84ee-4884-9585-9e3cedaa47c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-2992ab97-6da3-48b4-b843-ce1ecff703c3 {
  display: none;
}
#s-2992ab97-6da3-48b4-b843-ce1ecff703c3, #wrap-s-2992ab97-6da3-48b4-b843-ce1ecff703c3 { display:none !important; }}
#s-2992ab97-6da3-48b4-b843-ce1ecff703c3 .shogun-icon-wrapper {
  text-align: right;
}


#s-2992ab97-6da3-48b4-b843-ce1ecff703c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

@media (min-width: 0px) {
[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-6f012885-2377-4c2a-b861-6b5b33ff65f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-2fbb6616-6712-4403-b456-18df1344afca {
  display: none;
}
#s-2fbb6616-6712-4403-b456-18df1344afca, #wrap-s-2fbb6616-6712-4403-b456-18df1344afca { display:none !important; }}
#s-2fbb6616-6712-4403-b456-18df1344afca .shogun-icon-wrapper {
  text-align: right;
}


#s-2fbb6616-6712-4403-b456-18df1344afca .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

@media (min-width: 0px) {
[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-3019e27a-12e5-4e97-96c9-2e3347a7a299"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (max-width: 767px){#s-3ad04019-e4ea-4aad-b238-6c21f1678f93 {
  display: none;
}
#s-3ad04019-e4ea-4aad-b238-6c21f1678f93, #wrap-s-3ad04019-e4ea-4aad-b238-6c21f1678f93 { display:none !important; }}
#s-3ad04019-e4ea-4aad-b238-6c21f1678f93 .shogun-icon-wrapper {
  text-align: right;
}


#s-3ad04019-e4ea-4aad-b238-6c21f1678f93 .shogun-icon-wrapper > .shogun-icon {

  font-size: 33px !important;
  color: rgba(192, 242, 255, 1);
}

#s-20186b34-9725-4645-9779-5fe419d1ba50 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 850px;
}

#s-400302ba-0db7-4d2e-a922-42bca1fc5c93 {
  margin-bottom: 15px;
}

#s-5f3e8721-2738-4c86-bf79-0afe3909d8ab {
  margin-top: 20px;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
