.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-7c500400-2cc4-4447-94ce-346769329ca1 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-95d1d3f5-6484-4b60-b557-64a26b5794f3 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-95d1d3f5-6484-4b60-b557-64a26b5794f3 {
  display: none;
}
#s-95d1d3f5-6484-4b60-b557-64a26b5794f3, #wrap-s-95d1d3f5-6484-4b60-b557-64a26b5794f3 { display:none !important; }}







#s-95d1d3f5-6484-4b60-b557-64a26b5794f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95d1d3f5-6484-4b60-b557-64a26b5794f3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-91f5ec88-867b-4bff-8d00-f74b7fa65563 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-91f5ec88-867b-4bff-8d00-f74b7fa65563 {
  display: none;
}
#s-91f5ec88-867b-4bff-8d00-f74b7fa65563, #wrap-s-91f5ec88-867b-4bff-8d00-f74b7fa65563 { display:none !important; }}
@media (min-width: 0px) {
[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91f5ec88-867b-4bff-8d00-f74b7fa65563"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-b6111bdb-4e29-4973-af92-770e99e9350a {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2 {
  display: none;
}
#s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2, #wrap-s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbe2f06c-7697-44e8-acc6-6575cb70bdb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-39fce80a-d6c7-45b1-98d0-017c37836d24 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-39fce80a-d6c7-45b1-98d0-017c37836d24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39fce80a-d6c7-45b1-98d0-017c37836d24:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}


#s-39fce80a-d6c7-45b1-98d0-017c37836d24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5d294e50-b448-4a1c-8826-cf119bd01b0f {
  background-image: url(https://i.shgcdn.com/f727abc2-cfb4-45c8-8629-38632fedf16f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d294e50-b448-4a1c-8826-cf119bd01b0f {
  display: none;
}
#s-5d294e50-b448-4a1c-8826-cf119bd01b0f, #wrap-s-5d294e50-b448-4a1c-8826-cf119bd01b0f { display:none !important; }}@media (max-width: 767px){#s-5d294e50-b448-4a1c-8826-cf119bd01b0f {
  display: none;
}
#s-5d294e50-b448-4a1c-8826-cf119bd01b0f, #wrap-s-5d294e50-b448-4a1c-8826-cf119bd01b0f { display:none !important; }}







#s-5d294e50-b448-4a1c-8826-cf119bd01b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d294e50-b448-4a1c-8826-cf119bd01b0f {
  cursor: pointer;
}#s-5d294e50-b448-4a1c-8826-cf119bd01b0f.shg-box.shg-c {
  justify-content: center;
}

#s-4576dce6-2dee-47b8-b308-33c1d3f337c3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4576dce6-2dee-47b8-b308-33c1d3f337c3 {
  display: none;
}
#s-4576dce6-2dee-47b8-b308-33c1d3f337c3, #wrap-s-4576dce6-2dee-47b8-b308-33c1d3f337c3 { display:none !important; }}@media (max-width: 767px){#s-4576dce6-2dee-47b8-b308-33c1d3f337c3 {
  display: none;
}
#s-4576dce6-2dee-47b8-b308-33c1d3f337c3, #wrap-s-4576dce6-2dee-47b8-b308-33c1d3f337c3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4576dce6-2dee-47b8-b308-33c1d3f337c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a2c9115a-463f-43fd-adb3-f30113a80c53 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
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;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a2c9115a-463f-43fd-adb3-f30113a80c53 {
  display: none;
}
#s-a2c9115a-463f-43fd-adb3-f30113a80c53, #wrap-s-a2c9115a-463f-43fd-adb3-f30113a80c53 { display:none !important; }}@media (max-width: 767px){#s-a2c9115a-463f-43fd-adb3-f30113a80c53 {
  display: none;
}
#s-a2c9115a-463f-43fd-adb3-f30113a80c53, #wrap-s-a2c9115a-463f-43fd-adb3-f30113a80c53 { display:none !important; }}
#s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
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;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4 {
  display: none;
}
#s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4, #wrap-s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4 { display:none !important; }}@media (max-width: 767px){#s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4 {
  display: none;
}
#s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4, #wrap-s-1caeb800-0beb-4f19-b6e9-3ca6c69707d4 { display:none !important; }}
#s-59de1586-d3e4-43af-bbe5-32ef9c824811 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59de1586-d3e4-43af-bbe5-32ef9c824811 {
  display: none;
}
#s-59de1586-d3e4-43af-bbe5-32ef9c824811, #wrap-s-59de1586-d3e4-43af-bbe5-32ef9c824811 { display:none !important; }}@media (max-width: 767px){#s-59de1586-d3e4-43af-bbe5-32ef9c824811 {
  display: none;
}
#s-59de1586-d3e4-43af-bbe5-32ef9c824811, #wrap-s-59de1586-d3e4-43af-bbe5-32ef9c824811 { display:none !important; }}
@media (min-width: 0px) {
[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59de1586-d3e4-43af-bbe5-32ef9c824811"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9 {
  background-image: url(none);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9 {
  display: none;
}
#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9, #wrap-s-9d4f066f-3b8b-41f4-bebb-df76e19559c9 { display:none !important; }}@media (max-width: 767px){#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9 {
  display: none;
}
#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9, #wrap-s-9d4f066f-3b8b-41f4-bebb-df76e19559c9 { display:none !important; }}

  #s-9d4f066f-3b8b-41f4-bebb-df76e19559c9-btn-wrapper {
    text-align: center;
  }


#s-9d4f066f-3b8b-41f4-bebb-df76e19559c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 {
  border-style: solid;
margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
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: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 {
  display: none;
}
#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1, #wrap-s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 {
  display: none;
}
#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1, #wrap-s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 {
  
}
}@media (max-width: 767px){#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 {
  display: none;
}
#s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1, #wrap-s-29eb9bfd-800e-4220-aa60-ecb4d2894fd1 { display:none !important; }}
#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 {
  background-image: url(none);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 {
  display: none;
}
#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2, #wrap-s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 {
  display: none;
}
#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2, #wrap-s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 {
  
}
}@media (max-width: 767px){#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 {
  display: none;
}
#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2, #wrap-s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2 { display:none !important; }}

  #s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2-btn-wrapper {
    text-align: center;
  }


#s-7f034bd0-ef91-4c0c-a9f7-843fac8f9ae2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 {
  background-image: url(https://i.shgcdn.com/496e3475-2f02-4d68-a0c3-7033185fdb30/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 {
  display: none;
}
#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4, #wrap-s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 { display:none !important; }}@media (max-width: 767px){#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 {
  display: none;
}
#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4, #wrap-s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 { display:none !important; }}







#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4 {
  cursor: pointer;
}#s-a5ce1f93-e0c7-4279-a755-ed9fb953cac4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ca162541-df4d-453c-9cd9-c3cb285439a1 {
  margin-top: 400px;
margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-ca162541-df4d-453c-9cd9-c3cb285439a1 {
  display: none;
}
#s-ca162541-df4d-453c-9cd9-c3cb285439a1, #wrap-s-ca162541-df4d-453c-9cd9-c3cb285439a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca162541-df4d-453c-9cd9-c3cb285439a1 {
  display: none;
}
#s-ca162541-df4d-453c-9cd9-c3cb285439a1, #wrap-s-ca162541-df4d-453c-9cd9-c3cb285439a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca162541-df4d-453c-9cd9-c3cb285439a1 {
  
}
}@media (max-width: 767px){#s-ca162541-df4d-453c-9cd9-c3cb285439a1 {
  
}
}
#s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3 {
  display: none;
}
#s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3, #wrap-s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3 { display:none !important; }}@media (max-width: 767px){#s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3 {
  display: none;
}
#s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3, #wrap-s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a53ab5e9-41bd-4703-9881-1e3cf9aab4a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1ec343d5-9817-4e2c-9a94-ae4637695747 {
  border-style: solid;
margin-right: 10px;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
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: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec343d5-9817-4e2c-9a94-ae4637695747 {
  display: none;
}
#s-1ec343d5-9817-4e2c-9a94-ae4637695747, #wrap-s-1ec343d5-9817-4e2c-9a94-ae4637695747 { display:none !important; }}@media (max-width: 767px){#s-1ec343d5-9817-4e2c-9a94-ae4637695747 {
  display: none;
}
#s-1ec343d5-9817-4e2c-9a94-ae4637695747, #wrap-s-1ec343d5-9817-4e2c-9a94-ae4637695747 { display:none !important; }}
#s-d9e18048-2238-482b-ac25-d93bed57f6b9 {
  border-style: solid;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-d9e18048-2238-482b-ac25-d93bed57f6b9 {
  display: none;
}
#s-d9e18048-2238-482b-ac25-d93bed57f6b9, #wrap-s-d9e18048-2238-482b-ac25-d93bed57f6b9 { display:none !important; }}@media (max-width: 767px){#s-d9e18048-2238-482b-ac25-d93bed57f6b9 {
  display: none;
}
#s-d9e18048-2238-482b-ac25-d93bed57f6b9, #wrap-s-d9e18048-2238-482b-ac25-d93bed57f6b9 { display:none !important; }}
#s-bb99fabe-1bd7-4786-85d6-d05023086dd2 {
  min-height: 50px;
}








#s-bb99fabe-1bd7-4786-85d6-d05023086dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb99fabe-1bd7-4786-85d6-d05023086dd2.shg-box.shg-c {
  justify-content: center;
}

#s-9d8eee8b-0b3f-4108-8b78-63185b0cb537 {
  min-height: 50px;
}








#s-9d8eee8b-0b3f-4108-8b78-63185b0cb537 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d8eee8b-0b3f-4108-8b78-63185b0cb537.shg-box.shg-c {
  justify-content: center;
}

#s-7dcb109c-3416-470b-9979-17b44f9431bd {
  min-height: 50px;
}








#s-7dcb109c-3416-470b-9979-17b44f9431bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dcb109c-3416-470b-9979-17b44f9431bd.shg-box.shg-c {
  justify-content: center;
}

#s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8 {
  display: none;
}
#s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8, #wrap-s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8 { display:none !important; }}@media (max-width: 767px){#s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8 {
  display: none;
}
#s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8, #wrap-s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd07f6e2-e03e-48c9-afd3-393a6a72adf8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-92276b59-f79f-49c2-a5da-33286c35d083 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-92276b59-f79f-49c2-a5da-33286c35d083:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(254, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;}#s-92276b59-f79f-49c2-a5da-33286c35d083:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92276b59-f79f-49c2-a5da-33286c35d083-btn-wrapper {
    text-align: center;
  }


#s-92276b59-f79f-49c2-a5da-33286c35d083.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-58f6b3e5-ec23-440b-aaff-132d8248f47d {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-58f6b3e5-ec23-440b-aaff-132d8248f47d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-58f6b3e5-ec23-440b-aaff-132d8248f47d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-58f6b3e5-ec23-440b-aaff-132d8248f47d {
  display: none;
}
#s-58f6b3e5-ec23-440b-aaff-132d8248f47d, #wrap-s-58f6b3e5-ec23-440b-aaff-132d8248f47d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58f6b3e5-ec23-440b-aaff-132d8248f47d {
  display: none;
}
#s-58f6b3e5-ec23-440b-aaff-132d8248f47d, #wrap-s-58f6b3e5-ec23-440b-aaff-132d8248f47d { display:none !important; }}

  #s-58f6b3e5-ec23-440b-aaff-132d8248f47d-btn-wrapper {
    text-align: right;
  }


#s-58f6b3e5-ec23-440b-aaff-132d8248f47d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ad1f5566-9fb2-42d8-808a-cc8fab67eac1 {
  background-image: url(https://i.shgcdn.com/c5988bb9-bff9-44c8-a78a-927f9bcde771/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-ad1f5566-9fb2-42d8-808a-cc8fab67eac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1f5566-9fb2-42d8-808a-cc8fab67eac1 {
  cursor: pointer;
}#s-ad1f5566-9fb2-42d8-808a-cc8fab67eac1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770 {
  display: none;
}
#s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770, #wrap-s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770 { display:none !important; }}@media (max-width: 767px){#s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770 {
  display: none;
}
#s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770, #wrap-s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ff4e1ed1-7d4a-4cb6-aa6d-429b83034770"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-671d76fd-3d81-49fc-9608-55503b4510d2 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-671d76fd-3d81-49fc-9608-55503b4510d2 {
  display: none;
}
#s-671d76fd-3d81-49fc-9608-55503b4510d2, #wrap-s-671d76fd-3d81-49fc-9608-55503b4510d2 { display:none !important; }}@media (max-width: 767px){#s-671d76fd-3d81-49fc-9608-55503b4510d2 {
  display: none;
}
#s-671d76fd-3d81-49fc-9608-55503b4510d2, #wrap-s-671d76fd-3d81-49fc-9608-55503b4510d2 { display:none !important; }}
#s-5d4940ba-c80e-4a03-bb3c-fd0443056abb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d4940ba-c80e-4a03-bb3c-fd0443056abb {
  display: none;
}
#s-5d4940ba-c80e-4a03-bb3c-fd0443056abb, #wrap-s-5d4940ba-c80e-4a03-bb3c-fd0443056abb { display:none !important; }}@media (max-width: 767px){#s-5d4940ba-c80e-4a03-bb3c-fd0443056abb {
  display: none;
}
#s-5d4940ba-c80e-4a03-bb3c-fd0443056abb, #wrap-s-5d4940ba-c80e-4a03-bb3c-fd0443056abb { display:none !important; }}
@media (min-width: 0px) {
[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d4940ba-c80e-4a03-bb3c-fd0443056abb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb {
  display: none;
}
#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb, #wrap-s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb { display:none !important; }}@media (max-width: 767px){#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb {
  display: none;
}
#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb, #wrap-s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb { display:none !important; }}

  #s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb-btn-wrapper {
    text-align: center;
  }


#s-6ec6faeb-429c-4014-a85d-ff6882f8dbbb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde {
  display: none;
}
#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde, #wrap-s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde {
  display: none;
}
#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde, #wrap-s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde {
  
}
}@media (max-width: 767px){#s-4b8cdad7-031f-4fb2-b9ca-819233fa7dde {
  
}
}
#s-a57e0e95-b98d-465a-a752-17d5477c3558 {
  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(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-a57e0e95-b98d-465a-a752-17d5477c3558:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a57e0e95-b98d-465a-a752-17d5477c3558:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a57e0e95-b98d-465a-a752-17d5477c3558 {
  display: none;
}
#s-a57e0e95-b98d-465a-a752-17d5477c3558, #wrap-s-a57e0e95-b98d-465a-a752-17d5477c3558 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a57e0e95-b98d-465a-a752-17d5477c3558 {
  display: none;
}
#s-a57e0e95-b98d-465a-a752-17d5477c3558, #wrap-s-a57e0e95-b98d-465a-a752-17d5477c3558 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a57e0e95-b98d-465a-a752-17d5477c3558 {
  
}
}@media (max-width: 767px){#s-a57e0e95-b98d-465a-a752-17d5477c3558 {
  
}
}

  #s-a57e0e95-b98d-465a-a752-17d5477c3558-btn-wrapper {
    text-align: center;
  }


#s-a57e0e95-b98d-465a-a752-17d5477c3558.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-078d8490-02d1-443e-ba0a-eeb854bb38ef {
  background-image: url(https://i.shgcdn.com/75f08e4b-9b13-4ad9-8d6e-9cd4339510f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-078d8490-02d1-443e-ba0a-eeb854bb38ef {
  display: none;
}
#s-078d8490-02d1-443e-ba0a-eeb854bb38ef, #wrap-s-078d8490-02d1-443e-ba0a-eeb854bb38ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-078d8490-02d1-443e-ba0a-eeb854bb38ef {
  display: none;
}
#s-078d8490-02d1-443e-ba0a-eeb854bb38ef, #wrap-s-078d8490-02d1-443e-ba0a-eeb854bb38ef { display:none !important; }}







#s-078d8490-02d1-443e-ba0a-eeb854bb38ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078d8490-02d1-443e-ba0a-eeb854bb38ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-abc642ff-0be4-4c63-a265-078ed56b6482 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-abc642ff-0be4-4c63-a265-078ed56b6482 {
  display: none;
}
#s-abc642ff-0be4-4c63-a265-078ed56b6482, #wrap-s-abc642ff-0be4-4c63-a265-078ed56b6482 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abc642ff-0be4-4c63-a265-078ed56b6482 {
  display: none;
}
#s-abc642ff-0be4-4c63-a265-078ed56b6482, #wrap-s-abc642ff-0be4-4c63-a265-078ed56b6482 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abc642ff-0be4-4c63-a265-078ed56b6482 {
  
}
}@media (max-width: 767px){#s-abc642ff-0be4-4c63-a265-078ed56b6482 {
  display: none;
}
#s-abc642ff-0be4-4c63-a265-078ed56b6482, #wrap-s-abc642ff-0be4-4c63-a265-078ed56b6482 { display:none !important; }}
@media (min-width: 0px) {
[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abc642ff-0be4-4c63-a265-078ed56b6482"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-969a1ebf-3e30-4b61-b135-741b73295813 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-969a1ebf-3e30-4b61-b135-741b73295813 {
  display: none;
}
#s-969a1ebf-3e30-4b61-b135-741b73295813, #wrap-s-969a1ebf-3e30-4b61-b135-741b73295813 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-969a1ebf-3e30-4b61-b135-741b73295813 {
  display: none;
}
#s-969a1ebf-3e30-4b61-b135-741b73295813, #wrap-s-969a1ebf-3e30-4b61-b135-741b73295813 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-969a1ebf-3e30-4b61-b135-741b73295813 {
  
}
}@media (max-width: 767px){#s-969a1ebf-3e30-4b61-b135-741b73295813 {
  
}
}
#s-81ae1245-3d95-4135-a5af-f0662d6fca5b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-81ae1245-3d95-4135-a5af-f0662d6fca5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81ae1245-3d95-4135-a5af-f0662d6fca5b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-81ae1245-3d95-4135-a5af-f0662d6fca5b {
  display: none;
}
#s-81ae1245-3d95-4135-a5af-f0662d6fca5b, #wrap-s-81ae1245-3d95-4135-a5af-f0662d6fca5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81ae1245-3d95-4135-a5af-f0662d6fca5b {
  display: none;
}
#s-81ae1245-3d95-4135-a5af-f0662d6fca5b, #wrap-s-81ae1245-3d95-4135-a5af-f0662d6fca5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81ae1245-3d95-4135-a5af-f0662d6fca5b {
  
}
}@media (max-width: 767px){#s-81ae1245-3d95-4135-a5af-f0662d6fca5b {
  display: none;
}
#s-81ae1245-3d95-4135-a5af-f0662d6fca5b, #wrap-s-81ae1245-3d95-4135-a5af-f0662d6fca5b { display:none !important; }}

  #s-81ae1245-3d95-4135-a5af-f0662d6fca5b-btn-wrapper {
    text-align: center;
  }


#s-81ae1245-3d95-4135-a5af-f0662d6fca5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-95975399-56af-4aa8-b18f-6825c9471ca5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-95975399-56af-4aa8-b18f-6825c9471ca5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-95975399-56af-4aa8-b18f-6825c9471ca5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-95975399-56af-4aa8-b18f-6825c9471ca5 {
  display: none;
}
#s-95975399-56af-4aa8-b18f-6825c9471ca5, #wrap-s-95975399-56af-4aa8-b18f-6825c9471ca5 { display:none !important; }}@media (max-width: 767px){#s-95975399-56af-4aa8-b18f-6825c9471ca5 {
  display: none;
}
#s-95975399-56af-4aa8-b18f-6825c9471ca5, #wrap-s-95975399-56af-4aa8-b18f-6825c9471ca5 { display:none !important; }}


#s-95975399-56af-4aa8-b18f-6825c9471ca5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-59341575-2045-405a-8da4-f2a1f6aabd78 {
  border-style: solid;
margin-top: 30px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 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: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-59341575-2045-405a-8da4-f2a1f6aabd78 {
  display: none;
}
#s-59341575-2045-405a-8da4-f2a1f6aabd78, #wrap-s-59341575-2045-405a-8da4-f2a1f6aabd78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59341575-2045-405a-8da4-f2a1f6aabd78 {
  display: none;
}
#s-59341575-2045-405a-8da4-f2a1f6aabd78, #wrap-s-59341575-2045-405a-8da4-f2a1f6aabd78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59341575-2045-405a-8da4-f2a1f6aabd78 {
  display: none;
}
#s-59341575-2045-405a-8da4-f2a1f6aabd78, #wrap-s-59341575-2045-405a-8da4-f2a1f6aabd78 { display:none !important; }}@media (max-width: 767px){#s-59341575-2045-405a-8da4-f2a1f6aabd78 {
  
}
}
#s-d1271aea-d59a-458f-8a16-edf49b226006 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-d1271aea-d59a-458f-8a16-edf49b226006:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1271aea-d59a-458f-8a16-edf49b226006:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d1271aea-d59a-458f-8a16-edf49b226006 {
  display: none;
}
#s-d1271aea-d59a-458f-8a16-edf49b226006, #wrap-s-d1271aea-d59a-458f-8a16-edf49b226006 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1271aea-d59a-458f-8a16-edf49b226006 {
  display: none;
}
#s-d1271aea-d59a-458f-8a16-edf49b226006, #wrap-s-d1271aea-d59a-458f-8a16-edf49b226006 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1271aea-d59a-458f-8a16-edf49b226006 {
  display: none;
}
#s-d1271aea-d59a-458f-8a16-edf49b226006, #wrap-s-d1271aea-d59a-458f-8a16-edf49b226006 { display:none !important; }}@media (max-width: 767px){#s-d1271aea-d59a-458f-8a16-edf49b226006 {
  
}
}

  #s-d1271aea-d59a-458f-8a16-edf49b226006-btn-wrapper {
    text-align: center;
  }


#s-d1271aea-d59a-458f-8a16-edf49b226006.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-be71c7d9-6d98-495e-9ac6-a8235239078a {
  background-image: url(https://i.shgcdn.com/d3131503-c33d-44fe-ae86-acdeafa6f579/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-be71c7d9-6d98-495e-9ac6-a8235239078a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be71c7d9-6d98-495e-9ac6-a8235239078a {
  cursor: pointer;
}#s-be71c7d9-6d98-495e-9ac6-a8235239078a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7722bd9b-d866-474d-880a-6f94b37d77e8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7722bd9b-d866-474d-880a-6f94b37d77e8 {
  display: none;
}
#s-7722bd9b-d866-474d-880a-6f94b37d77e8, #wrap-s-7722bd9b-d866-474d-880a-6f94b37d77e8 { display:none !important; }}@media (max-width: 767px){#s-7722bd9b-d866-474d-880a-6f94b37d77e8 {
  display: none;
}
#s-7722bd9b-d866-474d-880a-6f94b37d77e8, #wrap-s-7722bd9b-d866-474d-880a-6f94b37d77e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7722bd9b-d866-474d-880a-6f94b37d77e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1 {
  border-style: solid;
padding-top: 20px;
padding-bottom: 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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1 {
  display: none;
}
#s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1, #wrap-s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1 { display:none !important; }}@media (max-width: 767px){#s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1 {
  display: none;
}
#s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1, #wrap-s-d6c428dc-75b8-4ec7-a2c7-ed41cb8a85b1 { display:none !important; }}
#s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe {
  border-style: solid;
padding-top: 20px;
padding-bottom: 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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe {
  display: none;
}
#s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe, #wrap-s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe { display:none !important; }}@media (max-width: 767px){#s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe {
  display: none;
}
#s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe, #wrap-s-f86f1e86-394a-48f0-803e-4ee6f9c8bbbe { display:none !important; }}
#s-8df6ee25-1439-49d5-a829-db90916fed0c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8df6ee25-1439-49d5-a829-db90916fed0c {
  display: none;
}
#s-8df6ee25-1439-49d5-a829-db90916fed0c, #wrap-s-8df6ee25-1439-49d5-a829-db90916fed0c { display:none !important; }}@media (max-width: 767px){#s-8df6ee25-1439-49d5-a829-db90916fed0c {
  display: none;
}
#s-8df6ee25-1439-49d5-a829-db90916fed0c, #wrap-s-8df6ee25-1439-49d5-a829-db90916fed0c { display:none !important; }}
@media (min-width: 0px) {
[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8df6ee25-1439-49d5-a829-db90916fed0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-566ce8cf-8b48-462a-b179-83eeec2a4576 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-566ce8cf-8b48-462a-b179-83eeec2a4576:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-566ce8cf-8b48-462a-b179-83eeec2a4576:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-566ce8cf-8b48-462a-b179-83eeec2a4576 {
  display: none;
}
#s-566ce8cf-8b48-462a-b179-83eeec2a4576, #wrap-s-566ce8cf-8b48-462a-b179-83eeec2a4576 { display:none !important; }}@media (max-width: 767px){#s-566ce8cf-8b48-462a-b179-83eeec2a4576 {
  display: none;
}
#s-566ce8cf-8b48-462a-b179-83eeec2a4576, #wrap-s-566ce8cf-8b48-462a-b179-83eeec2a4576 { display:none !important; }}

  #s-566ce8cf-8b48-462a-b179-83eeec2a4576-btn-wrapper {
    text-align: center;
  }


#s-566ce8cf-8b48-462a-b179-83eeec2a4576.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a2dd6cfa-a545-494c-9df2-3767023b4f95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5aa160f6-0227-44bc-8a04-49bd17d32782 {
  border-style: solid;
margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
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: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-5aa160f6-0227-44bc-8a04-49bd17d32782 {
  display: none;
}
#s-5aa160f6-0227-44bc-8a04-49bd17d32782, #wrap-s-5aa160f6-0227-44bc-8a04-49bd17d32782 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5aa160f6-0227-44bc-8a04-49bd17d32782 {
  display: none;
}
#s-5aa160f6-0227-44bc-8a04-49bd17d32782, #wrap-s-5aa160f6-0227-44bc-8a04-49bd17d32782 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5aa160f6-0227-44bc-8a04-49bd17d32782 {
  
}
}@media (max-width: 767px){#s-5aa160f6-0227-44bc-8a04-49bd17d32782 {
  
}
}
#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 260px;
margin-left: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d {
  display: none;
}
#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d, #wrap-s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d {
  display: none;
}
#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d, #wrap-s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d {
  
}
}@media (max-width: 767px){#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d {
  
}
}

  #s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d-btn-wrapper {
    text-align: center;
  }


#s-c4e1d683-05f8-4d79-9983-4ddd1c16fc5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f {
  display: none;
}
#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f, #wrap-s-1d0af4ef-a634-43fb-88ad-4a15daefc03f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f {
  display: none;
}
#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f, #wrap-s-1d0af4ef-a634-43fb-88ad-4a15daefc03f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f {
  display: none;
}
#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f, #wrap-s-1d0af4ef-a634-43fb-88ad-4a15daefc03f { display:none !important; }}







#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d0af4ef-a634-43fb-88ad-4a15daefc03f.shg-box.shg-c {
  justify-content: center;
}

#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 {
  display: none;
}
#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84, #wrap-s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 {
  display: none;
}
#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84, #wrap-s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 {
  display: none;
}
#s-8839647f-3c4e-4c12-ab02-1a3789ba7f84, #wrap-s-8839647f-3c4e-4c12-ab02-1a3789ba7f84 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8839647f-3c4e-4c12-ab02-1a3789ba7f84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-01b1be3e-c674-4cd8-bd7b-43c58a2bc381 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-4809db59-51bb-4d77-b69c-97e13db650c1 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-4809db59-51bb-4d77-b69c-97e13db650c1 {
  display: none;
}
#s-4809db59-51bb-4d77-b69c-97e13db650c1, #wrap-s-4809db59-51bb-4d77-b69c-97e13db650c1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4809db59-51bb-4d77-b69c-97e13db650c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2cdec3a4-34c1-424e-b955-b39428c0e6d7 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-44106bdf-8dbb-47ff-83d3-9484593d47c0 {
  display: none;
}
#s-44106bdf-8dbb-47ff-83d3-9484593d47c0, #wrap-s-44106bdf-8dbb-47ff-83d3-9484593d47c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44106bdf-8dbb-47ff-83d3-9484593d47c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-342a43b2-c1d8-484f-9824-f2a921e629f1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-342a43b2-c1d8-484f-9824-f2a921e629f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-342a43b2-c1d8-484f-9824-f2a921e629f1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}


#s-342a43b2-c1d8-484f-9824-f2a921e629f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-dbb9da5e-b5ca-4ec6-8841-439970e91796 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dbb9da5e-b5ca-4ec6-8841-439970e91796:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbb9da5e-b5ca-4ec6-8841-439970e91796:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-dbb9da5e-b5ca-4ec6-8841-439970e91796 {
  display: none;
}
#s-dbb9da5e-b5ca-4ec6-8841-439970e91796, #wrap-s-dbb9da5e-b5ca-4ec6-8841-439970e91796 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbb9da5e-b5ca-4ec6-8841-439970e91796 {
  display: none;
}
#s-dbb9da5e-b5ca-4ec6-8841-439970e91796, #wrap-s-dbb9da5e-b5ca-4ec6-8841-439970e91796 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbb9da5e-b5ca-4ec6-8841-439970e91796 {
  display: none;
}
#s-dbb9da5e-b5ca-4ec6-8841-439970e91796, #wrap-s-dbb9da5e-b5ca-4ec6-8841-439970e91796 { display:none !important; }}


#s-dbb9da5e-b5ca-4ec6-8841-439970e91796.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf {
  background-image: url(https://i.shgcdn.com/a38a43a4-e30b-4f95-8b09-91a69aa6470d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf {
  display: none;
}
#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf, #wrap-s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf {
  display: none;
}
#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf, #wrap-s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf { display:none !important; }}







#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf {
  cursor: pointer;
}#s-9f35ce8d-a58d-4727-abdb-3b8e284c2acf.shg-box.shg-c {
  justify-content: center;
}

#s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718 {
  display: none;
}
#s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718, #wrap-s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718 { display:none !important; }}@media (max-width: 767px){#s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718 {
  display: none;
}
#s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718, #wrap-s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b1b35f5-e6d9-485f-8e6b-702e1ffc4718"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5 {
  display: none;
}
#s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5, #wrap-s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5 { display:none !important; }}@media (max-width: 767px){#s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5 {
  display: none;
}
#s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5, #wrap-s-4d259fc6-eaa6-46b6-9ffc-7f39a6bd43e5 { display:none !important; }}
#s-2071d3fb-a975-43c9-8299-eafbf346b6aa {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2071d3fb-a975-43c9-8299-eafbf346b6aa {
  display: none;
}
#s-2071d3fb-a975-43c9-8299-eafbf346b6aa, #wrap-s-2071d3fb-a975-43c9-8299-eafbf346b6aa { display:none !important; }}@media (max-width: 767px){#s-2071d3fb-a975-43c9-8299-eafbf346b6aa {
  display: none;
}
#s-2071d3fb-a975-43c9-8299-eafbf346b6aa, #wrap-s-2071d3fb-a975-43c9-8299-eafbf346b6aa { display:none !important; }}
@media (min-width: 0px) {
[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2071d3fb-a975-43c9-8299-eafbf346b6aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-573ceca6-148f-4614-ab09-fee6c4c11c60 {
  background-image: url(none);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-573ceca6-148f-4614-ab09-fee6c4c11c60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-573ceca6-148f-4614-ab09-fee6c4c11c60:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-573ceca6-148f-4614-ab09-fee6c4c11c60 {
  display: none;
}
#s-573ceca6-148f-4614-ab09-fee6c4c11c60, #wrap-s-573ceca6-148f-4614-ab09-fee6c4c11c60 { display:none !important; }}@media (max-width: 767px){#s-573ceca6-148f-4614-ab09-fee6c4c11c60 {
  display: none;
}
#s-573ceca6-148f-4614-ab09-fee6c4c11c60, #wrap-s-573ceca6-148f-4614-ab09-fee6c4c11c60 { display:none !important; }}

  #s-573ceca6-148f-4614-ab09-fee6c4c11c60-btn-wrapper {
    text-align: center;
  }


#s-573ceca6-148f-4614-ab09-fee6c4c11c60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-87479e37-15e7-4b50-9ea2-7defc89c2686 {
  display: none;
}
#s-87479e37-15e7-4b50-9ea2-7defc89c2686, #wrap-s-87479e37-15e7-4b50-9ea2-7defc89c2686 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87479e37-15e7-4b50-9ea2-7defc89c2686 {
  display: none;
}
#s-87479e37-15e7-4b50-9ea2-7defc89c2686, #wrap-s-87479e37-15e7-4b50-9ea2-7defc89c2686 { display:none !important; }}@media (max-width: 767px){#s-87479e37-15e7-4b50-9ea2-7defc89c2686 {
  display: none;
}
#s-87479e37-15e7-4b50-9ea2-7defc89c2686, #wrap-s-87479e37-15e7-4b50-9ea2-7defc89c2686 { display:none !important; }}
@media (min-width: 0px) {
[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87479e37-15e7-4b50-9ea2-7defc89c2686"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-81e2d26a-456c-4cf8-8976-c9473a17091b {
  border-style: solid;
margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
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: 10px;
background-color: rgba(194, 194, 194, 0.5);
}
@media (min-width: 1200px){#s-81e2d26a-456c-4cf8-8976-c9473a17091b {
  display: none;
}
#s-81e2d26a-456c-4cf8-8976-c9473a17091b, #wrap-s-81e2d26a-456c-4cf8-8976-c9473a17091b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81e2d26a-456c-4cf8-8976-c9473a17091b {
  display: none;
}
#s-81e2d26a-456c-4cf8-8976-c9473a17091b, #wrap-s-81e2d26a-456c-4cf8-8976-c9473a17091b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81e2d26a-456c-4cf8-8976-c9473a17091b {
  
}
}@media (max-width: 767px){#s-81e2d26a-456c-4cf8-8976-c9473a17091b {
  
}
}
#s-0e4a644b-9a81-49be-b30b-58c11acb1996 {
  border-style: solid;
margin-top: -60px;
margin-left: 30px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
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: 10px;
background-color: rgba(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-0e4a644b-9a81-49be-b30b-58c11acb1996 {
  display: none;
}
#s-0e4a644b-9a81-49be-b30b-58c11acb1996, #wrap-s-0e4a644b-9a81-49be-b30b-58c11acb1996 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e4a644b-9a81-49be-b30b-58c11acb1996 {
  display: none;
}
#s-0e4a644b-9a81-49be-b30b-58c11acb1996, #wrap-s-0e4a644b-9a81-49be-b30b-58c11acb1996 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e4a644b-9a81-49be-b30b-58c11acb1996 {
  display: none;
}
#s-0e4a644b-9a81-49be-b30b-58c11acb1996, #wrap-s-0e4a644b-9a81-49be-b30b-58c11acb1996 { display:none !important; }}@media (max-width: 767px){#s-0e4a644b-9a81-49be-b30b-58c11acb1996 {
  
}
}
#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 250px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
background-position: center center;
}
#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 {
  display: none;
}
#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540, #wrap-s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 {
  display: none;
}
#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540, #wrap-s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 {
  
}
}@media (max-width: 767px){#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540 {
  
}
}

  #s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540-btn-wrapper {
    text-align: center;
  }


#s-8e53a3b3-eeb8-4cf0-8661-66b06e97d540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  background-image: url(https://i.shgcdn.com/8a593cd0-a363-4146-a128-9b0ad4fe278c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  display: none;
}
#s-a745092c-583c-4896-b9c8-ea3269617aeb, #wrap-s-a745092c-583c-4896-b9c8-ea3269617aeb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  display: none;
}
#s-a745092c-583c-4896-b9c8-ea3269617aeb, #wrap-s-a745092c-583c-4896-b9c8-ea3269617aeb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  
}
}@media (max-width: 767px){#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  display: none;
}
#s-a745092c-583c-4896-b9c8-ea3269617aeb, #wrap-s-a745092c-583c-4896-b9c8-ea3269617aeb { display:none !important; }}







#s-a745092c-583c-4896-b9c8-ea3269617aeb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a745092c-583c-4896-b9c8-ea3269617aeb {
  cursor: pointer;
}#s-a745092c-583c-4896-b9c8-ea3269617aeb.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-d21faeee-b956-4444-aac1-0c922899e7ea {
  display: none;
}
#s-d21faeee-b956-4444-aac1-0c922899e7ea, #wrap-s-d21faeee-b956-4444-aac1-0c922899e7ea { display:none !important; }}@media (max-width: 767px){#s-d21faeee-b956-4444-aac1-0c922899e7ea {
  display: none;
}
#s-d21faeee-b956-4444-aac1-0c922899e7ea, #wrap-s-d21faeee-b956-4444-aac1-0c922899e7ea { display:none !important; }}
@media (min-width: 0px) {
[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d21faeee-b956-4444-aac1-0c922899e7ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.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-3b2fa3a3-329a-41e7-abeb-f6abea79c213 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b2fa3a3-329a-41e7-abeb-f6abea79c213 {
  display: none;
}
#s-3b2fa3a3-329a-41e7-abeb-f6abea79c213, #wrap-s-3b2fa3a3-329a-41e7-abeb-f6abea79c213 { display:none !important; }}@media (max-width: 767px){#s-3b2fa3a3-329a-41e7-abeb-f6abea79c213 {
  display: none;
}
#s-3b2fa3a3-329a-41e7-abeb-f6abea79c213, #wrap-s-3b2fa3a3-329a-41e7-abeb-f6abea79c213 { display:none !important; }}
#s-3b2fa3a3-329a-41e7-abeb-f6abea79c213 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5d74cd95-e6eb-4f69-aea5-8f779852694d {
  border-style: solid;
margin-top: 10px;
margin-right: 10px;
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: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d74cd95-e6eb-4f69-aea5-8f779852694d {
  display: none;
}
#s-5d74cd95-e6eb-4f69-aea5-8f779852694d, #wrap-s-5d74cd95-e6eb-4f69-aea5-8f779852694d { display:none !important; }}@media (max-width: 767px){#s-5d74cd95-e6eb-4f69-aea5-8f779852694d {
  display: none;
}
#s-5d74cd95-e6eb-4f69-aea5-8f779852694d, #wrap-s-5d74cd95-e6eb-4f69-aea5-8f779852694d { display:none !important; }}
#s-986ab3be-a751-4a76-880b-69947737576c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-986ab3be-a751-4a76-880b-69947737576c {
  display: none;
}
#s-986ab3be-a751-4a76-880b-69947737576c, #wrap-s-986ab3be-a751-4a76-880b-69947737576c { display:none !important; }}@media (max-width: 767px){#s-986ab3be-a751-4a76-880b-69947737576c {
  display: none;
}
#s-986ab3be-a751-4a76-880b-69947737576c, #wrap-s-986ab3be-a751-4a76-880b-69947737576c { display:none !important; }}
@media (min-width: 0px) {
[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-986ab3be-a751-4a76-880b-69947737576c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29fe1828-a474-41f5-9ba5-f2e7566ba129 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-29fe1828-a474-41f5-9ba5-f2e7566ba129:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29fe1828-a474-41f5-9ba5-f2e7566ba129:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29fe1828-a474-41f5-9ba5-f2e7566ba129-btn-wrapper {
    text-align: center;
  }


#s-29fe1828-a474-41f5-9ba5-f2e7566ba129.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 {
  display: none;
}
#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0, #wrap-s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 {
  display: none;
}
#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0, #wrap-s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 {
  
}
}@media (max-width: 767px){#s-8609b41f-8a46-4e35-899a-8fa35f89bcc0 {
  
}
}
#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.9);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7 {
  display: none;
}
#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7, #wrap-s-c6905ad4-9888-4d8b-9dd9-424580dbbea7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7 {
  display: none;
}
#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7, #wrap-s-c6905ad4-9888-4d8b-9dd9-424580dbbea7 { display:none !important; }}

  #s-c6905ad4-9888-4d8b-9dd9-424580dbbea7-btn-wrapper {
    text-align: center;
  }


#s-c6905ad4-9888-4d8b-9dd9-424580dbbea7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a {
  background-image: url(https://i.shgcdn.com/1f92fb9f-8a8f-42bb-b88f-8a34db9098a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a {
  display: none;
}
#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a, #wrap-s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a { display:none !important; }}@media (max-width: 767px){#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a {
  display: none;
}
#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a, #wrap-s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a { display:none !important; }}







#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a {
  cursor: pointer;
}#s-abdf03d6-b6d0-46ec-8483-a7777c69ea0a.shg-box.shg-c {
  justify-content: center;
}

#s-95bfa0e8-5737-4662-a439-c3dbd0065e7e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95bfa0e8-5737-4662-a439-c3dbd0065e7e {
  display: none;
}
#s-95bfa0e8-5737-4662-a439-c3dbd0065e7e, #wrap-s-95bfa0e8-5737-4662-a439-c3dbd0065e7e { display:none !important; }}@media (max-width: 767px){#s-95bfa0e8-5737-4662-a439-c3dbd0065e7e {
  display: none;
}
#s-95bfa0e8-5737-4662-a439-c3dbd0065e7e, #wrap-s-95bfa0e8-5737-4662-a439-c3dbd0065e7e { display:none !important; }}
@media (min-width: 0px) {
[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-95bfa0e8-5737-4662-a439-c3dbd0065e7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-68882062-47de-42e4-b306-ff1d35c5d4cc {
  border-style: solid;
margin-top: 0px;
padding-top: 15px;
padding-bottom: 15px;
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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-68882062-47de-42e4-b306-ff1d35c5d4cc {
  display: none;
}
#s-68882062-47de-42e4-b306-ff1d35c5d4cc, #wrap-s-68882062-47de-42e4-b306-ff1d35c5d4cc { display:none !important; }}@media (max-width: 767px){#s-68882062-47de-42e4-b306-ff1d35c5d4cc {
  display: none;
}
#s-68882062-47de-42e4-b306-ff1d35c5d4cc, #wrap-s-68882062-47de-42e4-b306-ff1d35c5d4cc { display:none !important; }}
#s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2 {
  display: none;
}
#s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2, #wrap-s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2 { display:none !important; }}@media (max-width: 767px){#s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2 {
  display: none;
}
#s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2, #wrap-s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d7e6dd10-4b6f-4d9b-adea-bf65e9c778a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-54b08006-c9cb-4ca5-a971-7051e468fe03 {
  margin-top: 50px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-54b08006-c9cb-4ca5-a971-7051e468fe03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54b08006-c9cb-4ca5-a971-7051e468fe03:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-54b08006-c9cb-4ca5-a971-7051e468fe03 {
  display: none;
}
#s-54b08006-c9cb-4ca5-a971-7051e468fe03, #wrap-s-54b08006-c9cb-4ca5-a971-7051e468fe03 { display:none !important; }}@media (max-width: 767px){#s-54b08006-c9cb-4ca5-a971-7051e468fe03 {
  display: none;
}
#s-54b08006-c9cb-4ca5-a971-7051e468fe03, #wrap-s-54b08006-c9cb-4ca5-a971-7051e468fe03 { display:none !important; }}

  #s-54b08006-c9cb-4ca5-a971-7051e468fe03-btn-wrapper {
    text-align: center;
  }


#s-54b08006-c9cb-4ca5-a971-7051e468fe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  background-image: url(https://i.shgcdn.com/8a593cd0-a363-4146-a128-9b0ad4fe278c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -75px center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  display: none;
}
#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac, #wrap-s-1d71e3e3-cd27-4fec-8b6d-e68327509bac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  display: none;
}
#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac, #wrap-s-1d71e3e3-cd27-4fec-8b6d-e68327509bac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  display: none;
}
#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac, #wrap-s-1d71e3e3-cd27-4fec-8b6d-e68327509bac { display:none !important; }}@media (max-width: 767px){#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  
}
}







#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac {
  cursor: pointer;
}#s-1d71e3e3-cd27-4fec-8b6d-e68327509bac.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-3a0c6e1a-0047-4171-9191-ec9615234108 {
  display: none;
}
#s-3a0c6e1a-0047-4171-9191-ec9615234108, #wrap-s-3a0c6e1a-0047-4171-9191-ec9615234108 { display:none !important; }}@media (max-width: 767px){#s-3a0c6e1a-0047-4171-9191-ec9615234108 {
  display: none;
}
#s-3a0c6e1a-0047-4171-9191-ec9615234108, #wrap-s-3a0c6e1a-0047-4171-9191-ec9615234108 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3a0c6e1a-0047-4171-9191-ec9615234108"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e {
  display: none;
}
#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e, #wrap-s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e { display:none !important; }}@media (max-width: 767px){#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e {
  display: none;
}
#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e, #wrap-s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e { display:none !important; }}
#s-3cdf41c5-0c7d-4eaa-b0ca-68baab5bf89e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6adc973c-8186-4dec-aee2-b2e9cfb54149 {
  border-style: solid;
margin-top: 10px;
margin-right: 10px;
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: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-6adc973c-8186-4dec-aee2-b2e9cfb54149 {
  display: none;
}
#s-6adc973c-8186-4dec-aee2-b2e9cfb54149, #wrap-s-6adc973c-8186-4dec-aee2-b2e9cfb54149 { display:none !important; }}@media (max-width: 767px){#s-6adc973c-8186-4dec-aee2-b2e9cfb54149 {
  display: none;
}
#s-6adc973c-8186-4dec-aee2-b2e9cfb54149, #wrap-s-6adc973c-8186-4dec-aee2-b2e9cfb54149 { display:none !important; }}
#s-08aaeed9-2a65-4387-948a-dfba1287ba41 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08aaeed9-2a65-4387-948a-dfba1287ba41 {
  display: none;
}
#s-08aaeed9-2a65-4387-948a-dfba1287ba41, #wrap-s-08aaeed9-2a65-4387-948a-dfba1287ba41 { display:none !important; }}@media (max-width: 767px){#s-08aaeed9-2a65-4387-948a-dfba1287ba41 {
  display: none;
}
#s-08aaeed9-2a65-4387-948a-dfba1287ba41, #wrap-s-08aaeed9-2a65-4387-948a-dfba1287ba41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-08aaeed9-2a65-4387-948a-dfba1287ba41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9930933c-a545-49f1-81d2-2e5c23dc96f9 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-9930933c-a545-49f1-81d2-2e5c23dc96f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9930933c-a545-49f1-81d2-2e5c23dc96f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9930933c-a545-49f1-81d2-2e5c23dc96f9-btn-wrapper {
    text-align: center;
  }


#s-9930933c-a545-49f1-81d2-2e5c23dc96f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 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;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 {
  display: none;
}
#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834, #wrap-s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 {
  display: none;
}
#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834, #wrap-s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 {
  
}
}@media (max-width: 767px){#s-d4bfc0de-8d35-4708-8de0-fdffa1c84834 {
  
}
}
#s-4826a817-ac6e-4c02-9318-43b22fc34bf5 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.9);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-4826a817-ac6e-4c02-9318-43b22fc34bf5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4826a817-ac6e-4c02-9318-43b22fc34bf5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4826a817-ac6e-4c02-9318-43b22fc34bf5 {
  display: none;
}
#s-4826a817-ac6e-4c02-9318-43b22fc34bf5, #wrap-s-4826a817-ac6e-4c02-9318-43b22fc34bf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4826a817-ac6e-4c02-9318-43b22fc34bf5 {
  display: none;
}
#s-4826a817-ac6e-4c02-9318-43b22fc34bf5, #wrap-s-4826a817-ac6e-4c02-9318-43b22fc34bf5 { display:none !important; }}

  #s-4826a817-ac6e-4c02-9318-43b22fc34bf5-btn-wrapper {
    text-align: center;
  }


#s-4826a817-ac6e-4c02-9318-43b22fc34bf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bad49892-cb7d-447f-a95d-82550ba664eb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ae7b5857-e56a-4b9e-8a12-15665c6b5c5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae7b5857-e56a-4b9e-8a12-15665c6b5c5b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e6695d2f-2a3f-42bf-a0cf-5699eebd6ab1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-06b1e8af-a37d-4ffb-9732-85c7c25416b2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-06b1e8af-a37d-4ffb-9732-85c7c25416b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06b1e8af-a37d-4ffb-9732-85c7c25416b2 {
  cursor: pointer;
}#s-06b1e8af-a37d-4ffb-9732-85c7c25416b2.shg-box.shg-c {
  justify-content: center;
}

#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 {
  display: none;
}
#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5, #wrap-s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 {
  display: none;
}
#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5, #wrap-s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 { display:none !important; }}







#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5 {
  cursor: pointer;
}#s-55c9d0f0-55dd-4912-9736-9ad28a3b59c5.shg-box.shg-c {
  justify-content: center;
}

#s-05e324a2-198c-449c-9e78-aba283d9b731 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 {
  display: none;
}
#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6, #wrap-s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 { display:none !important; }}@media (max-width: 767px){#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 {
  display: none;
}
#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6, #wrap-s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 { display:none !important; }}







#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6 {
  cursor: pointer;
}#s-9fab2ebb-ac52-42b5-a474-750638b4f3a6.shg-box.shg-c {
  justify-content: center;
}

#s-1a746e7c-063a-408e-b6d5-89bc3e2d8546 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-e6a0df4e-6383-45d4-a942-ec0831003bc3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-e6a0df4e-6383-45d4-a942-ec0831003bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a0df4e-6383-45d4-a942-ec0831003bc3 {
  cursor: pointer;
}#s-e6a0df4e-6383-45d4-a942-ec0831003bc3.shg-box.shg-c {
  justify-content: center;
}

#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 {
  display: none;
}
#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8, #wrap-s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 {
  display: none;
}
#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8, #wrap-s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 { display:none !important; }}







#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8 {
  cursor: pointer;
}#s-680ff8d1-acbc-4334-a46c-9bd67d64fec8.shg-box.shg-c {
  justify-content: center;
}

#s-4ef6b5dd-78a5-4dbd-9fbe-31d17592e76d {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-f24996b8-d46b-4206-aa7d-4c645447f873 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f24996b8-d46b-4206-aa7d-4c645447f873 {
  display: none;
}
#s-f24996b8-d46b-4206-aa7d-4c645447f873, #wrap-s-f24996b8-d46b-4206-aa7d-4c645447f873 { display:none !important; }}@media (max-width: 767px){#s-f24996b8-d46b-4206-aa7d-4c645447f873 {
  display: none;
}
#s-f24996b8-d46b-4206-aa7d-4c645447f873, #wrap-s-f24996b8-d46b-4206-aa7d-4c645447f873 { display:none !important; }}







#s-f24996b8-d46b-4206-aa7d-4c645447f873 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f24996b8-d46b-4206-aa7d-4c645447f873 {
  cursor: pointer;
}#s-f24996b8-d46b-4206-aa7d-4c645447f873.shg-box.shg-c {
  justify-content: center;
}

#s-052a4860-646e-4fce-9653-d171ec32527a {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-3e0a788e-4cca-4fe2-b4e5-ec940aa76ed3 {
  min-height: 50px;
}








#s-3e0a788e-4cca-4fe2-b4e5-ec940aa76ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e0a788e-4cca-4fe2-b4e5-ec940aa76ed3.shg-box.shg-c {
  justify-content: center;
}

#s-ca195fbe-2048-4223-b3e1-22f1051c91f6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-ca195fbe-2048-4223-b3e1-22f1051c91f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca195fbe-2048-4223-b3e1-22f1051c91f6 {
  cursor: pointer;
}#s-ca195fbe-2048-4223-b3e1-22f1051c91f6.shg-box.shg-c {
  justify-content: center;
}

#s-34fc75ed-e170-4c82-8cd1-3747592d0949 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-34fc75ed-e170-4c82-8cd1-3747592d0949 {
  display: none;
}
#s-34fc75ed-e170-4c82-8cd1-3747592d0949, #wrap-s-34fc75ed-e170-4c82-8cd1-3747592d0949 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34fc75ed-e170-4c82-8cd1-3747592d0949 {
  display: none;
}
#s-34fc75ed-e170-4c82-8cd1-3747592d0949, #wrap-s-34fc75ed-e170-4c82-8cd1-3747592d0949 { display:none !important; }}







#s-34fc75ed-e170-4c82-8cd1-3747592d0949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34fc75ed-e170-4c82-8cd1-3747592d0949 {
  cursor: pointer;
}#s-34fc75ed-e170-4c82-8cd1-3747592d0949.shg-box.shg-c {
  justify-content: center;
}

#s-7a615e85-5316-4a8a-9c4f-ac57f783fd6d {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-2d804967-ae6a-4108-8482-1f9295ca985b {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d804967-ae6a-4108-8482-1f9295ca985b {
  display: none;
}
#s-2d804967-ae6a-4108-8482-1f9295ca985b, #wrap-s-2d804967-ae6a-4108-8482-1f9295ca985b { display:none !important; }}@media (max-width: 767px){#s-2d804967-ae6a-4108-8482-1f9295ca985b {
  display: none;
}
#s-2d804967-ae6a-4108-8482-1f9295ca985b, #wrap-s-2d804967-ae6a-4108-8482-1f9295ca985b { display:none !important; }}







#s-2d804967-ae6a-4108-8482-1f9295ca985b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d804967-ae6a-4108-8482-1f9295ca985b {
  cursor: pointer;
}#s-2d804967-ae6a-4108-8482-1f9295ca985b.shg-box.shg-c {
  justify-content: center;
}

#s-03767d5d-f521-4ad0-9a61-90f9c31884da {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-036e8d5b-5caa-4044-84fb-254ca1852a16 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca {
  display: none;
}
#s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca, #wrap-s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca {
  display: none;
}
#s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca, #wrap-s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca { display:none !important; }}
@media (min-width: 0px) {
[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.75px);
}

[id="s-c09e4bd9-8a87-4bac-ac6f-9df6adb773ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.75px);
}

}

#s-456af3bb-1d3d-4e6e-b4ab-faf85d705184 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-456af3bb-1d3d-4e6e-b4ab-faf85d705184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456af3bb-1d3d-4e6e-b4ab-faf85d705184 {
  cursor: pointer;
}#s-456af3bb-1d3d-4e6e-b4ab-faf85d705184.shg-box.shg-c {
  justify-content: center;
}

#s-793d3241-b3bc-4443-b4a6-6ccadd23ad68 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-793d3241-b3bc-4443-b4a6-6ccadd23ad68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793d3241-b3bc-4443-b4a6-6ccadd23ad68 {
  cursor: pointer;
}#s-793d3241-b3bc-4443-b4a6-6ccadd23ad68.shg-box.shg-c {
  justify-content: center;
}

#s-9ee288bb-544d-45fd-bd5c-6d667b61fdd3 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-fc009aea-2087-4e90-a106-2446e8ace5af {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: -80px center;
}








#s-fc009aea-2087-4e90-a106-2446e8ace5af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc009aea-2087-4e90-a106-2446e8ace5af {
  cursor: pointer;
}#s-fc009aea-2087-4e90-a106-2446e8ace5af.shg-box.shg-c {
  justify-content: center;
}

#s-46a4e2ab-f6c7-4115-84e0-6592f0503bdc {
  margin-bottom: 10px;
min-height: 50px;
}








#s-46a4e2ab-f6c7-4115-84e0-6592f0503bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46a4e2ab-f6c7-4115-84e0-6592f0503bdc {
  cursor: pointer;
}#s-46a4e2ab-f6c7-4115-84e0-6592f0503bdc.shg-box.shg-c {
  justify-content: center;
}

#s-080a2b82-bbcd-45dd-8ad0-d1a02d60f246 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-474c43ef-ea0f-40d1-9faf-d33a225e0dfd {
  margin-bottom: 10px;
min-height: 50px;
}








#s-474c43ef-ea0f-40d1-9faf-d33a225e0dfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-474c43ef-ea0f-40d1-9faf-d33a225e0dfd {
  cursor: pointer;
}#s-474c43ef-ea0f-40d1-9faf-d33a225e0dfd.shg-box.shg-c {
  justify-content: center;
}

#s-76c842f1-e672-453b-8cdf-ef687c741c0f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-76c842f1-e672-453b-8cdf-ef687c741c0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c842f1-e672-453b-8cdf-ef687c741c0f {
  cursor: pointer;
}#s-76c842f1-e672-453b-8cdf-ef687c741c0f.shg-box.shg-c {
  justify-content: center;
}

#s-220879e5-2f27-477b-bc97-e924910c4b4e {
  margin-bottom: 10px;
min-height: 50px;
}








#s-220879e5-2f27-477b-bc97-e924910c4b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-220879e5-2f27-477b-bc97-e924910c4b4e {
  cursor: pointer;
}#s-220879e5-2f27-477b-bc97-e924910c4b4e.shg-box.shg-c {
  justify-content: center;
}

#s-81f05416-4bbd-4448-bc05-acd4fa9e19db {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-46d7f998-6e87-42a9-be14-c6c2e09b3e76 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-46d7f998-6e87-42a9-be14-c6c2e09b3e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d7f998-6e87-42a9-be14-c6c2e09b3e76 {
  cursor: pointer;
}#s-46d7f998-6e87-42a9-be14-c6c2e09b3e76.shg-box.shg-c {
  justify-content: center;
}

#s-1fdef91b-958c-4509-b8b7-829fb00357a9 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-1fdef91b-958c-4509-b8b7-829fb00357a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fdef91b-958c-4509-b8b7-829fb00357a9 {
  cursor: pointer;
}#s-1fdef91b-958c-4509-b8b7-829fb00357a9.shg-box.shg-c {
  justify-content: center;
}

#s-603698b4-4487-4a53-abb8-d600c039f5fd {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-4dd08f93-e885-4b1a-83af-460f6fb3208e {
  display: none;
}
#s-4dd08f93-e885-4b1a-83af-460f6fb3208e, #wrap-s-4dd08f93-e885-4b1a-83af-460f6fb3208e { display:none !important; }}@media (max-width: 767px){#s-4dd08f93-e885-4b1a-83af-460f6fb3208e {
  display: none;
}
#s-4dd08f93-e885-4b1a-83af-460f6fb3208e, #wrap-s-4dd08f93-e885-4b1a-83af-460f6fb3208e { display:none !important; }}
@media (min-width: 0px) {
[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-4dd08f93-e885-4b1a-83af-460f6fb3208e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-80abfecc-1e1b-4680-b5a4-384f90b2616a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-80abfecc-1e1b-4680-b5a4-384f90b2616a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80abfecc-1e1b-4680-b5a4-384f90b2616a {
  cursor: pointer;
}#s-80abfecc-1e1b-4680-b5a4-384f90b2616a.shg-box.shg-c {
  justify-content: center;
}

#s-be98068f-1fed-4bb7-bf87-0b028ee87ee0 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-be98068f-1fed-4bb7-bf87-0b028ee87ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be98068f-1fed-4bb7-bf87-0b028ee87ee0 {
  cursor: pointer;
}#s-be98068f-1fed-4bb7-bf87-0b028ee87ee0.shg-box.shg-c {
  justify-content: center;
}

#s-5004cd59-a8f2-423e-9dbf-a991b2aeff42 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-ce6958e2-ed57-419e-ad7f-183024468b52 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: -50px center;
}








#s-ce6958e2-ed57-419e-ad7f-183024468b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce6958e2-ed57-419e-ad7f-183024468b52 {
  cursor: pointer;
}#s-ce6958e2-ed57-419e-ad7f-183024468b52.shg-box.shg-c {
  justify-content: center;
}

#s-1380773b-8237-4776-8464-2e4e0af3ff14 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-1380773b-8237-4776-8464-2e4e0af3ff14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1380773b-8237-4776-8464-2e4e0af3ff14 {
  cursor: pointer;
}#s-1380773b-8237-4776-8464-2e4e0af3ff14.shg-box.shg-c {
  justify-content: center;
}

#s-33aaf7c1-8b28-4552-ba4e-21fb1dbb2051 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-decac955-d1aa-4d0c-8379-cdb15ac3f46e {
  margin-bottom: 10px;
min-height: 50px;
}








#s-decac955-d1aa-4d0c-8379-cdb15ac3f46e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-decac955-d1aa-4d0c-8379-cdb15ac3f46e {
  cursor: pointer;
}#s-decac955-d1aa-4d0c-8379-cdb15ac3f46e.shg-box.shg-c {
  justify-content: center;
}

#s-055b019d-32aa-4e6b-b119-64249d72675f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-055b019d-32aa-4e6b-b119-64249d72675f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-055b019d-32aa-4e6b-b119-64249d72675f {
  cursor: pointer;
}#s-055b019d-32aa-4e6b-b119-64249d72675f.shg-box.shg-c {
  justify-content: center;
}

#s-c028653e-8ec4-461b-8793-ca7ec9d93d3a {
  margin-bottom: 10px;
min-height: 50px;
}








#s-c028653e-8ec4-461b-8793-ca7ec9d93d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c028653e-8ec4-461b-8793-ca7ec9d93d3a {
  cursor: pointer;
}#s-c028653e-8ec4-461b-8793-ca7ec9d93d3a.shg-box.shg-c {
  justify-content: center;
}

#s-4c014a39-7877-4c6e-9ae3-ce6a00344297 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-ee2f8ab8-18ee-4d86-a2a0-45b84122c6e6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-ee2f8ab8-18ee-4d86-a2a0-45b84122c6e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee2f8ab8-18ee-4d86-a2a0-45b84122c6e6 {
  cursor: pointer;
}#s-ee2f8ab8-18ee-4d86-a2a0-45b84122c6e6.shg-box.shg-c {
  justify-content: center;
}

#s-df1f333a-7630-4c56-ae03-90b78ab1fc4a {
  margin-bottom: 10px;
min-height: 50px;
}








#s-df1f333a-7630-4c56-ae03-90b78ab1fc4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df1f333a-7630-4c56-ae03-90b78ab1fc4a {
  cursor: pointer;
}#s-df1f333a-7630-4c56-ae03-90b78ab1fc4a.shg-box.shg-c {
  justify-content: center;
}

#s-bc49fdde-bea0-41ee-9165-54dc6220fbdc {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-5867ece0-6486-4d31-8d22-45c18920aed6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-80e3c730-9153-405a-8af1-7e43345a0b48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-80e3c730-9153-405a-8af1-7e43345a0b48 {
  display: none;
}
#s-80e3c730-9153-405a-8af1-7e43345a0b48, #wrap-s-80e3c730-9153-405a-8af1-7e43345a0b48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80e3c730-9153-405a-8af1-7e43345a0b48 {
  display: none;
}
#s-80e3c730-9153-405a-8af1-7e43345a0b48, #wrap-s-80e3c730-9153-405a-8af1-7e43345a0b48 { display:none !important; }}
#s-80e3c730-9153-405a-8af1-7e43345a0b48 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-60f8d526-80f7-451b-b566-b63609e43147 {
  display: none;
}
#s-60f8d526-80f7-451b-b566-b63609e43147, #wrap-s-60f8d526-80f7-451b-b566-b63609e43147 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60f8d526-80f7-451b-b566-b63609e43147 {
  display: none;
}
#s-60f8d526-80f7-451b-b566-b63609e43147, #wrap-s-60f8d526-80f7-451b-b566-b63609e43147 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60f8d526-80f7-451b-b566-b63609e43147 {
  display: none;
}
#s-60f8d526-80f7-451b-b566-b63609e43147, #wrap-s-60f8d526-80f7-451b-b566-b63609e43147 { display:none !important; }}
@media (min-width: 0px) {
[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60f8d526-80f7-451b-b566-b63609e43147"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27680290-2ef9-4f6e-82b5-be0d752fa911 {
  display: none;
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8937737e-2f0d-4fee-897b-f0459013c557 {
  text-align: center;
}




  #s-8937737e-2f0d-4fee-897b-f0459013c557 img.shogun-image {
    
    width: px;
  }


#s-8937737e-2f0d-4fee-897b-f0459013c557 .shogun-image-content {
  
    align-items: center;
  
}

.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-d864e19c-4b5b-472f-abdb-cacdecbe1c53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d864e19c-4b5b-472f-abdb-cacdecbe1c53 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-0e964454-6e00-423c-9ed2-76727e76d789 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-dd9c525a-69de-4508-82f4-9cac1d3c495d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd9c525a-69de-4508-82f4-9cac1d3c495d {
  display: none;
}
#s-dd9c525a-69de-4508-82f4-9cac1d3c495d, #wrap-s-dd9c525a-69de-4508-82f4-9cac1d3c495d { display:none !important; }}@media (max-width: 767px){#s-dd9c525a-69de-4508-82f4-9cac1d3c495d {
  display: none;
}
#s-dd9c525a-69de-4508-82f4-9cac1d3c495d, #wrap-s-dd9c525a-69de-4508-82f4-9cac1d3c495d { display:none !important; }}
#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 {
  display: none;
}
#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2, #wrap-s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 {
  display: none;
}
#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2, #wrap-s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 {
  
}
}@media (max-width: 767px){#s-9fd82bfc-0a9e-46da-89cc-ebd6f533d5f2 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-da03dca5-ed2c-4215-938c-80b65cfcf6a5 {
  display: none;
}
#s-da03dca5-ed2c-4215-938c-80b65cfcf6a5, #wrap-s-da03dca5-ed2c-4215-938c-80b65cfcf6a5 { display:none !important; }}@media (max-width: 767px){#s-da03dca5-ed2c-4215-938c-80b65cfcf6a5 {
  display: none;
}
#s-da03dca5-ed2c-4215-938c-80b65cfcf6a5, #wrap-s-da03dca5-ed2c-4215-938c-80b65cfcf6a5 { display:none !important; }}
#s-6ee8960b-6dad-416a-ae7f-e9ec33504cbd {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6ee8960b-6dad-416a-ae7f-e9ec33504cbd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ee8960b-6dad-416a-ae7f-e9ec33504cbd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ee8960b-6dad-416a-ae7f-e9ec33504cbd-btn-wrapper {
    text-align: center;
  }


#s-6ee8960b-6dad-416a-ae7f-e9ec33504cbd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e53871f5-da33-4313-9873-a9fbf0a6d006 {
  display: none;
}
#s-01d0aa09-e68b-4de4-92c5-683908ee99c4 {
  text-align: center;
}




  #s-01d0aa09-e68b-4de4-92c5-683908ee99c4 img.shogun-image {
    
    width: px;
  }


#s-01d0aa09-e68b-4de4-92c5-683908ee99c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b8871a1-64f3-4110-8212-a87a964708d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b8871a1-64f3-4110-8212-a87a964708d4 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-37b7d27b-be1a-4f24-a296-eb439b76dafd {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2 {
  display: none;
}
#s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2, #wrap-s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2 { display:none !important; }}@media (max-width: 767px){#s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2 {
  display: none;
}
#s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2, #wrap-s-29ba4dc6-b326-4219-8391-3d4c7bbfbde2 { display:none !important; }}
#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e {
  display: none;
}
#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e, #wrap-s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e {
  display: none;
}
#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e, #wrap-s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e {
  
}
}@media (max-width: 767px){#s-b3c8cdef-ed66-4416-8948-67d2a3a6b86e {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-8bf0a82a-a581-42ac-81ea-ad376dd8358f {
  display: none;
}
#s-8bf0a82a-a581-42ac-81ea-ad376dd8358f, #wrap-s-8bf0a82a-a581-42ac-81ea-ad376dd8358f { display:none !important; }}@media (max-width: 767px){#s-8bf0a82a-a581-42ac-81ea-ad376dd8358f {
  display: none;
}
#s-8bf0a82a-a581-42ac-81ea-ad376dd8358f, #wrap-s-8bf0a82a-a581-42ac-81ea-ad376dd8358f { display:none !important; }}
#s-a55fe3d5-eac1-41ca-b6b1-76199584d8dc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-a55fe3d5-eac1-41ca-b6b1-76199584d8dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a55fe3d5-eac1-41ca-b6b1-76199584d8dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a55fe3d5-eac1-41ca-b6b1-76199584d8dc-btn-wrapper {
    text-align: center;
  }


#s-a55fe3d5-eac1-41ca-b6b1-76199584d8dc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed {
  display: none;
}
#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed, #wrap-s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed {
  display: none;
}
#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed, #wrap-s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed {
  display: none;
}
#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed, #wrap-s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed { display:none !important; }}
#s-ac2db5a9-7b94-49e4-a53b-af2a7051f0ed hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

@media (min-width: 1200px){#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 {
  display: none;
}
#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644, #wrap-s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 {
  display: none;
}
#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644, #wrap-s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 {
  display: none;
}
#s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644, #wrap-s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c0c74ae6-d6c7-47c6-a4b6-c903d89d6644"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb0f985b-032c-456b-a69a-58203b17e447 {
  display: none;
}
#s-c91f3288-4504-41ff-8471-1278cfe52f50 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-c91f3288-4504-41ff-8471-1278cfe52f50 img.shogun-image {
    
    width: px;
  }


#s-c91f3288-4504-41ff-8471-1278cfe52f50 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a52f4d4-eb22-42ff-b1fc-96f2e431a148 {
  padding-top: 10px;
padding-bottom: 41px;
text-align: center;
}

#s-1a52f4d4-eb22-42ff-b1fc-96f2e431a148 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 13px;
}

#s-7e9d689c-04f8-4f77-916e-3a5e8e5240df {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47 {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47 {
  display: none;
}
#s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47, #wrap-s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47 { display:none !important; }}@media (max-width: 767px){#s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47 {
  display: none;
}
#s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47, #wrap-s-d5df81b9-b8f1-4f63-84d2-093d96fcfe47 { display:none !important; }}
#s-8724d1ef-4507-472a-8f6c-9e13cd05e1b6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-8724d1ef-4507-472a-8f6c-9e13cd05e1b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8724d1ef-4507-472a-8f6c-9e13cd05e1b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8724d1ef-4507-472a-8f6c-9e13cd05e1b6-btn-wrapper {
    text-align: center;
  }


#s-8724d1ef-4507-472a-8f6c-9e13cd05e1b6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9fb3539e-960e-482b-a72b-efa25efd3bc7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9fb3539e-960e-482b-a72b-efa25efd3bc7 {
  display: none;
}
#s-9fb3539e-960e-482b-a72b-efa25efd3bc7, #wrap-s-9fb3539e-960e-482b-a72b-efa25efd3bc7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fb3539e-960e-482b-a72b-efa25efd3bc7 {
  display: none;
}
#s-9fb3539e-960e-482b-a72b-efa25efd3bc7, #wrap-s-9fb3539e-960e-482b-a72b-efa25efd3bc7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fb3539e-960e-482b-a72b-efa25efd3bc7 {
  
}
}@media (max-width: 767px){#s-9fb3539e-960e-482b-a72b-efa25efd3bc7 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-85876c2d-223b-40f6-a237-aac072775c3f {
  display: none;
}
#s-85876c2d-223b-40f6-a237-aac072775c3f, #wrap-s-85876c2d-223b-40f6-a237-aac072775c3f { display:none !important; }}@media (max-width: 767px){#s-85876c2d-223b-40f6-a237-aac072775c3f {
  display: none;
}
#s-85876c2d-223b-40f6-a237-aac072775c3f, #wrap-s-85876c2d-223b-40f6-a237-aac072775c3f { display:none !important; }}
#s-43951649-c95f-4a69-a6bd-525f11dc6c92 {
  display: none;
}
#s-d45d56dd-e0f6-42b5-9c7b-320cd836b710 {
  text-align: center;
}




  #s-d45d56dd-e0f6-42b5-9c7b-320cd836b710 img.shogun-image {
    
    width: px;
  }


#s-d45d56dd-e0f6-42b5-9c7b-320cd836b710 .shogun-image-content {
  
    align-items: center;
  
}

#s-336ddb89-0a6e-4d6b-ac57-e1d1dcecf1e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-336ddb89-0a6e-4d6b-ac57-e1d1dcecf1e4 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 13px;
}

#s-8bbab7ec-d40b-481a-9d26-5317624036f0 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-86726c94-7f9a-4b38-83e4-014b431e060e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-86726c94-7f9a-4b38-83e4-014b431e060e {
  display: none;
}
#s-86726c94-7f9a-4b38-83e4-014b431e060e, #wrap-s-86726c94-7f9a-4b38-83e4-014b431e060e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86726c94-7f9a-4b38-83e4-014b431e060e {
  display: none;
}
#s-86726c94-7f9a-4b38-83e4-014b431e060e, #wrap-s-86726c94-7f9a-4b38-83e4-014b431e060e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86726c94-7f9a-4b38-83e4-014b431e060e {
  
}
}@media (max-width: 767px){#s-86726c94-7f9a-4b38-83e4-014b431e060e {
  
}
}
#s-1e141bcc-6c9f-4201-bbb8-bbc818f05295 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-1e141bcc-6c9f-4201-bbb8-bbc818f05295:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e141bcc-6c9f-4201-bbb8-bbc818f05295:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e141bcc-6c9f-4201-bbb8-bbc818f05295-btn-wrapper {
    text-align: center;
  }


#s-1e141bcc-6c9f-4201-bbb8-bbc818f05295.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 {
  display: none;
}
#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3, #wrap-s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 { display:none !important; }}@media (max-width: 767px){#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 {
  display: none;
}
#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3, #wrap-s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 { display:none !important; }}
#s-0d3c98dd-774b-4c8b-a4ec-d65b032406a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc {
  display: none;
}
#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc, #wrap-s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc { display:none !important; }}@media (max-width: 767px){#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc {
  display: none;
}
#s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc, #wrap-s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc { display:none !important; }}
@media (min-width: 0px) {
[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b3437c6a-217b-43e7-b3f0-67a2f7fd17bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f48bbf3b-4f4e-446c-a6d7-086a47393ec0 {
  display: none;
}
#s-aecd2cc6-1712-4f59-8e4f-1bfec6c095e4 {
  text-align: center;
}




  #s-aecd2cc6-1712-4f59-8e4f-1bfec6c095e4 img.shogun-image {
    
    width: px;
  }


#s-aecd2cc6-1712-4f59-8e4f-1bfec6c095e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b048941-171c-4c4e-9b7d-a1be4d180479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b048941-171c-4c4e-9b7d-a1be4d180479 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-dfb57dec-5e2d-4a2e-a6e1-6950141b6eed {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-d0583deb-d566-459e-b7e8-7b301b20a209 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0583deb-d566-459e-b7e8-7b301b20a209 {
  display: none;
}
#s-d0583deb-d566-459e-b7e8-7b301b20a209, #wrap-s-d0583deb-d566-459e-b7e8-7b301b20a209 { display:none !important; }}@media (max-width: 767px){#s-d0583deb-d566-459e-b7e8-7b301b20a209 {
  display: none;
}
#s-d0583deb-d566-459e-b7e8-7b301b20a209, #wrap-s-d0583deb-d566-459e-b7e8-7b301b20a209 { display:none !important; }}
#s-160f94b4-f37b-478f-8e72-6342d7b65bc9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-160f94b4-f37b-478f-8e72-6342d7b65bc9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-160f94b4-f37b-478f-8e72-6342d7b65bc9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-160f94b4-f37b-478f-8e72-6342d7b65bc9-btn-wrapper {
    text-align: center;
  }


#s-160f94b4-f37b-478f-8e72-6342d7b65bc9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-13886aea-f6e8-4db4-a1c3-b0b9c6cbfde1 {
  display: none;
}
#s-94da4973-fb46-4f33-b57a-10299c957e0e {
  text-align: center;
}




  #s-94da4973-fb46-4f33-b57a-10299c957e0e img.shogun-image {
    
    width: px;
  }


#s-94da4973-fb46-4f33-b57a-10299c957e0e .shogun-image-content {
  
    align-items: center;
  
}

#s-93d0a00e-5c69-4c65-b884-5f3cec104f6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93d0a00e-5c69-4c65-b884-5f3cec104f6a .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-1e366126-f6a9-4487-bc69-456d2c36744a {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-519b7100-41c1-4c25-b47f-772b6550d616 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-519b7100-41c1-4c25-b47f-772b6550d616 {
  display: none;
}
#s-519b7100-41c1-4c25-b47f-772b6550d616, #wrap-s-519b7100-41c1-4c25-b47f-772b6550d616 { display:none !important; }}@media (max-width: 767px){#s-519b7100-41c1-4c25-b47f-772b6550d616 {
  display: none;
}
#s-519b7100-41c1-4c25-b47f-772b6550d616, #wrap-s-519b7100-41c1-4c25-b47f-772b6550d616 { display:none !important; }}
#s-af290f94-5243-4b94-9832-92a228814310 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-af290f94-5243-4b94-9832-92a228814310:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af290f94-5243-4b94-9832-92a228814310:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af290f94-5243-4b94-9832-92a228814310-btn-wrapper {
    text-align: center;
  }


#s-af290f94-5243-4b94-9832-92a228814310.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3af854a1-a959-4e3f-9a9c-f6304d8db3fe {
  display: none;
}
#s-e15dacd2-e3f1-47d0-981c-47144587cc20 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-e15dacd2-e3f1-47d0-981c-47144587cc20 img.shogun-image {
    
    width: px;
  }


#s-e15dacd2-e3f1-47d0-981c-47144587cc20 .shogun-image-content {
  
    align-items: center;
  
}

#s-cca47d34-ab03-4501-89ea-a3bc2192eab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cca47d34-ab03-4501-89ea-a3bc2192eab7 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-0f673166-de9a-4dda-b3b1-0603dd4fe053 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-07e74b60-6efe-46a0-9be1-668d26f38cfc {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07e74b60-6efe-46a0-9be1-668d26f38cfc {
  display: none;
}
#s-07e74b60-6efe-46a0-9be1-668d26f38cfc, #wrap-s-07e74b60-6efe-46a0-9be1-668d26f38cfc { display:none !important; }}@media (max-width: 767px){#s-07e74b60-6efe-46a0-9be1-668d26f38cfc {
  display: none;
}
#s-07e74b60-6efe-46a0-9be1-668d26f38cfc, #wrap-s-07e74b60-6efe-46a0-9be1-668d26f38cfc { display:none !important; }}
#s-dc92b8c4-f268-4b2c-9212-82876aac1fa0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-dc92b8c4-f268-4b2c-9212-82876aac1fa0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc92b8c4-f268-4b2c-9212-82876aac1fa0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc92b8c4-f268-4b2c-9212-82876aac1fa0-btn-wrapper {
    text-align: center;
  }


#s-dc92b8c4-f268-4b2c-9212-82876aac1fa0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-ed25571b-97c2-4885-b311-d4b440ff3011 {
  display: none;
}
#s-2c3ff446-2f42-4ecf-a16f-f0ec9865009b {
  text-align: center;
}




  #s-2c3ff446-2f42-4ecf-a16f-f0ec9865009b img.shogun-image {
    
    width: px;
  }


#s-2c3ff446-2f42-4ecf-a16f-f0ec9865009b .shogun-image-content {
  
    align-items: center;
  
}

#s-4d54328c-2474-4efd-9e18-8f4e7c4ce749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d54328c-2474-4efd-9e18-8f4e7c4ce749 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-e50cba49-aa71-43b2-881f-44301912a745 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-e1d120af-2206-4144-967b-2ed9d8ab3927 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1d120af-2206-4144-967b-2ed9d8ab3927 {
  display: none;
}
#s-e1d120af-2206-4144-967b-2ed9d8ab3927, #wrap-s-e1d120af-2206-4144-967b-2ed9d8ab3927 { display:none !important; }}@media (max-width: 767px){#s-e1d120af-2206-4144-967b-2ed9d8ab3927 {
  display: none;
}
#s-e1d120af-2206-4144-967b-2ed9d8ab3927, #wrap-s-e1d120af-2206-4144-967b-2ed9d8ab3927 { display:none !important; }}
#s-26644814-6eeb-4c54-9121-6ca502d64d81 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-26644814-6eeb-4c54-9121-6ca502d64d81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26644814-6eeb-4c54-9121-6ca502d64d81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-26644814-6eeb-4c54-9121-6ca502d64d81-btn-wrapper {
    text-align: center;
  }


#s-26644814-6eeb-4c54-9121-6ca502d64d81.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-132dadef-3983-4248-a148-9b89bde53d0c {
  display: none;
}
#s-132dadef-3983-4248-a148-9b89bde53d0c, #wrap-s-132dadef-3983-4248-a148-9b89bde53d0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-132dadef-3983-4248-a148-9b89bde53d0c {
  display: none;
}
#s-132dadef-3983-4248-a148-9b89bde53d0c, #wrap-s-132dadef-3983-4248-a148-9b89bde53d0c { display:none !important; }}@media (max-width: 767px){#s-132dadef-3983-4248-a148-9b89bde53d0c {
  display: none;
}
#s-132dadef-3983-4248-a148-9b89bde53d0c, #wrap-s-132dadef-3983-4248-a148-9b89bde53d0c { display:none !important; }}
@media (min-width: 0px) {
[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-132dadef-3983-4248-a148-9b89bde53d0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-85d1345a-4532-4ba0-b9df-499d09f1d47c {
  display: none;
}
#s-11a8a96e-c58a-44c7-a918-8fff30834b82 {
  text-align: center;
}




  #s-11a8a96e-c58a-44c7-a918-8fff30834b82 img.shogun-image {
    
    width: px;
  }


#s-11a8a96e-c58a-44c7-a918-8fff30834b82 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9d33b69-2d8a-49fa-bf8a-5049ad42c8bf {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-b9d33b69-2d8a-49fa-bf8a-5049ad42c8bf .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 13px;
}

#s-e9b0d00b-e6c8-4032-908c-4860d12d16eb {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-5382f127-0ad8-487f-b88a-e1d4a63609d9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5382f127-0ad8-487f-b88a-e1d4a63609d9 {
  display: none;
}
#s-5382f127-0ad8-487f-b88a-e1d4a63609d9, #wrap-s-5382f127-0ad8-487f-b88a-e1d4a63609d9 { display:none !important; }}@media (max-width: 767px){#s-5382f127-0ad8-487f-b88a-e1d4a63609d9 {
  display: none;
}
#s-5382f127-0ad8-487f-b88a-e1d4a63609d9, #wrap-s-5382f127-0ad8-487f-b88a-e1d4a63609d9 { display:none !important; }}
#s-3972a65e-16c6-417a-aef9-85e7d1be7b97 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-3972a65e-16c6-417a-aef9-85e7d1be7b97 {
  display: none;
}
#s-3972a65e-16c6-417a-aef9-85e7d1be7b97, #wrap-s-3972a65e-16c6-417a-aef9-85e7d1be7b97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3972a65e-16c6-417a-aef9-85e7d1be7b97 {
  display: none;
}
#s-3972a65e-16c6-417a-aef9-85e7d1be7b97, #wrap-s-3972a65e-16c6-417a-aef9-85e7d1be7b97 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3972a65e-16c6-417a-aef9-85e7d1be7b97 {
  
}
}@media (max-width: 767px){#s-3972a65e-16c6-417a-aef9-85e7d1be7b97 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-f3c67a36-3b85-4330-8d8f-c24949df95e3 {
  display: none;
}
#s-f3c67a36-3b85-4330-8d8f-c24949df95e3, #wrap-s-f3c67a36-3b85-4330-8d8f-c24949df95e3 { display:none !important; }}@media (max-width: 767px){#s-f3c67a36-3b85-4330-8d8f-c24949df95e3 {
  display: none;
}
#s-f3c67a36-3b85-4330-8d8f-c24949df95e3, #wrap-s-f3c67a36-3b85-4330-8d8f-c24949df95e3 { display:none !important; }}
#s-b4bd6f34-4fa2-41e8-baf6-17f90e26659e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-b4bd6f34-4fa2-41e8-baf6-17f90e26659e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4bd6f34-4fa2-41e8-baf6-17f90e26659e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4bd6f34-4fa2-41e8-baf6-17f90e26659e-btn-wrapper {
    text-align: center;
  }


#s-b4bd6f34-4fa2-41e8-baf6-17f90e26659e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-53a48b17-37fc-4a72-ba82-f27cdbfe64fc {
  display: none;
}
#s-39ab256d-7363-4ffd-8194-a075e8a0e761 {
  text-align: center;
}




  #s-39ab256d-7363-4ffd-8194-a075e8a0e761 img.shogun-image {
    
    width: px;
  }


#s-39ab256d-7363-4ffd-8194-a075e8a0e761 .shogun-image-content {
  
    align-items: center;
  
}

#s-83649c39-1070-4422-b3ad-1260e7003d80 {
  padding-top: 10px;
padding-bottom: 18px;
text-align: center;
}

#s-83649c39-1070-4422-b3ad-1260e7003d80 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-14f0d918-224d-418a-8a06-d21c354ae623 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-62f578cd-9be4-4429-bab6-e0d07cf3cfea {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62f578cd-9be4-4429-bab6-e0d07cf3cfea {
  display: none;
}
#s-62f578cd-9be4-4429-bab6-e0d07cf3cfea, #wrap-s-62f578cd-9be4-4429-bab6-e0d07cf3cfea { display:none !important; }}@media (max-width: 767px){#s-62f578cd-9be4-4429-bab6-e0d07cf3cfea {
  display: none;
}
#s-62f578cd-9be4-4429-bab6-e0d07cf3cfea, #wrap-s-62f578cd-9be4-4429-bab6-e0d07cf3cfea { display:none !important; }}
#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 1200px){#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd {
  display: none;
}
#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd, #wrap-s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd {
  display: none;
}
#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd, #wrap-s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd {
  
}
}@media (max-width: 767px){#s-5e9fd375-b4d5-4eba-a3ff-d61e157f3fcd {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8 {
  display: none;
}
#s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8, #wrap-s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8 { display:none !important; }}@media (max-width: 767px){#s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8 {
  display: none;
}
#s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8, #wrap-s-d1104ac4-671f-4edb-9beb-d0f3b8d885d8 { display:none !important; }}
#s-c21a9fc9-73e2-411e-ab92-88228a9d7758 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c21a9fc9-73e2-411e-ab92-88228a9d7758:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c21a9fc9-73e2-411e-ab92-88228a9d7758:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c21a9fc9-73e2-411e-ab92-88228a9d7758-btn-wrapper {
    text-align: center;
  }


#s-c21a9fc9-73e2-411e-ab92-88228a9d7758.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-085ce620-8f01-49d1-8eec-1262000f7654 {
  display: none;
}
#s-585658b4-1446-46a9-9540-7bd1c64ca900 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-585658b4-1446-46a9-9540-7bd1c64ca900 img.shogun-image {
    
    width: px;
  }


#s-585658b4-1446-46a9-9540-7bd1c64ca900 .shogun-image-content {
  
    align-items: center;
  
}

#s-61591051-f930-408e-9606-8ae92b2926c3 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-61591051-f930-408e-9606-8ae92b2926c3 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 13px;
}

#s-37114da2-9aab-46f1-84ef-379644b81963 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b74b116b-43c0-4156-8878-8b41d4b2ee04 {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b74b116b-43c0-4156-8878-8b41d4b2ee04 {
  display: none;
}
#s-b74b116b-43c0-4156-8878-8b41d4b2ee04, #wrap-s-b74b116b-43c0-4156-8878-8b41d4b2ee04 { display:none !important; }}@media (max-width: 767px){#s-b74b116b-43c0-4156-8878-8b41d4b2ee04 {
  display: none;
}
#s-b74b116b-43c0-4156-8878-8b41d4b2ee04, #wrap-s-b74b116b-43c0-4156-8878-8b41d4b2ee04 { display:none !important; }}
#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 57px;
}
@media (min-width: 1200px){#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 {
  display: none;
}
#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0, #wrap-s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 {
  display: none;
}
#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0, #wrap-s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 {
  
}
}@media (max-width: 767px){#s-c5aae255-f3e1-41aa-b06c-ffffb79426d0 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0 {
  display: none;
}
#s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0, #wrap-s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0 { display:none !important; }}@media (max-width: 767px){#s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0 {
  display: none;
}
#s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0, #wrap-s-9eccbd43-0583-44a3-ab43-4cc6aee3d0f0 { display:none !important; }}
#s-239872fb-2617-40ae-a92d-bc290db37003 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-239872fb-2617-40ae-a92d-bc290db37003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-239872fb-2617-40ae-a92d-bc290db37003:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-239872fb-2617-40ae-a92d-bc290db37003-btn-wrapper {
    text-align: center;
  }


#s-239872fb-2617-40ae-a92d-bc290db37003.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e2e307f0-61c2-42fe-9e99-9108f6dffedd {
  display: none;
}
#s-cf1753f3-ec33-4daf-8dfe-56637a8e2dc3 {
  text-align: center;
}




  #s-cf1753f3-ec33-4daf-8dfe-56637a8e2dc3 img.shogun-image {
    
    width: px;
  }


#s-cf1753f3-ec33-4daf-8dfe-56637a8e2dc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-16e390e7-995e-4841-9e7f-409ab8485749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e390e7-995e-4841-9e7f-409ab8485749 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 13px;
}

#s-4f0c74c1-13a4-4200-a28b-22c9fbd4e1be {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 58px;
}
@media (min-width: 1200px){#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 {
  display: none;
}
#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43, #wrap-s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 {
  display: none;
}
#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43, #wrap-s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 {
  
}
}@media (max-width: 767px){#s-80a7100a-d0cf-40ac-a63a-e238f0a33d43 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-208fe134-4864-45e9-9084-8e394a4fb9db {
  display: none;
}
#s-208fe134-4864-45e9-9084-8e394a4fb9db, #wrap-s-208fe134-4864-45e9-9084-8e394a4fb9db { display:none !important; }}@media (max-width: 767px){#s-208fe134-4864-45e9-9084-8e394a4fb9db {
  display: none;
}
#s-208fe134-4864-45e9-9084-8e394a4fb9db, #wrap-s-208fe134-4864-45e9-9084-8e394a4fb9db { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0bb288b1-9c37-4644-8bb4-7b99515e9545 {
  display: none;
}
#s-0bb288b1-9c37-4644-8bb4-7b99515e9545, #wrap-s-0bb288b1-9c37-4644-8bb4-7b99515e9545 { display:none !important; }}@media (max-width: 767px){#s-0bb288b1-9c37-4644-8bb4-7b99515e9545 {
  display: none;
}
#s-0bb288b1-9c37-4644-8bb4-7b99515e9545, #wrap-s-0bb288b1-9c37-4644-8bb4-7b99515e9545 { display:none !important; }}
#s-f7b96a91-8dcd-4d72-af76-c298a500d364 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-f7b96a91-8dcd-4d72-af76-c298a500d364:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7b96a91-8dcd-4d72-af76-c298a500d364:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7b96a91-8dcd-4d72-af76-c298a500d364-btn-wrapper {
    text-align: center;
  }


#s-f7b96a91-8dcd-4d72-af76-c298a500d364.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-73266b4b-79bc-4162-8cc0-0d277c643e04 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-73266b4b-79bc-4162-8cc0-0d277c643e04 {
  display: none;
}
#s-73266b4b-79bc-4162-8cc0-0d277c643e04, #wrap-s-73266b4b-79bc-4162-8cc0-0d277c643e04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73266b4b-79bc-4162-8cc0-0d277c643e04 {
  display: none;
}
#s-73266b4b-79bc-4162-8cc0-0d277c643e04, #wrap-s-73266b4b-79bc-4162-8cc0-0d277c643e04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73266b4b-79bc-4162-8cc0-0d277c643e04 {
  
}
}@media (max-width: 767px){#s-73266b4b-79bc-4162-8cc0-0d277c643e04 {
  
}
}
@media (min-width: 0px) {
[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-73266b4b-79bc-4162-8cc0-0d277c643e04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1e708274-19f2-43ba-b43d-563e93b1d59d {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-7679e5c5-328b-4aea-8f2d-6d6e54f48c70 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-5471856d-77d7-401d-b1be-b5803b94ab12 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-5471856d-77d7-401d-b1be-b5803b94ab12 {
  display: none;
}
#s-5471856d-77d7-401d-b1be-b5803b94ab12, #wrap-s-5471856d-77d7-401d-b1be-b5803b94ab12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5471856d-77d7-401d-b1be-b5803b94ab12 {
  display: none;
}
#s-5471856d-77d7-401d-b1be-b5803b94ab12, #wrap-s-5471856d-77d7-401d-b1be-b5803b94ab12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5471856d-77d7-401d-b1be-b5803b94ab12 {
  
}
}@media (max-width: 767px){#s-5471856d-77d7-401d-b1be-b5803b94ab12 {
  
}
}
@media (min-width: 0px) {
[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5471856d-77d7-401d-b1be-b5803b94ab12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-7509646c-10b2-45ca-bb6c-4a0691a6ac6e {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-f82178e1-0528-4d61-8a67-03499b4e1828 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15 {
  display: none;
}
#s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15, #wrap-s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15 { display:none !important; }}@media (max-width: 767px){#s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15 {
  display: none;
}
#s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15, #wrap-s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bff6ae9b-9147-4c3a-8f97-b2308d3c7d15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-74284cb7-b0c0-431b-9eb0-96bad136b8b9 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
}

#s-25f41203-e36b-4783-955f-435a2ae377e8 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
}

#s-30eaa9f1-a093-4fa0-b9e7-865edcde5a7b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c412ee6e-449f-45b9-9517-35f94c1cc57a {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
}

#s-85130730-e5e6-4513-a704-9f65ed7f221d {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
}

#s-f552f1d8-6d78-460f-8a0e-f371c40873af {
  min-height: 50px;
}








#s-f552f1d8-6d78-460f-8a0e-f371c40873af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f552f1d8-6d78-460f-8a0e-f371c40873af.shg-box.shg-c {
  justify-content: center;
}

#s-78bd954b-6ac0-4fe5-b3c9-b3ac8b6451d3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-257cce8b-a3e2-4f3a-a20e-807f63182f7c {
  text-align: center;
}




  #s-257cce8b-a3e2-4f3a-a20e-807f63182f7c img.shogun-image {
    
    width: px;
  }


#s-257cce8b-a3e2-4f3a-a20e-807f63182f7c .shogun-image-content {
  
    align-items: center;
  
}

#s-f27dc20c-7a43-4afe-99f5-654f5ec58ac4 {
  min-height: 50px;
}








#s-f27dc20c-7a43-4afe-99f5-654f5ec58ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27dc20c-7a43-4afe-99f5-654f5ec58ac4.shg-box.shg-c {
  justify-content: center;
}

#s-b9a83e3a-cff0-4c58-b697-d825ab9fae44 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef950407-aec0-494c-be29-61a832f85cdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c26ea39a-879d-4672-ab44-b63b970d9b94 {
  margin-left: 107px;
margin-right: 107px;
text-align: center;
}




  #s-c26ea39a-879d-4672-ab44-b63b970d9b94 img.shogun-image {
    
    width: px;
  }


#s-c26ea39a-879d-4672-ab44-b63b970d9b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-d92fa44e-63ff-4566-a5e6-4370bdf2d5ab {
  margin-left: 10px;
margin-right: 10px;
}

#s-9c97f566-1317-4d7c-a1ec-8277b84d0b65 {
  margin-top: 0px;
margin-left: 107px;
margin-bottom: 0px;
margin-right: 107px;
text-align: center;
}




  #s-9c97f566-1317-4d7c-a1ec-8277b84d0b65 img.shogun-image {
    
    width: px;
  }


#s-9c97f566-1317-4d7c-a1ec-8277b84d0b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e93d478-9679-4a6b-9019-b4df93955b34 {
  margin-left: 10px;
margin-right: 10px;
}

#s-01080b56-3b1e-454b-b5c8-9657cf9f1811 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-01080b56-3b1e-454b-b5c8-9657cf9f1811"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-41aa1837-20cb-46c3-ae2b-2255a7501fa1 {
  margin-left: 107px;
margin-bottom: 0px;
margin-right: 107px;
text-align: center;
}




  #s-41aa1837-20cb-46c3-ae2b-2255a7501fa1 img.shogun-image {
    
    width: px;
  }


#s-41aa1837-20cb-46c3-ae2b-2255a7501fa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c055ea73-f785-49df-8465-5fa792ce417b {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-c8e53633-6d33-4efe-9473-a62a922c7bcf {
  margin-top: 0px;
margin-left: 107px;
margin-bottom: 0px;
margin-right: 107px;
text-align: center;
}




  #s-c8e53633-6d33-4efe-9473-a62a922c7bcf img.shogun-image {
    
    width: px;
  }


#s-c8e53633-6d33-4efe-9473-a62a922c7bcf .shogun-image-content {
  
    align-items: center;
  
}

#s-c4efff2b-d9d8-4fda-a870-a8e4cff4cf9c {
  margin-left: 10px;
margin-right: 10px;
}

#s-cd24eaa8-a90a-4cce-84e5-330e504af4af {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 10px;
background-position: 200px center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd24eaa8-a90a-4cce-84e5-330e504af4af {
  display: none;
}
#s-cd24eaa8-a90a-4cce-84e5-330e504af4af, #wrap-s-cd24eaa8-a90a-4cce-84e5-330e504af4af { display:none !important; }}@media (max-width: 767px){#s-cd24eaa8-a90a-4cce-84e5-330e504af4af {
  display: none;
}
#s-cd24eaa8-a90a-4cce-84e5-330e504af4af, #wrap-s-cd24eaa8-a90a-4cce-84e5-330e504af4af { display:none !important; }}







#s-cd24eaa8-a90a-4cce-84e5-330e504af4af > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-cd24eaa8-a90a-4cce-84e5-330e504af4af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698 {
  
}
}@media (max-width: 767px){#s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698 {
  
}
}
@media (min-width: 0px) {
[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6f6966cf-1ee0-46cd-bc45-a0db87e6c698"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-73dfc8b0-df17-43ec-a9b5-54e79a81215b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-73dfc8b0-df17-43ec-a9b5-54e79a81215b .shogun-heading-component h2 {
  color: rgba(17, 17, 17, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-640bf7b7-6e03-4c25-a232-2477b8210a15 {
  margin-left: 0px;
margin-right: 0px;
}

#s-a45746ee-a12d-4d64-89c1-97a878be175d {
  min-height: 50px;
}








#s-a45746ee-a12d-4d64-89c1-97a878be175d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a45746ee-a12d-4d64-89c1-97a878be175d.shg-box.shg-c {
  justify-content: center;
}

#s-b15523b4-e38f-4f6e-acb9-74a9606207e5 {
  margin-top: 10px;
margin-bottom: 15px;
}

#s-38afc6db-bd7b-4c86-b9ef-fed17c7dcb65 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cda8f9ca-fe7a-4f85-a451-03299c525a94 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-cda8f9ca-fe7a-4f85-a451-03299c525a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cda8f9ca-fe7a-4f85-a451-03299c525a94.shg-box.shg-c {
  justify-content: center;
}

#s-14b764b8-18f1-4727-8f07-ebe8ad1e09fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b764b8-18f1-4727-8f07-ebe8ad1e09fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-70a4de11-fc22-4bb8-823f-6d7934b39817 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-6a1946e3-1b13-4795-ab88-cde9c7ed681e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-f455bd08-e52f-4fb4-9652-6b57d973b0fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-80c14ce8-619a-412c-8372-11ce22150501 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-80c14ce8-619a-412c-8372-11ce22150501 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f6709954-d169-47fc-8c0a-4e38184f9d5c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-f6709954-d169-47fc-8c0a-4e38184f9d5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-32b174c9-f848-4f66-9cf0-6e938a8c5e1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8a0c9cf0-3382-4956-b6e3-b48402825beb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-8a0c9cf0-3382-4956-b6e3-b48402825beb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d531b373-54ae-4f1e-99fb-0246d614168b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-d531b373-54ae-4f1e-99fb-0246d614168b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-1d731e12-4024-4f7a-a43e-4086781bbdf5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 18px;
}

#s-8e3a3ed5-4f7a-49f2-9537-2a9dc068823b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
