.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-31bdef3d-e047-446f-b8d4-3fcd46e21c5d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}

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

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

.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-dfcb75a9-020c-4533-9fd7-cc130976e92b {
  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-dfcb75a9-020c-4533-9fd7-cc130976e92b {
  display: none;
}
#s-dfcb75a9-020c-4533-9fd7-cc130976e92b, #wrap-s-dfcb75a9-020c-4533-9fd7-cc130976e92b { display:none !important; }}







#s-dfcb75a9-020c-4533-9fd7-cc130976e92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfcb75a9-020c-4533-9fd7-cc130976e92b.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-d61c8a02-562f-47f3-b38a-bb5b12289b60 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-d61c8a02-562f-47f3-b38a-bb5b12289b60 {
  display: none;
}
#s-d61c8a02-562f-47f3-b38a-bb5b12289b60, #wrap-s-d61c8a02-562f-47f3-b38a-bb5b12289b60 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .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-7d0a9c67-3fea-4350-a190-f4399e879ccb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7 {
  display: none;
}
#s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7, #wrap-s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .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-46ead6e5-54e9-4268-892c-95a9868f8c97 {
  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-46ead6e5-54e9-4268-892c-95a9868f8c97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46ead6e5-54e9-4268-892c-95a9868f8c97: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-46ead6e5-54e9-4268-892c-95a9868f8c97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  background-image: url(https://i.shgcdn.com/99b0ff2f-d981-4531-98f7-bdeec4493af2/-/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-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  
}
}@media (max-width: 767px){#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  
}
}







#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  cursor: pointer;
}#s-1671bba2-236f-431d-ba04-eaff6eeb99d6.shg-box.shg-c {
  justify-content: center;
}

#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  display: none;
}
#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff { display:none !important; }}@media (max-width: 767px){#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  display: none;
}
#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  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-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  
}
}@media (max-width: 767px){#s-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  
}
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  margin-left: 10px;
margin-bottom: 230px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  
}
}@media (max-width: 767px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-115d6723-d313-447c-a355-b29bd6bf50e5 {
  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-115d6723-d313-447c-a355-b29bd6bf50e5 {
  
}
}@media (max-width: 767px){#s-115d6723-d313-447c-a355-b29bd6bf50e5 {
  
}
}
#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 240px;
margin-right: 50px;
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: 1200px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57 { display:none !important; }}@media (max-width: 767px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  
}
}
#s-9ac36993-92b4-4334-b216-026236b308dd {
  margin-top: 10px;
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-9ac36993-92b4-4334-b216-026236b308dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ac36993-92b4-4334-b216-026236b308dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  display: none;
}
#s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-s-9ac36993-92b4-4334-b216-026236b308dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  display: none;
}
#s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-s-9ac36993-92b4-4334-b216-026236b308dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  
}
}@media (max-width: 767px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  
}
}

  #s-9ac36993-92b4-4334-b216-026236b308dd-btn-wrapper {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-65343698-c507-4e32-942b-d25f64a597a8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65343698-c507-4e32-942b-d25f64a597a8 {
  display: none;
}
#s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-s-65343698-c507-4e32-942b-d25f64a597a8 { display:none !important; }}@media (max-width: 767px){#s-65343698-c507-4e32-942b-d25f64a597a8 {
  display: none;
}
#s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-s-65343698-c507-4e32-942b-d25f64a597a8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  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);
}
#s-97735704-e715-4f9b-8029-2ce6251aa9fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97735704-e715-4f9b-8029-2ce6251aa9fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  
}
}@media (max-width: 767px){#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  
}
}

  #s-97735704-e715-4f9b-8029-2ce6251aa9fa-btn-wrapper {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db {
  background-image: url(https://i.shgcdn.com/d8a4fe51-ab13-49be-b491-12ad82e8dd2b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db {
  display: none;
}
#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db, #wrap-s-8d925e6a-7b25-416d-a7f0-d9012f79e9db { display:none !important; }}@media (max-width: 767px){#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db {
  display: none;
}
#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db, #wrap-s-8d925e6a-7b25-416d-a7f0-d9012f79e9db { display:none !important; }}







#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db {
  cursor: pointer;
}#s-8d925e6a-7b25-416d-a7f0-d9012f79e9db.shg-box.shg-c {
  justify-content: center;
}

#s-dd0d37c2-945b-47df-8c88-95d1098a6d2e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd0d37c2-945b-47df-8c88-95d1098a6d2e {
  display: none;
}
#s-dd0d37c2-945b-47df-8c88-95d1098a6d2e, #wrap-s-dd0d37c2-945b-47df-8c88-95d1098a6d2e { display:none !important; }}@media (max-width: 767px){#s-dd0d37c2-945b-47df-8c88-95d1098a6d2e {
  display: none;
}
#s-dd0d37c2-945b-47df-8c88-95d1098a6d2e, #wrap-s-dd0d37c2-945b-47df-8c88-95d1098a6d2e { display:none !important; }}
@media (min-width: 0px) {
[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dd0d37c2-945b-47df-8c88-95d1098a6d2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba {
  border-style: solid;
margin-top: 0px;
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: 768px) and (max-width: 991px){#s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba {
  display: none;
}
#s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba, #wrap-s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba { display:none !important; }}@media (max-width: 767px){#s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba {
  display: none;
}
#s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba, #wrap-s-2e9bf7b8-0abb-4f9b-a5c8-b3cd9aab9aba { display:none !important; }}
#s-b5571a0b-9435-4866-9fda-fbe65387a8bb {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5571a0b-9435-4866-9fda-fbe65387a8bb {
  display: none;
}
#s-b5571a0b-9435-4866-9fda-fbe65387a8bb, #wrap-s-b5571a0b-9435-4866-9fda-fbe65387a8bb { display:none !important; }}@media (max-width: 767px){#s-b5571a0b-9435-4866-9fda-fbe65387a8bb {
  display: none;
}
#s-b5571a0b-9435-4866-9fda-fbe65387a8bb, #wrap-s-b5571a0b-9435-4866-9fda-fbe65387a8bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b5571a0b-9435-4866-9fda-fbe65387a8bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6 {
  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);
}
#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6 {
  display: none;
}
#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6, #wrap-s-9d0963a4-4c3e-47cf-9026-9dbd055551c6 { display:none !important; }}@media (max-width: 767px){#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6 {
  display: none;
}
#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6, #wrap-s-9d0963a4-4c3e-47cf-9026-9dbd055551c6 { display:none !important; }}

  #s-9d0963a4-4c3e-47cf-9026-9dbd055551c6-btn-wrapper {
    text-align: center;
  }


#s-9d0963a4-4c3e-47cf-9026-9dbd055551c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  background-image: url(https://i.shgcdn.com/e785eed7-db6c-447d-b535-9b985c0e1819/-/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-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  
}
}@media (max-width: 767px){#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  
}
}







#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  cursor: pointer;
}#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5.shg-box.shg-c {
  justify-content: center;
}

#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  display: none;
}
#s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-s-96e2236b-ac35-456a-8176-b2817c6ef69f { display:none !important; }}@media (max-width: 767px){#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  display: none;
}
#s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-s-96e2236b-ac35-456a-8176-b2817c6ef69f { display:none !important; }}
@media (min-width: 0px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a5559486-4b46-4485-a693-6f718325a69b {
  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-a5559486-4b46-4485-a693-6f718325a69b {
  
}
}@media (max-width: 767px){#s-a5559486-4b46-4485-a693-6f718325a69b {
  
}
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  
}
}@media (max-width: 767px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  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-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  
}
}@media (max-width: 767px){#s-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  
}
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  display: none;
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-s-1d183308-ed74-4ca2-b68c-5541972c4cc2 { display:none !important; }}@media (max-width: 767px){#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  display: none;
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-s-1d183308-ed74-4ca2-b68c-5541972c4cc2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  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);
}
#s-e8004378-55bc-4448-98c8-2d45b2b4daba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8004378-55bc-4448-98c8-2d45b2b4daba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  
}
}@media (max-width: 767px){#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  
}
}

  #s-e8004378-55bc-4448-98c8-2d45b2b4daba-btn-wrapper {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  
}
}@media (max-width: 767px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display:none !important; }}
@media (min-width: 0px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  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);
}
#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  
}
}@media (max-width: 767px){#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  
}
}

  #s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-btn-wrapper {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  border-style: solid;
margin-top: 160px;
margin-left: 40px;
margin-right: 40px;
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: 1200px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display:none !important; }}@media (max-width: 767px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  
}
}
#s-1642e9dc-ac82-440c-8926-8366696711dd {
  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);
}
#s-1642e9dc-ac82-440c-8926-8366696711dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1642e9dc-ac82-440c-8926-8366696711dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd { display:none !important; }}@media (max-width: 767px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  
}
}

  #s-1642e9dc-ac82-440c-8926-8366696711dd-btn-wrapper {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928 {
  background-image: url(https://i.shgcdn.com/4520b709-172f-4eb8-9182-aa6201adb88f/-/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-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928 {
  
}
}@media (max-width: 767px){#s-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928 {
  
}
}







#s-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928 {
  cursor: pointer;
}#s-201fa1d6-ff8f-4aaf-85b0-8b3d46c03928.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f385d119-09c7-4ea6-a85f-876146a62b97 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f385d119-09c7-4ea6-a85f-876146a62b97 {
  display: none;
}
#s-f385d119-09c7-4ea6-a85f-876146a62b97, #wrap-s-f385d119-09c7-4ea6-a85f-876146a62b97 { display:none !important; }}@media (max-width: 767px){#s-f385d119-09c7-4ea6-a85f-876146a62b97 {
  display: none;
}
#s-f385d119-09c7-4ea6-a85f-876146a62b97, #wrap-s-f385d119-09c7-4ea6-a85f-876146a62b97 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f385d119-09c7-4ea6-a85f-876146a62b97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43b0c8dd-e365-495d-b316-f6b093d7e77e {
  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(194, 194, 194, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-43b0c8dd-e365-495d-b316-f6b093d7e77e {
  display: none;
}
#s-43b0c8dd-e365-495d-b316-f6b093d7e77e, #wrap-s-43b0c8dd-e365-495d-b316-f6b093d7e77e { display:none !important; }}@media (max-width: 767px){#s-43b0c8dd-e365-495d-b316-f6b093d7e77e {
  display: none;
}
#s-43b0c8dd-e365-495d-b316-f6b093d7e77e, #wrap-s-43b0c8dd-e365-495d-b316-f6b093d7e77e { display:none !important; }}
#s-747e1798-023f-4e71-9bf9-7082bb5555cc {
  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(194, 194, 194, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-747e1798-023f-4e71-9bf9-7082bb5555cc {
  display: none;
}
#s-747e1798-023f-4e71-9bf9-7082bb5555cc, #wrap-s-747e1798-023f-4e71-9bf9-7082bb5555cc { display:none !important; }}@media (max-width: 767px){#s-747e1798-023f-4e71-9bf9-7082bb5555cc {
  display: none;
}
#s-747e1798-023f-4e71-9bf9-7082bb5555cc, #wrap-s-747e1798-023f-4e71-9bf9-7082bb5555cc { display:none !important; }}
#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad {
  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: 1200px){#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad {
  display: none;
}
#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad, #wrap-s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad {
  display: none;
}
#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad, #wrap-s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad {
  
}
}@media (max-width: 767px){#s-2e97d1ef-f9f0-4f52-9e02-fc96376a85ad {
  
}
}
#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 {
  background-image: url(none);
background-repeat: no-repeat;
background-size: cover;
margin-top: 300px;
margin-bottom: 20px;
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(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 {
  display: none;
}
#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6, #wrap-s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 {
  display: none;
}
#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6, #wrap-s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 {
  
}
}@media (max-width: 767px){#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6 {
  
}
}

  #s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6-btn-wrapper {
    text-align: center;
  }


#s-3f722916-aa12-4e7d-b2f4-b1573a8e70f6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9307b40e-d666-4e7e-8f47-c0a2058b857e {
  margin-top: 200px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-9307b40e-d666-4e7e-8f47-c0a2058b857e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9307b40e-d666-4e7e-8f47-c0a2058b857e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9307b40e-d666-4e7e-8f47-c0a2058b857e {
  display: none;
}
#s-9307b40e-d666-4e7e-8f47-c0a2058b857e, #wrap-s-9307b40e-d666-4e7e-8f47-c0a2058b857e { display:none !important; }}@media (max-width: 767px){#s-9307b40e-d666-4e7e-8f47-c0a2058b857e {
  display: none;
}
#s-9307b40e-d666-4e7e-8f47-c0a2058b857e, #wrap-s-9307b40e-d666-4e7e-8f47-c0a2058b857e { display:none !important; }}
@media (min-width: 0px) {
[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9307b40e-d666-4e7e-8f47-c0a2058b857e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3 {
  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(194, 194, 194, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3 {
  display: none;
}
#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3, #wrap-s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3 { display:none !important; }}@media (max-width: 767px){#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3 {
  display: none;
}
#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3, #wrap-s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3 { display:none !important; }}

  #s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3-btn-wrapper {
    text-align: center;
  }


#s-c93b76cd-86c1-4133-81d0-f6f7ac0a03f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  background-image: url(https://i.shgcdn.com/979baac1-13cb-41b7-95cb-1d00621df19f/-/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-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  display: none;
}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-s-5368526a-46b8-4ff9-be10-4b5c92637cb4 { display:none !important; }}@media (max-width: 767px){#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  display: none;
}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-s-5368526a-46b8-4ff9-be10-4b5c92637cb4 { display:none !important; }}







#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  cursor: pointer;
}#s-5368526a-46b8-4ff9-be10-4b5c92637cb4.shg-box.shg-c {
  justify-content: center;
}

#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  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-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  display: none;
}
#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  display: none;
}
#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  
}
}@media (max-width: 767px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  
}
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  display: none;
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa { display:none !important; }}@media (max-width: 767px){#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  display: none;
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  border-style: solid;
margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
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-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  display: none;
}
#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 { display:none !important; }}@media (max-width: 767px){#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  display: none;
}
#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 { display:none !important; }}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
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);
}
@media (min-width: 768px) and (max-width: 991px){#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  display: none;
}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-s-fced326c-bb08-419e-9198-2d1114ba3e2a { display:none !important; }}@media (max-width: 767px){#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  display: none;
}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-s-fced326c-bb08-419e-9198-2d1114ba3e2a { display:none !important; }}
#s-6de0bde4-a8ce-4033-a30d-3046152dbab6 {
  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.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
}
#s-6de0bde4-a8ce-4033-a30d-3046152dbab6: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-6de0bde4-a8ce-4033-a30d-3046152dbab6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6de0bde4-a8ce-4033-a30d-3046152dbab6-btn-wrapper {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  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-f53ac203-3739-4610-ac19-7b80b62b9bee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f53ac203-3739-4610-ac19-7b80b62b9bee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  display: none;
}
#s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-s-f53ac203-3739-4610-ac19-7b80b62b9bee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  display: none;
}
#s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-s-f53ac203-3739-4610-ac19-7b80b62b9bee { display:none !important; }}

  #s-f53ac203-3739-4610-ac19-7b80b62b9bee-btn-wrapper {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  display: none;
}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  display: none;
}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 { display:none !important; }}







#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  
}
}@media (max-width: 767px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9974d38e-c130-49f1-8797-d84365b045bc {
  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: 1200px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  display: none;
}
#s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-s-9974d38e-c130-49f1-8797-d84365b045bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  display: none;
}
#s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-s-9974d38e-c130-49f1-8797-d84365b045bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  
}
}@media (max-width: 767px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  
}
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  
}
}@media (max-width: 767px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  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-8c2bed8d-b47f-4080-ba2c-1de36609d650:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c2bed8d-b47f-4080-ba2c-1de36609d650:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  
}
}@media (max-width: 767px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display:none !important; }}

  #s-8c2bed8d-b47f-4080-ba2c-1de36609d650-btn-wrapper {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  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-f3655028-fb5f-4a3d-a0b6-2931eba66983: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-f3655028-fb5f-4a3d-a0b6-2931eba66983:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  display: none;
}
#s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-s-f3655028-fb5f-4a3d-a0b6-2931eba66983 { display:none !important; }}@media (max-width: 767px){#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  display: none;
}
#s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-s-f3655028-fb5f-4a3d-a0b6-2931eba66983 { display:none !important; }}


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  border-style: solid;
margin-top: 10px;
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-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display:none !important; }}@media (max-width: 767px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  
}
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 280px;
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-379a359e-d609-4668-9d4a-8df0297f6df8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-379a359e-d609-4668-9d4a-8df0297f6df8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display:none !important; }}@media (max-width: 767px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  
}
}

  #s-379a359e-d609-4668-9d4a-8df0297f6df8-btn-wrapper {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e {
  cursor: pointer;
}#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  display: none;
}
#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 { display:none !important; }}@media (max-width: 767px){#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  display: none;
}
#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  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: 768px) and (max-width: 991px){#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  display: none;
}
#s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-s-3a501707-4b43-4d1a-add0-1f35a72f7780 { display:none !important; }}@media (max-width: 767px){#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  display: none;
}
#s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-s-3a501707-4b43-4d1a-add0-1f35a72f7780 { display:none !important; }}
#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  display: none;
}
#s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-s-c8a93983-8c85-42ca-a255-33ee6450b090 { display:none !important; }}@media (max-width: 767px){#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  display: none;
}
#s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-s-c8a93983-8c85-42ca-a255-33ee6450b090 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ad42a326-6dac-4067-b098-4f6996e42c71 {
  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-ad42a326-6dac-4067-b098-4f6996e42c71:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad42a326-6dac-4067-b098-4f6996e42c71:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ad42a326-6dac-4067-b098-4f6996e42c71 {
  display: none;
}
#s-ad42a326-6dac-4067-b098-4f6996e42c71, #wrap-s-ad42a326-6dac-4067-b098-4f6996e42c71 { display:none !important; }}@media (max-width: 767px){#s-ad42a326-6dac-4067-b098-4f6996e42c71 {
  display: none;
}
#s-ad42a326-6dac-4067-b098-4f6996e42c71, #wrap-s-ad42a326-6dac-4067-b098-4f6996e42c71 { display:none !important; }}

  #s-ad42a326-6dac-4067-b098-4f6996e42c71-btn-wrapper {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  border-style: solid;
margin-top: 0px;
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-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  display: none;
}
#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  display: none;
}
#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  
}
}@media (max-width: 767px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  
}
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 260px;
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-746173d8-bf75-4e97-8247-1bc4352ee96f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-746173d8-bf75-4e97-8247-1bc4352ee96f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  display: none;
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-s-746173d8-bf75-4e97-8247-1bc4352ee96f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  display: none;
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-s-746173d8-bf75-4e97-8247-1bc4352ee96f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  
}
}@media (max-width: 767px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  
}
}

  #s-746173d8-bf75-4e97-8247-1bc4352ee96f-btn-wrapper {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d3776c9b-b588-4bc9-b552-546561ffc5a3 {
  background-image: url(https://i.shgcdn.com/99ec6b2e-591f-4fe3-a9b1-7be825145d01/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}








#s-d3776c9b-b588-4bc9-b552-546561ffc5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3776c9b-b588-4bc9-b552-546561ffc5a3 {
  cursor: pointer;
}#s-d3776c9b-b588-4bc9-b552-546561ffc5a3.shg-box.shg-c {
  justify-content: center;
}

#s-00503279-a702-4b8b-8f22-a890430900a6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00503279-a702-4b8b-8f22-a890430900a6 {
  display: none;
}
#s-00503279-a702-4b8b-8f22-a890430900a6, #wrap-s-00503279-a702-4b8b-8f22-a890430900a6 { display:none !important; }}@media (max-width: 767px){#s-00503279-a702-4b8b-8f22-a890430900a6 {
  display: none;
}
#s-00503279-a702-4b8b-8f22-a890430900a6, #wrap-s-00503279-a702-4b8b-8f22-a890430900a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-00503279-a702-4b8b-8f22-a890430900a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-402079d3-3d5f-4662-bdf9-3138ed91e658 {
  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-402079d3-3d5f-4662-bdf9-3138ed91e658 {
  display: none;
}
#s-402079d3-3d5f-4662-bdf9-3138ed91e658, #wrap-s-402079d3-3d5f-4662-bdf9-3138ed91e658 { display:none !important; }}@media (max-width: 767px){#s-402079d3-3d5f-4662-bdf9-3138ed91e658 {
  display: none;
}
#s-402079d3-3d5f-4662-bdf9-3138ed91e658, #wrap-s-402079d3-3d5f-4662-bdf9-3138ed91e658 { display:none !important; }}
#s-37d3d7d1-ba13-4502-a41f-88adaf281310 {
  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-37d3d7d1-ba13-4502-a41f-88adaf281310 {
  display: none;
}
#s-37d3d7d1-ba13-4502-a41f-88adaf281310, #wrap-s-37d3d7d1-ba13-4502-a41f-88adaf281310 { display:none !important; }}@media (max-width: 767px){#s-37d3d7d1-ba13-4502-a41f-88adaf281310 {
  display: none;
}
#s-37d3d7d1-ba13-4502-a41f-88adaf281310, #wrap-s-37d3d7d1-ba13-4502-a41f-88adaf281310 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-56e97b93-bdfc-403f-8bac-deb2db24646d {
  display: none;
}
#s-56e97b93-bdfc-403f-8bac-deb2db24646d, #wrap-s-56e97b93-bdfc-403f-8bac-deb2db24646d { display:none !important; }}@media (max-width: 767px){#s-56e97b93-bdfc-403f-8bac-deb2db24646d {
  display: none;
}
#s-56e97b93-bdfc-403f-8bac-deb2db24646d, #wrap-s-56e97b93-bdfc-403f-8bac-deb2db24646d { display:none !important; }}
@media (min-width: 0px) {
[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56e97b93-bdfc-403f-8bac-deb2db24646d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ff81fe54-6abd-4768-b19f-f01f88a5685d {
  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-ff81fe54-6abd-4768-b19f-f01f88a5685d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff81fe54-6abd-4768-b19f-f01f88a5685d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ff81fe54-6abd-4768-b19f-f01f88a5685d {
  display: none;
}
#s-ff81fe54-6abd-4768-b19f-f01f88a5685d, #wrap-s-ff81fe54-6abd-4768-b19f-f01f88a5685d { display:none !important; }}@media (max-width: 767px){#s-ff81fe54-6abd-4768-b19f-f01f88a5685d {
  display: none;
}
#s-ff81fe54-6abd-4768-b19f-f01f88a5685d, #wrap-s-ff81fe54-6abd-4768-b19f-f01f88a5685d { display:none !important; }}

  #s-ff81fe54-6abd-4768-b19f-f01f88a5685d-btn-wrapper {
    text-align: center;
  }


#s-ff81fe54-6abd-4768-b19f-f01f88a5685d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-697e8e24-00fe-4d90-b3ba-55ae48222760 {
  display: none;
}
#s-697e8e24-00fe-4d90-b3ba-55ae48222760, #wrap-s-697e8e24-00fe-4d90-b3ba-55ae48222760 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-697e8e24-00fe-4d90-b3ba-55ae48222760 {
  display: none;
}
#s-697e8e24-00fe-4d90-b3ba-55ae48222760, #wrap-s-697e8e24-00fe-4d90-b3ba-55ae48222760 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-697e8e24-00fe-4d90-b3ba-55ae48222760 {
  
}
}@media (max-width: 767px){#s-697e8e24-00fe-4d90-b3ba-55ae48222760 {
  display: none;
}
#s-697e8e24-00fe-4d90-b3ba-55ae48222760, #wrap-s-697e8e24-00fe-4d90-b3ba-55ae48222760 { display:none !important; }}
@media (min-width: 0px) {
[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-697e8e24-00fe-4d90-b3ba-55ae48222760"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a0f03e0-b676-44b6-8795-efeda7e3e500 {
  border-style: solid;
margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
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-6a0f03e0-b676-44b6-8795-efeda7e3e500 {
  display: none;
}
#s-6a0f03e0-b676-44b6-8795-efeda7e3e500, #wrap-s-6a0f03e0-b676-44b6-8795-efeda7e3e500 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a0f03e0-b676-44b6-8795-efeda7e3e500 {
  display: none;
}
#s-6a0f03e0-b676-44b6-8795-efeda7e3e500, #wrap-s-6a0f03e0-b676-44b6-8795-efeda7e3e500 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a0f03e0-b676-44b6-8795-efeda7e3e500 {
  
}
}@media (max-width: 767px){#s-6a0f03e0-b676-44b6-8795-efeda7e3e500 {
  
}
}
#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd {
  border-style: solid;
margin-top: 10px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
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-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd {
  display: none;
}
#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd, #wrap-s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd {
  display: none;
}
#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd, #wrap-s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd {
  display: none;
}
#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd, #wrap-s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd { display:none !important; }}@media (max-width: 767px){#s-810d1d36-9a7d-4ee6-aadd-9fcd306d97bd {
  
}
}
#s-b1f65d01-5ba2-4c74-8833-6231398af281 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 10px;
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.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: color;
background-position: center center;
}
#s-b1f65d01-5ba2-4c74-8833-6231398af281:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1f65d01-5ba2-4c74-8833-6231398af281:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b1f65d01-5ba2-4c74-8833-6231398af281 {
  display: none;
}
#s-b1f65d01-5ba2-4c74-8833-6231398af281, #wrap-s-b1f65d01-5ba2-4c74-8833-6231398af281 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1f65d01-5ba2-4c74-8833-6231398af281 {
  display: none;
}
#s-b1f65d01-5ba2-4c74-8833-6231398af281, #wrap-s-b1f65d01-5ba2-4c74-8833-6231398af281 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1f65d01-5ba2-4c74-8833-6231398af281 {
  display: none;
}
#s-b1f65d01-5ba2-4c74-8833-6231398af281, #wrap-s-b1f65d01-5ba2-4c74-8833-6231398af281 { display:none !important; }}@media (max-width: 767px){#s-b1f65d01-5ba2-4c74-8833-6231398af281 {
  
}
}

  #s-b1f65d01-5ba2-4c74-8833-6231398af281-btn-wrapper {
    text-align: center;
  }


#s-b1f65d01-5ba2-4c74-8833-6231398af281.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca {
  margin-bottom: 100px;
}
@media (min-width: 1200px){#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca {
  display: none;
}
#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca, #wrap-s-023b48f8-765f-4879-8b5b-a2a6a3f174ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca {
  display: none;
}
#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca, #wrap-s-023b48f8-765f-4879-8b5b-a2a6a3f174ca { display:none !important; }}@media (max-width: 767px){#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca {
  display: none;
}
#s-023b48f8-765f-4879-8b5b-a2a6a3f174ca, #wrap-s-023b48f8-765f-4879-8b5b-a2a6a3f174ca { display:none !important; }}
@media (min-width: 0px) {
[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-023b48f8-765f-4879-8b5b-a2a6a3f174ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-62ae8aa9-f070-4925-9893-f9444154ee6a {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 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-62ae8aa9-f070-4925-9893-f9444154ee6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62ae8aa9-f070-4925-9893-f9444154ee6a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-62ae8aa9-f070-4925-9893-f9444154ee6a {
  display: none;
}
#s-62ae8aa9-f070-4925-9893-f9444154ee6a, #wrap-s-62ae8aa9-f070-4925-9893-f9444154ee6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62ae8aa9-f070-4925-9893-f9444154ee6a {
  display: none;
}
#s-62ae8aa9-f070-4925-9893-f9444154ee6a, #wrap-s-62ae8aa9-f070-4925-9893-f9444154ee6a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62ae8aa9-f070-4925-9893-f9444154ee6a {
  
}
}@media (max-width: 767px){#s-62ae8aa9-f070-4925-9893-f9444154ee6a {
  display: none;
}
#s-62ae8aa9-f070-4925-9893-f9444154ee6a, #wrap-s-62ae8aa9-f070-4925-9893-f9444154ee6a { display:none !important; }}

  #s-62ae8aa9-f070-4925-9893-f9444154ee6a-btn-wrapper {
    text-align: center;
  }


#s-62ae8aa9-f070-4925-9893-f9444154ee6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  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-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display:none !important; }}







#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8.shg-box.shg-c {
  justify-content: center;
}

#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display:none !important; }}
@media (min-width: 0px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7c7c3540-fdd6-4955-bcbc-f1d3e01c039c {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 {
  display: none;
}
#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0, #wrap-s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2dfe3293-6925-4f5f-ba7e-876849f2bb67 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-85647ed3-92d4-4f4e-b357-81400cfdd644 {
  display: none;
}
#s-85647ed3-92d4-4f4e-b357-81400cfdd644, #wrap-s-85647ed3-92d4-4f4e-b357-81400cfdd644 { display:none !important; }}
@media (min-width: 0px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1 {
  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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1: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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  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-7efcc184-0d64-4f4c-81ed-1beb282b7bea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea: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-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display:none !important; }}


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5842016b-4a41-4367-970c-fc385f96dd2b {
  background-image: url(https://i.shgcdn.com/d8a4fe51-ab13-49be-b491-12ad82e8dd2b/-/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-5842016b-4a41-4367-970c-fc385f96dd2b {
  display: none;
}
#s-5842016b-4a41-4367-970c-fc385f96dd2b, #wrap-s-5842016b-4a41-4367-970c-fc385f96dd2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5842016b-4a41-4367-970c-fc385f96dd2b {
  display: none;
}
#s-5842016b-4a41-4367-970c-fc385f96dd2b, #wrap-s-5842016b-4a41-4367-970c-fc385f96dd2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5842016b-4a41-4367-970c-fc385f96dd2b {
  display: none;
}
#s-5842016b-4a41-4367-970c-fc385f96dd2b, #wrap-s-5842016b-4a41-4367-970c-fc385f96dd2b { display:none !important; }}@media (max-width: 767px){#s-5842016b-4a41-4367-970c-fc385f96dd2b {
  
}
}







#s-5842016b-4a41-4367-970c-fc385f96dd2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5842016b-4a41-4367-970c-fc385f96dd2b {
  cursor: pointer;
}#s-5842016b-4a41-4367-970c-fc385f96dd2b.shg-box.shg-c {
  justify-content: center;
}

#s-24929c04-a9b8-4c6d-af54-5f88e70b72ec {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24929c04-a9b8-4c6d-af54-5f88e70b72ec {
  display: none;
}
#s-24929c04-a9b8-4c6d-af54-5f88e70b72ec, #wrap-s-24929c04-a9b8-4c6d-af54-5f88e70b72ec { display:none !important; }}@media (max-width: 767px){#s-24929c04-a9b8-4c6d-af54-5f88e70b72ec {
  display: none;
}
#s-24929c04-a9b8-4c6d-af54-5f88e70b72ec, #wrap-s-24929c04-a9b8-4c6d-af54-5f88e70b72ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-24929c04-a9b8-4c6d-af54-5f88e70b72ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193 {
  border-style: solid;
margin-top: 20px;
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-1d0682f4-1cc8-44cf-ab02-dfb1dd485193 {
  display: none;
}
#s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193, #wrap-s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193 { display:none !important; }}@media (max-width: 767px){#s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193 {
  display: none;
}
#s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193, #wrap-s-1d0682f4-1cc8-44cf-ab02-dfb1dd485193 { display:none !important; }}
#s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072 {
  display: none;
}
#s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072, #wrap-s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072 { display:none !important; }}@media (max-width: 767px){#s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072 {
  display: none;
}
#s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072, #wrap-s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a0eccdc8-29d5-4a16-b5af-3e9b458a5072"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5c3342ec-f4c8-484c-b373-49a7dda7a073 {
  margin-top: 10px;
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-5c3342ec-f4c8-484c-b373-49a7dda7a073:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c3342ec-f4c8-484c-b373-49a7dda7a073:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c3342ec-f4c8-484c-b373-49a7dda7a073 {
  display: none;
}
#s-5c3342ec-f4c8-484c-b373-49a7dda7a073, #wrap-s-5c3342ec-f4c8-484c-b373-49a7dda7a073 { display:none !important; }}@media (max-width: 767px){#s-5c3342ec-f4c8-484c-b373-49a7dda7a073 {
  display: none;
}
#s-5c3342ec-f4c8-484c-b373-49a7dda7a073, #wrap-s-5c3342ec-f4c8-484c-b373-49a7dda7a073 { display:none !important; }}

  #s-5c3342ec-f4c8-484c-b373-49a7dda7a073-btn-wrapper {
    text-align: center;
  }


#s-5c3342ec-f4c8-484c-b373-49a7dda7a073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc {
  border-style: solid;
margin-left: 50px;
margin-bottom: 280px;
margin-right: 50px;
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: 1200px){#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc {
  display: none;
}
#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc, #wrap-s-243cd270-9dd3-487c-9b7d-01e83fa91cdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc {
  display: none;
}
#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc, #wrap-s-243cd270-9dd3-487c-9b7d-01e83fa91cdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc {
  display: none;
}
#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc, #wrap-s-243cd270-9dd3-487c-9b7d-01e83fa91cdc { display:none !important; }}@media (max-width: 767px){#s-243cd270-9dd3-487c-9b7d-01e83fa91cdc {
  
}
}
#s-0c24b066-991d-4b71-85ec-34ce803e7ca2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-0c24b066-991d-4b71-85ec-34ce803e7ca2 {
  display: none;
}
#s-0c24b066-991d-4b71-85ec-34ce803e7ca2, #wrap-s-0c24b066-991d-4b71-85ec-34ce803e7ca2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c24b066-991d-4b71-85ec-34ce803e7ca2 {
  display: none;
}
#s-0c24b066-991d-4b71-85ec-34ce803e7ca2, #wrap-s-0c24b066-991d-4b71-85ec-34ce803e7ca2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c24b066-991d-4b71-85ec-34ce803e7ca2 {
  
}
}@media (max-width: 767px){#s-0c24b066-991d-4b71-85ec-34ce803e7ca2 {
  display: none;
}
#s-0c24b066-991d-4b71-85ec-34ce803e7ca2, #wrap-s-0c24b066-991d-4b71-85ec-34ce803e7ca2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c24b066-991d-4b71-85ec-34ce803e7ca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ad95e11-7d9d-42ce-97c3-98442b0fb1b3 {
  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-4ad95e11-7d9d-42ce-97c3-98442b0fb1b3 {
  
}
}@media (max-width: 767px){#s-4ad95e11-7d9d-42ce-97c3-98442b0fb1b3 {
  
}
}
#s-e7861815-9679-407c-a4f8-510879002b0f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-e7861815-9679-407c-a4f8-510879002b0f {
  display: none;
}
#s-e7861815-9679-407c-a4f8-510879002b0f, #wrap-s-e7861815-9679-407c-a4f8-510879002b0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7861815-9679-407c-a4f8-510879002b0f {
  display: none;
}
#s-e7861815-9679-407c-a4f8-510879002b0f, #wrap-s-e7861815-9679-407c-a4f8-510879002b0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7861815-9679-407c-a4f8-510879002b0f {
  
}
}@media (max-width: 767px){#s-e7861815-9679-407c-a4f8-510879002b0f {
  display: none;
}
#s-e7861815-9679-407c-a4f8-510879002b0f, #wrap-s-e7861815-9679-407c-a4f8-510879002b0f { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7861815-9679-407c-a4f8-510879002b0f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-98294782-e8a1-4838-8188-5c640a0299a5 {
  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);
}
#s-98294782-e8a1-4838-8188-5c640a0299a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98294782-e8a1-4838-8188-5c640a0299a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-98294782-e8a1-4838-8188-5c640a0299a5 {
  
}
}@media (max-width: 767px){#s-98294782-e8a1-4838-8188-5c640a0299a5 {
  
}
}

  #s-98294782-e8a1-4838-8188-5c640a0299a5-btn-wrapper {
    text-align: center;
  }


#s-98294782-e8a1-4838-8188-5c640a0299a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cb062f03-b8f7-430b-99fa-321fb162e25d {
  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);
}
#s-cb062f03-b8f7-430b-99fa-321fb162e25d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb062f03-b8f7-430b-99fa-321fb162e25d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cb062f03-b8f7-430b-99fa-321fb162e25d {
  display: none;
}
#s-cb062f03-b8f7-430b-99fa-321fb162e25d, #wrap-s-cb062f03-b8f7-430b-99fa-321fb162e25d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb062f03-b8f7-430b-99fa-321fb162e25d {
  display: none;
}
#s-cb062f03-b8f7-430b-99fa-321fb162e25d, #wrap-s-cb062f03-b8f7-430b-99fa-321fb162e25d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb062f03-b8f7-430b-99fa-321fb162e25d {
  display: none;
}
#s-cb062f03-b8f7-430b-99fa-321fb162e25d, #wrap-s-cb062f03-b8f7-430b-99fa-321fb162e25d { display:none !important; }}@media (max-width: 767px){#s-cb062f03-b8f7-430b-99fa-321fb162e25d {
  
}
}

  #s-cb062f03-b8f7-430b-99fa-321fb162e25d-btn-wrapper {
    text-align: center;
  }


#s-cb062f03-b8f7-430b-99fa-321fb162e25d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  background-image: url(https://i.shgcdn.com/9c255575-e01d-4cb7-8840-bd98b1abdec6/-/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-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  display: none;
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-s-84e1dca4-c461-4576-aab6-98cd42e4ad33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  display: none;
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-s-84e1dca4-c461-4576-aab6-98cd42e4ad33 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  
}
}@media (max-width: 767px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  
}
}







#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  cursor: pointer;
}#s-84e1dca4-c461-4576-aab6-98cd42e4ad33.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px){#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 {
  display: none;
}
#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 { display:none !important; }}@media (max-width: 767px){#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 {
  display: none;
}
#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .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-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  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-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  display: none;
}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 { display:none !important; }}@media (max-width: 767px){#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  display: none;
}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 { display:none !important; }}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 .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-c145d424-209d-4a17-a7cf-2f58624defc1 {
  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-c145d424-209d-4a17-a7cf-2f58624defc1 {
  display: none;
}
#s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-s-c145d424-209d-4a17-a7cf-2f58624defc1 { display:none !important; }}@media (max-width: 767px){#s-c145d424-209d-4a17-a7cf-2f58624defc1 {
  display: none;
}
#s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-s-c145d424-209d-4a17-a7cf-2f58624defc1 { display:none !important; }}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  display: none;
}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 { display:none !important; }}@media (max-width: 767px){#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  display: none;
}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-af63885a-0158-41a9-b29e-653ecf97903f {
  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-af63885a-0158-41a9-b29e-653ecf97903f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af63885a-0158-41a9-b29e-653ecf97903f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af63885a-0158-41a9-b29e-653ecf97903f-btn-wrapper {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.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-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
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-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  display: none;
}
#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  display: none;
}
#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  
}
}@media (max-width: 767px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  
}
}
@media (min-width: 0px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  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-2e9c2135-de4e-4013-8d1f-5e9952317f2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  display: none;
}
#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  display: none;
}
#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a { display:none !important; }}

  #s-2e9c2135-de4e-4013-8d1f-5e9952317f2a-btn-wrapper {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  display: none;
}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-s-8e8a219c-0cff-49d1-9486-8fc910ff8226 { display:none !important; }}@media (max-width: 767px){#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  display: none;
}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-s-8e8a219c-0cff-49d1-9486-8fc910ff8226 { display:none !important; }}







#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  cursor: pointer;
}#s-8e8a219c-0cff-49d1-9486-8fc910ff8226.shg-box.shg-c {
  justify-content: center;
}

#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  display: none;
}
#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b { display:none !important; }}@media (max-width: 767px){#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  display: none;
}
#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  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-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  display: none;
}
#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 { display:none !important; }}@media (max-width: 767px){#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  display: none;
}
#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 { display:none !important; }}
#s-56562739-b006-44e7-926e-5262f17085e4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56562739-b006-44e7-926e-5262f17085e4 {
  display: none;
}
#s-56562739-b006-44e7-926e-5262f17085e4, #wrap-s-56562739-b006-44e7-926e-5262f17085e4 { display:none !important; }}@media (max-width: 767px){#s-56562739-b006-44e7-926e-5262f17085e4 {
  display: none;
}
#s-56562739-b006-44e7-926e-5262f17085e4, #wrap-s-56562739-b006-44e7-926e-5262f17085e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  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);
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  display: none;
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 { display:none !important; }}@media (max-width: 767px){#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  display: none;
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 { display:none !important; }}

  #s-6c5818e0-ddf0-4bb1-828c-de05959d3de1-btn-wrapper {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9deefef8-15aa-4a8f-9692-4416059341c0 {
  background-image: url(https://i.shgcdn.com/d8a4fe51-ab13-49be-b491-12ad82e8dd2b/-/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-9deefef8-15aa-4a8f-9692-4416059341c0 {
  display: none;
}
#s-9deefef8-15aa-4a8f-9692-4416059341c0, #wrap-s-9deefef8-15aa-4a8f-9692-4416059341c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9deefef8-15aa-4a8f-9692-4416059341c0 {
  display: none;
}
#s-9deefef8-15aa-4a8f-9692-4416059341c0, #wrap-s-9deefef8-15aa-4a8f-9692-4416059341c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9deefef8-15aa-4a8f-9692-4416059341c0 {
  
}
}@media (max-width: 767px){#s-9deefef8-15aa-4a8f-9692-4416059341c0 {
  display: none;
}
#s-9deefef8-15aa-4a8f-9692-4416059341c0, #wrap-s-9deefef8-15aa-4a8f-9692-4416059341c0 { display:none !important; }}







#s-9deefef8-15aa-4a8f-9692-4416059341c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9deefef8-15aa-4a8f-9692-4416059341c0 {
  cursor: pointer;
}#s-9deefef8-15aa-4a8f-9692-4416059341c0.shg-box.shg-c {
  justify-content: center;
}

#s-ad03706e-b9b3-490d-9d23-de417fcf3b0c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad03706e-b9b3-490d-9d23-de417fcf3b0c {
  display: none;
}
#s-ad03706e-b9b3-490d-9d23-de417fcf3b0c, #wrap-s-ad03706e-b9b3-490d-9d23-de417fcf3b0c { display:none !important; }}@media (max-width: 767px){#s-ad03706e-b9b3-490d-9d23-de417fcf3b0c {
  display: none;
}
#s-ad03706e-b9b3-490d-9d23-de417fcf3b0c, #wrap-s-ad03706e-b9b3-490d-9d23-de417fcf3b0c { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad03706e-b9b3-490d-9d23-de417fcf3b0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44 {
  border-style: solid;
margin-top: 20px;
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-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44 {
  display: none;
}
#s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44, #wrap-s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44 { display:none !important; }}@media (max-width: 767px){#s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44 {
  display: none;
}
#s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44, #wrap-s-35cfd0a4-2db9-48c6-8ffb-d95c717f9c44 { display:none !important; }}
#s-7b1259d7-c50c-4be6-8d79-001d6b023429 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b1259d7-c50c-4be6-8d79-001d6b023429 {
  display: none;
}
#s-7b1259d7-c50c-4be6-8d79-001d6b023429, #wrap-s-7b1259d7-c50c-4be6-8d79-001d6b023429 { display:none !important; }}@media (max-width: 767px){#s-7b1259d7-c50c-4be6-8d79-001d6b023429 {
  display: none;
}
#s-7b1259d7-c50c-4be6-8d79-001d6b023429, #wrap-s-7b1259d7-c50c-4be6-8d79-001d6b023429 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7b1259d7-c50c-4be6-8d79-001d6b023429"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aff75c40-66c1-497b-acde-8958b918e46e {
  margin-top: 10px;
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-aff75c40-66c1-497b-acde-8958b918e46e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aff75c40-66c1-497b-acde-8958b918e46e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-aff75c40-66c1-497b-acde-8958b918e46e {
  display: none;
}
#s-aff75c40-66c1-497b-acde-8958b918e46e, #wrap-s-aff75c40-66c1-497b-acde-8958b918e46e { display:none !important; }}@media (max-width: 767px){#s-aff75c40-66c1-497b-acde-8958b918e46e {
  display: none;
}
#s-aff75c40-66c1-497b-acde-8958b918e46e, #wrap-s-aff75c40-66c1-497b-acde-8958b918e46e { display:none !important; }}

  #s-aff75c40-66c1-497b-acde-8958b918e46e-btn-wrapper {
    text-align: center;
  }


#s-aff75c40-66c1-497b-acde-8958b918e46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d187e453-f576-4bde-9863-42f59fc35676 {
  border-style: solid;
margin-top: 1px;
margin-bottom: 1px;
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: 1200px){#s-d187e453-f576-4bde-9863-42f59fc35676 {
  display: none;
}
#s-d187e453-f576-4bde-9863-42f59fc35676, #wrap-s-d187e453-f576-4bde-9863-42f59fc35676 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d187e453-f576-4bde-9863-42f59fc35676 {
  display: none;
}
#s-d187e453-f576-4bde-9863-42f59fc35676, #wrap-s-d187e453-f576-4bde-9863-42f59fc35676 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d187e453-f576-4bde-9863-42f59fc35676 {
  display: none;
}
#s-d187e453-f576-4bde-9863-42f59fc35676, #wrap-s-d187e453-f576-4bde-9863-42f59fc35676 { display:none !important; }}@media (max-width: 767px){#s-d187e453-f576-4bde-9863-42f59fc35676 {
  
}
}
#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de {
  display: none;
}
#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de, #wrap-s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de {
  display: none;
}
#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de, #wrap-s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de {
  
}
}@media (max-width: 767px){#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de {
  display: none;
}
#s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de, #wrap-s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de { display:none !important; }}
@media (min-width: 0px) {
[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b432e5c9-1b4d-4a46-ac19-42f2315ad8de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-900e8527-564b-41af-8c00-eaeb51591ff5 {
  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-900e8527-564b-41af-8c00-eaeb51591ff5 {
  
}
}@media (max-width: 767px){#s-900e8527-564b-41af-8c00-eaeb51591ff5 {
  
}
}
#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e {
  display: none;
}
#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e, #wrap-s-d6c813d7-63dd-4219-a4eb-e6d789363f5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e {
  display: none;
}
#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e, #wrap-s-d6c813d7-63dd-4219-a4eb-e6d789363f5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e {
  
}
}@media (max-width: 767px){#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e {
  display: none;
}
#s-d6c813d7-63dd-4219-a4eb-e6d789363f5e, #wrap-s-d6c813d7-63dd-4219-a4eb-e6d789363f5e { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d6c813d7-63dd-4219-a4eb-e6d789363f5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c {
  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);
}
#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c {
  
}
}@media (max-width: 767px){#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c {
  
}
}

  #s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c-btn-wrapper {
    text-align: center;
  }


#s-09c3f43a-9dfb-4e53-811e-1de7fb5dfe7c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 {
  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);
}
#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 {
  display: none;
}
#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9, #wrap-s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 {
  display: none;
}
#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9, #wrap-s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 {
  display: none;
}
#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9, #wrap-s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 { display:none !important; }}@media (max-width: 767px){#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9 {
  
}
}

  #s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9-btn-wrapper {
    text-align: center;
  }


#s-2a44f25b-0021-44f0-af26-e1e6ec0ecbd9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display:none !important; }}@media (max-width: 767px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display:none !important; }}
#s-b922673f-273c-476a-80f0-7363a6ae84c5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f {
  display: none;
}
#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f, #wrap-s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f {
  display: none;
}
#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f, #wrap-s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f {
  display: none;
}
#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f, #wrap-s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f { display:none !important; }}
#s-6898c56c-80cc-4f8d-a949-7ea5f0cf002f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4473b9ef-5db9-4845-80fd-4dd44f2b045e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4473b9ef-5db9-4845-80fd-4dd44f2b045e {
  display: none;
}
#s-4473b9ef-5db9-4845-80fd-4dd44f2b045e, #wrap-s-4473b9ef-5db9-4845-80fd-4dd44f2b045e { display:none !important; }}
#s-4473b9ef-5db9-4845-80fd-4dd44f2b045e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 {
  display: none;
}
#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4, #wrap-s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 {
  display: none;
}
#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4, #wrap-s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 {
  display: none;
}
#s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4, #wrap-s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-de14ff68-53f8-4c98-948a-cc0cdfe00ab4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bc2c38e8-cdae-4280-903f-243c7580b560 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc2c38e8-cdae-4280-903f-243c7580b560 {
  display: none;
}
#s-bc2c38e8-cdae-4280-903f-243c7580b560, #wrap-s-bc2c38e8-cdae-4280-903f-243c7580b560 { display:none !important; }}@media (max-width: 767px){#s-bc2c38e8-cdae-4280-903f-243c7580b560 {
  display: none;
}
#s-bc2c38e8-cdae-4280-903f-243c7580b560, #wrap-s-bc2c38e8-cdae-4280-903f-243c7580b560 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-07636afc-742d-45d5-91f0-cc15249085d9 {
  display: none;
}
#s-07636afc-742d-45d5-91f0-cc15249085d9, #wrap-s-07636afc-742d-45d5-91f0-cc15249085d9 { display:none !important; }}@media (max-width: 767px){#s-07636afc-742d-45d5-91f0-cc15249085d9 {
  display: none;
}
#s-07636afc-742d-45d5-91f0-cc15249085d9, #wrap-s-07636afc-742d-45d5-91f0-cc15249085d9 { display:none !important; }}
#s-b45bf467-0286-45a4-ae21-45672d7dc9a9 {
  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-334d5445-581a-46a3-93cd-db681bb7255b {
  text-align: center;
}




  #s-334d5445-581a-46a3-93cd-db681bb7255b img.shogun-image {
    
    width: px;
  }


#s-334d5445-581a-46a3-93cd-db681bb7255b .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-927693f2-6dbb-4e8f-b469-8ce78d6448a4 {
  padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}

#s-927693f2-6dbb-4e8f-b469-8ce78d6448a4 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-898f130c-1170-4046-8483-c20f73de1790 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  display: none;
}
#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  display: none;
}
#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  
}
}@media (max-width: 767px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  
}
}
#s-bddf2a62-8866-4fea-8fec-be01c416ed8b {
  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-bddf2a62-8866-4fea-8fec-be01c416ed8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bddf2a62-8866-4fea-8fec-be01c416ed8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-btn-wrapper {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-428b8d18-5fed-4f4b-968b-14e55c55b226 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-428b8d18-5fed-4f4b-968b-14e55c55b226 {
  display: none;
}
#s-428b8d18-5fed-4f4b-968b-14e55c55b226, #wrap-s-428b8d18-5fed-4f4b-968b-14e55c55b226 { display:none !important; }}@media (max-width: 767px){#s-428b8d18-5fed-4f4b-968b-14e55c55b226 {
  display: none;
}
#s-428b8d18-5fed-4f4b-968b-14e55c55b226, #wrap-s-428b8d18-5fed-4f4b-968b-14e55c55b226 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-422877d4-3e0c-4728-9225-bdca7638f611 {
  display: none;
}
#s-422877d4-3e0c-4728-9225-bdca7638f611, #wrap-s-422877d4-3e0c-4728-9225-bdca7638f611 { display:none !important; }}@media (max-width: 767px){#s-422877d4-3e0c-4728-9225-bdca7638f611 {
  display: none;
}
#s-422877d4-3e0c-4728-9225-bdca7638f611, #wrap-s-422877d4-3e0c-4728-9225-bdca7638f611 { display:none !important; }}
#s-02d067ce-e342-4137-9f6b-47949ea4c9e2 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-02d067ce-e342-4137-9f6b-47949ea4c9e2 {
  display: none;
}
#s-02d067ce-e342-4137-9f6b-47949ea4c9e2, #wrap-s-02d067ce-e342-4137-9f6b-47949ea4c9e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02d067ce-e342-4137-9f6b-47949ea4c9e2 {
  display: none;
}
#s-02d067ce-e342-4137-9f6b-47949ea4c9e2, #wrap-s-02d067ce-e342-4137-9f6b-47949ea4c9e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02d067ce-e342-4137-9f6b-47949ea4c9e2 {
  display: none;
}
#s-02d067ce-e342-4137-9f6b-47949ea4c9e2, #wrap-s-02d067ce-e342-4137-9f6b-47949ea4c9e2 { display:none !important; }}@media (max-width: 767px){#s-02d067ce-e342-4137-9f6b-47949ea4c9e2 {
  display: none;
}
#s-02d067ce-e342-4137-9f6b-47949ea4c9e2, #wrap-s-02d067ce-e342-4137-9f6b-47949ea4c9e2 { display:none !important; }}
@media (min-width: 1200px){#s-335f265e-e79d-4a4e-8759-68d6e825568a {
  display: none;
}
#s-335f265e-e79d-4a4e-8759-68d6e825568a, #wrap-s-335f265e-e79d-4a4e-8759-68d6e825568a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-335f265e-e79d-4a4e-8759-68d6e825568a {
  display: none;
}
#s-335f265e-e79d-4a4e-8759-68d6e825568a, #wrap-s-335f265e-e79d-4a4e-8759-68d6e825568a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-335f265e-e79d-4a4e-8759-68d6e825568a {
  display: none;
}
#s-335f265e-e79d-4a4e-8759-68d6e825568a, #wrap-s-335f265e-e79d-4a4e-8759-68d6e825568a { display:none !important; }}@media (max-width: 767px){#s-335f265e-e79d-4a4e-8759-68d6e825568a {
  display: none;
}
#s-335f265e-e79d-4a4e-8759-68d6e825568a, #wrap-s-335f265e-e79d-4a4e-8759-68d6e825568a { display:none !important; }}
#s-e43622f8-160a-4188-916a-837034a6a718 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-e43622f8-160a-4188-916a-837034a6a718 {
  display: none;
}
#s-e43622f8-160a-4188-916a-837034a6a718, #wrap-s-e43622f8-160a-4188-916a-837034a6a718 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e43622f8-160a-4188-916a-837034a6a718 {
  display: none;
}
#s-e43622f8-160a-4188-916a-837034a6a718, #wrap-s-e43622f8-160a-4188-916a-837034a6a718 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e43622f8-160a-4188-916a-837034a6a718 {
  display: none;
}
#s-e43622f8-160a-4188-916a-837034a6a718, #wrap-s-e43622f8-160a-4188-916a-837034a6a718 { display:none !important; }}@media (max-width: 767px){#s-e43622f8-160a-4188-916a-837034a6a718 {
  display: none;
}
#s-e43622f8-160a-4188-916a-837034a6a718, #wrap-s-e43622f8-160a-4188-916a-837034a6a718 { display:none !important; }}
#s-534ae078-1d71-4ff6-b30c-4fceb91103e1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-534ae078-1d71-4ff6-b30c-4fceb91103e1 {
  display: none;
}
#s-534ae078-1d71-4ff6-b30c-4fceb91103e1, #wrap-s-534ae078-1d71-4ff6-b30c-4fceb91103e1 { display:none !important; }}@media (max-width: 767px){#s-534ae078-1d71-4ff6-b30c-4fceb91103e1 {
  display: none;
}
#s-534ae078-1d71-4ff6-b30c-4fceb91103e1, #wrap-s-534ae078-1d71-4ff6-b30c-4fceb91103e1 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57 {
  display: none;
}
#s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57, #wrap-s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57 { display:none !important; }}@media (max-width: 767px){#s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57 {
  display: none;
}
#s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57, #wrap-s-40f972e0-8c5d-4686-9b3a-a05ead5d5a57 { display:none !important; }}
#s-7b247438-4eff-4f5b-b623-df1058184f3e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b247438-4eff-4f5b-b623-df1058184f3e {
  display: none;
}
#s-7b247438-4eff-4f5b-b623-df1058184f3e, #wrap-s-7b247438-4eff-4f5b-b623-df1058184f3e { display:none !important; }}@media (max-width: 767px){#s-7b247438-4eff-4f5b-b623-df1058184f3e {
  display: none;
}
#s-7b247438-4eff-4f5b-b623-df1058184f3e, #wrap-s-7b247438-4eff-4f5b-b623-df1058184f3e { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-85ae194d-577c-4aec-b390-fe3878fd113a {
  display: none;
}
#s-85ae194d-577c-4aec-b390-fe3878fd113a, #wrap-s-85ae194d-577c-4aec-b390-fe3878fd113a { display:none !important; }}@media (max-width: 767px){#s-85ae194d-577c-4aec-b390-fe3878fd113a {
  display: none;
}
#s-85ae194d-577c-4aec-b390-fe3878fd113a, #wrap-s-85ae194d-577c-4aec-b390-fe3878fd113a { display:none !important; }}
#s-9ef69367-0546-4cb4-a423-3da1f284a72e {
  display: none;
}
#s-836cf701-7bfb-40b8-88b0-788237d08f43 {
  text-align: center;
}




  #s-836cf701-7bfb-40b8-88b0-788237d08f43 img.shogun-image {
    
    width: px;
  }


#s-836cf701-7bfb-40b8-88b0-788237d08f43 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c10c379-3d25-4b84-a641-576b0053336c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c10c379-3d25-4b84-a641-576b0053336c .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-eac56ce1-73fe-46be-8810-74b8a197c5f2 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 11px;
}
@media (min-width: 1200px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  display: none;
}
#s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-s-6313e644-e457-44cd-82e3-957ec132f2ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  display: none;
}
#s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-s-6313e644-e457-44cd-82e3-957ec132f2ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  
}
}@media (max-width: 767px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  
}
}
#s-45367f0d-a6a0-4625-b76b-02a65588a257 {
  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-45367f0d-a6a0-4625-b76b-02a65588a257:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45367f0d-a6a0-4625-b76b-02a65588a257:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45367f0d-a6a0-4625-b76b-02a65588a257-btn-wrapper {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display:none !important; }}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  display: none;
}
#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce { display:none !important; }}@media (max-width: 767px){#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  display: none;
}
#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 {
  display: none;
}
#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 { display:none !important; }}@media (max-width: 767px){#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 {
  display: none;
}
#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 { display:none !important; }}
#s-92cd0b9c-e821-4bd6-84eb-2c0b147520b1 {
  display: none;
}
#s-87b66441-6eea-4475-8061-d35da69e451e {
  text-align: center;
}




  #s-87b66441-6eea-4475-8061-d35da69e451e img.shogun-image {
    
    width: px;
  }


#s-87b66441-6eea-4475-8061-d35da69e451e .shogun-image-content {
  
    align-items: center;
  
}

#s-44de8f69-30f9-4f9a-a853-f6cf6b179ec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44de8f69-30f9-4f9a-a853-f6cf6b179ec6 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-edea295a-e273-4190-b072-3a38dc5e7d2b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8a607635-32bf-4100-b046-451eb6ad375f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a607635-32bf-4100-b046-451eb6ad375f {
  display: none;
}
#s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-s-8a607635-32bf-4100-b046-451eb6ad375f { display:none !important; }}@media (max-width: 767px){#s-8a607635-32bf-4100-b046-451eb6ad375f {
  display: none;
}
#s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-s-8a607635-32bf-4100-b046-451eb6ad375f { display:none !important; }}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  display: none;
}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-s-6491a296-bca9-4c70-b5e7-0340409c8fbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  display: none;
}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-s-6491a296-bca9-4c70-b5e7-0340409c8fbd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  
}
}@media (max-width: 767px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  
}
}
#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4 {
  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-90e9884e-1d55-4d89-9327-8b9d0befc1c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-btn-wrapper {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-2b1f5334-e702-4aa1-931d-888e409ac184 {
  display: none;
}
#s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-s-2b1f5334-e702-4aa1-931d-888e409ac184 { display:none !important; }}@media (max-width: 767px){#s-2b1f5334-e702-4aa1-931d-888e409ac184 {
  display: none;
}
#s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-s-2b1f5334-e702-4aa1-931d-888e409ac184 { display:none !important; }}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  display: none;
}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f { display:none !important; }}@media (max-width: 767px){#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  display: none;
}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 {
  display: none;
}
#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 { display:none !important; }}@media (max-width: 767px){#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 {
  display: none;
}
#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 { display:none !important; }}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display:none !important; }}@media (max-width: 767px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display:none !important; }}
@media (min-width: 1200px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display:none !important; }}@media (max-width: 767px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display:none !important; }}
#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display:none !important; }}@media (max-width: 767px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display:none !important; }}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  display: none;
}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-s-aead4215-cdcb-4101-9fb1-b2e89754db15 { display:none !important; }}@media (max-width: 767px){#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  display: none;
}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-s-aead4215-cdcb-4101-9fb1-b2e89754db15 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-48790214-3b41-4947-b77e-946aabaeef5f {
  display: none;
}
#s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-s-48790214-3b41-4947-b77e-946aabaeef5f { display:none !important; }}@media (max-width: 767px){#s-48790214-3b41-4947-b77e-946aabaeef5f {
  display: none;
}
#s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-s-48790214-3b41-4947-b77e-946aabaeef5f { display:none !important; }}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  display: none;
}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c { display:none !important; }}@media (max-width: 767px){#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  display: none;
}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 {
  display: none;
}
#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 { display:none !important; }}@media (max-width: 767px){#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 {
  display: none;
}
#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 { display:none !important; }}
#s-d512420f-2ba4-4a6b-b0b7-1c427d5b3a75 {
  display: none;
}
#s-372b1617-b93c-4df5-860b-f5c12d6496a5 {
  text-align: center;
}




  #s-372b1617-b93c-4df5-860b-f5c12d6496a5 img.shogun-image {
    
    width: px;
  }


#s-372b1617-b93c-4df5-860b-f5c12d6496a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-86834a1a-9d20-4b4d-89ac-42f3a29ffdd8 {
  padding-top: 10px;
padding-bottom: 29px;
text-align: center;
}

#s-86834a1a-9d20-4b4d-89ac-42f3a29ffdd8 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-d45bcdf1-8864-474d-8e6b-6f549f0ae099 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-4ce0dc17-30f3-481a-af7c-adb05472a977 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 24px;
}
@media (min-width: 1200px){#s-4ce0dc17-30f3-481a-af7c-adb05472a977 {
  display: none;
}
#s-4ce0dc17-30f3-481a-af7c-adb05472a977, #wrap-s-4ce0dc17-30f3-481a-af7c-adb05472a977 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ce0dc17-30f3-481a-af7c-adb05472a977 {
  display: none;
}
#s-4ce0dc17-30f3-481a-af7c-adb05472a977, #wrap-s-4ce0dc17-30f3-481a-af7c-adb05472a977 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ce0dc17-30f3-481a-af7c-adb05472a977 {
  
}
}@media (max-width: 767px){#s-4ce0dc17-30f3-481a-af7c-adb05472a977 {
  
}
}
#s-9cea5d9a-5191-4fad-9d58-5f1f0f3fe826 {
  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-9cea5d9a-5191-4fad-9d58-5f1f0f3fe826:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cea5d9a-5191-4fad-9d58-5f1f0f3fe826:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9cea5d9a-5191-4fad-9d58-5f1f0f3fe826-btn-wrapper {
    text-align: center;
  }


#s-9cea5d9a-5191-4fad-9d58-5f1f0f3fe826.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d82171a5-4c67-43d5-89e3-b5845732494f {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d82171a5-4c67-43d5-89e3-b5845732494f {
  display: none;
}
#s-d82171a5-4c67-43d5-89e3-b5845732494f, #wrap-s-d82171a5-4c67-43d5-89e3-b5845732494f { display:none !important; }}@media (max-width: 767px){#s-d82171a5-4c67-43d5-89e3-b5845732494f {
  display: none;
}
#s-d82171a5-4c67-43d5-89e3-b5845732494f, #wrap-s-d82171a5-4c67-43d5-89e3-b5845732494f { display:none !important; }}
@media (min-width: 0px) {
[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d82171a5-4c67-43d5-89e3-b5845732494f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1efb349b-ccb5-46ca-841f-8c555203982e {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-1efb349b-ccb5-46ca-841f-8c555203982e {
  display: none;
}
#s-1efb349b-ccb5-46ca-841f-8c555203982e, #wrap-s-1efb349b-ccb5-46ca-841f-8c555203982e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1efb349b-ccb5-46ca-841f-8c555203982e {
  display: none;
}
#s-1efb349b-ccb5-46ca-841f-8c555203982e, #wrap-s-1efb349b-ccb5-46ca-841f-8c555203982e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1efb349b-ccb5-46ca-841f-8c555203982e {
  
}
}@media (max-width: 767px){#s-1efb349b-ccb5-46ca-841f-8c555203982e {
  
}
}
#s-b0bc717a-f72f-4107-9dee-0114aa1a2fae {
  display: none;
}
#s-1ee5adba-d4cc-4838-bdfe-16597d525d20 {
  text-align: center;
}




  #s-1ee5adba-d4cc-4838-bdfe-16597d525d20 img.shogun-image {
    
    width: px;
  }


#s-1ee5adba-d4cc-4838-bdfe-16597d525d20 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f30dfb9-dc69-4b55-a0ad-038ecdc951db {
  padding-top: 10px;
padding-bottom: 32px;
text-align: center;
}

#s-9f30dfb9-dc69-4b55-a0ad-038ecdc951db .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-765b267c-f1b0-427b-a1a1-b66d367fe8d5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e {
  display: none;
}
#s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e, #wrap-s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e { display:none !important; }}@media (max-width: 767px){#s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e {
  display: none;
}
#s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e, #wrap-s-2b19cd75-8e42-4dfa-a47d-cc5de541c77e { display:none !important; }}
#s-0d321210-7181-426f-82b3-105c8d172489 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-0d321210-7181-426f-82b3-105c8d172489:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d321210-7181-426f-82b3-105c8d172489:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d321210-7181-426f-82b3-105c8d172489-btn-wrapper {
    text-align: center;
  }


#s-0d321210-7181-426f-82b3-105c8d172489.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8745f649-06c2-48a3-9be2-a0f32d3bb2a3 {
  display: none;
}
#s-12d757ca-980c-4db4-84e9-f4e1a8197115 {
  text-align: center;
}




  #s-12d757ca-980c-4db4-84e9-f4e1a8197115 img.shogun-image {
    
    width: px;
  }


#s-12d757ca-980c-4db4-84e9-f4e1a8197115 .shogun-image-content {
  
    align-items: center;
  
}

#s-24f83f97-0f11-4aff-8bf5-d53cfe326aed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24f83f97-0f11-4aff-8bf5-d53cfe326aed .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-0bd7f86f-d177-4ed2-97d5-79bb00e9a041 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-c2100619-3681-4008-8ea1-5932c85d3b23 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 46px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2100619-3681-4008-8ea1-5932c85d3b23 {
  display: none;
}
#s-c2100619-3681-4008-8ea1-5932c85d3b23, #wrap-s-c2100619-3681-4008-8ea1-5932c85d3b23 { display:none !important; }}@media (max-width: 767px){#s-c2100619-3681-4008-8ea1-5932c85d3b23 {
  display: none;
}
#s-c2100619-3681-4008-8ea1-5932c85d3b23, #wrap-s-c2100619-3681-4008-8ea1-5932c85d3b23 { display:none !important; }}
#s-55930bab-419e-4725-9492-b36b5f1f6171 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-55930bab-419e-4725-9492-b36b5f1f6171:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55930bab-419e-4725-9492-b36b5f1f6171:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55930bab-419e-4725-9492-b36b5f1f6171-btn-wrapper {
    text-align: center;
  }


#s-55930bab-419e-4725-9492-b36b5f1f6171.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-70c64b46-92c8-485e-b141-581010fdccb0 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-70c64b46-92c8-485e-b141-581010fdccb0 {
  display: none;
}
#s-70c64b46-92c8-485e-b141-581010fdccb0, #wrap-s-70c64b46-92c8-485e-b141-581010fdccb0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c64b46-92c8-485e-b141-581010fdccb0 {
  display: none;
}
#s-70c64b46-92c8-485e-b141-581010fdccb0, #wrap-s-70c64b46-92c8-485e-b141-581010fdccb0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c64b46-92c8-485e-b141-581010fdccb0 {
  
}
}@media (max-width: 767px){#s-70c64b46-92c8-485e-b141-581010fdccb0 {
  
}
}
#s-b0a3dd4c-b384-444a-9978-d9124b904d0b {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-b0a3dd4c-b384-444a-9978-d9124b904d0b {
  display: none;
}
#s-b0a3dd4c-b384-444a-9978-d9124b904d0b, #wrap-s-b0a3dd4c-b384-444a-9978-d9124b904d0b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a3dd4c-b384-444a-9978-d9124b904d0b {
  display: none;
}
#s-b0a3dd4c-b384-444a-9978-d9124b904d0b, #wrap-s-b0a3dd4c-b384-444a-9978-d9124b904d0b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a3dd4c-b384-444a-9978-d9124b904d0b {
  display: none;
}
#s-b0a3dd4c-b384-444a-9978-d9124b904d0b, #wrap-s-b0a3dd4c-b384-444a-9978-d9124b904d0b { display:none !important; }}@media (max-width: 767px){#s-b0a3dd4c-b384-444a-9978-d9124b904d0b {
  display: none;
}
#s-b0a3dd4c-b384-444a-9978-d9124b904d0b, #wrap-s-b0a3dd4c-b384-444a-9978-d9124b904d0b { display:none !important; }}
@media (min-width: 1200px){#s-3597c94c-8699-4c42-8ea9-88abbf529271 {
  display: none;
}
#s-3597c94c-8699-4c42-8ea9-88abbf529271, #wrap-s-3597c94c-8699-4c42-8ea9-88abbf529271 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3597c94c-8699-4c42-8ea9-88abbf529271 {
  display: none;
}
#s-3597c94c-8699-4c42-8ea9-88abbf529271, #wrap-s-3597c94c-8699-4c42-8ea9-88abbf529271 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3597c94c-8699-4c42-8ea9-88abbf529271 {
  display: none;
}
#s-3597c94c-8699-4c42-8ea9-88abbf529271, #wrap-s-3597c94c-8699-4c42-8ea9-88abbf529271 { display:none !important; }}@media (max-width: 767px){#s-3597c94c-8699-4c42-8ea9-88abbf529271 {
  display: none;
}
#s-3597c94c-8699-4c42-8ea9-88abbf529271, #wrap-s-3597c94c-8699-4c42-8ea9-88abbf529271 { display:none !important; }}
#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e {
  display: none;
}
#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e, #wrap-s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e {
  display: none;
}
#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e, #wrap-s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e {
  display: none;
}
#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e, #wrap-s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e { display:none !important; }}@media (max-width: 767px){#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e {
  display: none;
}
#s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e, #wrap-s-47584ced-cc3f-4e58-bfbe-64e4ab8b657e { display:none !important; }}
#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a {
  display: none;
}
#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a, #wrap-s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a {
  display: none;
}
#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a, #wrap-s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a {
  
}
}@media (max-width: 767px){#s-97b43c1d-27ce-4eb3-a318-b3c7ff3f232a {
  
}
}
#s-fb96dd91-e232-4e70-9464-70688bae1d81 {
  display: none;
}
#s-f4d5aa2b-ec5d-49ef-8be4-cfc5924f506a {
  text-align: center;
}




  #s-f4d5aa2b-ec5d-49ef-8be4-cfc5924f506a img.shogun-image {
    
    width: px;
  }


#s-f4d5aa2b-ec5d-49ef-8be4-cfc5924f506a .shogun-image-content {
  
    align-items: center;
  
}

#s-3266f5bc-f316-43a0-a89a-ddf4fd30226d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3266f5bc-f316-43a0-a89a-ddf4fd30226d .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-bbebb46b-5ea8-42a5-bf25-bd71935a6c6c {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a2aaa01a-1d82-4503-9290-81c6231bcd07 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2aaa01a-1d82-4503-9290-81c6231bcd07 {
  display: none;
}
#s-a2aaa01a-1d82-4503-9290-81c6231bcd07, #wrap-s-a2aaa01a-1d82-4503-9290-81c6231bcd07 { display:none !important; }}@media (max-width: 767px){#s-a2aaa01a-1d82-4503-9290-81c6231bcd07 {
  display: none;
}
#s-a2aaa01a-1d82-4503-9290-81c6231bcd07, #wrap-s-a2aaa01a-1d82-4503-9290-81c6231bcd07 { display:none !important; }}
#s-6b277bf4-1d43-42fa-8cd9-3505ff387b7c {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6b277bf4-1d43-42fa-8cd9-3505ff387b7c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b277bf4-1d43-42fa-8cd9-3505ff387b7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b277bf4-1d43-42fa-8cd9-3505ff387b7c-btn-wrapper {
    text-align: center;
  }


#s-6b277bf4-1d43-42fa-8cd9-3505ff387b7c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 {
  display: none;
}
#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8, #wrap-s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 {
  display: none;
}
#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8, #wrap-s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 {
  
}
}@media (max-width: 767px){#s-54611f08-ffa1-4707-a4b2-0c9d92a3f4e8 {
  
}
}
#s-f3b4cf4f-7190-4f54-9acf-320bb2fef72a {
  display: none;
}
#s-0c45f732-d841-4195-97e7-7bc76f5eb182 {
  text-align: center;
}




  #s-0c45f732-d841-4195-97e7-7bc76f5eb182 img.shogun-image {
    
    width: px;
  }


#s-0c45f732-d841-4195-97e7-7bc76f5eb182 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1a00974-2afe-40d7-bb4c-31df9a2f7cb0 {
  padding-top: 10px;
padding-bottom: 32px;
text-align: center;
}

#s-d1a00974-2afe-40d7-bb4c-31df9a2f7cb0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-bcddcb96-cc41-4956-95f4-4d8a01cd2fb5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-eee022ef-5ad8-48ce-a8af-126cc853b2b5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eee022ef-5ad8-48ce-a8af-126cc853b2b5 {
  display: none;
}
#s-eee022ef-5ad8-48ce-a8af-126cc853b2b5, #wrap-s-eee022ef-5ad8-48ce-a8af-126cc853b2b5 { display:none !important; }}@media (max-width: 767px){#s-eee022ef-5ad8-48ce-a8af-126cc853b2b5 {
  display: none;
}
#s-eee022ef-5ad8-48ce-a8af-126cc853b2b5, #wrap-s-eee022ef-5ad8-48ce-a8af-126cc853b2b5 { display:none !important; }}
#s-7f4f011e-8353-42f4-9697-f29e2a67f90a {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-7f4f011e-8353-42f4-9697-f29e2a67f90a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f4f011e-8353-42f4-9697-f29e2a67f90a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f4f011e-8353-42f4-9697-f29e2a67f90a-btn-wrapper {
    text-align: center;
  }


#s-7f4f011e-8353-42f4-9697-f29e2a67f90a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a {
  display: none;
}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a { display:none !important; }}@media (max-width: 767px){#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a {
  display: none;
}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a { display:none !important; }}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f30238b6-3589-41b9-bcd2-35fdb48242c4 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f30238b6-3589-41b9-bcd2-35fdb48242c4 {
  display: none;
}
#s-f30238b6-3589-41b9-bcd2-35fdb48242c4, #wrap-s-f30238b6-3589-41b9-bcd2-35fdb48242c4 { display:none !important; }}@media (max-width: 767px){#s-f30238b6-3589-41b9-bcd2-35fdb48242c4 {
  display: none;
}
#s-f30238b6-3589-41b9-bcd2-35fdb48242c4, #wrap-s-f30238b6-3589-41b9-bcd2-35fdb48242c4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f30238b6-3589-41b9-bcd2-35fdb48242c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-11ebef4b-0647-45c7-ae37-4d707230bfce {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-11ebef4b-0647-45c7-ae37-4d707230bfce {
  display: none;
}
#s-11ebef4b-0647-45c7-ae37-4d707230bfce, #wrap-s-11ebef4b-0647-45c7-ae37-4d707230bfce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11ebef4b-0647-45c7-ae37-4d707230bfce {
  display: none;
}
#s-11ebef4b-0647-45c7-ae37-4d707230bfce, #wrap-s-11ebef4b-0647-45c7-ae37-4d707230bfce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11ebef4b-0647-45c7-ae37-4d707230bfce {
  
}
}@media (max-width: 767px){#s-11ebef4b-0647-45c7-ae37-4d707230bfce {
  
}
}
#s-92d02474-b196-4e6a-a17b-8d9cf260d595 {
  display: none;
}
#s-671421f8-5bcc-49a3-a897-d812fca48b56 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-671421f8-5bcc-49a3-a897-d812fca48b56 img.shogun-image {
    
    width: px;
  }


#s-671421f8-5bcc-49a3-a897-d812fca48b56 .shogun-image-content {
  
    align-items: center;
  
}

#s-75a0b19c-4c01-4654-9a99-cbc1543ae6f9 {
  padding-top: 10px;
padding-bottom: 33px;
text-align: center;
}

#s-75a0b19c-4c01-4654-9a99-cbc1543ae6f9 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-2882a8c2-c082-4ff3-8b63-41178f2d8a1f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-3a3ae917-f421-46fa-9195-324c8dc16ec5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a3ae917-f421-46fa-9195-324c8dc16ec5 {
  display: none;
}
#s-3a3ae917-f421-46fa-9195-324c8dc16ec5, #wrap-s-3a3ae917-f421-46fa-9195-324c8dc16ec5 { display:none !important; }}@media (max-width: 767px){#s-3a3ae917-f421-46fa-9195-324c8dc16ec5 {
  display: none;
}
#s-3a3ae917-f421-46fa-9195-324c8dc16ec5, #wrap-s-3a3ae917-f421-46fa-9195-324c8dc16ec5 { display:none !important; }}
#s-7fc7e156-c152-4f5f-96dd-7769ed7e5a50 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-7fc7e156-c152-4f5f-96dd-7769ed7e5a50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fc7e156-c152-4f5f-96dd-7769ed7e5a50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fc7e156-c152-4f5f-96dd-7769ed7e5a50-btn-wrapper {
    text-align: center;
  }


#s-7fc7e156-c152-4f5f-96dd-7769ed7e5a50.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 {
  display: none;
}
#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211, #wrap-s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 {
  display: none;
}
#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211, #wrap-s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 {
  
}
}@media (max-width: 767px){#s-8cc7a9bb-4e67-47ee-b3b6-551a192a8211 {
  
}
}
#s-bc4de0b0-6524-457e-9ebb-0635ab766285 {
  display: none;
}
#s-e211baa6-cdc7-45f7-ad61-c3e417f9c2f2 {
  text-align: center;
}




  #s-e211baa6-cdc7-45f7-ad61-c3e417f9c2f2 img.shogun-image {
    
    width: px;
  }


#s-e211baa6-cdc7-45f7-ad61-c3e417f9c2f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-34a72dd4-7ff0-42f2-96c4-4903df2401e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34a72dd4-7ff0-42f2-96c4-4903df2401e4 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-e8a72ea6-d114-4b0d-9b81-f27ff1759d1d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-629948eb-7659-4ee3-9eb4-41665cd2440d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-629948eb-7659-4ee3-9eb4-41665cd2440d {
  display: none;
}
#s-629948eb-7659-4ee3-9eb4-41665cd2440d, #wrap-s-629948eb-7659-4ee3-9eb4-41665cd2440d { display:none !important; }}@media (max-width: 767px){#s-629948eb-7659-4ee3-9eb4-41665cd2440d {
  display: none;
}
#s-629948eb-7659-4ee3-9eb4-41665cd2440d, #wrap-s-629948eb-7659-4ee3-9eb4-41665cd2440d { display:none !important; }}
#s-0101f68a-8112-47e4-a8d0-3abb0d8cac95 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-0101f68a-8112-47e4-a8d0-3abb0d8cac95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0101f68a-8112-47e4-a8d0-3abb0d8cac95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0101f68a-8112-47e4-a8d0-3abb0d8cac95-btn-wrapper {
    text-align: center;
  }


#s-0101f68a-8112-47e4-a8d0-3abb0d8cac95.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-be24ba5e-4388-4133-9594-c3ae50a92288 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-be24ba5e-4388-4133-9594-c3ae50a92288 {
  display: none;
}
#s-be24ba5e-4388-4133-9594-c3ae50a92288, #wrap-s-be24ba5e-4388-4133-9594-c3ae50a92288 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be24ba5e-4388-4133-9594-c3ae50a92288 {
  display: none;
}
#s-be24ba5e-4388-4133-9594-c3ae50a92288, #wrap-s-be24ba5e-4388-4133-9594-c3ae50a92288 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be24ba5e-4388-4133-9594-c3ae50a92288 {
  display: none;
}
#s-be24ba5e-4388-4133-9594-c3ae50a92288, #wrap-s-be24ba5e-4388-4133-9594-c3ae50a92288 { display:none !important; }}@media (max-width: 767px){#s-be24ba5e-4388-4133-9594-c3ae50a92288 {
  display: none;
}
#s-be24ba5e-4388-4133-9594-c3ae50a92288, #wrap-s-be24ba5e-4388-4133-9594-c3ae50a92288 { display:none !important; }}
@media (min-width: 1200px){#s-42b13b79-1057-4eda-9c08-59a4e7d288ee {
  display: none;
}
#s-42b13b79-1057-4eda-9c08-59a4e7d288ee, #wrap-s-42b13b79-1057-4eda-9c08-59a4e7d288ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42b13b79-1057-4eda-9c08-59a4e7d288ee {
  display: none;
}
#s-42b13b79-1057-4eda-9c08-59a4e7d288ee, #wrap-s-42b13b79-1057-4eda-9c08-59a4e7d288ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42b13b79-1057-4eda-9c08-59a4e7d288ee {
  display: none;
}
#s-42b13b79-1057-4eda-9c08-59a4e7d288ee, #wrap-s-42b13b79-1057-4eda-9c08-59a4e7d288ee { display:none !important; }}@media (max-width: 767px){#s-42b13b79-1057-4eda-9c08-59a4e7d288ee {
  display: none;
}
#s-42b13b79-1057-4eda-9c08-59a4e7d288ee, #wrap-s-42b13b79-1057-4eda-9c08-59a4e7d288ee { display:none !important; }}
#s-48d32ba5-0127-47b6-93c8-660de46629a7 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-48d32ba5-0127-47b6-93c8-660de46629a7 {
  display: none;
}
#s-48d32ba5-0127-47b6-93c8-660de46629a7, #wrap-s-48d32ba5-0127-47b6-93c8-660de46629a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48d32ba5-0127-47b6-93c8-660de46629a7 {
  display: none;
}
#s-48d32ba5-0127-47b6-93c8-660de46629a7, #wrap-s-48d32ba5-0127-47b6-93c8-660de46629a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48d32ba5-0127-47b6-93c8-660de46629a7 {
  display: none;
}
#s-48d32ba5-0127-47b6-93c8-660de46629a7, #wrap-s-48d32ba5-0127-47b6-93c8-660de46629a7 { display:none !important; }}@media (max-width: 767px){#s-48d32ba5-0127-47b6-93c8-660de46629a7 {
  display: none;
}
#s-48d32ba5-0127-47b6-93c8-660de46629a7, #wrap-s-48d32ba5-0127-47b6-93c8-660de46629a7 { display:none !important; }}
#s-4b3f8b15-2dc9-477c-9a83-06a74299e625 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-4b3f8b15-2dc9-477c-9a83-06a74299e625 {
  display: none;
}
#s-4b3f8b15-2dc9-477c-9a83-06a74299e625, #wrap-s-4b3f8b15-2dc9-477c-9a83-06a74299e625 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b3f8b15-2dc9-477c-9a83-06a74299e625 {
  display: none;
}
#s-4b3f8b15-2dc9-477c-9a83-06a74299e625, #wrap-s-4b3f8b15-2dc9-477c-9a83-06a74299e625 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b3f8b15-2dc9-477c-9a83-06a74299e625 {
  
}
}@media (max-width: 767px){#s-4b3f8b15-2dc9-477c-9a83-06a74299e625 {
  
}
}
#s-a52678df-0b8f-4a83-8d4b-aeecd7073cfa {
  display: none;
}
#s-ce0ae86e-4010-47b7-8980-9df9edca4ea5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-ce0ae86e-4010-47b7-8980-9df9edca4ea5 img.shogun-image {
    
    width: px;
  }


#s-ce0ae86e-4010-47b7-8980-9df9edca4ea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9929f37-f2d5-4d15-97cc-4dd7483ce12d {
  padding-top: 10px;
padding-bottom: 32px;
text-align: center;
}

#s-e9929f37-f2d5-4d15-97cc-4dd7483ce12d .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-e8b2bb1e-53f3-47b0-b6c2-6ad3dff50c05 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-0d752e60-0ada-43de-8fa3-906d53b9232e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d752e60-0ada-43de-8fa3-906d53b9232e {
  display: none;
}
#s-0d752e60-0ada-43de-8fa3-906d53b9232e, #wrap-s-0d752e60-0ada-43de-8fa3-906d53b9232e { display:none !important; }}@media (max-width: 767px){#s-0d752e60-0ada-43de-8fa3-906d53b9232e {
  display: none;
}
#s-0d752e60-0ada-43de-8fa3-906d53b9232e, #wrap-s-0d752e60-0ada-43de-8fa3-906d53b9232e { display:none !important; }}
#s-d94654e0-e134-4f45-a479-607b1995e89e {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-d94654e0-e134-4f45-a479-607b1995e89e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d94654e0-e134-4f45-a479-607b1995e89e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d94654e0-e134-4f45-a479-607b1995e89e-btn-wrapper {
    text-align: center;
  }


#s-d94654e0-e134-4f45-a479-607b1995e89e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-64194994-e380-466a-9fc6-154211b72ca4 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-64194994-e380-466a-9fc6-154211b72ca4 {
  display: none;
}
#s-64194994-e380-466a-9fc6-154211b72ca4, #wrap-s-64194994-e380-466a-9fc6-154211b72ca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64194994-e380-466a-9fc6-154211b72ca4 {
  display: none;
}
#s-64194994-e380-466a-9fc6-154211b72ca4, #wrap-s-64194994-e380-466a-9fc6-154211b72ca4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64194994-e380-466a-9fc6-154211b72ca4 {
  
}
}@media (max-width: 767px){#s-64194994-e380-466a-9fc6-154211b72ca4 {
  
}
}
#s-63b9e26b-fcbd-4397-82d9-c37e2aca5fbf {
  display: none;
}
#s-8561cdb1-3e3b-46b9-ad8e-d9e4423992a0 {
  text-align: center;
}




  #s-8561cdb1-3e3b-46b9-ad8e-d9e4423992a0 img.shogun-image {
    
    width: px;
  }


#s-8561cdb1-3e3b-46b9-ad8e-d9e4423992a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-03e957ed-01dd-4001-af13-213d0f12ecc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03e957ed-01dd-4001-af13-213d0f12ecc6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-511c314e-d33c-4a69-bf8a-aa0a0fc65733 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f8a9e789-5513-436f-9db4-00d85164e85c {
  margin-top: 10px;
margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8a9e789-5513-436f-9db4-00d85164e85c {
  display: none;
}
#s-f8a9e789-5513-436f-9db4-00d85164e85c, #wrap-s-f8a9e789-5513-436f-9db4-00d85164e85c { display:none !important; }}@media (max-width: 767px){#s-f8a9e789-5513-436f-9db4-00d85164e85c {
  display: none;
}
#s-f8a9e789-5513-436f-9db4-00d85164e85c, #wrap-s-f8a9e789-5513-436f-9db4-00d85164e85c { display:none !important; }}
#s-10430e79-6e02-44b6-9b03-4c4471ed21ea {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-10430e79-6e02-44b6-9b03-4c4471ed21ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10430e79-6e02-44b6-9b03-4c4471ed21ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10430e79-6e02-44b6-9b03-4c4471ed21ea-btn-wrapper {
    text-align: center;
  }


#s-10430e79-6e02-44b6-9b03-4c4471ed21ea.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-270c62b1-3a70-4967-aeb5-c53108b90bcc {
  display: none;
}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-s-270c62b1-3a70-4967-aeb5-c53108b90bcc { display:none !important; }}@media (max-width: 767px){#s-270c62b1-3a70-4967-aeb5-c53108b90bcc {
  display: none;
}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-s-270c62b1-3a70-4967-aeb5-c53108b90bcc { display:none !important; }}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-567159a3-2a27-4541-ba41-5ee9a99d43ee {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-567159a3-2a27-4541-ba41-5ee9a99d43ee {
  display: none;
}
#s-567159a3-2a27-4541-ba41-5ee9a99d43ee, #wrap-s-567159a3-2a27-4541-ba41-5ee9a99d43ee { display:none !important; }}@media (max-width: 767px){#s-567159a3-2a27-4541-ba41-5ee9a99d43ee {
  display: none;
}
#s-567159a3-2a27-4541-ba41-5ee9a99d43ee, #wrap-s-567159a3-2a27-4541-ba41-5ee9a99d43ee { display:none !important; }}
@media (min-width: 0px) {
[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-567159a3-2a27-4541-ba41-5ee9a99d43ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c35c4968-b429-407d-8495-dbc05a899822 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-c35c4968-b429-407d-8495-dbc05a899822 {
  display: none;
}
#s-c35c4968-b429-407d-8495-dbc05a899822, #wrap-s-c35c4968-b429-407d-8495-dbc05a899822 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c35c4968-b429-407d-8495-dbc05a899822 {
  display: none;
}
#s-c35c4968-b429-407d-8495-dbc05a899822, #wrap-s-c35c4968-b429-407d-8495-dbc05a899822 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c35c4968-b429-407d-8495-dbc05a899822 {
  
}
}@media (max-width: 767px){#s-c35c4968-b429-407d-8495-dbc05a899822 {
  
}
}
#s-5c950756-a726-4362-a1d7-153989d58807 {
  display: none;
}
#s-3524b06a-5527-4556-8f9e-c958f59436dc {
  text-align: center;
}




  #s-3524b06a-5527-4556-8f9e-c958f59436dc img.shogun-image {
    
    width: px;
  }


#s-3524b06a-5527-4556-8f9e-c958f59436dc .shogun-image-content {
  
    align-items: center;
  
}

#s-ccbbd92e-9e0f-491a-883a-0ecc088db3fb {
  padding-top: 10px;
padding-bottom: 33px;
text-align: center;
}

#s-ccbbd92e-9e0f-491a-883a-0ecc088db3fb .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-2574d894-b873-458e-b40e-e0bd89265595 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-21fda28a-b246-43ce-9c38-1643d1c10bb2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21fda28a-b246-43ce-9c38-1643d1c10bb2 {
  display: none;
}
#s-21fda28a-b246-43ce-9c38-1643d1c10bb2, #wrap-s-21fda28a-b246-43ce-9c38-1643d1c10bb2 { display:none !important; }}@media (max-width: 767px){#s-21fda28a-b246-43ce-9c38-1643d1c10bb2 {
  display: none;
}
#s-21fda28a-b246-43ce-9c38-1643d1c10bb2, #wrap-s-21fda28a-b246-43ce-9c38-1643d1c10bb2 { display:none !important; }}
#s-9ffa75e2-35cd-4c29-b4e4-7b8ce1506186 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-9ffa75e2-35cd-4c29-b4e4-7b8ce1506186:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ffa75e2-35cd-4c29-b4e4-7b8ce1506186:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ffa75e2-35cd-4c29-b4e4-7b8ce1506186-btn-wrapper {
    text-align: center;
  }


#s-9ffa75e2-35cd-4c29-b4e4-7b8ce1506186.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-38f8b635-d423-48b2-9d5a-d1201b402417 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-38f8b635-d423-48b2-9d5a-d1201b402417 {
  display: none;
}
#s-38f8b635-d423-48b2-9d5a-d1201b402417, #wrap-s-38f8b635-d423-48b2-9d5a-d1201b402417 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f8b635-d423-48b2-9d5a-d1201b402417 {
  display: none;
}
#s-38f8b635-d423-48b2-9d5a-d1201b402417, #wrap-s-38f8b635-d423-48b2-9d5a-d1201b402417 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38f8b635-d423-48b2-9d5a-d1201b402417 {
  
}
}@media (max-width: 767px){#s-38f8b635-d423-48b2-9d5a-d1201b402417 {
  
}
}
#s-891e18af-c60c-4f70-bc85-75996690d887 {
  display: none;
}
#s-7272f94a-3f17-429d-bbc6-5268668fdea0 {
  text-align: center;
}




  #s-7272f94a-3f17-429d-bbc6-5268668fdea0 img.shogun-image {
    
    width: px;
  }


#s-7272f94a-3f17-429d-bbc6-5268668fdea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-52140486-ff98-497f-b8fd-bd71dcc60e90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52140486-ff98-497f-b8fd-bd71dcc60e90 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-ca51c088-8932-4b76-882c-a661dfd4f726 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-3332e0e1-1dba-4478-a72c-deffcb39885d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 67px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3332e0e1-1dba-4478-a72c-deffcb39885d {
  display: none;
}
#s-3332e0e1-1dba-4478-a72c-deffcb39885d, #wrap-s-3332e0e1-1dba-4478-a72c-deffcb39885d { display:none !important; }}@media (max-width: 767px){#s-3332e0e1-1dba-4478-a72c-deffcb39885d {
  display: none;
}
#s-3332e0e1-1dba-4478-a72c-deffcb39885d, #wrap-s-3332e0e1-1dba-4478-a72c-deffcb39885d { display:none !important; }}
#s-dbc84487-9418-4238-99a8-abe122a9da3b {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-dbc84487-9418-4238-99a8-abe122a9da3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbc84487-9418-4238-99a8-abe122a9da3b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbc84487-9418-4238-99a8-abe122a9da3b-btn-wrapper {
    text-align: center;
  }


#s-dbc84487-9418-4238-99a8-abe122a9da3b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 {
  display: none;
}
#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5, #wrap-s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 {
  display: none;
}
#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5, #wrap-s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 {
  display: none;
}
#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5, #wrap-s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 { display:none !important; }}@media (max-width: 767px){#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 {
  display: none;
}
#s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5, #wrap-s-60b4d5b8-8e74-489a-82ba-bfa3a322c8c5 { display:none !important; }}
@media (min-width: 1200px){#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e {
  display: none;
}
#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e, #wrap-s-2daa33a8-0bfe-42e1-a955-2c9932cba23e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e {
  display: none;
}
#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e, #wrap-s-2daa33a8-0bfe-42e1-a955-2c9932cba23e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e {
  display: none;
}
#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e, #wrap-s-2daa33a8-0bfe-42e1-a955-2c9932cba23e { display:none !important; }}@media (max-width: 767px){#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e {
  display: none;
}
#s-2daa33a8-0bfe-42e1-a955-2c9932cba23e, #wrap-s-2daa33a8-0bfe-42e1-a955-2c9932cba23e { display:none !important; }}
#s-0208b240-481e-45d5-8b06-c1a34d266b3f {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-0208b240-481e-45d5-8b06-c1a34d266b3f {
  display: none;
}
#s-0208b240-481e-45d5-8b06-c1a34d266b3f, #wrap-s-0208b240-481e-45d5-8b06-c1a34d266b3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0208b240-481e-45d5-8b06-c1a34d266b3f {
  display: none;
}
#s-0208b240-481e-45d5-8b06-c1a34d266b3f, #wrap-s-0208b240-481e-45d5-8b06-c1a34d266b3f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0208b240-481e-45d5-8b06-c1a34d266b3f {
  display: none;
}
#s-0208b240-481e-45d5-8b06-c1a34d266b3f, #wrap-s-0208b240-481e-45d5-8b06-c1a34d266b3f { display:none !important; }}@media (max-width: 767px){#s-0208b240-481e-45d5-8b06-c1a34d266b3f {
  display: none;
}
#s-0208b240-481e-45d5-8b06-c1a34d266b3f, #wrap-s-0208b240-481e-45d5-8b06-c1a34d266b3f { display:none !important; }}
#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 {
  display: none;
}
#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5, #wrap-s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 {
  display: none;
}
#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5, #wrap-s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 {
  
}
}@media (max-width: 767px){#s-cb778aa6-a6be-4a8a-a925-a078c10f95d5 {
  
}
}
#s-3096a827-6674-48eb-8540-515a48f731f9 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-3096a827-6674-48eb-8540-515a48f731f9 {
  display: none;
}
#s-3096a827-6674-48eb-8540-515a48f731f9, #wrap-s-3096a827-6674-48eb-8540-515a48f731f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3096a827-6674-48eb-8540-515a48f731f9 {
  display: none;
}
#s-3096a827-6674-48eb-8540-515a48f731f9, #wrap-s-3096a827-6674-48eb-8540-515a48f731f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3096a827-6674-48eb-8540-515a48f731f9 {
  
}
}@media (max-width: 767px){#s-3096a827-6674-48eb-8540-515a48f731f9 {
  
}
}
#s-688445ef-a6c7-4175-b4dc-6449c782ec77 {
  display: none;
}
#s-350e223b-6be5-45ab-abfc-c440f11c1b65 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-350e223b-6be5-45ab-abfc-c440f11c1b65 img.shogun-image {
    
    width: px;
  }


#s-350e223b-6be5-45ab-abfc-c440f11c1b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b089931-82a8-449f-9dc3-9f7e1d58c6ff {
  padding-top: 10px;
padding-bottom: 33px;
text-align: center;
}

#s-1b089931-82a8-449f-9dc3-9f7e1d58c6ff .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-42cc16c1-dab4-45bd-9c01-3cfac44025c4 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-db9459f5-6f41-4854-9d79-97cb3829fd5e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db9459f5-6f41-4854-9d79-97cb3829fd5e {
  display: none;
}
#s-db9459f5-6f41-4854-9d79-97cb3829fd5e, #wrap-s-db9459f5-6f41-4854-9d79-97cb3829fd5e { display:none !important; }}@media (max-width: 767px){#s-db9459f5-6f41-4854-9d79-97cb3829fd5e {
  display: none;
}
#s-db9459f5-6f41-4854-9d79-97cb3829fd5e, #wrap-s-db9459f5-6f41-4854-9d79-97cb3829fd5e { display:none !important; }}
#s-c36eb8c2-cb58-4b82-9427-2a9a10c16e31 {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c36eb8c2-cb58-4b82-9427-2a9a10c16e31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c36eb8c2-cb58-4b82-9427-2a9a10c16e31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c36eb8c2-cb58-4b82-9427-2a9a10c16e31-btn-wrapper {
    text-align: center;
  }


#s-c36eb8c2-cb58-4b82-9427-2a9a10c16e31.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4ff29b86-cda6-4a7e-a41d-b87d7df54457 {
  display: none;
}
#s-886c7b98-e1cd-411c-b018-2ff6179be6c5 {
  display: none;
}
#s-f2911291-14a5-44ca-a0ed-ed5dc29ea8bf {
  text-align: center;
}




  #s-f2911291-14a5-44ca-a0ed-ed5dc29ea8bf img.shogun-image {
    
    width: px;
  }


#s-f2911291-14a5-44ca-a0ed-ed5dc29ea8bf .shogun-image-content {
  
    align-items: center;
  
}

#s-d431e33e-c19c-415c-a47d-c1d5e88f9320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d431e33e-c19c-415c-a47d-c1d5e88f9320 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
}

#s-3ad07f9d-ce4d-4f60-a02d-8f68fdf26924 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-eb2e9613-9469-431e-a0f0-504fe564552a {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb2e9613-9469-431e-a0f0-504fe564552a {
  display: none;
}
#s-eb2e9613-9469-431e-a0f0-504fe564552a, #wrap-s-eb2e9613-9469-431e-a0f0-504fe564552a { display:none !important; }}@media (max-width: 767px){#s-eb2e9613-9469-431e-a0f0-504fe564552a {
  display: none;
}
#s-eb2e9613-9469-431e-a0f0-504fe564552a, #wrap-s-eb2e9613-9469-431e-a0f0-504fe564552a { display:none !important; }}
#s-4dfd06f8-6dc3-4a34-bf33-9de53d0abfbb {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4dfd06f8-6dc3-4a34-bf33-9de53d0abfbb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dfd06f8-6dc3-4a34-bf33-9de53d0abfbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4dfd06f8-6dc3-4a34-bf33-9de53d0abfbb-btn-wrapper {
    text-align: center;
  }


#s-4dfd06f8-6dc3-4a34-bf33-9de53d0abfbb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-602cf7bd-716e-4fcb-9432-934110e71bbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-602cf7bd-716e-4fcb-9432-934110e71bbe {
  display: none;
}
#s-602cf7bd-716e-4fcb-9432-934110e71bbe, #wrap-s-602cf7bd-716e-4fcb-9432-934110e71bbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-602cf7bd-716e-4fcb-9432-934110e71bbe {
  display: none;
}
#s-602cf7bd-716e-4fcb-9432-934110e71bbe, #wrap-s-602cf7bd-716e-4fcb-9432-934110e71bbe { display:none !important; }}@media (max-width: 767px){#s-602cf7bd-716e-4fcb-9432-934110e71bbe {
  display: none;
}
#s-602cf7bd-716e-4fcb-9432-934110e71bbe, #wrap-s-602cf7bd-716e-4fcb-9432-934110e71bbe { display:none !important; }}
@media (min-width: 0px) {
[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-602cf7bd-716e-4fcb-9432-934110e71bbe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-b0d85b79-48ec-4980-8609-7802e0910cc7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0d85b79-48ec-4980-8609-7802e0910cc7 {
  display: none;
}
#s-b0d85b79-48ec-4980-8609-7802e0910cc7, #wrap-s-b0d85b79-48ec-4980-8609-7802e0910cc7 { display:none !important; }}@media (max-width: 767px){#s-b0d85b79-48ec-4980-8609-7802e0910cc7 {
  display: none;
}
#s-b0d85b79-48ec-4980-8609-7802e0910cc7, #wrap-s-b0d85b79-48ec-4980-8609-7802e0910cc7 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3f81dd58-307d-4f91-a92c-29fa79e0fa45 {
  display: none;
}
#s-3f81dd58-307d-4f91-a92c-29fa79e0fa45, #wrap-s-3f81dd58-307d-4f91-a92c-29fa79e0fa45 { display:none !important; }}@media (max-width: 767px){#s-3f81dd58-307d-4f91-a92c-29fa79e0fa45 {
  display: none;
}
#s-3f81dd58-307d-4f91-a92c-29fa79e0fa45, #wrap-s-3f81dd58-307d-4f91-a92c-29fa79e0fa45 { display:none !important; }}
#s-50f4a016-6935-48f5-a5d6-82dd1931a79b {
  display: none;
}
#s-65e25d34-d68b-41b1-8b07-e7fc472dfe84 {
  text-align: center;
}




  #s-65e25d34-d68b-41b1-8b07-e7fc472dfe84 img.shogun-image {
    
    width: px;
  }


#s-65e25d34-d68b-41b1-8b07-e7fc472dfe84 .shogun-image-content {
  
    align-items: center;
  
}

#s-05e26969-5555-4888-b6c6-141b866aba49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05e26969-5555-4888-b6c6-141b866aba49 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-74aa9dc5-7cce-463a-9b00-305cdb5510ab {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1ce714d7-b7af-4536-83e5-325c4beb7dda {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ce714d7-b7af-4536-83e5-325c4beb7dda {
  display: none;
}
#s-1ce714d7-b7af-4536-83e5-325c4beb7dda, #wrap-s-1ce714d7-b7af-4536-83e5-325c4beb7dda { display:none !important; }}@media (max-width: 767px){#s-1ce714d7-b7af-4536-83e5-325c4beb7dda {
  display: none;
}
#s-1ce714d7-b7af-4536-83e5-325c4beb7dda, #wrap-s-1ce714d7-b7af-4536-83e5-325c4beb7dda { display:none !important; }}
#s-e05a7856-bc5e-45eb-bcd4-b66f31350179 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 45px;
}
@media (min-width: 1200px){#s-e05a7856-bc5e-45eb-bcd4-b66f31350179 {
  display: none;
}
#s-e05a7856-bc5e-45eb-bcd4-b66f31350179, #wrap-s-e05a7856-bc5e-45eb-bcd4-b66f31350179 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e05a7856-bc5e-45eb-bcd4-b66f31350179 {
  display: none;
}
#s-e05a7856-bc5e-45eb-bcd4-b66f31350179, #wrap-s-e05a7856-bc5e-45eb-bcd4-b66f31350179 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e05a7856-bc5e-45eb-bcd4-b66f31350179 {
  
}
}@media (max-width: 767px){#s-e05a7856-bc5e-45eb-bcd4-b66f31350179 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323 {
  display: none;
}
#s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323, #wrap-s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323 { display:none !important; }}@media (max-width: 767px){#s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323 {
  display: none;
}
#s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323, #wrap-s-d02d22bd-6059-44c6-b6a9-f9a2ae3bc323 { display:none !important; }}
#s-f36f7f6d-972b-42bf-8f69-407656df9b6d {
  padding-left: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-f36f7f6d-972b-42bf-8f69-407656df9b6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f36f7f6d-972b-42bf-8f69-407656df9b6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f36f7f6d-972b-42bf-8f69-407656df9b6d-btn-wrapper {
    text-align: center;
  }


#s-f36f7f6d-972b-42bf-8f69-407656df9b6d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-53bdad78-cb48-47bb-bc17-102d6eec7761 {
  display: none;
}
#s-4d310a30-408a-48ad-b612-2ce186cea314 {
  text-align: center;
}




  #s-4d310a30-408a-48ad-b612-2ce186cea314 img.shogun-image {
    
    width: px;
  }


#s-4d310a30-408a-48ad-b612-2ce186cea314 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a111e1d-e2a9-4c06-bcfc-dd983fa75267 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a111e1d-e2a9-4c06-bcfc-dd983fa75267 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-fe9a70c4-2d09-45c1-bc8d-3c75142b39e1 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-9ee288fd-a560-4f57-9c68-c3514fa022e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 60px;
}
@media (min-width: 1200px){#s-9ee288fd-a560-4f57-9c68-c3514fa022e0 {
  display: none;
}
#s-9ee288fd-a560-4f57-9c68-c3514fa022e0, #wrap-s-9ee288fd-a560-4f57-9c68-c3514fa022e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ee288fd-a560-4f57-9c68-c3514fa022e0 {
  display: none;
}
#s-9ee288fd-a560-4f57-9c68-c3514fa022e0, #wrap-s-9ee288fd-a560-4f57-9c68-c3514fa022e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ee288fd-a560-4f57-9c68-c3514fa022e0 {
  
}
}@media (max-width: 767px){#s-9ee288fd-a560-4f57-9c68-c3514fa022e0 {
  
}
}
#s-d25e4b76-0be8-48f4-b9a4-d80e14a8abec {
  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-d25e4b76-0be8-48f4-b9a4-d80e14a8abec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d25e4b76-0be8-48f4-b9a4-d80e14a8abec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d25e4b76-0be8-48f4-b9a4-d80e14a8abec-btn-wrapper {
    text-align: center;
  }


#s-d25e4b76-0be8-48f4-b9a4-d80e14a8abec.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1363e05e-890e-4d4b-b5f2-39264134441f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1363e05e-890e-4d4b-b5f2-39264134441f {
  display: none;
}
#s-1363e05e-890e-4d4b-b5f2-39264134441f, #wrap-s-1363e05e-890e-4d4b-b5f2-39264134441f { display:none !important; }}@media (max-width: 767px){#s-1363e05e-890e-4d4b-b5f2-39264134441f {
  display: none;
}
#s-1363e05e-890e-4d4b-b5f2-39264134441f, #wrap-s-1363e05e-890e-4d4b-b5f2-39264134441f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c {
  display: none;
}
#s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c, #wrap-s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c { display:none !important; }}@media (max-width: 767px){#s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c {
  display: none;
}
#s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c, #wrap-s-39fa4c98-ae4d-4b4f-afb0-74cf2383ab8c { display:none !important; }}
#s-9f812078-8cc0-4b40-b82a-686db8812fc8 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-9f812078-8cc0-4b40-b82a-686db8812fc8 {
  display: none;
}
#s-9f812078-8cc0-4b40-b82a-686db8812fc8, #wrap-s-9f812078-8cc0-4b40-b82a-686db8812fc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f812078-8cc0-4b40-b82a-686db8812fc8 {
  display: none;
}
#s-9f812078-8cc0-4b40-b82a-686db8812fc8, #wrap-s-9f812078-8cc0-4b40-b82a-686db8812fc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f812078-8cc0-4b40-b82a-686db8812fc8 {
  display: none;
}
#s-9f812078-8cc0-4b40-b82a-686db8812fc8, #wrap-s-9f812078-8cc0-4b40-b82a-686db8812fc8 { display:none !important; }}@media (max-width: 767px){#s-9f812078-8cc0-4b40-b82a-686db8812fc8 {
  display: none;
}
#s-9f812078-8cc0-4b40-b82a-686db8812fc8, #wrap-s-9f812078-8cc0-4b40-b82a-686db8812fc8 { display:none !important; }}
@media (min-width: 1200px){#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e {
  display: none;
}
#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e, #wrap-s-8ad409c9-7c4d-4496-9ff6-fba1c538126e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e {
  display: none;
}
#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e, #wrap-s-8ad409c9-7c4d-4496-9ff6-fba1c538126e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e {
  display: none;
}
#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e, #wrap-s-8ad409c9-7c4d-4496-9ff6-fba1c538126e { display:none !important; }}@media (max-width: 767px){#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e {
  display: none;
}
#s-8ad409c9-7c4d-4496-9ff6-fba1c538126e, #wrap-s-8ad409c9-7c4d-4496-9ff6-fba1c538126e { display:none !important; }}
#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 {
  display: none;
}
#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437, #wrap-s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 {
  display: none;
}
#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437, #wrap-s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 {
  display: none;
}
#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437, #wrap-s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 { display:none !important; }}@media (max-width: 767px){#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 {
  display: none;
}
#s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437, #wrap-s-9cbcbb6e-8082-42a1-8b56-fe2350bd9437 { display:none !important; }}
#s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f {
  display: none;
}
#s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f, #wrap-s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f { display:none !important; }}@media (max-width: 767px){#s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f {
  display: none;
}
#s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f, #wrap-s-6f9c1829-b8a4-42ee-96f5-7754e9f8de1f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-da73a612-05c9-4cb8-90ab-b2630e829b0c {
  display: none;
}
#s-da73a612-05c9-4cb8-90ab-b2630e829b0c, #wrap-s-da73a612-05c9-4cb8-90ab-b2630e829b0c { display:none !important; }}@media (max-width: 767px){#s-da73a612-05c9-4cb8-90ab-b2630e829b0c {
  display: none;
}
#s-da73a612-05c9-4cb8-90ab-b2630e829b0c, #wrap-s-da73a612-05c9-4cb8-90ab-b2630e829b0c { display:none !important; }}
#s-c2bf4c86-57c8-4218-8097-efa81b36ea1b {
  display: none;
}
#s-c0189626-3901-42bd-9714-25daed810e3a {
  text-align: center;
}




  #s-c0189626-3901-42bd-9714-25daed810e3a img.shogun-image {
    
    width: px;
  }


#s-c0189626-3901-42bd-9714-25daed810e3a .shogun-image-content {
  
    align-items: center;
  
}

#s-e11b81e8-21e3-4066-b56d-6544bb3ece6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e11b81e8-21e3-4066-b56d-6544bb3ece6d .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-fc2f64b9-14c7-4be5-9bef-246db62eeb9d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f1d2d883-be14-41fc-b3a1-e0df545fe3be {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1d2d883-be14-41fc-b3a1-e0df545fe3be {
  display: none;
}
#s-f1d2d883-be14-41fc-b3a1-e0df545fe3be, #wrap-s-f1d2d883-be14-41fc-b3a1-e0df545fe3be { display:none !important; }}@media (max-width: 767px){#s-f1d2d883-be14-41fc-b3a1-e0df545fe3be {
  display: none;
}
#s-f1d2d883-be14-41fc-b3a1-e0df545fe3be, #wrap-s-f1d2d883-be14-41fc-b3a1-e0df545fe3be { display:none !important; }}
#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e {
  display: none;
}
#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e, #wrap-s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e {
  display: none;
}
#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e, #wrap-s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e {
  
}
}@media (max-width: 767px){#s-d91df55b-ab99-46b0-bfbb-e15bb35e6d7e {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5222beef-1e0f-4658-818f-fbc420c6853f {
  display: none;
}
#s-5222beef-1e0f-4658-818f-fbc420c6853f, #wrap-s-5222beef-1e0f-4658-818f-fbc420c6853f { display:none !important; }}@media (max-width: 767px){#s-5222beef-1e0f-4658-818f-fbc420c6853f {
  display: none;
}
#s-5222beef-1e0f-4658-818f-fbc420c6853f, #wrap-s-5222beef-1e0f-4658-818f-fbc420c6853f { display:none !important; }}
#s-9a5c6964-bac5-4489-90fe-ecdf103bc825 {
  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-9a5c6964-bac5-4489-90fe-ecdf103bc825:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a5c6964-bac5-4489-90fe-ecdf103bc825:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a5c6964-bac5-4489-90fe-ecdf103bc825-btn-wrapper {
    text-align: center;
  }


#s-9a5c6964-bac5-4489-90fe-ecdf103bc825.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-38a0d836-0837-435d-9f86-838b6f51a10a {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38a0d836-0837-435d-9f86-838b6f51a10a {
  display: none;
}
#s-38a0d836-0837-435d-9f86-838b6f51a10a, #wrap-s-38a0d836-0837-435d-9f86-838b6f51a10a { display:none !important; }}@media (max-width: 767px){#s-38a0d836-0837-435d-9f86-838b6f51a10a {
  display: none;
}
#s-38a0d836-0837-435d-9f86-838b6f51a10a, #wrap-s-38a0d836-0837-435d-9f86-838b6f51a10a { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3 {
  display: none;
}
#s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3, #wrap-s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3 { display:none !important; }}@media (max-width: 767px){#s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3 {
  display: none;
}
#s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3, #wrap-s-97400fdc-05b5-465f-a3ca-fbacd94e4cd3 { display:none !important; }}
#s-a0e5a303-bf22-4103-be5e-85f19fcd39fd {
  display: none;
}
#s-e449be6d-6516-4ba9-8245-3dde23b79ef4 {
  text-align: center;
}




  #s-e449be6d-6516-4ba9-8245-3dde23b79ef4 img.shogun-image {
    
    width: px;
  }


#s-e449be6d-6516-4ba9-8245-3dde23b79ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebe14b3b-69cb-4851-a9c4-1e41b2916156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebe14b3b-69cb-4851-a9c4-1e41b2916156 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-672b4a32-5a57-4f6f-abf7-261dab2a208e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 45px;
}
@media (min-width: 1200px){#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 {
  display: none;
}
#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6, #wrap-s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 {
  display: none;
}
#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6, #wrap-s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 {
  
}
}@media (max-width: 767px){#s-66d5fc56-cc58-4ac1-8fe2-271e05b997d6 {
  
}
}
#s-5786e2da-6a6d-4ba0-9d1e-bddfef095aa1 {
  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-5786e2da-6a6d-4ba0-9d1e-bddfef095aa1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5786e2da-6a6d-4ba0-9d1e-bddfef095aa1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5786e2da-6a6d-4ba0-9d1e-bddfef095aa1-btn-wrapper {
    text-align: center;
  }


#s-5786e2da-6a6d-4ba0-9d1e-bddfef095aa1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display:none !important; }}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display:none !important; }}
@media (min-width: 0px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  display: none;
}
#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d { display:none !important; }}@media (max-width: 767px){#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  display: none;
}
#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a67950c4-567b-44ba-9a31-f210ddf99a1e {
  display: none;
}
#s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-s-a67950c4-567b-44ba-9a31-f210ddf99a1e { display:none !important; }}@media (max-width: 767px){#s-a67950c4-567b-44ba-9a31-f210ddf99a1e {
  display: none;
}
#s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-s-a67950c4-567b-44ba-9a31-f210ddf99a1e { display:none !important; }}
#s-ad7a417e-8a8c-4e02-8add-f4af2df91cbb {
  display: none;
}
#s-059d4777-a18a-45ed-ac44-de60266a2137 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-059d4777-a18a-45ed-ac44-de60266a2137 img.shogun-image {
    
    width: px;
  }


#s-059d4777-a18a-45ed-ac44-de60266a2137 .shogun-image-content {
  
    align-items: center;
  
}

#s-b86e37d8-090b-4557-8b3a-7ad38aab80d0 {
  padding-top: 10px;
padding-bottom: 27px;
text-align: center;
}

#s-b86e37d8-090b-4557-8b3a-7ad38aab80d0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-e316818c-1ae9-4dec-a452-3d3c91fc0b0b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1bc6d4cc-9884-4637-a069-9b202b11e132 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1bc6d4cc-9884-4637-a069-9b202b11e132 {
  display: none;
}
#s-1bc6d4cc-9884-4637-a069-9b202b11e132, #wrap-s-1bc6d4cc-9884-4637-a069-9b202b11e132 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bc6d4cc-9884-4637-a069-9b202b11e132 {
  display: none;
}
#s-1bc6d4cc-9884-4637-a069-9b202b11e132, #wrap-s-1bc6d4cc-9884-4637-a069-9b202b11e132 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bc6d4cc-9884-4637-a069-9b202b11e132 {
  
}
}@media (max-width: 767px){#s-1bc6d4cc-9884-4637-a069-9b202b11e132 {
  
}
}
#s-a289e46f-65ca-4183-9b06-d6a8c9e52685 {
  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-a289e46f-65ca-4183-9b06-d6a8c9e52685:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a289e46f-65ca-4183-9b06-d6a8c9e52685:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a289e46f-65ca-4183-9b06-d6a8c9e52685-btn-wrapper {
    text-align: center;
  }


#s-a289e46f-65ca-4183-9b06-d6a8c9e52685.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  display: none;
}
#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d { display:none !important; }}@media (max-width: 767px){#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  display: none;
}
#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-88671e22-89dc-4be9-931f-78563b443591 {
  display: none;
}
#s-88671e22-89dc-4be9-931f-78563b443591, #wrap-s-88671e22-89dc-4be9-931f-78563b443591 { display:none !important; }}@media (max-width: 767px){#s-88671e22-89dc-4be9-931f-78563b443591 {
  display: none;
}
#s-88671e22-89dc-4be9-931f-78563b443591, #wrap-s-88671e22-89dc-4be9-931f-78563b443591 { display:none !important; }}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display:none !important; }}@media (max-width: 767px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display:none !important; }}
@media (min-width: 1200px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display:none !important; }}@media (max-width: 767px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display:none !important; }}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display:none !important; }}@media (max-width: 767px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display:none !important; }}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  display: none;
}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-s-609202c6-2bd2-45d3-927f-c4e31007ffac { display:none !important; }}@media (max-width: 767px){#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  display: none;
}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-s-609202c6-2bd2-45d3-927f-c4e31007ffac { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 {
  display: none;
}
#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 { display:none !important; }}@media (max-width: 767px){#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 {
  display: none;
}
#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 { display:none !important; }}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  display: none;
}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 { display:none !important; }}@media (max-width: 767px){#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  display: none;
}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 {
  display: none;
}
#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 { display:none !important; }}@media (max-width: 767px){#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 {
  display: none;
}
#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 { display:none !important; }}
#s-ea9c1e63-4e1c-4837-b4a9-a5a24544679d {
  display: none;
}
#s-aa107697-814a-437b-a804-1606c2ae0aee {
  text-align: center;
}




  #s-aa107697-814a-437b-a804-1606c2ae0aee img.shogun-image {
    
    width: px;
  }


#s-aa107697-814a-437b-a804-1606c2ae0aee .shogun-image-content {
  
    align-items: center;
  
}

#s-7e64a3e1-f69b-45e8-90dc-a19d92801150 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e64a3e1-f69b-45e8-90dc-a19d92801150 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-207df379-81ad-4a0c-8a34-458e70ff8bf0 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 {
  display: none;
}
#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501, #wrap-s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 {
  display: none;
}
#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501, #wrap-s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 {
  
}
}@media (max-width: 767px){#s-7821bfdb-6ffa-4636-9a61-8a9bc1475501 {
  
}
}
#s-4831a978-4aca-44b1-a183-24356655a448 {
  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-4831a978-4aca-44b1-a183-24356655a448:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4831a978-4aca-44b1-a183-24356655a448:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4831a978-4aca-44b1-a183-24356655a448-btn-wrapper {
    text-align: center;
  }


#s-4831a978-4aca-44b1-a183-24356655a448.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display:none !important; }}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-91e91604-1ed5-45cb-b244-b6f2260feedb {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-91e91604-1ed5-45cb-b244-b6f2260feedb {
  display: none;
}
#s-91e91604-1ed5-45cb-b244-b6f2260feedb, #wrap-s-91e91604-1ed5-45cb-b244-b6f2260feedb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91e91604-1ed5-45cb-b244-b6f2260feedb {
  display: none;
}
#s-91e91604-1ed5-45cb-b244-b6f2260feedb, #wrap-s-91e91604-1ed5-45cb-b244-b6f2260feedb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91e91604-1ed5-45cb-b244-b6f2260feedb {
  display: none;
}
#s-91e91604-1ed5-45cb-b244-b6f2260feedb, #wrap-s-91e91604-1ed5-45cb-b244-b6f2260feedb { display:none !important; }}
@media (min-width: 0px) {
[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-91e91604-1ed5-45cb-b244-b6f2260feedb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6c85b792-e458-4344-979b-59f2d71f7fcc {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c85b792-e458-4344-979b-59f2d71f7fcc {
  display: none;
}
#s-6c85b792-e458-4344-979b-59f2d71f7fcc, #wrap-s-6c85b792-e458-4344-979b-59f2d71f7fcc { display:none !important; }}@media (max-width: 767px){#s-6c85b792-e458-4344-979b-59f2d71f7fcc {
  display: none;
}
#s-6c85b792-e458-4344-979b-59f2d71f7fcc, #wrap-s-6c85b792-e458-4344-979b-59f2d71f7fcc { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d577f060-add2-41db-962b-e66164b96277 {
  display: none;
}
#s-d577f060-add2-41db-962b-e66164b96277, #wrap-s-d577f060-add2-41db-962b-e66164b96277 { display:none !important; }}@media (max-width: 767px){#s-d577f060-add2-41db-962b-e66164b96277 {
  display: none;
}
#s-d577f060-add2-41db-962b-e66164b96277, #wrap-s-d577f060-add2-41db-962b-e66164b96277 { display:none !important; }}
#s-d765acaa-c88a-496e-b436-c77521b3fc83 {
  display: none;
}
#s-00a0f307-f986-4c3e-9f05-35329d54f8b5 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-00a0f307-f986-4c3e-9f05-35329d54f8b5 img.shogun-image {
    
    width: px;
  }


#s-00a0f307-f986-4c3e-9f05-35329d54f8b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c1a9b25-536a-436a-94c5-bcd0d02ab8b1 {
  padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}

#s-2c1a9b25-536a-436a-94c5-bcd0d02ab8b1 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-bb4caeab-8a35-4750-bccc-5bf50fa80c24 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 15px;
}
@media (min-width: 1200px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  display: none;
}
#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  display: none;
}
#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  
}
}@media (max-width: 767px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  
}
}
#s-5dd98615-e691-4dac-9224-a9461f6ce9bf {
  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-5dd98615-e691-4dac-9224-a9461f6ce9bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dd98615-e691-4dac-9224-a9461f6ce9bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-btn-wrapper {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-518d853f-a354-467d-abc6-2e1a096e1b6f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-518d853f-a354-467d-abc6-2e1a096e1b6f {
  display: none;
}
#s-518d853f-a354-467d-abc6-2e1a096e1b6f, #wrap-s-518d853f-a354-467d-abc6-2e1a096e1b6f { display:none !important; }}@media (max-width: 767px){#s-518d853f-a354-467d-abc6-2e1a096e1b6f {
  display: none;
}
#s-518d853f-a354-467d-abc6-2e1a096e1b6f, #wrap-s-518d853f-a354-467d-abc6-2e1a096e1b6f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c {
  display: none;
}
#s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c, #wrap-s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c { display:none !important; }}@media (max-width: 767px){#s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c {
  display: none;
}
#s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c, #wrap-s-d572d89c-6fa4-40fe-ab9c-b202e930ef9c { display:none !important; }}
#s-3bddfc14-ba0a-4675-b579-2379429f9ab6 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-3bddfc14-ba0a-4675-b579-2379429f9ab6 {
  display: none;
}
#s-3bddfc14-ba0a-4675-b579-2379429f9ab6, #wrap-s-3bddfc14-ba0a-4675-b579-2379429f9ab6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bddfc14-ba0a-4675-b579-2379429f9ab6 {
  display: none;
}
#s-3bddfc14-ba0a-4675-b579-2379429f9ab6, #wrap-s-3bddfc14-ba0a-4675-b579-2379429f9ab6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bddfc14-ba0a-4675-b579-2379429f9ab6 {
  display: none;
}
#s-3bddfc14-ba0a-4675-b579-2379429f9ab6, #wrap-s-3bddfc14-ba0a-4675-b579-2379429f9ab6 { display:none !important; }}@media (max-width: 767px){#s-3bddfc14-ba0a-4675-b579-2379429f9ab6 {
  display: none;
}
#s-3bddfc14-ba0a-4675-b579-2379429f9ab6, #wrap-s-3bddfc14-ba0a-4675-b579-2379429f9ab6 { display:none !important; }}
@media (min-width: 1200px){#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 {
  display: none;
}
#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80, #wrap-s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 {
  display: none;
}
#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80, #wrap-s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 {
  display: none;
}
#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80, #wrap-s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 { display:none !important; }}@media (max-width: 767px){#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 {
  display: none;
}
#s-e7d9caf1-4e69-4803-84de-49a2bf52cb80, #wrap-s-e7d9caf1-4e69-4803-84de-49a2bf52cb80 { display:none !important; }}
#s-58db8599-86f1-4c79-b33c-30ef2676d908 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-58db8599-86f1-4c79-b33c-30ef2676d908 {
  display: none;
}
#s-58db8599-86f1-4c79-b33c-30ef2676d908, #wrap-s-58db8599-86f1-4c79-b33c-30ef2676d908 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58db8599-86f1-4c79-b33c-30ef2676d908 {
  display: none;
}
#s-58db8599-86f1-4c79-b33c-30ef2676d908, #wrap-s-58db8599-86f1-4c79-b33c-30ef2676d908 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58db8599-86f1-4c79-b33c-30ef2676d908 {
  display: none;
}
#s-58db8599-86f1-4c79-b33c-30ef2676d908, #wrap-s-58db8599-86f1-4c79-b33c-30ef2676d908 { display:none !important; }}@media (max-width: 767px){#s-58db8599-86f1-4c79-b33c-30ef2676d908 {
  display: none;
}
#s-58db8599-86f1-4c79-b33c-30ef2676d908, #wrap-s-58db8599-86f1-4c79-b33c-30ef2676d908 { display:none !important; }}
#s-f238b518-0637-49e3-858d-5883bbbf47d4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f238b518-0637-49e3-858d-5883bbbf47d4 {
  display: none;
}
#s-f238b518-0637-49e3-858d-5883bbbf47d4, #wrap-s-f238b518-0637-49e3-858d-5883bbbf47d4 { display:none !important; }}@media (max-width: 767px){#s-f238b518-0637-49e3-858d-5883bbbf47d4 {
  display: none;
}
#s-f238b518-0637-49e3-858d-5883bbbf47d4, #wrap-s-f238b518-0637-49e3-858d-5883bbbf47d4 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9cee1bb0-516f-43c4-aa91-7a45938b32ae {
  display: none;
}
#s-9cee1bb0-516f-43c4-aa91-7a45938b32ae, #wrap-s-9cee1bb0-516f-43c4-aa91-7a45938b32ae { display:none !important; }}@media (max-width: 767px){#s-9cee1bb0-516f-43c4-aa91-7a45938b32ae {
  display: none;
}
#s-9cee1bb0-516f-43c4-aa91-7a45938b32ae, #wrap-s-9cee1bb0-516f-43c4-aa91-7a45938b32ae { display:none !important; }}
#s-071a4176-2594-437f-a663-fbda9922138a {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-071a4176-2594-437f-a663-fbda9922138a {
  display: none;
}
#s-071a4176-2594-437f-a663-fbda9922138a, #wrap-s-071a4176-2594-437f-a663-fbda9922138a { display:none !important; }}@media (max-width: 767px){#s-071a4176-2594-437f-a663-fbda9922138a {
  display: none;
}
#s-071a4176-2594-437f-a663-fbda9922138a, #wrap-s-071a4176-2594-437f-a663-fbda9922138a { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-8968e7dc-77a9-4b67-bedf-39fad7d874eb {
  display: none;
}
#s-8968e7dc-77a9-4b67-bedf-39fad7d874eb, #wrap-s-8968e7dc-77a9-4b67-bedf-39fad7d874eb { display:none !important; }}@media (max-width: 767px){#s-8968e7dc-77a9-4b67-bedf-39fad7d874eb {
  display: none;
}
#s-8968e7dc-77a9-4b67-bedf-39fad7d874eb, #wrap-s-8968e7dc-77a9-4b67-bedf-39fad7d874eb { display:none !important; }}
#s-bebf015b-4d37-470b-8ffb-4dfcbce80126 {
  display: none;
}
#s-d1c29f75-9b7b-49fa-97c6-032b322b9c91 {
  text-align: center;
}




  #s-d1c29f75-9b7b-49fa-97c6-032b322b9c91 img.shogun-image {
    
    width: px;
  }


#s-d1c29f75-9b7b-49fa-97c6-032b322b9c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef3d4e56-a7ea-4fed-95cb-2120b8ffb1bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef3d4e56-a7ea-4fed-95cb-2120b8ffb1bd .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-a729a614-3c39-486a-b59d-72c692133ca2 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-dbf63493-7880-475d-aa18-ffbebc901d68 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-dbf63493-7880-475d-aa18-ffbebc901d68 {
  display: none;
}
#s-dbf63493-7880-475d-aa18-ffbebc901d68, #wrap-s-dbf63493-7880-475d-aa18-ffbebc901d68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbf63493-7880-475d-aa18-ffbebc901d68 {
  display: none;
}
#s-dbf63493-7880-475d-aa18-ffbebc901d68, #wrap-s-dbf63493-7880-475d-aa18-ffbebc901d68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dbf63493-7880-475d-aa18-ffbebc901d68 {
  
}
}@media (max-width: 767px){#s-dbf63493-7880-475d-aa18-ffbebc901d68 {
  
}
}
#s-e3b61093-8d28-463d-a117-871752f748be {
  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-e3b61093-8d28-463d-a117-871752f748be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3b61093-8d28-463d-a117-871752f748be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e3b61093-8d28-463d-a117-871752f748be-btn-wrapper {
    text-align: center;
  }


#s-e3b61093-8d28-463d-a117-871752f748be.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-e6d867d0-42a3-4ec3-b301-0bc2253d6eb0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac {
  padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac {
  display: none;
}
#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac, #wrap-s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac {
  display: none;
}
#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac, #wrap-s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac { display:none !important; }}@media (max-width: 767px){#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac {
  display: none;
}
#s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac, #wrap-s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7e2d6474-23c9-4ddb-b49c-5e4114a9dfac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-06dab94a-5195-4801-86d1-b962ec95b126 {
  display: none;
}
#s-436d2ead-c5cd-4d8a-9d42-6aa507cfda66 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-436d2ead-c5cd-4d8a-9d42-6aa507cfda66 img.shogun-image {
    
    width: px;
  }


#s-436d2ead-c5cd-4d8a-9d42-6aa507cfda66 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f1c0a95-e03d-4bc8-b17e-32951f0e1f74 {
  padding-top: 10px;
padding-bottom: 27px;
text-align: center;
}

#s-4f1c0a95-e03d-4bc8-b17e-32951f0e1f74 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-a1c4bbc7-45cc-4de6-9eca-230eca32afd0 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-75493741-7b08-4599-bcaf-e3a8096c9025 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-75493741-7b08-4599-bcaf-e3a8096c9025 {
  display: none;
}
#s-75493741-7b08-4599-bcaf-e3a8096c9025, #wrap-s-75493741-7b08-4599-bcaf-e3a8096c9025 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75493741-7b08-4599-bcaf-e3a8096c9025 {
  display: none;
}
#s-75493741-7b08-4599-bcaf-e3a8096c9025, #wrap-s-75493741-7b08-4599-bcaf-e3a8096c9025 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75493741-7b08-4599-bcaf-e3a8096c9025 {
  
}
}@media (max-width: 767px){#s-75493741-7b08-4599-bcaf-e3a8096c9025 {
  
}
}
#s-738abaf9-b516-4326-8eef-f54188c24aa8 {
  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-738abaf9-b516-4326-8eef-f54188c24aa8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-738abaf9-b516-4326-8eef-f54188c24aa8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-738abaf9-b516-4326-8eef-f54188c24aa8-btn-wrapper {
    text-align: center;
  }


#s-738abaf9-b516-4326-8eef-f54188c24aa8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c4b413d0-12d5-453a-8cf8-7da7864a1d36 {
  display: none;
}
#s-981c5e1a-2f5a-4368-8c41-7e9613914ade {
  text-align: center;
}




  #s-981c5e1a-2f5a-4368-8c41-7e9613914ade img.shogun-image {
    
    width: px;
  }


#s-981c5e1a-2f5a-4368-8c41-7e9613914ade .shogun-image-content {
  
    align-items: center;
  
}

#s-cf278cff-c39b-469c-a062-fd2d3cd737b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf278cff-c39b-469c-a062-fd2d3cd737b8 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-c60ecff5-3097-41f0-b888-0f5fdbb057a2 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-def10362-a45b-49a8-9db6-d36b2fe82238 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-def10362-a45b-49a8-9db6-d36b2fe82238 {
  display: none;
}
#s-def10362-a45b-49a8-9db6-d36b2fe82238, #wrap-s-def10362-a45b-49a8-9db6-d36b2fe82238 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-def10362-a45b-49a8-9db6-d36b2fe82238 {
  display: none;
}
#s-def10362-a45b-49a8-9db6-d36b2fe82238, #wrap-s-def10362-a45b-49a8-9db6-d36b2fe82238 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-def10362-a45b-49a8-9db6-d36b2fe82238 {
  
}
}@media (max-width: 767px){#s-def10362-a45b-49a8-9db6-d36b2fe82238 {
  
}
}
#s-82f065a1-d3b7-4359-a8cb-f97b28cf22a7 {
  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-82f065a1-d3b7-4359-a8cb-f97b28cf22a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-82f065a1-d3b7-4359-a8cb-f97b28cf22a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-82f065a1-d3b7-4359-a8cb-f97b28cf22a7-btn-wrapper {
    text-align: center;
  }


#s-82f065a1-d3b7-4359-a8cb-f97b28cf22a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-0122cfa0-615e-4fd8-b0da-7f6242ab65f0 {
  display: none;
}
#s-aae37d71-8a0c-4eab-ab04-faa006b0040b {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-aae37d71-8a0c-4eab-ab04-faa006b0040b img.shogun-image {
    
    width: px;
  }


#s-aae37d71-8a0c-4eab-ab04-faa006b0040b .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f5c058-a2bf-4715-86a7-aef36acadbd0 {
  padding-top: 10px;
padding-bottom: 29px;
text-align: center;
}

#s-a5f5c058-a2bf-4715-86a7-aef36acadbd0 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-a2fd4172-f4df-476d-bd47-c1dbbc2cd3b1 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 {
  display: none;
}
#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549, #wrap-s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 {
  display: none;
}
#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549, #wrap-s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 {
  
}
}@media (max-width: 767px){#s-e455e0dd-52b4-44bf-ab37-f84cfcc05549 {
  
}
}
#s-ae726770-f709-4075-a7b6-bba3076d0443 {
  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-ae726770-f709-4075-a7b6-bba3076d0443:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae726770-f709-4075-a7b6-bba3076d0443:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae726770-f709-4075-a7b6-bba3076d0443-btn-wrapper {
    text-align: center;
  }


#s-ae726770-f709-4075-a7b6-bba3076d0443.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5ee80984-6f13-435f-8828-d512ee329647 {
  display: none;
}
#s-8b7d4383-ed2c-4b48-8323-422a5372639f {
  text-align: center;
}




  #s-8b7d4383-ed2c-4b48-8323-422a5372639f img.shogun-image {
    
    width: px;
  }


#s-8b7d4383-ed2c-4b48-8323-422a5372639f .shogun-image-content {
  
    align-items: center;
  
}

#s-e07fe957-0775-47d6-be65-d659cabcda50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e07fe957-0775-47d6-be65-d659cabcda50 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-5c7083e9-5a61-488b-afdf-41b20f58b31f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-403c0b48-5c32-4f50-b272-8114b9250b8c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-403c0b48-5c32-4f50-b272-8114b9250b8c {
  display: none;
}
#s-403c0b48-5c32-4f50-b272-8114b9250b8c, #wrap-s-403c0b48-5c32-4f50-b272-8114b9250b8c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-403c0b48-5c32-4f50-b272-8114b9250b8c {
  display: none;
}
#s-403c0b48-5c32-4f50-b272-8114b9250b8c, #wrap-s-403c0b48-5c32-4f50-b272-8114b9250b8c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-403c0b48-5c32-4f50-b272-8114b9250b8c {
  
}
}@media (max-width: 767px){#s-403c0b48-5c32-4f50-b272-8114b9250b8c {
  
}
}
#s-f1f60e5e-8bb5-4ed1-ad5e-203c6186ba98 {
  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-f1f60e5e-8bb5-4ed1-ad5e-203c6186ba98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1f60e5e-8bb5-4ed1-ad5e-203c6186ba98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1f60e5e-8bb5-4ed1-ad5e-203c6186ba98-btn-wrapper {
    text-align: center;
  }


#s-f1f60e5e-8bb5-4ed1-ad5e-203c6186ba98.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

@media (min-width: 1200px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display:none !important; }}@media (max-width: 767px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display:none !important; }}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6d8b805f-648e-4028-8612-736980f76af4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d8b805f-648e-4028-8612-736980f76af4 {
  display: none;
}
#s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-s-6d8b805f-648e-4028-8612-736980f76af4 { display:none !important; }}@media (max-width: 767px){#s-6d8b805f-648e-4028-8612-736980f76af4 {
  display: none;
}
#s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-s-6d8b805f-648e-4028-8612-736980f76af4 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 {
  display: none;
}
#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 { display:none !important; }}@media (max-width: 767px){#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 {
  display: none;
}
#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 { display:none !important; }}
#s-b7421d2a-e122-4fc4-9089-efafa850b1a6 {
  display: none;
}
#s-66cf9eb6-0625-452c-8ad2-dfd5182c69e1 {
  text-align: center;
}




  #s-66cf9eb6-0625-452c-8ad2-dfd5182c69e1 img.shogun-image {
    
    width: px;
  }


#s-66cf9eb6-0625-452c-8ad2-dfd5182c69e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-60093367-fcbc-4629-84d1-1dc754e946ed {
  padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}

#s-60093367-fcbc-4629-84d1-1dc754e946ed .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-4edcee4c-8830-4ad5-9c9e-a6ed9467777a {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd {
  display: none;
}
#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd, #wrap-s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd {
  display: none;
}
#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd, #wrap-s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd {
  
}
}@media (max-width: 767px){#s-659b8f3c-3cab-40ff-89d9-d1a075e1f5dd {
  
}
}
#s-933e5c3a-f9ca-424a-879f-fbe2b70b0069 {
  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-933e5c3a-f9ca-424a-879f-fbe2b70b0069:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-933e5c3a-f9ca-424a-879f-fbe2b70b0069:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-933e5c3a-f9ca-424a-879f-fbe2b70b0069-btn-wrapper {
    text-align: center;
  }


#s-933e5c3a-f9ca-424a-879f-fbe2b70b0069.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  display: none;
}
#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 { display:none !important; }}@media (max-width: 767px){#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  display: none;
}
#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 {
  display: none;
}
#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 { display:none !important; }}@media (max-width: 767px){#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 {
  display: none;
}
#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 { display:none !important; }}
#s-439266f1-0001-4042-9720-8cb31503836f {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f { display:none !important; }}@media (max-width: 767px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f { display:none !important; }}
@media (min-width: 1200px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display:none !important; }}@media (max-width: 767px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display:none !important; }}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display:none !important; }}@media (max-width: 767px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display:none !important; }}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  display: none;
}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-s-6371f1a7-ef79-422d-aa79-bd764843fc7d { display:none !important; }}@media (max-width: 767px){#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  display: none;
}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-s-6371f1a7-ef79-422d-aa79-bd764843fc7d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b {
  display: none;
}
#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b { display:none !important; }}@media (max-width: 767px){#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b {
  display: none;
}
#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b { display:none !important; }}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  display: none;
}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-s-19bb294f-2f53-4494-8ce8-0ac0a938a350 { display:none !important; }}@media (max-width: 767px){#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  display: none;
}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-s-19bb294f-2f53-4494-8ce8-0ac0a938a350 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a6b5192c-d0d3-4751-89fc-23884f2824c3 {
  display: none;
}
#s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-s-a6b5192c-d0d3-4751-89fc-23884f2824c3 { display:none !important; }}@media (max-width: 767px){#s-a6b5192c-d0d3-4751-89fc-23884f2824c3 {
  display: none;
}
#s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-s-a6b5192c-d0d3-4751-89fc-23884f2824c3 { display:none !important; }}
#s-7f5a9129-9125-4c60-9efa-ce2571d83f66 {
  display: none;
}
#s-11df0cfc-6698-4095-ba7d-ad68623de8ce {
  text-align: center;
}




  #s-11df0cfc-6698-4095-ba7d-ad68623de8ce img.shogun-image {
    
    width: px;
  }


#s-11df0cfc-6698-4095-ba7d-ad68623de8ce .shogun-image-content {
  
    align-items: center;
  
}

#s-b4a4a479-210f-4844-acc6-4273e6956001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a4a479-210f-4844-acc6-4273e6956001 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-fef577a2-f843-4733-84d7-1415f1fea891 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  display: none;
}
#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  display: none;
}
#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  
}
}@media (max-width: 767px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  
}
}
#s-476bda83-2dfe-420d-81db-a59a2739fe92 {
  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-476bda83-2dfe-420d-81db-a59a2739fe92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-476bda83-2dfe-420d-81db-a59a2739fe92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-476bda83-2dfe-420d-81db-a59a2739fe92-btn-wrapper {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-30d77ff5-1107-44dc-a597-26e29b4c59f8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb {
  display: none;
}
#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb, #wrap-s-9f2629ac-99d6-43b5-83d0-625470d0e2eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb {
  display: none;
}
#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb, #wrap-s-9f2629ac-99d6-43b5-83d0-625470d0e2eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb {
  display: none;
}
#s-9f2629ac-99d6-43b5-83d0-625470d0e2eb, #wrap-s-9f2629ac-99d6-43b5-83d0-625470d0e2eb { display:none !important; }}
@media (min-width: 0px) {
[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9f2629ac-99d6-43b5-83d0-625470d0e2eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f7435f38-651e-4719-9b9b-326c65b8f7fd {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7435f38-651e-4719-9b9b-326c65b8f7fd {
  display: none;
}
#s-f7435f38-651e-4719-9b9b-326c65b8f7fd, #wrap-s-f7435f38-651e-4719-9b9b-326c65b8f7fd { display:none !important; }}@media (max-width: 767px){#s-f7435f38-651e-4719-9b9b-326c65b8f7fd {
  display: none;
}
#s-f7435f38-651e-4719-9b9b-326c65b8f7fd, #wrap-s-f7435f38-651e-4719-9b9b-326c65b8f7fd { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3 {
  display: none;
}
#s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3, #wrap-s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3 { display:none !important; }}@media (max-width: 767px){#s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3 {
  display: none;
}
#s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3, #wrap-s-fc18691e-15aa-4b1a-9913-5c1faeacf3e3 { display:none !important; }}
#s-bd2b645d-a721-4e89-93d0-0edcd3961ce7 {
  display: none;
}
#s-3e47fe5d-9eb3-4749-a827-a29ad7ea4eb5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-3e47fe5d-9eb3-4749-a827-a29ad7ea4eb5 img.shogun-image {
    
    width: px;
  }


#s-3e47fe5d-9eb3-4749-a827-a29ad7ea4eb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a4947c8-328a-407c-9fd6-43ffca85c4cc {
  padding-top: 10px;
padding-bottom: 11px;
text-align: center;
}

#s-9a4947c8-328a-407c-9fd6-43ffca85c4cc .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-91988c56-de4e-40a3-8532-7d2cac925a3e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-339a7d62-bff5-4af0-b801-211423944356 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 16px;
}
@media (min-width: 1200px){#s-339a7d62-bff5-4af0-b801-211423944356 {
  display: none;
}
#s-339a7d62-bff5-4af0-b801-211423944356, #wrap-s-339a7d62-bff5-4af0-b801-211423944356 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-339a7d62-bff5-4af0-b801-211423944356 {
  display: none;
}
#s-339a7d62-bff5-4af0-b801-211423944356, #wrap-s-339a7d62-bff5-4af0-b801-211423944356 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-339a7d62-bff5-4af0-b801-211423944356 {
  
}
}@media (max-width: 767px){#s-339a7d62-bff5-4af0-b801-211423944356 {
  
}
}
#s-f26db72e-01df-48b6-967f-6c9233efe4b3 {
  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-f26db72e-01df-48b6-967f-6c9233efe4b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f26db72e-01df-48b6-967f-6c9233efe4b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f26db72e-01df-48b6-967f-6c9233efe4b3-btn-wrapper {
    text-align: center;
  }


#s-f26db72e-01df-48b6-967f-6c9233efe4b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a35590c8-07b1-404d-a9dd-63304ce25814 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a35590c8-07b1-404d-a9dd-63304ce25814 {
  display: none;
}
#s-a35590c8-07b1-404d-a9dd-63304ce25814, #wrap-s-a35590c8-07b1-404d-a9dd-63304ce25814 { display:none !important; }}@media (max-width: 767px){#s-a35590c8-07b1-404d-a9dd-63304ce25814 {
  display: none;
}
#s-a35590c8-07b1-404d-a9dd-63304ce25814, #wrap-s-a35590c8-07b1-404d-a9dd-63304ce25814 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-f78cbec4-9667-47eb-99b4-97190073ce4f {
  display: none;
}
#s-f78cbec4-9667-47eb-99b4-97190073ce4f, #wrap-s-f78cbec4-9667-47eb-99b4-97190073ce4f { display:none !important; }}@media (max-width: 767px){#s-f78cbec4-9667-47eb-99b4-97190073ce4f {
  display: none;
}
#s-f78cbec4-9667-47eb-99b4-97190073ce4f, #wrap-s-f78cbec4-9667-47eb-99b4-97190073ce4f { display:none !important; }}
#s-037f5277-5d67-418d-9353-a106fc8da255 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-037f5277-5d67-418d-9353-a106fc8da255 {
  display: none;
}
#s-037f5277-5d67-418d-9353-a106fc8da255, #wrap-s-037f5277-5d67-418d-9353-a106fc8da255 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-037f5277-5d67-418d-9353-a106fc8da255 {
  display: none;
}
#s-037f5277-5d67-418d-9353-a106fc8da255, #wrap-s-037f5277-5d67-418d-9353-a106fc8da255 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-037f5277-5d67-418d-9353-a106fc8da255 {
  display: none;
}
#s-037f5277-5d67-418d-9353-a106fc8da255, #wrap-s-037f5277-5d67-418d-9353-a106fc8da255 { display:none !important; }}@media (max-width: 767px){#s-037f5277-5d67-418d-9353-a106fc8da255 {
  display: none;
}
#s-037f5277-5d67-418d-9353-a106fc8da255, #wrap-s-037f5277-5d67-418d-9353-a106fc8da255 { display:none !important; }}
@media (min-width: 1200px){#s-cb534a25-2603-4b32-a38d-f0b83de848c0 {
  display: none;
}
#s-cb534a25-2603-4b32-a38d-f0b83de848c0, #wrap-s-cb534a25-2603-4b32-a38d-f0b83de848c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb534a25-2603-4b32-a38d-f0b83de848c0 {
  display: none;
}
#s-cb534a25-2603-4b32-a38d-f0b83de848c0, #wrap-s-cb534a25-2603-4b32-a38d-f0b83de848c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb534a25-2603-4b32-a38d-f0b83de848c0 {
  display: none;
}
#s-cb534a25-2603-4b32-a38d-f0b83de848c0, #wrap-s-cb534a25-2603-4b32-a38d-f0b83de848c0 { display:none !important; }}@media (max-width: 767px){#s-cb534a25-2603-4b32-a38d-f0b83de848c0 {
  display: none;
}
#s-cb534a25-2603-4b32-a38d-f0b83de848c0, #wrap-s-cb534a25-2603-4b32-a38d-f0b83de848c0 { display:none !important; }}
#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce {
  display: none;
}
#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce, #wrap-s-b281f77e-1368-4637-b18e-5b1a71fdd9ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce {
  display: none;
}
#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce, #wrap-s-b281f77e-1368-4637-b18e-5b1a71fdd9ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce {
  display: none;
}
#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce, #wrap-s-b281f77e-1368-4637-b18e-5b1a71fdd9ce { display:none !important; }}@media (max-width: 767px){#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce {
  display: none;
}
#s-b281f77e-1368-4637-b18e-5b1a71fdd9ce, #wrap-s-b281f77e-1368-4637-b18e-5b1a71fdd9ce { display:none !important; }}
#s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64 {
  display: none;
}
#s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64, #wrap-s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64 { display:none !important; }}@media (max-width: 767px){#s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64 {
  display: none;
}
#s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64, #wrap-s-a1deb912-28a8-4c3c-9371-f6f3f2a3fc64 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-46a1fc57-8282-4883-9c4e-bf9472a3de95 {
  display: none;
}
#s-46a1fc57-8282-4883-9c4e-bf9472a3de95, #wrap-s-46a1fc57-8282-4883-9c4e-bf9472a3de95 { display:none !important; }}@media (max-width: 767px){#s-46a1fc57-8282-4883-9c4e-bf9472a3de95 {
  display: none;
}
#s-46a1fc57-8282-4883-9c4e-bf9472a3de95, #wrap-s-46a1fc57-8282-4883-9c4e-bf9472a3de95 { display:none !important; }}
#s-a9ea458c-1323-4220-a1ee-84f00066ed83 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9ea458c-1323-4220-a1ee-84f00066ed83 {
  display: none;
}
#s-a9ea458c-1323-4220-a1ee-84f00066ed83, #wrap-s-a9ea458c-1323-4220-a1ee-84f00066ed83 { display:none !important; }}@media (max-width: 767px){#s-a9ea458c-1323-4220-a1ee-84f00066ed83 {
  display: none;
}
#s-a9ea458c-1323-4220-a1ee-84f00066ed83, #wrap-s-a9ea458c-1323-4220-a1ee-84f00066ed83 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a {
  display: none;
}
#s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a, #wrap-s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a { display:none !important; }}@media (max-width: 767px){#s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a {
  display: none;
}
#s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a, #wrap-s-6a2df0f0-815f-4c38-945c-0f6ebb202e0a { display:none !important; }}
#s-a14b9c2f-ff3f-4b4e-8152-ebaaadd1cb4b {
  display: none;
}
#s-65dc2865-afb4-4e19-a1f4-d32c9364dcea {
  display: none;
}
#s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e {
  text-align: center;
}




  #s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e img.shogun-image {
    
    width: px;
  }


#s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e .shogun-image-content {
  
    align-items: center;
  
}

#s-ab4142e6-3948-4da6-b67f-571761b2be46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab4142e6-3948-4da6-b67f-571761b2be46 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-ec28829d-6751-49a6-acc5-7b3b3663e932 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  display: none;
}
#s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-s-4f42a77a-e411-496a-8c62-442e56ce690d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  display: none;
}
#s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-s-4f42a77a-e411-496a-8c62-442e56ce690d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  
}
}@media (max-width: 767px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  
}
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  margin-top: 10px;
padding-bottom: 41px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  display: none;
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-s-2dad507c-18e8-4864-9293-88b168b2f1db { display:none !important; }}@media (max-width: 767px){#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  display: none;
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-s-2dad507c-18e8-4864-9293-88b168b2f1db { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd {
  display: none;
}
#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd { display:none !important; }}@media (max-width: 767px){#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd {
  display: none;
}
#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd { display:none !important; }}
#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a {
  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-b416abc5-84c7-41cd-b8a6-2a300b597b2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-btn-wrapper {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d0a0a8f9-810f-4cca-912a-408e313dd855 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d0a0a8f9-810f-4cca-912a-408e313dd855 {
  display: none;
}
#s-d0a0a8f9-810f-4cca-912a-408e313dd855, #wrap-s-d0a0a8f9-810f-4cca-912a-408e313dd855 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0a0a8f9-810f-4cca-912a-408e313dd855 {
  display: none;
}
#s-d0a0a8f9-810f-4cca-912a-408e313dd855, #wrap-s-d0a0a8f9-810f-4cca-912a-408e313dd855 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0a0a8f9-810f-4cca-912a-408e313dd855 {
  display: none;
}
#s-d0a0a8f9-810f-4cca-912a-408e313dd855, #wrap-s-d0a0a8f9-810f-4cca-912a-408e313dd855 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d0a0a8f9-810f-4cca-912a-408e313dd855"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b35f4b47-5674-4064-8f73-ae0ec3a50601 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b35f4b47-5674-4064-8f73-ae0ec3a50601 {
  display: none;
}
#s-b35f4b47-5674-4064-8f73-ae0ec3a50601, #wrap-s-b35f4b47-5674-4064-8f73-ae0ec3a50601 { display:none !important; }}@media (max-width: 767px){#s-b35f4b47-5674-4064-8f73-ae0ec3a50601 {
  display: none;
}
#s-b35f4b47-5674-4064-8f73-ae0ec3a50601, #wrap-s-b35f4b47-5674-4064-8f73-ae0ec3a50601 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50 {
  display: none;
}
#s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50, #wrap-s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50 { display:none !important; }}@media (max-width: 767px){#s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50 {
  display: none;
}
#s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50, #wrap-s-bea8b4e0-9b8a-4206-b0cc-5254b5f57b50 { display:none !important; }}
#s-ea4de7b6-2059-4f58-9892-f9d567603651 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea4de7b6-2059-4f58-9892-f9d567603651 {
  display: none;
}
#s-ea4de7b6-2059-4f58-9892-f9d567603651, #wrap-s-ea4de7b6-2059-4f58-9892-f9d567603651 { display:none !important; }}@media (max-width: 767px){#s-ea4de7b6-2059-4f58-9892-f9d567603651 {
  display: none;
}
#s-ea4de7b6-2059-4f58-9892-f9d567603651, #wrap-s-ea4de7b6-2059-4f58-9892-f9d567603651 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9331df06-3864-4ec8-82c4-ffcd451a4be6 {
  display: none;
}
#s-9331df06-3864-4ec8-82c4-ffcd451a4be6, #wrap-s-9331df06-3864-4ec8-82c4-ffcd451a4be6 { display:none !important; }}@media (max-width: 767px){#s-9331df06-3864-4ec8-82c4-ffcd451a4be6 {
  display: none;
}
#s-9331df06-3864-4ec8-82c4-ffcd451a4be6, #wrap-s-9331df06-3864-4ec8-82c4-ffcd451a4be6 { display:none !important; }}
#s-10b1aea4-9131-4d14-b85b-589ab6401cd5 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-10b1aea4-9131-4d14-b85b-589ab6401cd5 {
  display: none;
}
#s-10b1aea4-9131-4d14-b85b-589ab6401cd5, #wrap-s-10b1aea4-9131-4d14-b85b-589ab6401cd5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10b1aea4-9131-4d14-b85b-589ab6401cd5 {
  display: none;
}
#s-10b1aea4-9131-4d14-b85b-589ab6401cd5, #wrap-s-10b1aea4-9131-4d14-b85b-589ab6401cd5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10b1aea4-9131-4d14-b85b-589ab6401cd5 {
  display: none;
}
#s-10b1aea4-9131-4d14-b85b-589ab6401cd5, #wrap-s-10b1aea4-9131-4d14-b85b-589ab6401cd5 { display:none !important; }}@media (max-width: 767px){#s-10b1aea4-9131-4d14-b85b-589ab6401cd5 {
  display: none;
}
#s-10b1aea4-9131-4d14-b85b-589ab6401cd5, #wrap-s-10b1aea4-9131-4d14-b85b-589ab6401cd5 { display:none !important; }}
@media (min-width: 1200px){#s-1deee237-fb70-4020-8fcf-5b88281afdc2 {
  display: none;
}
#s-1deee237-fb70-4020-8fcf-5b88281afdc2, #wrap-s-1deee237-fb70-4020-8fcf-5b88281afdc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1deee237-fb70-4020-8fcf-5b88281afdc2 {
  display: none;
}
#s-1deee237-fb70-4020-8fcf-5b88281afdc2, #wrap-s-1deee237-fb70-4020-8fcf-5b88281afdc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1deee237-fb70-4020-8fcf-5b88281afdc2 {
  display: none;
}
#s-1deee237-fb70-4020-8fcf-5b88281afdc2, #wrap-s-1deee237-fb70-4020-8fcf-5b88281afdc2 { display:none !important; }}@media (max-width: 767px){#s-1deee237-fb70-4020-8fcf-5b88281afdc2 {
  display: none;
}
#s-1deee237-fb70-4020-8fcf-5b88281afdc2, #wrap-s-1deee237-fb70-4020-8fcf-5b88281afdc2 { display:none !important; }}
#s-9a6fa1e3-1426-4010-b6b3-0503c955c529 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-9a6fa1e3-1426-4010-b6b3-0503c955c529 {
  display: none;
}
#s-9a6fa1e3-1426-4010-b6b3-0503c955c529, #wrap-s-9a6fa1e3-1426-4010-b6b3-0503c955c529 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a6fa1e3-1426-4010-b6b3-0503c955c529 {
  display: none;
}
#s-9a6fa1e3-1426-4010-b6b3-0503c955c529, #wrap-s-9a6fa1e3-1426-4010-b6b3-0503c955c529 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a6fa1e3-1426-4010-b6b3-0503c955c529 {
  display: none;
}
#s-9a6fa1e3-1426-4010-b6b3-0503c955c529, #wrap-s-9a6fa1e3-1426-4010-b6b3-0503c955c529 { display:none !important; }}@media (max-width: 767px){#s-9a6fa1e3-1426-4010-b6b3-0503c955c529 {
  display: none;
}
#s-9a6fa1e3-1426-4010-b6b3-0503c955c529, #wrap-s-9a6fa1e3-1426-4010-b6b3-0503c955c529 { display:none !important; }}
#s-31cf4bed-cf51-44d7-9176-f964192829e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31cf4bed-cf51-44d7-9176-f964192829e9 {
  display: none;
}
#s-31cf4bed-cf51-44d7-9176-f964192829e9, #wrap-s-31cf4bed-cf51-44d7-9176-f964192829e9 { display:none !important; }}@media (max-width: 767px){#s-31cf4bed-cf51-44d7-9176-f964192829e9 {
  display: none;
}
#s-31cf4bed-cf51-44d7-9176-f964192829e9, #wrap-s-31cf4bed-cf51-44d7-9176-f964192829e9 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-e7a97127-5778-45fd-a96b-db14877eebb6 {
  display: none;
}
#s-e7a97127-5778-45fd-a96b-db14877eebb6, #wrap-s-e7a97127-5778-45fd-a96b-db14877eebb6 { display:none !important; }}@media (max-width: 767px){#s-e7a97127-5778-45fd-a96b-db14877eebb6 {
  display: none;
}
#s-e7a97127-5778-45fd-a96b-db14877eebb6, #wrap-s-e7a97127-5778-45fd-a96b-db14877eebb6 { display:none !important; }}
#s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50 {
  display: none;
}
#s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50, #wrap-s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50 { display:none !important; }}@media (max-width: 767px){#s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50 {
  display: none;
}
#s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50, #wrap-s-071f60a6-0ca5-4a71-a7d5-1a92b4333b50 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-203b1504-9e07-4ee1-a72c-943be1c141ce {
  display: none;
}
#s-203b1504-9e07-4ee1-a72c-943be1c141ce, #wrap-s-203b1504-9e07-4ee1-a72c-943be1c141ce { display:none !important; }}@media (max-width: 767px){#s-203b1504-9e07-4ee1-a72c-943be1c141ce {
  display: none;
}
#s-203b1504-9e07-4ee1-a72c-943be1c141ce, #wrap-s-203b1504-9e07-4ee1-a72c-943be1c141ce { display:none !important; }}
#s-e08973cc-9917-4855-90fa-028676b303d9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(138, 222, 243, 1);
}
@media (min-width: 1200px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9 { display:none !important; }}
#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 {
  display: none;
}
#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2, #wrap-s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 {
  display: none;
}
#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2, #wrap-s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 { display:none !important; }}@media (max-width: 767px){#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 {
  display: none;
}
#s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2, #wrap-s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-fd7c21bd-0cc6-4285-8dc5-35396f9bbff2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-52a82108-c117-446f-aca5-7b3ce51aa01a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52a82108-c117-446f-aca5-7b3ce51aa01a {
  display: none;
}
#s-52a82108-c117-446f-aca5-7b3ce51aa01a, #wrap-s-52a82108-c117-446f-aca5-7b3ce51aa01a { display:none !important; }}@media (max-width: 767px){#s-52a82108-c117-446f-aca5-7b3ce51aa01a {
  display: none;
}
#s-52a82108-c117-446f-aca5-7b3ce51aa01a, #wrap-s-52a82108-c117-446f-aca5-7b3ce51aa01a { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-8af80c53-5c5e-458d-b9e2-02c43308ef74 {
  display: none;
}
#s-8af80c53-5c5e-458d-b9e2-02c43308ef74, #wrap-s-8af80c53-5c5e-458d-b9e2-02c43308ef74 { display:none !important; }}@media (max-width: 767px){#s-8af80c53-5c5e-458d-b9e2-02c43308ef74 {
  display: none;
}
#s-8af80c53-5c5e-458d-b9e2-02c43308ef74, #wrap-s-8af80c53-5c5e-458d-b9e2-02c43308ef74 { display:none !important; }}
#s-7aa28d4a-b132-477b-b29a-1b0dbf1e3ac7 {
  display: none;
}
#s-5a5347a5-4dd3-47bf-bff1-05007d216230 {
  text-align: center;
}




  #s-5a5347a5-4dd3-47bf-bff1-05007d216230 img.shogun-image {
    
    width: px;
  }


#s-5a5347a5-4dd3-47bf-bff1-05007d216230 .shogun-image-content {
  
    align-items: center;
  
}

#s-aad9fa06-9fda-40e1-99db-f9319b5770ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aad9fa06-9fda-40e1-99db-f9319b5770ed .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-a28232a4-6f56-420a-aca3-d73534162e50 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a {
  display: none;
}
#s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a, #wrap-s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a { display:none !important; }}@media (max-width: 767px){#s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a {
  display: none;
}
#s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a, #wrap-s-ffe94366-2ed5-47f4-8219-7f8bbcc8171a { display:none !important; }}
#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 1200px){#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b {
  display: none;
}
#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b, #wrap-s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b {
  display: none;
}
#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b, #wrap-s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b {
  
}
}@media (max-width: 767px){#s-2e996102-b1c2-450f-8cb0-5b061fe4dd8b {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-cb45175b-aa9b-42db-9879-1c3f040d21b0 {
  display: none;
}
#s-cb45175b-aa9b-42db-9879-1c3f040d21b0, #wrap-s-cb45175b-aa9b-42db-9879-1c3f040d21b0 { display:none !important; }}@media (max-width: 767px){#s-cb45175b-aa9b-42db-9879-1c3f040d21b0 {
  display: none;
}
#s-cb45175b-aa9b-42db-9879-1c3f040d21b0, #wrap-s-cb45175b-aa9b-42db-9879-1c3f040d21b0 { display:none !important; }}
#s-93db5a61-b730-4a05-8c49-4f5b55d8fdeb {
  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-93db5a61-b730-4a05-8c49-4f5b55d8fdeb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93db5a61-b730-4a05-8c49-4f5b55d8fdeb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93db5a61-b730-4a05-8c49-4f5b55d8fdeb-btn-wrapper {
    text-align: center;
  }


#s-93db5a61-b730-4a05-8c49-4f5b55d8fdeb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bfd3c95-a997-4fd6-a998-e9c57486ed18 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bfd3c95-a997-4fd6-a998-e9c57486ed18 {
  display: none;
}
#s-1bfd3c95-a997-4fd6-a998-e9c57486ed18, #wrap-s-1bfd3c95-a997-4fd6-a998-e9c57486ed18 { display:none !important; }}@media (max-width: 767px){#s-1bfd3c95-a997-4fd6-a998-e9c57486ed18 {
  display: none;
}
#s-1bfd3c95-a997-4fd6-a998-e9c57486ed18, #wrap-s-1bfd3c95-a997-4fd6-a998-e9c57486ed18 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e {
  display: none;
}
#s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e, #wrap-s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e { display:none !important; }}@media (max-width: 767px){#s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e {
  display: none;
}
#s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e, #wrap-s-64ebf5f5-d6ef-41e3-801f-dee292e9a85e { display:none !important; }}
#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 {
  display: none;
}
#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1, #wrap-s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 {
  display: none;
}
#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1, #wrap-s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 {
  display: none;
}
#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1, #wrap-s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 { display:none !important; }}@media (max-width: 767px){#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 {
  display: none;
}
#s-8a5899dd-1458-4d87-a417-ec9be0d5acb1, #wrap-s-8a5899dd-1458-4d87-a417-ec9be0d5acb1 { display:none !important; }}
@media (min-width: 1200px){#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 {
  display: none;
}
#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172, #wrap-s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 {
  display: none;
}
#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172, #wrap-s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 {
  display: none;
}
#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172, #wrap-s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 { display:none !important; }}@media (max-width: 767px){#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 {
  display: none;
}
#s-fb84ffdf-f28c-412c-a3d1-2eef8546d172, #wrap-s-fb84ffdf-f28c-412c-a3d1-2eef8546d172 { display:none !important; }}
#s-7db8774c-ed72-4550-8de7-83c566a5b6b8 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-7db8774c-ed72-4550-8de7-83c566a5b6b8 {
  display: none;
}
#s-7db8774c-ed72-4550-8de7-83c566a5b6b8, #wrap-s-7db8774c-ed72-4550-8de7-83c566a5b6b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7db8774c-ed72-4550-8de7-83c566a5b6b8 {
  display: none;
}
#s-7db8774c-ed72-4550-8de7-83c566a5b6b8, #wrap-s-7db8774c-ed72-4550-8de7-83c566a5b6b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7db8774c-ed72-4550-8de7-83c566a5b6b8 {
  display: none;
}
#s-7db8774c-ed72-4550-8de7-83c566a5b6b8, #wrap-s-7db8774c-ed72-4550-8de7-83c566a5b6b8 { display:none !important; }}@media (max-width: 767px){#s-7db8774c-ed72-4550-8de7-83c566a5b6b8 {
  display: none;
}
#s-7db8774c-ed72-4550-8de7-83c566a5b6b8, #wrap-s-7db8774c-ed72-4550-8de7-83c566a5b6b8 { display:none !important; }}
#s-9fbc5fa1-369b-49fa-8724-8e77010934b5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fbc5fa1-369b-49fa-8724-8e77010934b5 {
  display: none;
}
#s-9fbc5fa1-369b-49fa-8724-8e77010934b5, #wrap-s-9fbc5fa1-369b-49fa-8724-8e77010934b5 { display:none !important; }}@media (max-width: 767px){#s-9fbc5fa1-369b-49fa-8724-8e77010934b5 {
  display: none;
}
#s-9fbc5fa1-369b-49fa-8724-8e77010934b5, #wrap-s-9fbc5fa1-369b-49fa-8724-8e77010934b5 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9ebbce30-8913-4fb3-a979-a39c7911885a {
  display: none;
}
#s-9ebbce30-8913-4fb3-a979-a39c7911885a, #wrap-s-9ebbce30-8913-4fb3-a979-a39c7911885a { display:none !important; }}@media (max-width: 767px){#s-9ebbce30-8913-4fb3-a979-a39c7911885a {
  display: none;
}
#s-9ebbce30-8913-4fb3-a979-a39c7911885a, #wrap-s-9ebbce30-8913-4fb3-a979-a39c7911885a { display:none !important; }}
#s-8229ad9e-9abc-4dc8-829d-44ce89ed5859 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8229ad9e-9abc-4dc8-829d-44ce89ed5859 {
  display: none;
}
#s-8229ad9e-9abc-4dc8-829d-44ce89ed5859, #wrap-s-8229ad9e-9abc-4dc8-829d-44ce89ed5859 { display:none !important; }}@media (max-width: 767px){#s-8229ad9e-9abc-4dc8-829d-44ce89ed5859 {
  display: none;
}
#s-8229ad9e-9abc-4dc8-829d-44ce89ed5859, #wrap-s-8229ad9e-9abc-4dc8-829d-44ce89ed5859 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-cca7db9f-8d8d-4176-9e5d-8d58ed716591 {
  display: none;
}
#s-cca7db9f-8d8d-4176-9e5d-8d58ed716591, #wrap-s-cca7db9f-8d8d-4176-9e5d-8d58ed716591 { display:none !important; }}@media (max-width: 767px){#s-cca7db9f-8d8d-4176-9e5d-8d58ed716591 {
  display: none;
}
#s-cca7db9f-8d8d-4176-9e5d-8d58ed716591, #wrap-s-cca7db9f-8d8d-4176-9e5d-8d58ed716591 { display:none !important; }}
#s-2303cf64-5136-46f6-871f-15f2900cc28d {
  display: none;
}
#s-af11c3ee-c65a-4cf7-a8fd-e0d5555b24ac {
  text-align: center;
}




  #s-af11c3ee-c65a-4cf7-a8fd-e0d5555b24ac img.shogun-image {
    
    width: px;
  }


#s-af11c3ee-c65a-4cf7-a8fd-e0d5555b24ac .shogun-image-content {
  
    align-items: center;
  
}

#s-6295adcb-b1fd-4932-8e7b-8e1cd34973cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6295adcb-b1fd-4932-8e7b-8e1cd34973cd .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-76d43c02-30de-449a-bbbf-edfbcbf8a747 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-484389f7-5669-412f-89da-e99b291919d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 1200px){#s-484389f7-5669-412f-89da-e99b291919d6 {
  display: none;
}
#s-484389f7-5669-412f-89da-e99b291919d6, #wrap-s-484389f7-5669-412f-89da-e99b291919d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-484389f7-5669-412f-89da-e99b291919d6 {
  display: none;
}
#s-484389f7-5669-412f-89da-e99b291919d6, #wrap-s-484389f7-5669-412f-89da-e99b291919d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-484389f7-5669-412f-89da-e99b291919d6 {
  
}
}@media (max-width: 767px){#s-484389f7-5669-412f-89da-e99b291919d6 {
  
}
}
#s-a87e7e36-b324-41a7-99a2-e8cbd2dca062 {
  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-a87e7e36-b324-41a7-99a2-e8cbd2dca062:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a87e7e36-b324-41a7-99a2-e8cbd2dca062:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a87e7e36-b324-41a7-99a2-e8cbd2dca062-btn-wrapper {
    text-align: center;
  }


#s-a87e7e36-b324-41a7-99a2-e8cbd2dca062.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-9e196bb7-2f94-4ede-980b-df1928568870 {
  display: none;
}
#s-d41e8b5b-0670-4896-af34-693770559023 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-d41e8b5b-0670-4896-af34-693770559023 img.shogun-image {
    
    width: px;
  }


#s-d41e8b5b-0670-4896-af34-693770559023 .shogun-image-content {
  
    align-items: center;
  
}

#s-0700d463-0c37-4923-bbd7-0728119f1737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0700d463-0c37-4923-bbd7-0728119f1737 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-84fef2a7-de32-4fbb-88e4-0bb024009d01 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-02bbbc36-4d37-42d5-be2e-509021f56ff9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-02bbbc36-4d37-42d5-be2e-509021f56ff9 {
  display: none;
}
#s-02bbbc36-4d37-42d5-be2e-509021f56ff9, #wrap-s-02bbbc36-4d37-42d5-be2e-509021f56ff9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02bbbc36-4d37-42d5-be2e-509021f56ff9 {
  display: none;
}
#s-02bbbc36-4d37-42d5-be2e-509021f56ff9, #wrap-s-02bbbc36-4d37-42d5-be2e-509021f56ff9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02bbbc36-4d37-42d5-be2e-509021f56ff9 {
  
}
}@media (max-width: 767px){#s-02bbbc36-4d37-42d5-be2e-509021f56ff9 {
  
}
}
#s-53ae1bf3-aaa6-4e22-8704-20d8aebfc347 {
  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-53ae1bf3-aaa6-4e22-8704-20d8aebfc347:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-53ae1bf3-aaa6-4e22-8704-20d8aebfc347:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53ae1bf3-aaa6-4e22-8704-20d8aebfc347-btn-wrapper {
    text-align: center;
  }


#s-53ae1bf3-aaa6-4e22-8704-20d8aebfc347.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-cda50f27-aa0e-4686-a951-40ce37acd1be {
  display: none;
}
#s-8d965e87-310b-4d89-a886-8647dde7f383 {
  display: none;
}
#s-43e8a605-d592-4d33-b723-c6c40bc51aed {
  text-align: center;
}




  #s-43e8a605-d592-4d33-b723-c6c40bc51aed img.shogun-image {
    
    width: px;
  }


#s-43e8a605-d592-4d33-b723-c6c40bc51aed .shogun-image-content {
  
    align-items: center;
  
}

#s-e38bda93-7ae8-40fd-998e-b8ad7fde0320 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e38bda93-7ae8-40fd-998e-b8ad7fde0320 .shg-product-title-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
}

#s-c522a12a-a74d-4cc8-85e1-8a51dd9d9cbc {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c {
  margin-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c {
  display: none;
}
#s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c, #wrap-s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c { display:none !important; }}@media (max-width: 767px){#s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c {
  display: none;
}
#s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c, #wrap-s-2e29e6ee-8c9c-40b8-92ce-077a2ad2fc9c { display:none !important; }}
#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c {
  display: none;
}
#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c, #wrap-s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c {
  display: none;
}
#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c, #wrap-s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c {
  
}
}@media (max-width: 767px){#s-f6024353-5293-4d7d-8f3c-bbb9f0fc8e4c {
  
}
}
#s-3f8a0b8d-4e9d-475c-87dc-69418f1ec769 {
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px){#s-bdaf19c3-5076-4875-9d9d-239ea68d867c {
  display: none;
}
#s-bdaf19c3-5076-4875-9d9d-239ea68d867c, #wrap-s-bdaf19c3-5076-4875-9d9d-239ea68d867c { display:none !important; }}@media (max-width: 767px){#s-bdaf19c3-5076-4875-9d9d-239ea68d867c {
  display: none;
}
#s-bdaf19c3-5076-4875-9d9d-239ea68d867c, #wrap-s-bdaf19c3-5076-4875-9d9d-239ea68d867c { display:none !important; }}
#s-97059f16-e891-4df3-baf8-d74f4a573665 {
  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-97059f16-e891-4df3-baf8-d74f4a573665:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97059f16-e891-4df3-baf8-d74f4a573665:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-97059f16-e891-4df3-baf8-d74f4a573665-btn-wrapper {
    text-align: center;
  }


#s-97059f16-e891-4df3-baf8-d74f4a573665.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-19b6a286-c3ec-48cc-b764-5026f7fa46fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display:none !important; }}@media (max-width: 767px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display:none !important; }}
#s-6a31f0cd-7863-4ddf-9796-60181f235e4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a31f0cd-7863-4ddf-9796-60181f235e4e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  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-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .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: 16px;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .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: 16px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-501f32b5-88dd-4bee-a908-726da430b1a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .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: 16px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .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: 16px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5ec744d8-2093-45fb-9a24-3edc1c468440 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .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: 16px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .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: 16px;
}

#s-1229b8f3-3546-49b7-b5dd-a1f505eec581 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-294d7693-1749-46de-a547-229fbad98f3f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .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: 16px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0aaeca06-3875-46fc-9229-acfa2afbe827 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .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: 16px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b10f0d65-c830-4389-b724-ad143140c1d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .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: 16px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1cd236c7-5b14-44ee-9427-c27231fbb950 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .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: 16px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(15, 1, 1, 1);
border-style: solid;
border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  display: none;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 { display:none !important; }}@media (max-width: 767px){#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  display: none;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 { display:none !important; }}
/*
  $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;
}
