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

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

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

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

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

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

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

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

#s-f276d01e-3df7-4941-a883-f2b14720c4ca {
  margin-top: 1px;
min-height: 50px;
background-color: rgba(241, 239, 235, 1);
}








#s-f276d01e-3df7-4941-a883-f2b14720c4ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f276d01e-3df7-4941-a883-f2b14720c4ca.shg-box.shg-c {
  justify-content: center;
}

.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-340fa858-482a-4865-8f10-baa91cdcaee7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d1d7d603-1401-4418-88bf-a7c8d591d0a8 {
  background-image: url(https://i.shgcdn.com/ab562ad2-1b8f-4002-a64a-51eb329c6951/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-d1d7d603-1401-4418-88bf-a7c8d591d0a8 {
  
}
}







#s-d1d7d603-1401-4418-88bf-a7c8d591d0a8 > .shg-box-overlay {
  background-color: rgba(67, 67, 67, 1);
  opacity: 0;
}#s-d1d7d603-1401-4418-88bf-a7c8d591d0a8.shg-box.shg-c {
  justify-content: flex-start;
}

.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-77091985-c2b6-4f7a-bdd2-e5ae79f429b3 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77091985-c2b6-4f7a-bdd2-e5ae79f429b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0c7f1fd8-308a-42a6-963c-6d7586d28e63 {
  min-height: 50px;
}








#s-0c7f1fd8-308a-42a6-963c-6d7586d28e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c7f1fd8-308a-42a6-963c-6d7586d28e63.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-476f9bed-7f44-4d5e-96fc-579ffa86d265 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(80, 80, 80, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-476f9bed-7f44-4d5e-96fc-579ffa86d265:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(80, 80, 80, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-476f9bed-7f44-4d5e-96fc-579ffa86d265:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}

  #s-476f9bed-7f44-4d5e-96fc-579ffa86d265-btn-wrapper {
    text-align: center;
  }


#s-476f9bed-7f44-4d5e-96fc-579ffa86d265.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d056a5ea-59b2-4439-a3c1-923d5f67f5b0 {
  background-image: url(https://i.shgcdn.com/047e52ca-d932-4f25-8136-b590406e3927/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-d056a5ea-59b2-4439-a3c1-923d5f67f5b0 {
  
}
}







#s-d056a5ea-59b2-4439-a3c1-923d5f67f5b0 > .shg-box-overlay {
  background-color: rgba(67, 67, 67, 1);
  opacity: 0;
}#s-d056a5ea-59b2-4439-a3c1-923d5f67f5b0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d4f18bf-5db9-4614-a33c-e637010efea7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d4f18bf-5db9-4614-a33c-e637010efea7 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3d4f18bf-5db9-4614-a33c-e637010efea7 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3d4f18bf-5db9-4614-a33c-e637010efea7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-161cfa55-9e61-4765-b8a8-7431d26feb6d {
  min-height: 50px;
}








#s-161cfa55-9e61-4765-b8a8-7431d26feb6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161cfa55-9e61-4765-b8a8-7431d26feb6d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2dbc7ce9-9445-408c-95b2-8a6ee3bddc3b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-2dbc7ce9-9445-408c-95b2-8a6ee3bddc3b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(78, 78, 78, 1) !important;}#s-2dbc7ce9-9445-408c-95b2-8a6ee3bddc3b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2dbc7ce9-9445-408c-95b2-8a6ee3bddc3b-btn-wrapper {
    text-align: left;
  }


#s-2dbc7ce9-9445-408c-95b2-8a6ee3bddc3b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c962ce16-2a12-4703-ae6f-97e71f1a3668 {
  background-image: url(https://i.shgcdn.com/d1bab810-7b22-4da0-ae47-38ecbd2d5059/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
background-attachment: scroll;
}








#s-c962ce16-2a12-4703-ae6f-97e71f1a3668 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
}#s-c962ce16-2a12-4703-ae6f-97e71f1a3668.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7fedc7-eb9f-47b3-a47a-5141f1c8cc9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd57680b-ab7d-4d1e-98eb-ec0be733cf6e {
  min-height: 50px;
}








#s-fd57680b-ab7d-4d1e-98eb-ec0be733cf6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd57680b-ab7d-4d1e-98eb-ec0be733cf6e.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2690c1a7-ecae-485f-be2b-3e8c8c68b658 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-2690c1a7-ecae-485f-be2b-3e8c8c68b658 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 90px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-55210b21-d337-4b9b-839d-015d6382c7db {
  padding-left: 5%;
padding-right: 15%;
}

#s-fbc481d5-2b87-4e96-a4f2-999e14aae0df {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 5%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(85, 85, 85, 0.66);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fbc481d5-2b87-4e96-a4f2-999e14aae0df:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
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: 7px !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fbc481d5-2b87-4e96-a4f2-999e14aae0df:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fbc481d5-2b87-4e96-a4f2-999e14aae0df-btn-wrapper {
    text-align: left;
  }


#s-fbc481d5-2b87-4e96-a4f2-999e14aae0df.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-7661134c-674b-4005-ad95-bef5f2dcd6a5 {
  background-image: url(https://i.shgcdn.com/4f1df4f9-ac6c-4e3c-9661-27559186487c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center bottom;
background-attachment: scroll;
}








#s-7661134c-674b-4005-ad95-bef5f2dcd6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7661134c-674b-4005-ad95-bef5f2dcd6a5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-83e5e472-a567-45b1-b087-5812ce69547f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83e5e472-a567-45b1-b087-5812ce69547f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-83e5e472-a567-45b1-b087-5812ce69547f {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-83e5e472-a567-45b1-b087-5812ce69547f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2d40ff34-8ab2-4ccd-9543-58e351eb77f8 {
  min-height: 50px;
}








#s-2d40ff34-8ab2-4ccd-9543-58e351eb77f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d40ff34-8ab2-4ccd-9543-58e351eb77f8.shg-box.shg-c {
  justify-content: center;
}

#s-4fd9ce28-2073-48c3-b254-407bed9191e5 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-4fd9ce28-2073-48c3-b254-407bed9191e5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 90px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-f1fcdea7-f9b1-4cf0-97d4-a92848a1f016 {
  padding-left: 5%;
padding-right: 15%;
}

#s-1a7ab437-9042-40e9-bd06-16e43de6b229 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 5%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(85, 85, 85, 0.66);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1a7ab437-9042-40e9-bd06-16e43de6b229:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
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: 7px !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1a7ab437-9042-40e9-bd06-16e43de6b229:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1a7ab437-9042-40e9-bd06-16e43de6b229-btn-wrapper {
    text-align: left;
  }


#s-1a7ab437-9042-40e9-bd06-16e43de6b229.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ec28f088-aecd-44a8-ad93-a8c4bb2391b8 {
  background-image: url(https://i.shgcdn.com/ab952e6e-9859-485b-ac6b-f61dca8dd611/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
background-attachment: scroll;
}








#s-ec28f088-aecd-44a8-ad93-a8c4bb2391b8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-ec28f088-aecd-44a8-ad93-a8c4bb2391b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efa14e38-02bd-4bc2-8129-6dd4cb5d83f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fdce03e9-12a5-4280-a970-374e070898e6 {
  padding-left: 5%;
padding-right: 15%;
}

#s-c4cb9aa9-847d-4bd2-989f-5da436cfb24d {
  padding-left: 5%;
padding-right: 15%;
}

#s-b190d336-5982-4e05-bc79-7bad67fcefc2 {
  min-height: 50px;
}








#s-b190d336-5982-4e05-bc79-7bad67fcefc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b190d336-5982-4e05-bc79-7bad67fcefc2.shg-box.shg-c {
  justify-content: center;
}

#s-aef166b3-5ad8-47b5-889e-a8df13d63373 {
  padding-left: 5%;
padding-right: 15%;
}

#s-697e91e4-1ef0-495e-93f7-a1eb111eff9a {
  background-image: url(https://i.shgcdn.com/d74d5899-325d-4c0b-b288-fe545fe08f05/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center center;
background-attachment: scroll;
}








#s-697e91e4-1ef0-495e-93f7-a1eb111eff9a > .shg-box-overlay {
  background-color: rgba(67, 67, 67, 1);
  opacity: 0;
}#s-697e91e4-1ef0-495e-93f7-a1eb111eff9a.shg-box.shg-c {
  justify-content: center;
}

#s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1015ca3c-fb5c-4d28-8c78-090ff6d99b62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a0d0bd6c-127b-47c0-b237-8a303f33170c {
  min-height: 50px;
}








#s-a0d0bd6c-127b-47c0-b237-8a303f33170c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d0bd6c-127b-47c0-b237-8a303f33170c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0931d364-6392-4097-ae8f-15dba940d290 {
  margin-top: 1%;
margin-bottom: 1%;
padding-left: 5%;
}

#s-81eb7dfd-3a5e-4f3c-9e1d-370b544aabbc {
  margin-top: 5%;
padding-left: 5%;
}

#s-d651551f-e444-41c7-b324-c9782540e3c8 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5%;
margin-left: 5%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-d651551f-e444-41c7-b324-c9782540e3c8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(78, 78, 78, 1) !important;}#s-d651551f-e444-41c7-b324-c9782540e3c8:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d651551f-e444-41c7-b324-c9782540e3c8-btn-wrapper {
    text-align: left;
  }


#s-d651551f-e444-41c7-b324-c9782540e3c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b43c9ff8-38b8-4616-a791-e696d40e3507 {
  background-image: url(https://i.shgcdn.com/4f1df4f9-ac6c-4e3c-9661-27559186487c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 710px;
background-position: center bottom;
background-attachment: scroll;
}








#s-b43c9ff8-38b8-4616-a791-e696d40e3507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b43c9ff8-38b8-4616-a791-e696d40e3507.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a9618e5-aaec-494d-ab30-4b4a645eb15b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a9618e5-aaec-494d-ab30-4b4a645eb15b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0a9618e5-aaec-494d-ab30-4b4a645eb15b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0a9618e5-aaec-494d-ab30-4b4a645eb15b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6e411473-b7e6-4736-bb45-b30fbe34f91c {
  min-height: 50px;
}








#s-6e411473-b7e6-4736-bb45-b30fbe34f91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e411473-b7e6-4736-bb45-b30fbe34f91c.shg-box.shg-c {
  justify-content: center;
}

#s-1fbbf571-4b35-4ff8-8d7b-53bd78583051 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-1fbbf571-4b35-4ff8-8d7b-53bd78583051 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 90px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-e58243a1-6731-498e-8b19-dd188e720481 {
  padding-left: 5%;
padding-right: 15%;
}

#s-1a3c40ea-bee5-4c41-81aa-e65b6e0a7eb5 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 5%;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(85, 85, 85, 0.66);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1a3c40ea-bee5-4c41-81aa-e65b6e0a7eb5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
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: 7px !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1a3c40ea-bee5-4c41-81aa-e65b6e0a7eb5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
background-color: rgba(251, 98, 98, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1a3c40ea-bee5-4c41-81aa-e65b6e0a7eb5-btn-wrapper {
    text-align: left;
  }


#s-1a3c40ea-bee5-4c41-81aa-e65b6e0a7eb5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-55d619b5-d001-4b6b-bb74-08b0e8799bea {
  background-size: contain;
padding-top: 3%;
background-color: rgba(241, 239, 235, 1);
background-position: center top;
}








#s-55d619b5-d001-4b6b-bb74-08b0e8799bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55d619b5-d001-4b6b-bb74-08b0e8799bea.shg-box.shg-c {
  justify-content: center;
}

#s-65c9862d-7073-4c67-ab30-c63d0ec0c376 {
  padding-bottom: 70px;
background-color: rgba(240, 239, 234, 1);
}








#s-65c9862d-7073-4c67-ab30-c63d0ec0c376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c9862d-7073-4c67-ab30-c63d0ec0c376.shg-box.shg-c {
  justify-content: center;
}

#s-a6c535e1-3f2f-427d-97b9-088e5bd45f75 {
  margin-top: 7%;
margin-bottom: 3%;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-a6c535e1-3f2f-427d-97b9-088e5bd45f75 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-1eb1b82e-7fec-4594-8f54-58f4a4ac30b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-cf79270e-25bc-467d-aa08-3ef86bb45b7d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-cf79270e-25bc-467d-aa08-3ef86bb45b7d > .shg-box-overlay {
  background-color: rgba(222, 211, 222, 1);
  opacity: 0;
}#s-cf79270e-25bc-467d-aa08-3ef86bb45b7d {
  cursor: pointer;
}#s-cf79270e-25bc-467d-aa08-3ef86bb45b7d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e80d2f08-8510-4e15-a004-db854af666ba {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-e80d2f08-8510-4e15-a004-db854af666ba > .shg-box-overlay {
  background-color: rgba(222, 211, 222, 1);
  opacity: 0;
}#s-e80d2f08-8510-4e15-a004-db854af666ba {
  cursor: pointer;
}#s-e80d2f08-8510-4e15-a004-db854af666ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2965517e-3e60-4dee-acbc-42b89b17932f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-2965517e-3e60-4dee-acbc-42b89b17932f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2965517e-3e60-4dee-acbc-42b89b17932f {
  cursor: pointer;
}#s-2965517e-3e60-4dee-acbc-42b89b17932f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-13fdccb5-5223-4fa0-aa65-53c2a03e0b33 {
  margin-top: -10px;
}

#s-8349b70b-cfc8-49c4-8b1c-4b29029564b0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 610px;
background-position: center bottom;
}








#s-8349b70b-cfc8-49c4-8b1c-4b29029564b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8349b70b-cfc8-49c4-8b1c-4b29029564b0.shg-box.shg-c {
  justify-content: center;
}

#s-b6362f98-2a6a-453f-8613-8c59109c455f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-55a2cbda-037b-4834-b336-8486c9980cd3 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-55a2cbda-037b-4834-b336-8486c9980cd3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-55a2cbda-037b-4834-b336-8486c9980cd3 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55a2cbda-037b-4834-b336-8486c9980cd3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb1a0605-e5f3-4770-97a6-abcfdaf73344 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-bb1a0605-e5f3-4770-97a6-abcfdaf73344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1a0605-e5f3-4770-97a6-abcfdaf73344.shg-box.shg-c {
  justify-content: center;
}

#s-2c1d5ff8-b927-43fc-8b42-25f75a9e9d31 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c1d5ff8-b927-43fc-8b42-25f75a9e9d31 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-32d188ff-ff33-4618-9b13-140b14b51726 {
  margin-bottom: 30px;
}

#s-9c65f4d3-3401-47dc-96a2-01361e868418 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(80, 80, 80, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-9c65f4d3-3401-47dc-96a2-01361e868418:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(80, 80, 80, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c65f4d3-3401-47dc-96a2-01361e868418:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}

  #s-9c65f4d3-3401-47dc-96a2-01361e868418-btn-wrapper {
    text-align: left;
  }


#s-9c65f4d3-3401-47dc-96a2-01361e868418.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-843c1e46-2850-4a5e-a640-23da1da9d989"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34843ef3-3d56-4a13-ada6-7135015185d9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 610px;
background-position: center bottom;
background-attachment: scroll;
}








#s-34843ef3-3d56-4a13-ada6-7135015185d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34843ef3-3d56-4a13-ada6-7135015185d9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0d0e66d5-1138-4b17-8407-d7de8609e084 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be4d9550-b7b9-4ee7-a0dd-de6f89470db6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c992021-9444-4984-9acc-d41c4781d81c {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c992021-9444-4984-9acc-d41c4781d81c .shogun-heading-component h1 {
  color: rgba(80, 80, 80, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9952a158-3d01-4b74-ad59-fe6c4a4b2ec2 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0a1ec9ac-a1ec-47ea-a5ca-4ccd690dcf03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37e33102-e8f0-436a-b4f1-5c0e00b2688c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(80, 80, 80, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-37e33102-e8f0-436a-b4f1-5c0e00b2688c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(80, 80, 80, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-37e33102-e8f0-436a-b4f1-5c0e00b2688c:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}

  #s-37e33102-e8f0-436a-b4f1-5c0e00b2688c-btn-wrapper {
    text-align: left;
  }


#s-37e33102-e8f0-436a-b4f1-5c0e00b2688c.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1912d355-4b41-45ef-93ad-c6ad63d5dd3a {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 610px;
background-position: right center;
}








#s-1912d355-4b41-45ef-93ad-c6ad63d5dd3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1912d355-4b41-45ef-93ad-c6ad63d5dd3a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5b82e6c2-ac59-4f70-afc4-99b4e4ad512d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-db7060df-5eb2-4ae3-b2f0-3636d5bde891 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-db7060df-5eb2-4ae3-b2f0-3636d5bde891 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-db7060df-5eb2-4ae3-b2f0-3636d5bde891 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db7060df-5eb2-4ae3-b2f0-3636d5bde891"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6253511-e58c-4fb6-b6d4-12309c60bccf {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-e6253511-e58c-4fb6-b6d4-12309c60bccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6253511-e58c-4fb6-b6d4-12309c60bccf.shg-box.shg-c {
  justify-content: center;
}

#s-0e0cf332-88c5-464b-adc1-14cc72dedf77 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e0cf332-88c5-464b-adc1-14cc72dedf77 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-330564d0-cd47-4d0e-8be5-0c05a818c77c {
  margin-bottom: 30px;
}

#s-d44f6267-1358-4278-8a4f-ec6685310b7b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(80, 80, 80, 1);
border-style: solid;
border-radius: 7px;
background-color: rgba(187, 187, 187, 0);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-d44f6267-1358-4278-8a4f-ec6685310b7b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-radius: 7px !important;
background-color: rgba(80, 80, 80, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d44f6267-1358-4278-8a4f-ec6685310b7b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}

  #s-d44f6267-1358-4278-8a4f-ec6685310b7b-btn-wrapper {
    text-align: left;
  }


#s-d44f6267-1358-4278-8a4f-ec6685310b7b.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e0ef4c-210e-4139-a7e3-414418ac8e8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f9988bd5-16eb-428d-9cad-a5bf65ec2ddc hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(221, 221, 221, 0);
}

#s-9185a01b-1f87-4ed1-957f-1fd7b3f78e12 {
  min-height: 50px;
background-color: rgba(252, 252, 252, 0);
}








#s-9185a01b-1f87-4ed1-957f-1fd7b3f78e12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9185a01b-1f87-4ed1-957f-1fd7b3f78e12.shg-box.shg-c {
  justify-content: center;
}

#s-06ef3a12-bbef-4a2a-b6bf-0484919ef800 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}

#s-06ef3a12-bbef-4a2a-b6bf-0484919ef800 .shogun-heading-component h1 {
  color: rgba(80, 80, 80, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440 {
  padding-left: 15%;
padding-right: 15%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef13ea19-5dd0-4fa2-85b6-a19e56ec2440"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb4e8d1a-1bb8-46eb-9aaf-01a0343978e4 {
  min-height: 50px;
}








#s-cb4e8d1a-1bb8-46eb-9aaf-01a0343978e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4e8d1a-1bb8-46eb-9aaf-01a0343978e4.shg-box.shg-c {
  justify-content: center;
}

#s-bc47c1e5-13aa-472f-94a7-e92647808b51 {
  padding-bottom: 10%;
background-color: rgba(0, 0, 0, 0);
}








#s-bc47c1e5-13aa-472f-94a7-e92647808b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc47c1e5-13aa-472f-94a7-e92647808b51.shg-box.shg-c {
  justify-content: flex-start;
}

.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-500ac11b-6e45-41fe-b532-588c1362a83e {
  text-align: center;
}




  #s-500ac11b-6e45-41fe-b532-588c1362a83e img.shogun-image {
    
    width: px;
  }


#s-500ac11b-6e45-41fe-b532-588c1362a83e .shogun-image-content {
  
    align-items: center;
  
}

#s-2551206a-bd86-487c-88fc-7f0319384d1b {
  padding-left: 5%;
min-height: 50px;
}








#s-2551206a-bd86-487c-88fc-7f0319384d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2551206a-bd86-487c-88fc-7f0319384d1b.shg-box.shg-c {
  justify-content: center;
}

#s-96506a14-01ce-4a06-ab3c-c3e4723c53f0 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-96506a14-01ce-4a06-ab3c-c3e4723c53f0 .shogun-heading-component h1 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


#s-96506a14-01ce-4a06-ab3c-c3e4723c53f0 .shogun-heading-component h1 a {
  color: rgba(80, 80, 80, 1);
}


#s-78606c12-0c2e-49f4-a0cd-ee44ed2be53e {
  margin-bottom: 30px;
}

#s-5d62b61e-ba36-41b8-835a-0b0db5933c33 {
  margin-bottom: 30px;
}

#s-c0b8e841-09c2-4548-b27b-cd50c4d91e61 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 5px;
padding-left: 37%;
padding-bottom: 5px;
padding-right: 37%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(58, 58, 58, 0.2);
border-style: solid;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(60, 60, 60, 1);
}
#s-c0b8e841-09c2-4548-b27b-cd50c4d91e61:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(80, 80, 80, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-c0b8e841-09c2-4548-b27b-cd50c4d91e61:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(60, 60, 60, 1) !important;}

  #s-c0b8e841-09c2-4548-b27b-cd50c4d91e61-btn-wrapper {
    text-align: center;
  }


#s-c0b8e841-09c2-4548-b27b-cd50c4d91e61.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(252, 252, 252, 0);
}








#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  justify-content: center;
}

#s-e86e2aa5-c570-4c4a-b2fa-2c97d97a28c5 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e86e2aa5-c570-4c4a-b2fa-2c97d97a28c5 .shogun-heading-component h4 {
  color: rgba(80, 80, 80, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: rgba(80, 80, 80, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-9b6befda-d9e3-4fdf-9f3c-63e855683407 {
  text-align: center;
}

#s-155a1631-193e-4554-988b-865d13f5190f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-155a1631-193e-4554-988b-865d13f5190f .shogun-heading-component h4 {
  color: rgba(80, 80, 80, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-8f2fb60e-e4dd-42d4-8eed-a74291ae4d62 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8f2fb60e-e4dd-42d4-8eed-a74291ae4d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f2fb60e-e4dd-42d4-8eed-a74291ae4d62.shg-box.shg-c {
  justify-content: center;
}

#s-792bc7b4-30e0-41f2-8a92-ea402bcaf293 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10%;
padding-left: 15%;
padding-bottom: 10%;
padding-right: 15%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-792bc7b4-30e0-41f2-8a92-ea402bcaf293"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-632c42c2-b3cd-4f56-ab17-0ce712757f29 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}




  #s-632c42c2-b3cd-4f56-ab17-0ce712757f29 img.shogun-image {
    
    width: px;
  }


#s-632c42c2-b3cd-4f56-ab17-0ce712757f29 .shogun-image-content {
  
    align-items: center;
  
}

#s-68ed9f83-8753-48f3-bce9-d55faf1bb868 {
  text-align: center;
}




  #s-68ed9f83-8753-48f3-bce9-d55faf1bb868 img.shogun-image {
    
    width: px;
  }


#s-68ed9f83-8753-48f3-bce9-d55faf1bb868 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea769fef-9e0e-43e4-8fbb-a8caf7dde588 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}




  #s-ea769fef-9e0e-43e4-8fbb-a8caf7dde588 img.shogun-image {
    
    width: px;
  }


#s-ea769fef-9e0e-43e4-8fbb-a8caf7dde588 .shogun-image-content {
  
    align-items: center;
  
}

#s-5719f964-4246-4288-ba9f-7dc396a66fc3 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}




  #s-5719f964-4246-4288-ba9f-7dc396a66fc3 img.shogun-image {
    
    width: px;
  }


#s-5719f964-4246-4288-ba9f-7dc396a66fc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eb72245-ce4a-49c2-9520-b172de8d265d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}




  #s-5eb72245-ce4a-49c2-9520-b172de8d265d img.shogun-image {
    
    width: px;
  }


#s-5eb72245-ce4a-49c2-9520-b172de8d265d .shogun-image-content {
  
    align-items: center;
  
}

#s-c570fcfb-9126-4b83-9c20-e7499c34281a {
  margin-top: -100px;
margin-bottom: -100px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
background-color: rgba(240, 239, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c570fcfb-9126-4b83-9c20-e7499c34281a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c570fcfb-9126-4b83-9c20-e7499c34281a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-c570fcfb-9126-4b83-9c20-e7499c34281a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c570fcfb-9126-4b83-9c20-e7499c34281a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-69fa93c1-d519-4eba-98fb-09b8ac13b8e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b79a073-1621-44c3-8eca-b5726b70a0d2 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b79a073-1621-44c3-8eca-b5726b70a0d2 .shogun-heading-component h4 {
  color: rgba(80, 80, 80, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 0px;
  text-align: center;
}



#s-f77c8908-8f8e-4ffe-8c3c-e42adf353048 {
  padding-left: 5%;
padding-right: 5%;
}

/*
  $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;
}
