.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-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 {
  display: none;
}
#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9, #wrap-s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 { display:none !important; }}@media (max-width: 767px){#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 {
  display: none;
}
#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9, #wrap-s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 { display:none !important; }}







#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8248fb-a458-42e1-a4f7-8969bbc21cc9.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-bcb56446-f675-448e-9b13-cf7dd2498198 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bcb56446-f675-448e-9b13-cf7dd2498198 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-d07ff6a0-40bd-44dc-9d8a-997e83fd29c5 {
  background-image: url(https://i.shgcdn.com/4665c74b-a680-4e64-9282-1428c7d99b06/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-d07ff6a0-40bd-44dc-9d8a-997e83fd29c5 {
  max-width: 767px;
}
}







#s-d07ff6a0-40bd-44dc-9d8a-997e83fd29c5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-d07ff6a0-40bd-44dc-9d8a-997e83fd29c5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc {
  margin-left: 4em;
margin-right: 4em;
min-height: 0px;
}
@media (min-width: 1200px){#s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc {
  margin-top: 42px;
margin-bottom: 42px;
padding-top: 18px;
padding-bottom: 18px;
}
}
@media (min-width: 0px) {
[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-060b9b6f-b60f-420e-9721-8c7afe6cd3cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-10fe40d3-0c45-41b2-b4d1-6c03060fb5e5 {
  min-height: 50px;
}








#s-10fe40d3-0c45-41b2-b4d1-6c03060fb5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10fe40d3-0c45-41b2-b4d1-6c03060fb5e5.shg-box.shg-c {
  justify-content: center;
}

.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-0499dee3-c43c-44e6-b56e-fd8083d80cea {
  text-align: center;
}




  #s-0499dee3-c43c-44e6-b56e-fd8083d80cea img.shogun-image {
    
    width: px;
  }


#s-0499dee3-c43c-44e6-b56e-fd8083d80cea .shogun-image-content {
  
    align-items: center;
  
}

#s-807af97d-fcbe-4f22-a47e-59eaa671dc6c {
  min-height: 50px;
}








#s-807af97d-fcbe-4f22-a47e-59eaa671dc6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807af97d-fcbe-4f22-a47e-59eaa671dc6c.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-557db23b-20c5-4b35-b8ee-f2a2e59a7db8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
background-color: rgba(204, 200, 200, 0);
}
@media (min-width: 1200px){#s-557db23b-20c5-4b35-b8ee-f2a2e59a7db8 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-557db23b-20c5-4b35-b8ee-f2a2e59a7db8 {
  margin-top: 67px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-557db23b-20c5-4b35-b8ee-f2a2e59a7db8 {
  text-align: right;
}
}
#s-557db23b-20c5-4b35-b8ee-f2a2e59a7db8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 58px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b65657a1-c57e-4aaf-a0ca-d92cc424e4b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 36px;
padding-bottom: 36px;
min-height: 50px;
}








#s-b65657a1-c57e-4aaf-a0ca-d92cc424e4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b65657a1-c57e-4aaf-a0ca-d92cc424e4b7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ac03b0dd-bfe6-4603-b5b4-8218f0ebabe7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ac03b0dd-bfe6-4603-b5b4-8218f0ebabe7 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-ac03b0dd-bfe6-4603-b5b4-8218f0ebabe7 {
  padding-left: 75px;
padding-right: 75px;
}
}
.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-d9b26715-af35-498c-93d9-4a406a48eb14 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-d9b26715-af35-498c-93d9-4a406a48eb14:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-d9b26715-af35-498c-93d9-4a406a48eb14:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-d9b26715-af35-498c-93d9-4a406a48eb14.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d11003d-fc5e-4616-8fb1-67e9ad616ead {
  min-height: 50px;
}








#s-1d11003d-fc5e-4616-8fb1-67e9ad616ead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d11003d-fc5e-4616-8fb1-67e9ad616ead {
  cursor: pointer;
}#s-1d11003d-fc5e-4616-8fb1-67e9ad616ead.shg-box.shg-c {
  justify-content: center;
}

#s-a8571185-218f-4ab5-9eaf-89a1be373b32 {
  background-image: url(https://i.shgcdn.com/901b071b-eef8-4cbb-a0b4-e8c0db26e1eb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-a8571185-218f-4ab5-9eaf-89a1be373b32 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-a8571185-218f-4ab5-9eaf-89a1be373b32.shg-box.shg-c {
  justify-content: center;
}

#s-bc0a5d0b-d95f-4d74-a656-74801adf9ef4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-bc0a5d0b-d95f-4d74-a656-74801adf9ef4 {
  margin-bottom: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0a5d0b-d95f-4d74-a656-74801adf9ef4 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}
}







#s-bc0a5d0b-d95f-4d74-a656-74801adf9ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0a5d0b-d95f-4d74-a656-74801adf9ef4.shg-box.shg-c {
  justify-content: center;
}

#s-6226efb8-1e73-4bd9-a158-b17e4aa8bd55 {
  margin-top: 0em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6226efb8-1e73-4bd9-a158-b17e4aa8bd55 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 72px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-6226efb8-1e73-4bd9-a158-b17e4aa8bd55 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6226efb8-1e73-4bd9-a158-b17e4aa8bd55 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-6226efb8-1e73-4bd9-a158-b17e4aa8bd55 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-4fd4b42a-4fe5-4ba8-8460-ae471559fb23 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-4fd4b42a-4fe5-4ba8-8460-ae471559fb23:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-4fd4b42a-4fe5-4ba8-8460-ae471559fb23:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-4fd4b42a-4fe5-4ba8-8460-ae471559fb23.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5b6e737a-97db-435f-a6a5-d681b4330ed6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5b6e737a-97db-435f-a6a5-d681b4330ed6 {
  display: none;
}
#s-5b6e737a-97db-435f-a6a5-d681b4330ed6, #wrap-s-5b6e737a-97db-435f-a6a5-d681b4330ed6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b6e737a-97db-435f-a6a5-d681b4330ed6 {
  display: none;
}
#s-5b6e737a-97db-435f-a6a5-d681b4330ed6, #wrap-s-5b6e737a-97db-435f-a6a5-d681b4330ed6 { display:none !important; }}@media (max-width: 767px){#s-5b6e737a-97db-435f-a6a5-d681b4330ed6 {
  display: none;
}
#s-5b6e737a-97db-435f-a6a5-d681b4330ed6, #wrap-s-5b6e737a-97db-435f-a6a5-d681b4330ed6 { display:none !important; }}







#s-5b6e737a-97db-435f-a6a5-d681b4330ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6e737a-97db-435f-a6a5-d681b4330ed6.shg-box.shg-c {
  justify-content: center;
}

#s-e50e42d7-e475-4a5c-a88c-3bb6d1d282b2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e50e42d7-e475-4a5c-a88c-3bb6d1d282b2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-8d32df5a-f6f6-481c-9661-19201689b5e7 {
  background-image: url(https://i.shgcdn.com/cd444a7e-3f90-44ff-ac0f-113860739ea3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-8d32df5a-f6f6-481c-9661-19201689b5e7 {
  max-width: 767px;
}
}







#s-8d32df5a-f6f6-481c-9661-19201689b5e7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-8d32df5a-f6f6-481c-9661-19201689b5e7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ba997f44-fca8-4266-b224-ad0b987c55d0 {
  margin-top: 42px;
margin-left: 32px;
margin-bottom: 42px;
margin-right: 32px;
padding-top: 18px;
padding-bottom: 18px;
}
}
@media (min-width: 0px) {
[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

[id="s-ba997f44-fca8-4266-b224-ad0b987c55d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.5px);
}

}

#s-41de6e28-2ec6-41ba-9b0b-288b8b23acfd {
  min-height: 50px;
}








#s-41de6e28-2ec6-41ba-9b0b-288b8b23acfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41de6e28-2ec6-41ba-9b0b-288b8b23acfd.shg-box.shg-c {
  justify-content: center;
}

#s-9507de7a-7b5e-426e-8e4e-ac6e36ce6c07 {
  text-align: center;
}




  #s-9507de7a-7b5e-426e-8e4e-ac6e36ce6c07 img.shogun-image {
    
    width: px;
  }


#s-9507de7a-7b5e-426e-8e4e-ac6e36ce6c07 .shogun-image-content {
  
    align-items: center;
  
}

#s-8736208b-08e2-464d-a3c4-95a7ede8e050 {
  min-height: 50px;
}








#s-8736208b-08e2-464d-a3c4-95a7ede8e050 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8736208b-08e2-464d-a3c4-95a7ede8e050.shg-box.shg-c {
  justify-content: center;
}

#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
background-color: rgba(204, 200, 200, 0);
}
@media (min-width: 1200px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 {
  margin-top: 67px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
padding-top: 1em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 0em;
text-align: right;
}
}
#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-219d103f-ee0d-4046-8e4d-1e43ec7feef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-95fea511-7e5e-48f7-8191-835905a9232f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 36px;
padding-bottom: 36px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95fea511-7e5e-48f7-8191-835905a9232f {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
padding-top: 2em;
padding-bottom: 2em;
}
}







#s-95fea511-7e5e-48f7-8191-835905a9232f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95fea511-7e5e-48f7-8191-835905a9232f.shg-box.shg-c {
  justify-content: center;
}

#s-e170fc3d-90cd-41a4-ac7b-859a5df3cb19 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e170fc3d-90cd-41a4-ac7b-859a5df3cb19 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-e170fc3d-90cd-41a4-ac7b-859a5df3cb19 {
  padding-left: 75px;
padding-right: 75px;
}
}
#s-e0fcf4f3-bcca-4f42-976b-4058c7bb43ca {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-e0fcf4f3-bcca-4f42-976b-4058c7bb43ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-e0fcf4f3-bcca-4f42-976b-4058c7bb43ca:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-e0fcf4f3-bcca-4f42-976b-4058c7bb43ca.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-d2f71525-90e8-4d5e-9d18-16b1116f43a6 {
  min-height: 50px;
}








#s-d2f71525-90e8-4d5e-9d18-16b1116f43a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2f71525-90e8-4d5e-9d18-16b1116f43a6 {
  cursor: pointer;
}#s-d2f71525-90e8-4d5e-9d18-16b1116f43a6.shg-box.shg-c {
  justify-content: center;
}

#s-24edbc45-2251-468d-8422-0a7fe1b50384 {
  background-image: url(https://i.shgcdn.com/901b071b-eef8-4cbb-a0b4-e8c0db26e1eb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-24edbc45-2251-468d-8422-0a7fe1b50384 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-24edbc45-2251-468d-8422-0a7fe1b50384.shg-box.shg-c {
  justify-content: center;
}

#s-290b9279-cbfd-4466-ab9f-3c04f2af2c2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-290b9279-cbfd-4466-ab9f-3c04f2af2c2c {
  margin-bottom: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-290b9279-cbfd-4466-ab9f-3c04f2af2c2c {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}
}







#s-290b9279-cbfd-4466-ab9f-3c04f2af2c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-290b9279-cbfd-4466-ab9f-3c04f2af2c2c.shg-box.shg-c {
  justify-content: center;
}

#s-95229e6a-9bf8-41c7-a060-92c93bda3568 {
  margin-top: 0em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95229e6a-9bf8-41c7-a060-92c93bda3568 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 72px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-95229e6a-9bf8-41c7-a060-92c93bda3568 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-95229e6a-9bf8-41c7-a060-92c93bda3568 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-95229e6a-9bf8-41c7-a060-92c93bda3568 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ad505fe9-a4ca-4e56-abfd-b25b4eafcd9c {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-ad505fe9-a4ca-4e56-abfd-b25b4eafcd9c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-ad505fe9-a4ca-4e56-abfd-b25b4eafcd9c:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-ad505fe9-a4ca-4e56-abfd-b25b4eafcd9c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-09814a1a-c1dc-47cf-8278-dbacd0395609 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09814a1a-c1dc-47cf-8278-dbacd0395609 {
  display: none;
}
#s-09814a1a-c1dc-47cf-8278-dbacd0395609, #wrap-s-09814a1a-c1dc-47cf-8278-dbacd0395609 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09814a1a-c1dc-47cf-8278-dbacd0395609 {
  display: none;
}
#s-09814a1a-c1dc-47cf-8278-dbacd0395609, #wrap-s-09814a1a-c1dc-47cf-8278-dbacd0395609 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09814a1a-c1dc-47cf-8278-dbacd0395609 {
  display: none;
}
#s-09814a1a-c1dc-47cf-8278-dbacd0395609, #wrap-s-09814a1a-c1dc-47cf-8278-dbacd0395609 { display:none !important; }}@media (max-width: 767px){#s-09814a1a-c1dc-47cf-8278-dbacd0395609 {
  
}
}







#s-09814a1a-c1dc-47cf-8278-dbacd0395609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09814a1a-c1dc-47cf-8278-dbacd0395609.shg-box.shg-c {
  justify-content: center;
}

#s-ff96fd6a-094d-4d55-a7c4-f4c959637f89 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ff96fd6a-094d-4d55-a7c4-f4c959637f89 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-d342d1dd-146c-479c-87b8-3c46aac9da2f {
  background-image: url(https://i.shgcdn.com/cd444a7e-3f90-44ff-ac0f-113860739ea3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 375px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-d342d1dd-146c-479c-87b8-3c46aac9da2f {
  max-width: 767px;
}
}







#s-d342d1dd-146c-479c-87b8-3c46aac9da2f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-d342d1dd-146c-479c-87b8-3c46aac9da2f.shg-box.shg-c {
  justify-content: center;
}

#s-70ce42c2-559d-45b1-b924-03a4451751eb {
  min-height: 50px;
}
@media (max-width: 767px){#s-70ce42c2-559d-45b1-b924-03a4451751eb {
  padding-top: 3em;
padding-bottom: 3em;
}
}







#s-70ce42c2-559d-45b1-b924-03a4451751eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70ce42c2-559d-45b1-b924-03a4451751eb.shg-box.shg-c {
  justify-content: center;
}

#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0em;
margin-left: 10%;
margin-bottom: 0em;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
opacity: 1;
background-color: rgba(204, 200, 200, 0);
}
@media (min-width: 1200px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a {
  margin-top: 67px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a {
  text-align: right;
}
}
#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 1200px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 51px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-cf5be45e-d7bd-431a-bce1-c4878ac4851a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-96b8980f-9373-4200-92fd-331e1127e4a0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-96b8980f-9373-4200-92fd-331e1127e4a0 {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-96b8980f-9373-4200-92fd-331e1127e4a0 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
}
}
#s-549310b6-a0a6-411d-a0bc-d938c5230929 {
  min-height: 50px;
}








#s-549310b6-a0a6-411d-a0bc-d938c5230929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549310b6-a0a6-411d-a0bc-d938c5230929.shg-box.shg-c {
  justify-content: center;
}

#s-6b0683d9-2a52-4f32-a372-ba63acafa9bf {
  text-align: center;
}




  #s-6b0683d9-2a52-4f32-a372-ba63acafa9bf img.shogun-image {
    
    width: px;
  }


#s-6b0683d9-2a52-4f32-a372-ba63acafa9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-76f4378f-1f36-473e-a939-cb20015efbc4 {
  margin-top: -2px;
margin-bottom: -2px;
padding-top: 36px;
padding-bottom: 36px;
min-height: 50px;
}








#s-76f4378f-1f36-473e-a939-cb20015efbc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76f4378f-1f36-473e-a939-cb20015efbc4.shg-box.shg-c {
  justify-content: center;
}

#s-e1631a39-7ba9-4f00-9217-bb40d795bcf0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-e1631a39-7ba9-4f00-9217-bb40d795bcf0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-e1631a39-7ba9-4f00-9217-bb40d795bcf0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-e1631a39-7ba9-4f00-9217-bb40d795bcf0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-31ac1448-46f7-418b-a335-8a9c49035db3 {
  min-height: 50px;
}








#s-31ac1448-46f7-418b-a335-8a9c49035db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31ac1448-46f7-418b-a335-8a9c49035db3 {
  cursor: pointer;
}#s-31ac1448-46f7-418b-a335-8a9c49035db3.shg-box.shg-c {
  justify-content: center;
}

#s-85836ffc-922e-48ff-a68b-99ba2e9439cb {
  background-image: url(https://i.shgcdn.com/901b071b-eef8-4cbb-a0b4-e8c0db26e1eb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-85836ffc-922e-48ff-a68b-99ba2e9439cb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-85836ffc-922e-48ff-a68b-99ba2e9439cb.shg-box.shg-c {
  justify-content: center;
}

#s-b563e38a-047f-47f1-acbd-8fc882b10af4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-b563e38a-047f-47f1-acbd-8fc882b10af4 {
  margin-bottom: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b563e38a-047f-47f1-acbd-8fc882b10af4 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
}
}







#s-b563e38a-047f-47f1-acbd-8fc882b10af4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b563e38a-047f-47f1-acbd-8fc882b10af4.shg-box.shg-c {
  justify-content: center;
}

#s-ef5a4259-1d03-4c95-ba5f-4fe68ba7f5d0 {
  margin-top: 0em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef5a4259-1d03-4c95-ba5f-4fe68ba7f5d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 72px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-ef5a4259-1d03-4c95-ba5f-4fe68ba7f5d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 56px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ef5a4259-1d03-4c95-ba5f-4fe68ba7f5d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-ef5a4259-1d03-4c95-ba5f-4fe68ba7f5d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-f1057fd6-f7e5-40f7-b6f5-0483bb160010 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-f1057fd6-f7e5-40f7-b6f5-0483bb160010:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-f1057fd6-f7e5-40f7-b6f5-0483bb160010:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(239, 59, 51, 1) !important;}


#s-f1057fd6-f7e5-40f7-b6f5-0483bb160010.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 {
  margin-top: 0px;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 {
  display: none;
}
#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191, #wrap-s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 { display:none !important; }}@media (max-width: 767px){#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 {
  display: none;
}
#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191, #wrap-s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 { display:none !important; }}







#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d2bb51b-30e3-40f5-8e97-09a9256fc191.shg-box.shg-c {
  justify-content: center;
}

#s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7 {
  border-style: solid;
margin-bottom: -3em;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(229, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b76766d8-e3ec-4aa1-be39-d836d5ddf0b7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-adf7a9db-ccf5-4c42-9028-24191a3b9324 {
  margin-top: 58px;
margin-bottom: 58px;
}

#s-1a5eebce-decb-42a6-8628-f6a4da663367 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
background-position: left top;
}
#s-1a5eebce-decb-42a6-8628-f6a4da663367:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-1a5eebce-decb-42a6-8628-f6a4da663367:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1a5eebce-decb-42a6-8628-f6a4da663367.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f6ae29c2-e0f5-437f-a826-74df0e8609ae {
  border-style: solid;
padding-top: 2em;
padding-bottom: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 246, 246, 1);
border-style: solid;
text-align: center;
background-color: rgba(229, 245, 245, 1);
}
@media (max-width: 767px){#s-f6ae29c2-e0f5-437f-a826-74df0e8609ae {
  border-style: solid;
border-color: #000;
padding-top: 0em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}



  #s-f6ae29c2-e0f5-437f-a826-74df0e8609ae img.shogun-image {
    
    width: px;
  }


#s-f6ae29c2-e0f5-437f-a826-74df0e8609ae .shogun-image-content {
  
    align-items: center;
  
}

#s-78510d17-1777-4fd4-9a77-d41f96491cb4 {
  margin-top: 0px;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-78510d17-1777-4fd4-9a77-d41f96491cb4 {
  display: none;
}
#s-78510d17-1777-4fd4-9a77-d41f96491cb4, #wrap-s-78510d17-1777-4fd4-9a77-d41f96491cb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78510d17-1777-4fd4-9a77-d41f96491cb4 {
  display: none;
}
#s-78510d17-1777-4fd4-9a77-d41f96491cb4, #wrap-s-78510d17-1777-4fd4-9a77-d41f96491cb4 { display:none !important; }}@media (max-width: 767px){#s-78510d17-1777-4fd4-9a77-d41f96491cb4 {
  display: none;
}
#s-78510d17-1777-4fd4-9a77-d41f96491cb4, #wrap-s-78510d17-1777-4fd4-9a77-d41f96491cb4 { display:none !important; }}







#s-78510d17-1777-4fd4-9a77-d41f96491cb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78510d17-1777-4fd4-9a77-d41f96491cb4.shg-box.shg-c {
  justify-content: center;
}

#s-b5694ad6-364a-45e4-98fb-36106393de51 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(229, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5694ad6-364a-45e4-98fb-36106393de51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f65faf23-dfd6-4f48-83c5-21b8a9b6dd8f {
  margin-top: 58px;
margin-bottom: 58px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f65faf23-dfd6-4f48-83c5-21b8a9b6dd8f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-85861ad5-1909-4a77-a7c7-1c2fbd1d02e0 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
background-position: left top;
}
#s-85861ad5-1909-4a77-a7c7-1c2fbd1d02e0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-85861ad5-1909-4a77-a7c7-1c2fbd1d02e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-85861ad5-1909-4a77-a7c7-1c2fbd1d02e0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-780c751f-1fe7-48db-8597-fb8ae8b26138 {
  border-style: solid;
padding-top: 2em;
padding-bottom: 2em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 246, 246, 1);
border-style: solid;
text-align: center;
background-color: rgba(229, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-780c751f-1fe7-48db-8597-fb8ae8b26138 {
  padding-top: 0em;
padding-bottom: 0em;
}
}@media (max-width: 767px){#s-780c751f-1fe7-48db-8597-fb8ae8b26138 {
  border-style: solid;
border-color: #000;
padding-top: 0em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}



  #s-780c751f-1fe7-48db-8597-fb8ae8b26138 img.shogun-image {
    
    width: px;
  }


#s-780c751f-1fe7-48db-8597-fb8ae8b26138 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff {
  margin-top: 0px;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff {
  display: none;
}
#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff, #wrap-s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff {
  display: none;
}
#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff, #wrap-s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff {
  display: none;
}
#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff, #wrap-s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff { display:none !important; }}







#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e1b71ec-3ffa-4ed2-a68b-2868fca949ff.shg-box.shg-c {
  justify-content: center;
}

#s-6851cdf2-6b97-445d-83fe-66e17bbd7f83 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(229, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-6851cdf2-6b97-445d-83fe-66e17bbd7f83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ef1f482b-cc2a-4732-b002-2bab1f6475b1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ec5e060a-c926-4df4-b41b-ff368d1f6e64 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
background-position: left top;
}
#s-ec5e060a-c926-4df4-b41b-ff368d1f6e64:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-ec5e060a-c926-4df4-b41b-ff368d1f6e64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec5e060a-c926-4df4-b41b-ff368d1f6e64.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-85e20b35-d0c7-422d-bf83-ea818353cb27 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0em;
padding-bottom: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(250, 246, 246, 1);
border-style: solid;
text-align: center;
background-color: rgba(229, 245, 245, 1);
}




  #s-85e20b35-d0c7-422d-bf83-ea818353cb27 img.shogun-image {
    
    width: px;
  }


#s-85e20b35-d0c7-422d-bf83-ea818353cb27 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 {
  display: none;
}
#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483, #wrap-s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 { display:none !important; }}@media (max-width: 767px){#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 {
  display: none;
}
#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483, #wrap-s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 { display:none !important; }}







#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6abc616f-d6ab-4f64-9db0-3d99dd7ec483.shg-box.shg-c {
  justify-content: center;
}

#s-f73dc6a2-58db-40ef-aa7d-a6a11279dd58 {
  margin-left: -18em;
margin-right: -18em;
background-color: rgba(65, 65, 65, 1);
}

#s-448dca45-b7c8-4cfd-b0fa-bf0b318341f7 {
  margin-top: 0px;
margin-left: 12em;
margin-right: 12em;
padding-top: 2em;
}

#s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ad1d1d66-2dbc-48be-a997-8bab7c41b53c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-a2b824f2-108e-4def-9d49-1b07caa39237 {
  text-align: center;
}




  #s-a2b824f2-108e-4def-9d49-1b07caa39237 img.shogun-image {
    
    width: px;
  }


#s-a2b824f2-108e-4def-9d49-1b07caa39237 .shogun-image-content {
  
    align-items: center;
  
}

#s-078fab13-0066-430c-8774-bbddfc3dff90 {
  text-align: center;
}




  #s-078fab13-0066-430c-8774-bbddfc3dff90 img.shogun-image {
    
    width: px;
  }


#s-078fab13-0066-430c-8774-bbddfc3dff90 .shogun-image-content {
  
    align-items: center;
  
}

#s-1321e062-5a7a-4632-ac69-840454dea060 {
  text-align: center;
}




  #s-1321e062-5a7a-4632-ac69-840454dea060 img.shogun-image {
    
    width: px;
  }


#s-1321e062-5a7a-4632-ac69-840454dea060 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e42a335-f551-4012-8e57-33fceaf073be {
  text-align: center;
}




  #s-4e42a335-f551-4012-8e57-33fceaf073be img.shogun-image {
    
    width: px;
  }


#s-4e42a335-f551-4012-8e57-33fceaf073be .shogun-image-content {
  
    align-items: center;
  
}

#s-5f75b4f0-01de-4d36-92ea-2647bff0692b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-5f75b4f0-01de-4d36-92ea-2647bff0692b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-5f75b4f0-01de-4d36-92ea-2647bff0692b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f75b4f0-01de-4d36-92ea-2647bff0692b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 {
  display: none;
}
#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67, #wrap-s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 {
  display: none;
}
#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67, #wrap-s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 {
  
}
}@media (max-width: 767px){#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 {
  display: none;
}
#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67, #wrap-s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 { display:none !important; }}







#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c5ee161-6ef5-4456-9aaa-fc37990b8b67.shg-box.shg-c {
  justify-content: center;
}

#s-c06b1fe9-ffb1-4114-91f1-36d69ec345ed {
  margin-left: -2em;
margin-right: -2em;
background-color: rgba(65, 65, 65, 1);
}

#s-9efcd99b-76a0-4614-9d1a-794bc4e6567c {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 2em;
}

#s-fc8bf1df-80b2-443f-8fa7-d36217a67441 {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-fc8bf1df-80b2-443f-8fa7-d36217a67441"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-169c4228-7bb3-451f-9578-0b6561268d6c {
  text-align: center;
}




  #s-169c4228-7bb3-451f-9578-0b6561268d6c img.shogun-image {
    
    width: px;
  }


#s-169c4228-7bb3-451f-9578-0b6561268d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-61389f2d-4e9c-4676-b138-d47207ef0b03 {
  text-align: center;
}




  #s-61389f2d-4e9c-4676-b138-d47207ef0b03 img.shogun-image {
    
    width: px;
  }


#s-61389f2d-4e9c-4676-b138-d47207ef0b03 .shogun-image-content {
  
    align-items: center;
  
}

#s-a94970aa-324c-4e22-8008-4dc042bd2018 {
  text-align: center;
}




  #s-a94970aa-324c-4e22-8008-4dc042bd2018 img.shogun-image {
    
    width: px;
  }


#s-a94970aa-324c-4e22-8008-4dc042bd2018 .shogun-image-content {
  
    align-items: center;
  
}

#s-618d5794-5b04-4c66-988e-e75a6ca1d367 {
  text-align: center;
}




  #s-618d5794-5b04-4c66-988e-e75a6ca1d367 img.shogun-image {
    
    width: px;
  }


#s-618d5794-5b04-4c66-988e-e75a6ca1d367 .shogun-image-content {
  
    align-items: center;
  
}

#s-79efd10f-aeba-4969-a267-db112016a02b {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-79efd10f-aeba-4969-a267-db112016a02b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-79efd10f-aeba-4969-a267-db112016a02b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79efd10f-aeba-4969-a267-db112016a02b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-6b0163e6-7424-4df8-8d72-7d74f8503c41 {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6b0163e6-7424-4df8-8d72-7d74f8503c41 {
  display: none;
}
#s-6b0163e6-7424-4df8-8d72-7d74f8503c41, #wrap-s-6b0163e6-7424-4df8-8d72-7d74f8503c41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b0163e6-7424-4df8-8d72-7d74f8503c41 {
  display: none;
}
#s-6b0163e6-7424-4df8-8d72-7d74f8503c41, #wrap-s-6b0163e6-7424-4df8-8d72-7d74f8503c41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b0163e6-7424-4df8-8d72-7d74f8503c41 {
  display: none;
}
#s-6b0163e6-7424-4df8-8d72-7d74f8503c41, #wrap-s-6b0163e6-7424-4df8-8d72-7d74f8503c41 { display:none !important; }}







#s-6b0163e6-7424-4df8-8d72-7d74f8503c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0163e6-7424-4df8-8d72-7d74f8503c41.shg-box.shg-c {
  justify-content: center;
}

#s-c87282b4-5c24-4677-a1ed-11bb2adfe9e8 {
  margin-left: 0em;
margin-right: 0em;
background-color: rgba(65, 65, 65, 1);
}

#s-d9ea9be1-71e8-41b4-8432-884d00ecc72b {
  margin-top: 0px;
margin-left: 0em;
margin-right: 0em;
padding-top: 2em;
}

#s-351d5121-6d14-4e03-90c1-e97f032182bc {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-351d5121-6d14-4e03-90c1-e97f032182bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-5d2d4b83-e074-4c85-bb34-9d3b0019ed46 {
  text-align: center;
}




  #s-5d2d4b83-e074-4c85-bb34-9d3b0019ed46 img.shogun-image {
    
    width: px;
  }


#s-5d2d4b83-e074-4c85-bb34-9d3b0019ed46 .shogun-image-content {
  
    align-items: center;
  
}

#s-c93e3a6e-a3d7-42b0-ac2b-81573c49cd7b {
  text-align: center;
}




  #s-c93e3a6e-a3d7-42b0-ac2b-81573c49cd7b img.shogun-image {
    
    width: px;
  }


#s-c93e3a6e-a3d7-42b0-ac2b-81573c49cd7b .shogun-image-content {
  
    align-items: center;
  
}

#s-080fe9fd-36e3-4564-bb13-7e3e5ec94304 {
  text-align: center;
}




  #s-080fe9fd-36e3-4564-bb13-7e3e5ec94304 img.shogun-image {
    
    width: px;
  }


#s-080fe9fd-36e3-4564-bb13-7e3e5ec94304 .shogun-image-content {
  
    align-items: center;
  
}

#s-9923fb82-cb1e-434a-bc89-686c4602fd8c {
  text-align: center;
}




  #s-9923fb82-cb1e-434a-bc89-686c4602fd8c img.shogun-image {
    
    width: px;
  }


#s-9923fb82-cb1e-434a-bc89-686c4602fd8c .shogun-image-content {
  
    align-items: center;
  
}

#s-37e0a434-26ce-494f-a87b-34b68f7bb886 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 14px;
padding-left: 42px;
padding-bottom: 14px;
padding-right: 42px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 59, 51, 1);
border-radius: 0px;
background-color: rgba(239, 59, 51, 1);
text-align: center;
text-decoration: none;
hover-type: color;
line-height: 1.5em;
}
#s-37e0a434-26ce-494f-a87b-34b68f7bb886:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(239, 59, 51, 1) !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(239, 59, 51, 1) !important;
hover-type: color !important;}#s-37e0a434-26ce-494f-a87b-34b68f7bb886:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37e0a434-26ce-494f-a87b-34b68f7bb886.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e8d3ff6-e450-42ee-82fd-19f0b09f986b {
  margin-top: 0px;
margin-bottom: 0em;
min-height: 50px;
}








#s-5e8d3ff6-e450-42ee-82fd-19f0b09f986b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8d3ff6-e450-42ee-82fd-19f0b09f986b.shg-box.shg-c {
  justify-content: center;
}

#s-65dfe401-31d8-4e1f-ac17-129f0381147d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-65dfe401-31d8-4e1f-ac17-129f0381147d {
  padding-bottom: 4em;
}
}







#s-65dfe401-31d8-4e1f-ac17-129f0381147d > .shg-box-overlay {
  background-color: rgba(17, 17, 17, 1);
  opacity: 0.6;
}#s-65dfe401-31d8-4e1f-ac17-129f0381147d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ecf7ef80-3fe1-4e59-8c97-098180714426 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}








#s-ecf7ef80-3fe1-4e59-8c97-098180714426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf7ef80-3fe1-4e59-8c97-098180714426.shg-box.shg-c {
  justify-content: center;
}

#s-e1c7acd3-32ac-4a87-b41a-a13e9daa8e3e {
  margin-top: 5em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-e1c7acd3-32ac-4a87-b41a-a13e9daa8e3e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfeb5a00-7dc6-4f23-962c-8c0132800576 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

#s-c569c16c-0ed0-401a-ad29-6d4b35b87044 {
  min-height: 50px;
}








#s-c569c16c-0ed0-401a-ad29-6d4b35b87044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c569c16c-0ed0-401a-ad29-6d4b35b87044.shg-box.shg-c {
  justify-content: center;
}

#s-65e2e3f2-4292-44e6-830d-7a5a09b8f092 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-65e2e3f2-4292-44e6-830d-7a5a09b8f092 > .shg-box-overlay {
  background-color: rgba(23, 23, 23, 1);
  opacity: 0.6;
}#s-65e2e3f2-4292-44e6-830d-7a5a09b8f092.shg-box.shg-c {
  justify-content: center;
}

#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 48px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}@media (max-width: 767px){#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-45cdbffc-853f-4ce4-8cfa-60dbb800a84f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-8f57c0b2-b6e8-422f-9532-f569a4ca948a {
  min-height: 50px;
}








#s-8f57c0b2-b6e8-422f-9532-f569a4ca948a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f57c0b2-b6e8-422f-9532-f569a4ca948a.shg-box.shg-c {
  justify-content: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

#s-706cdc6c-a02e-4d81-b6f6-c6803976cd60 {
  margin-top: 2em;
min-height: 103px;
max-width: 1500px;
}
@media (min-width: 1200px){#s-706cdc6c-a02e-4d81-b6f6-c6803976cd60 {
  display: none;
}
#s-706cdc6c-a02e-4d81-b6f6-c6803976cd60, #wrap-s-706cdc6c-a02e-4d81-b6f6-c6803976cd60 { display:none !important; }}
[id="s-706cdc6c-a02e-4d81-b6f6-c6803976cd60"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 10px;
}

.shg-ig-posts-container {
  width: calc(100% + 10px) !important;
}

@media (min-width: 768px) {
  [id="s-706cdc6c-a02e-4d81-b6f6-c6803976cd60"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 10px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 10px) !important;
  }
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
