.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-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-size: 250px 250px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  display: none;
}
#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465, #wrap-s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 { display:none !important; }}@media (max-width: 767px){#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 {
  display: none;
}
#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465, #wrap-s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 { display:none !important; }}







#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465 > .shg-box-overlay {
  background-color: rgba(245, 238, 217, 1);
  opacity: 0;
}#s-3435dcf5-6bdf-400b-8d19-cc60c3c21465.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;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-8f7e2d49-8792-482c-9803-cc389375045f {
  padding-top: 0px;
padding-bottom: 0px;
}

.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-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  display: none;
}
#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c, #wrap-s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c { display:none !important; }}@media (max-width: 767px){#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c {
  display: none;
}
#s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c, #wrap-s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4953dee6-ce1f-4c9f-abae-abf745f8ec5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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-16b0901c-0a81-4e80-92fc-7a406ba00962 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16b0901c-0a81-4e80-92fc-7a406ba00962 {
  display: none;
}
#s-16b0901c-0a81-4e80-92fc-7a406ba00962, #wrap-s-16b0901c-0a81-4e80-92fc-7a406ba00962 { display:none !important; }}@media (max-width: 767px){#s-16b0901c-0a81-4e80-92fc-7a406ba00962 {
  display: none;
}
#s-16b0901c-0a81-4e80-92fc-7a406ba00962, #wrap-s-16b0901c-0a81-4e80-92fc-7a406ba00962 { display:none !important; }}



  #s-16b0901c-0a81-4e80-92fc-7a406ba00962 img.shogun-image {
    
    width: px;
  }


#s-16b0901c-0a81-4e80-92fc-7a406ba00962 .shogun-image-content {
  
    align-items: 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-5c489bd4-eb92-4137-a791-f9f20b52c8e9 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 320px;
text-align: left;
}

#s-5c489bd4-eb92-4137-a791-f9f20b52c8e9 .shogun-heading-component h1 {
  color: rgba(17, 16, 162, 1);
  font-weight:   ;
  font-family: hwt-artz;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-60d00186-e8c1-496c-a47b-1dab22da4e0e {
  margin-left: 50px;
margin-bottom: 20px;
max-width: 320px;
}
@media (min-width: 1200px){#s-60d00186-e8c1-496c-a47b-1dab22da4e0e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60d00186-e8c1-496c-a47b-1dab22da4e0e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60d00186-e8c1-496c-a47b-1dab22da4e0e {
  
}
}@media (max-width: 767px){#s-60d00186-e8c1-496c-a47b-1dab22da4e0e {
  
}
}
.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-c657e980-d811-4e64-ae97-697a86f0e630 {
  border-style: solid;
margin-top: 0px;
margin-left: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 9px;
min-height: 56px;
max-width: 320px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 3em;
}
#s-c657e980-d811-4e64-ae97-697a86f0e630:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c657e980-d811-4e64-ae97-697a86f0e630:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c657e980-d811-4e64-ae97-697a86f0e630-btn-wrapper {
    text-align: left;
  }


#s-c657e980-d811-4e64-ae97-697a86f0e630.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}

#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  background-image: url(https://i.shgcdn.com/e89ac4fc-f4a2-4da3-a40f-2219cbe3bf60/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 640px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  display: none;
}
#s-15f0b0f9-aa96-460d-a885-f33181941049, #wrap-s-15f0b0f9-aa96-460d-a885-f33181941049 { display:none !important; }}@media (max-width: 767px){#s-15f0b0f9-aa96-460d-a885-f33181941049 {
  display: none;
}
#s-15f0b0f9-aa96-460d-a885-f33181941049, #wrap-s-15f0b0f9-aa96-460d-a885-f33181941049 { display:none !important; }}
@media (min-width: 0px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-15f0b0f9-aa96-460d-a885-f33181941049"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-608c87a8-4717-4917-954a-ded42a759e65 {
  margin-top: 60px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-608c87a8-4717-4917-954a-ded42a759e65 .shogun-heading-component h2 {
  color: rgba(245, 238, 217, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-218a0429-1ff3-43d2-84b0-b6b5102b09d5 {
  margin-left: 50px;
margin-right: 20px;
}

#s-de06c0c7-3373-49c4-9430-494eb757b46a {
  box-shadow:2px 3px 10px 0px rgba(101, 101, 101, 1);
border-style: solid;
margin-top: 25px;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(17, 16, 162, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-de06c0c7-3373-49c4-9430-494eb757b46a:hover {background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de06c0c7-3373-49c4-9430-494eb757b46a:active {background-color: rgba(191, 109, 54, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-de06c0c7-3373-49c4-9430-494eb757b46a-btn-wrapper {
    text-align: left;
  }


#s-de06c0c7-3373-49c4-9430-494eb757b46a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4e19e0c-a343-41e1-b298-d50e0a685c48 {
  min-height: 50px;
}








#s-f4e19e0c-a343-41e1-b298-d50e0a685c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e19e0c-a343-41e1-b298-d50e0a685c48.shg-box.shg-c {
  justify-content: center;
}

#s-d7da1990-7b4d-41e6-9648-ac2e5a70692f {
  padding-top: 50px;
padding-left: 60px;
padding-bottom: 50px;
padding-right: 60px;
background-color: rgba(245, 239, 219, 1);
}

@media (min-width: 0px) {
[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7da1990-7b4d-41e6-9648-ac2e5a70692f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e18f4def-49fe-4afa-aee0-943ba09295e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e18f4def-49fe-4afa-aee0-943ba09295e9 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-55a4905b-caf1-464a-bc5b-82d4e42ceb37 {
  max-width: 380px;
}

#s-5c7fea09-307b-4851-828e-ff414a8a45bf {
  border-style: solid;
padding-left: 100px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(100, 62, 53, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5c7fea09-307b-4851-828e-ff414a8a45bf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-add778c7-898e-4a2c-a92b-f14cf6e5715a {
  max-width: 130px;
}

#s-b1967ece-d312-4df7-b6ba-e59206506ef8 {
  max-width: 130px;
}

#s-370a677c-87fb-4014-8525-475b34c5b740 {
  max-width: 130px;
}

#s-31de4686-88d0-4c00-93a9-8ba19c58898e {
  max-width: 130px;
}

#s-93ca9a73-0456-434e-8189-4fea4b7e740e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 100px;
border-top-width: 0px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(100, 62, 53, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-93ca9a73-0456-434e-8189-4fea4b7e740e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4fec2c3f-5777-4ac2-8133-e74f3c598248 {
  max-width: 130px;
}

#s-08665168-3b4b-4a38-8c01-b09b2dbef526 {
  max-width: 130px;
}

#s-ba7384d2-bcb4-40e3-9d41-40a5d989df34 {
  max-width: 130px;
}

#s-197a2807-f541-4464-9bc2-82d4f280ebc7 {
  max-width: 130px;
}

#s-0966a18a-5a3b-4166-bba0-b54916b9454e {
  min-height: 50px;
}








#s-0966a18a-5a3b-4166-bba0-b54916b9454e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0966a18a-5a3b-4166-bba0-b54916b9454e.shg-box.shg-c {
  justify-content: center;
}

#s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-727ecef4-f9b0-4b03-be2d-7a6d7c0210bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-20867e05-5799-4f04-b2b7-81c253f880d8 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
text-align: center;
}




  #s-20867e05-5799-4f04-b2b7-81c253f880d8 img.shogun-image {
    
    width: px;
  }


#s-20867e05-5799-4f04-b2b7-81c253f880d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-18786bd1-88ec-423e-9de4-48117703fa7e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 490px;
text-align: left;
}

#s-18786bd1-88ec-423e-9de4-48117703fa7e .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17d1766f-26b6-4586-9b83-6e3646226874 {
  margin-top: -10px;
max-width: 490px;
}

#s-a3a5083b-1ca6-4978-8e7b-43271984c57d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 490px;
text-align: left;
}

#s-a3a5083b-1ca6-4978-8e7b-43271984c57d .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6f6bae0b-9577-4f7d-a119-79145a529997 {
  margin-top: -20px;
max-width: 490px;
}

#s-5a65df44-ea16-4531-a40c-77e480ffa1c7 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 9px;
background-color: rgba(0, 6, 244, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a65df44-ea16-4531-a40c-77e480ffa1c7:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a65df44-ea16-4531-a40c-77e480ffa1c7:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5a65df44-ea16-4531-a40c-77e480ffa1c7-btn-wrapper {
    text-align: left;
  }


#s-5a65df44-ea16-4531-a40c-77e480ffa1c7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-44b4b7d0-753e-48ba-a9fb-6b0748e77442 {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-color: rgba(245, 238, 217, 1);
background-position: center center;
}
@media (max-width: 767px){#s-44b4b7d0-753e-48ba-a9fb-6b0748e77442 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-44b4b7d0-753e-48ba-a9fb-6b0748e77442"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc {
  text-align: center;
}




  #s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc img.shogun-image {
    
    width: px;
  }


#s-9bc81595-2e0c-4144-aeae-0aaf30a7a0fc .shogun-image-content {
  
    align-items: center;
  
}

#s-53672cba-52f0-401e-96b7-b42692bd3472 {
  text-align: center;
}




  #s-53672cba-52f0-401e-96b7-b42692bd3472 img.shogun-image {
    
    width: px;
  }


#s-53672cba-52f0-401e-96b7-b42692bd3472 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 {
  text-align: center;
}




  #s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 img.shogun-image {
    
    width: px;
  }


#s-ac75ca98-66f6-46d8-847e-1094ed1b26e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-99202a20-7054-45a5-a6b8-3f761f4a4024 {
  text-align: center;
}




  #s-99202a20-7054-45a5-a6b8-3f761f4a4024 img.shogun-image {
    
    width: px;
  }


#s-99202a20-7054-45a5-a6b8-3f761f4a4024 .shogun-image-content {
  
    align-items: center;
  
}

#s-df4ad62f-4e08-4927-8a13-9ef290367ce7 {
  text-align: center;
}




  #s-df4ad62f-4e08-4927-8a13-9ef290367ce7 img.shogun-image {
    
    width: px;
  }


#s-df4ad62f-4e08-4927-8a13-9ef290367ce7 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b417d0-94e2-49c3-a9ce-86dadd10df0f {
  text-align: center;
}




  #s-05b417d0-94e2-49c3-a9ce-86dadd10df0f img.shogun-image {
    
    width: px;
  }


#s-05b417d0-94e2-49c3-a9ce-86dadd10df0f .shogun-image-content {
  
    align-items: center;
  
}

#s-a3e5bd22-70d4-456a-9bb1-cf388020426a {
  min-height: 50px;
}








#s-a3e5bd22-70d4-456a-9bb1-cf388020426a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e5bd22-70d4-456a-9bb1-cf388020426a.shg-box.shg-c {
  justify-content: center;
}

#s-40245710-3cea-4047-89e2-d9f50cc0d504 {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40245710-3cea-4047-89e2-d9f50cc0d504"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2aba63f2-78d6-43f3-8a48-b2290f725e7c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 490px;
text-align: left;
}

#s-2aba63f2-78d6-43f3-8a48-b2290f725e7c .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d0f0dc1f-740b-480f-af45-497c6ef52f53 {
  margin-top: -10px;
max-width: 500px;
}

#s-d6490f7c-98fd-451a-97db-67b57f3b7a09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6490f7c-98fd-451a-97db-67b57f3b7a09 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bc82a3c4-a514-4d8f-a2d1-2db2e4484714 {
  margin-top: -20px;
max-width: 500px;
}

#s-2eb78763-5407-4ea6-89a9-8b838ae45734 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 9px;
background-color: rgba(0, 6, 244, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2eb78763-5407-4ea6-89a9-8b838ae45734:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2eb78763-5407-4ea6-89a9-8b838ae45734:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2eb78763-5407-4ea6-89a9-8b838ae45734-btn-wrapper {
    text-align: left;
  }


#s-2eb78763-5407-4ea6-89a9-8b838ae45734.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-111cbc91-5897-4d41-a9d8-65605b4574fa {
  max-width: 500px;
}

#s-2673a199-24ac-4934-bd78-18d800186191 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}




  #s-2673a199-24ac-4934-bd78-18d800186191 img.shogun-image {
    
    width: px;
  }


#s-2673a199-24ac-4934-bd78-18d800186191 .shogun-image-content {
  
    align-items: center;
  
}

#s-8abe671a-3bc3-4c80-93e7-50942140a867 {
  padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
min-height: 50px;
background-color: rgba(245, 239, 219, 1);
}








#s-8abe671a-3bc3-4c80-93e7-50942140a867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8abe671a-3bc3-4c80-93e7-50942140a867.shg-box.shg-c {
  justify-content: center;
}

#s-bed30a23-1934-4b4c-b3dc-d1c68ff91d1c {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 239, 219, 1);
}

#s-bed30a23-1934-4b4c-b3dc-d1c68ff91d1c .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d34b855e-7502-4e9a-8c0e-3e27e478f955 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: rgba(245, 239, 219, 1);
}

@media (min-width: 0px) {
[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 53.333333333333336px);
}

[id="s-d34b855e-7502-4e9a-8c0e-3e27e478f955"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 53.333333333333336px);
}

}

#s-b98ceb6d-c3ec-49b4-a646-9584c291c394 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-b98ceb6d-c3ec-49b4-a646-9584c291c394 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef0896c8-6b83-40fc-b95d-254d666148ca {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-ef0896c8-6b83-40fc-b95d-254d666148ca .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-586428bb-1f47-4c6a-b215-b025137bd019 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-586428bb-1f47-4c6a-b215-b025137bd019 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf6a0364-23fa-4718-ae2f-2095ba62f7f1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cf6a0364-23fa-4718-ae2f-2095ba62f7f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf6a0364-23fa-4718-ae2f-2095ba62f7f1.shg-box.shg-c {
  justify-content: center;
}

#s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
padding-left: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f718648d-b6c8-43c9-b0df-c93e5a8bfa3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-197e2d38-7aee-4551-aade-a170e07f2a61 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-197e2d38-7aee-4551-aade-a170e07f2a61 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-57383d90-eb9e-4548-998b-9afc1cce4910 {
  margin-top: -10px;
max-width: 450px;
}

#s-8ab1879b-d6c9-4f99-8a8e-1d3fa79a607b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ab1879b-d6c9-4f99-8a8e-1d3fa79a607b .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-baa78d79-e700-401a-a76b-2ff5e8c2b5d0 {
  margin-top: -22px;
}

#s-b5845d01-f199-4122-bcd0-ae961dd522ae {
  margin-top: -22px;
}

#s-51d4ab91-af59-4a50-a0d8-a0f190eff48a {
  margin-top: -22px;
}

#s-c9422a58-14ff-45f3-804c-f234b0c73fd2 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 9px;
background-color: rgba(0, 6, 244, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9422a58-14ff-45f3-804c-f234b0c73fd2:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9422a58-14ff-45f3-804c-f234b0c73fd2:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c9422a58-14ff-45f3-804c-f234b0c73fd2-btn-wrapper {
    text-align: left;
  }


#s-c9422a58-14ff-45f3-804c-f234b0c73fd2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-2536ee2f-63b1-45a2-9526-cb82a77c5a45 {
  text-align: center;
}




  #s-2536ee2f-63b1-45a2-9526-cb82a77c5a45 img.shogun-image {
    
    width: px;
  }


#s-2536ee2f-63b1-45a2-9526-cb82a77c5a45 .shogun-image-content {
  
    align-items: center;
  
}

#s-782b0179-9b13-4054-aed3-75cf60277854 {
  min-height: 50px;
background-color: rgba(245, 239, 219, 1);
}








#s-782b0179-9b13-4054-aed3-75cf60277854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-782b0179-9b13-4054-aed3-75cf60277854.shg-box.shg-c {
  justify-content: center;
}

#s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7 {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
padding-left: 0px;
background-color: rgba(245, 239, 219, 1);
}

@media (min-width: 0px) {
[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c6ee581-428f-42ff-9af4-2a350fdf8ee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dcca5ce7-2852-4201-b886-7973513ebd63 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcca5ce7-2852-4201-b886-7973513ebd63 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-68d108e5-59fe-4803-901b-156b28ccc6ea {
  margin-top: -20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-68d108e5-59fe-4803-901b-156b28ccc6ea .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-853207aa-46f0-4298-bbd4-84959aa8c823 {
  margin-top: -10px;
max-width: 450px;
}

#s-a15d6814-f94e-4d15-aae8-37076db16e16 {
  margin-top: -10px;
max-width: 450px;
}

#s-2b2baa94-78ab-40d1-a296-200e5a18f59e {
  margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 9px;
background-color: rgba(0, 6, 244, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2b2baa94-78ab-40d1-a296-200e5a18f59e:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2b2baa94-78ab-40d1-a296-200e5a18f59e:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b2baa94-78ab-40d1-a296-200e5a18f59e-btn-wrapper {
    text-align: left;
  }


#s-2b2baa94-78ab-40d1-a296-200e5a18f59e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3cdca88a-a053-483c-91e4-ddcb427d81e3 {
  margin-top: 60px;
}

#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de {
  padding-top: 0px;
padding-bottom: 50px;
background-color: rgba(208, 102, 40, 0);
}
@media (min-width: 1200px){#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de {
  display: none;
}
#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de, #wrap-s-1954b39a-3e02-4d01-b1d3-7ba648bf74de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de {
  display: none;
}
#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de, #wrap-s-1954b39a-3e02-4d01-b1d3-7ba648bf74de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de {
  
}
}@media (max-width: 767px){#s-1954b39a-3e02-4d01-b1d3-7ba648bf74de {
  
}
}
@media (min-width: 0px) {
[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1954b39a-3e02-4d01-b1d3-7ba648bf74de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7530979-3a70-4936-b617-8b0143b9b30c {
  text-align: center;
}




  #s-b7530979-3a70-4936-b617-8b0143b9b30c img.shogun-image {
    
    width: px;
  }


#s-b7530979-3a70-4936-b617-8b0143b9b30c .shogun-image-content {
  
    align-items: center;
  
}

#s-835bc079-17ee-44c9-9979-423510c3cbba {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 386px;
text-align: center;
}

#s-835bc079-17ee-44c9-9979-423510c3cbba .shogun-heading-component h1 {
  color: rgba(17, 16, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7950f8e3-379a-4823-93a0-6191998cfaa0 {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-9f61834f-8219-47ed-aaf6-b4cf32496a17 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 5, 244, 1);
border-style: solid;
border-radius: 9px;
min-height: 56px;
max-width: 350px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 3em;
}
#s-9f61834f-8219-47ed-aaf6-b4cf32496a17:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f61834f-8219-47ed-aaf6-b4cf32496a17:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9f61834f-8219-47ed-aaf6-b4cf32496a17-btn-wrapper {
    text-align: left;
  }


#s-9f61834f-8219-47ed-aaf6-b4cf32496a17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-caaef244-561d-4241-b967-6550af090d12 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-caaef244-561d-4241-b967-6550af090d12 {
  display: none;
}
#s-caaef244-561d-4241-b967-6550af090d12, #wrap-s-caaef244-561d-4241-b967-6550af090d12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caaef244-561d-4241-b967-6550af090d12 {
  display: none;
}
#s-caaef244-561d-4241-b967-6550af090d12, #wrap-s-caaef244-561d-4241-b967-6550af090d12 { display:none !important; }}







#s-caaef244-561d-4241-b967-6550af090d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caaef244-561d-4241-b967-6550af090d12.shg-box.shg-c {
  justify-content: center;
}

#s-e802f487-440e-4531-9552-bc126fd50c04 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 330px;
text-align: left;
}

#s-e802f487-440e-4531-9552-bc126fd50c04 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ca2f4ad9-e7c0-47b5-9c83-9535dabc58eb {
  margin-left: auto;
margin-right: auto;
max-width: 330px;
}

#s-0f2712dd-439b-4741-babc-181e487e4b7b {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(100, 62, 53, 1);
border-style: solid;
max-width: 330px;
}

@media (min-width: 0px) {
[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f2712dd-439b-4741-babc-181e487e4b7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a5e153fa-5db1-42b9-83ad-3861a96dc16d {
  min-height: 124px;
max-width: 130px;
}

#s-25577dc4-d7eb-44cd-bfdc-27e63db5540c {
  min-height: 124px;
max-width: 130px;
}

#s-b3f1f55f-b1bd-4da5-ac29-ec754825424a {
  min-height: 124px;
max-width: 130px;
}

#s-90f5d397-0099-42ff-97ce-8b69f90394a9 {
  min-height: 124px;
max-width: 130px;
}

#s-00e6cc22-2dad-4a41-8d4e-b46a5f5139fd {
  min-height: 124px;
max-width: 130px;
}

#s-728a3a9a-d09b-442d-bab0-73f4fcfe4c9c {
  min-height: 124px;
max-width: 130px;
}

#s-90b73a64-2315-410e-ab38-4b1f0e235cb4 {
  min-height: 124px;
max-width: 130px;
}

#s-c022b609-0d98-4ca1-9040-905e4bdf08e4 {
  min-height: 124px;
max-width: 130px;
}

#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 {
  padding-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 {
  display: none;
}
#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1, #wrap-s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 {
  display: none;
}
#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1, #wrap-s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 { display:none !important; }}







#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ca27c1-8b6e-4e1a-b831-8a4b926a11c1.shg-box.shg-c {
  justify-content: center;
}

#s-6825f1ff-4b7d-4f66-94d4-3bdc990d3af3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}




  #s-6825f1ff-4b7d-4f66-94d4-3bdc990d3af3 img.shogun-image {
    
    width: px;
  }


#s-6825f1ff-4b7d-4f66-94d4-3bdc990d3af3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c139bb-5390-4b47-82ab-b8550c494a88 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 330px;
text-align: left;
}

#s-a3c139bb-5390-4b47-82ab-b8550c494a88 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e3a41afc-3db3-482d-aacc-c103dbdfa617 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
max-width: 330px;
}

#s-dbfd7f73-c292-4551-866e-106068689a30 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 330px;
text-align: left;
}

#s-dbfd7f73-c292-4551-866e-106068689a30 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a246a5b7-5e1e-41b7-b00b-75e16365c005 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
max-width: 330px;
}

#s-0c555317-a388-41f7-9210-94d6d4815b99 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 22px;
padding-bottom: 10px;
padding-right: 22px;
border-radius: 9px;
max-width: 330px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c555317-a388-41f7-9210-94d6d4815b99:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c555317-a388-41f7-9210-94d6d4815b99:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0c555317-a388-41f7-9210-94d6d4815b99-btn-wrapper {
    text-align: center;
  }


#s-0c555317-a388-41f7-9210-94d6d4815b99.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 {
  display: none;
}
#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6, #wrap-s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 {
  display: none;
}
#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6, #wrap-s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 { display:none !important; }}@media (max-width: 767px){#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 {
  display: none;
}
#s-a7fb7585-9ce2-4091-b762-74932cf7ccb6, #wrap-s-a7fb7585-9ce2-4091-b762-74932cf7ccb6 { display:none !important; }}
#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e {
  display: none;
}
#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e, #wrap-s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e {
  display: none;
}
#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e, #wrap-s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e {
  display: none;
}
#s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e, #wrap-s-392e3242-2e8d-4d7d-b501-1a7d3eba4b0e { display:none !important; }}
@media (min-width: 1200px){#s-344a30b4-aeae-4911-8e37-d56ec059b8ab {
  display: none;
}
#s-344a30b4-aeae-4911-8e37-d56ec059b8ab, #wrap-s-344a30b4-aeae-4911-8e37-d56ec059b8ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-344a30b4-aeae-4911-8e37-d56ec059b8ab {
  display: none;
}
#s-344a30b4-aeae-4911-8e37-d56ec059b8ab, #wrap-s-344a30b4-aeae-4911-8e37-d56ec059b8ab { display:none !important; }}
#s-b2437b4a-2dd9-4eee-823c-677a3c23964d {
  background-image: url(https://i.shgcdn.com/fd8428a6-4e28-4379-9cf4-c1a9d2ebe4ce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: repeat;
background-color: rgba(245, 238, 217, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-b2437b4a-2dd9-4eee-823c-677a3c23964d {
  display: none;
}
#s-b2437b4a-2dd9-4eee-823c-677a3c23964d, #wrap-s-b2437b4a-2dd9-4eee-823c-677a3c23964d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2437b4a-2dd9-4eee-823c-677a3c23964d {
  display: none;
}
#s-b2437b4a-2dd9-4eee-823c-677a3c23964d, #wrap-s-b2437b4a-2dd9-4eee-823c-677a3c23964d { display:none !important; }}@media (max-width: 767px){#s-b2437b4a-2dd9-4eee-823c-677a3c23964d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2437b4a-2dd9-4eee-823c-677a3c23964d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffdd42e4-993a-4d71-ba6e-aa5e679980ce {
  text-align: center;
}




  #s-ffdd42e4-993a-4d71-ba6e-aa5e679980ce img.shogun-image {
    
    width: px;
  }


#s-ffdd42e4-993a-4d71-ba6e-aa5e679980ce .shogun-image-content {
  
    align-items: center;
  
}

#s-9190a409-6ce1-4219-922e-4ece98679c8e {
  text-align: center;
}




  #s-9190a409-6ce1-4219-922e-4ece98679c8e img.shogun-image {
    
    width: px;
  }


#s-9190a409-6ce1-4219-922e-4ece98679c8e .shogun-image-content {
  
    align-items: center;
  
}

#s-1d49dd43-c4b5-41af-8dee-b7549ecd2965 {
  text-align: center;
}




  #s-1d49dd43-c4b5-41af-8dee-b7549ecd2965 img.shogun-image {
    
    width: px;
  }


#s-1d49dd43-c4b5-41af-8dee-b7549ecd2965 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9b49432-cead-432b-9119-1595d7d1f425 {
  text-align: center;
}




  #s-d9b49432-cead-432b-9119-1595d7d1f425 img.shogun-image {
    
    width: px;
  }


#s-d9b49432-cead-432b-9119-1595d7d1f425 .shogun-image-content {
  
    align-items: center;
  
}

#s-eea1bbfb-cadf-4ea5-bd85-9782c3976556 {
  text-align: center;
}




  #s-eea1bbfb-cadf-4ea5-bd85-9782c3976556 img.shogun-image {
    
    width: px;
  }


#s-eea1bbfb-cadf-4ea5-bd85-9782c3976556 .shogun-image-content {
  
    align-items: center;
  
}

#s-3eaaecdf-4dbc-4ac0-943d-952026ef0dd5 {
  text-align: center;
}




  #s-3eaaecdf-4dbc-4ac0-943d-952026ef0dd5 img.shogun-image {
    
    width: px;
  }


#s-3eaaecdf-4dbc-4ac0-943d-952026ef0dd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5e4dbd-ca91-422c-92df-555eb5af8389 {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3d5e4dbd-ca91-422c-92df-555eb5af8389 {
  display: none;
}
#s-3d5e4dbd-ca91-422c-92df-555eb5af8389, #wrap-s-3d5e4dbd-ca91-422c-92df-555eb5af8389 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d5e4dbd-ca91-422c-92df-555eb5af8389 {
  display: none;
}
#s-3d5e4dbd-ca91-422c-92df-555eb5af8389, #wrap-s-3d5e4dbd-ca91-422c-92df-555eb5af8389 { display:none !important; }}







#s-3d5e4dbd-ca91-422c-92df-555eb5af8389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d5e4dbd-ca91-422c-92df-555eb5af8389.shg-box.shg-c {
  justify-content: center;
}

#s-70c84dc1-4899-4f7e-8970-7f5f2fe43845 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 440px;
text-align: left;
}

#s-70c84dc1-4899-4f7e-8970-7f5f2fe43845 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-580a6bb1-9df8-43be-88f7-a5e091c30d32 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 440px;
}

#s-bbcf2470-8d6b-4303-b04e-db183513e587 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 440px;
text-align: left;
}

#s-bbcf2470-8d6b-4303-b04e-db183513e587 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4ea7976d-4295-42c4-843d-74d3de54eb3f {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 440px;
}

#s-cd0d37e8-c139-4214-a7d3-c9a299e5719d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 9px;
max-width: 330px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cd0d37e8-c139-4214-a7d3-c9a299e5719d:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cd0d37e8-c139-4214-a7d3-c9a299e5719d:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cd0d37e8-c139-4214-a7d3-c9a299e5719d-btn-wrapper {
    text-align: left;
  }


#s-cd0d37e8-c139-4214-a7d3-c9a299e5719d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-97073449-13d1-438f-be5d-6e5a28f71123 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 440px;
}

#s-1b66cdf4-3d2d-4f7f-a3d8-23586f9be99e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}




  #s-1b66cdf4-3d2d-4f7f-a3d8-23586f9be99e img.shogun-image {
    
    width: px;
  }


#s-1b66cdf4-3d2d-4f7f-a3d8-23586f9be99e .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc {
  display: none;
}
#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc, #wrap-s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc {
  display: none;
}
#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc, #wrap-s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc { display:none !important; }}







#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b6ab13-5bf1-49b3-bf33-623e590d86cc.shg-box.shg-c {
  justify-content: center;
}

#s-6a464ba7-bbab-44a2-92f8-012268d818f0 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 239, 219, 1);
}

#s-6a464ba7-bbab-44a2-92f8-012268d818f0 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b50f741a-e657-464c-b7a2-b73e7b9375e2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b50f741a-e657-464c-b7a2-b73e7b9375e2 {
  display: none;
}
#s-b50f741a-e657-464c-b7a2-b73e7b9375e2, #wrap-s-b50f741a-e657-464c-b7a2-b73e7b9375e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b50f741a-e657-464c-b7a2-b73e7b9375e2 {
  display: none;
}
#s-b50f741a-e657-464c-b7a2-b73e7b9375e2, #wrap-s-b50f741a-e657-464c-b7a2-b73e7b9375e2 { display:none !important; }}
#s-fe301c0c-3a88-4628-92d9-664bd446735a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-fe301c0c-3a88-4628-92d9-664bd446735a .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59c99621-76b3-4b44-9dd0-65d3e16401cf {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-59c99621-76b3-4b44-9dd0-65d3e16401cf .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b10ddcaa-6b53-4873-ae94-03a7aec863bc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 360px;
text-align: center;
}

#s-b10ddcaa-6b53-4873-ae94-03a7aec863bc .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe {
  padding-top: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe {
  display: none;
}
#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe, #wrap-s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe {
  display: none;
}
#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe, #wrap-s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe { display:none !important; }}







#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a75071e-c1e5-4ec4-a698-3b0e36a90dfe.shg-box.shg-c {
  justify-content: center;
}

#s-167adc61-08a8-4c5c-82da-eb8d4f7ba9f8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: left;
}

#s-167adc61-08a8-4c5c-82da-eb8d4f7ba9f8 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-892664ef-4efd-459e-8d83-b2d20722543d {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-5e1f35aa-cf76-42cd-8d76-90848e16fe8a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: left;
}

#s-5e1f35aa-cf76-42cd-8d76-90848e16fe8a .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9b5ba55a-1da1-4dc0-950c-08b1adf5e6df {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-4df7d3ff-ef9a-4a6c-b7c8-ecf1fb51cbc9 {
  margin-top: -22px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-10adf5b3-53ea-40ef-bda6-f6b7ea5dd662 {
  margin-top: -22px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-dae1896e-e03d-4d03-9ebc-b8696d654f46 {
  margin-top: -22px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-fb607cb3-50a0-427b-86ae-728b950c04e7 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
border-radius: 9px;
max-width: 350px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fb607cb3-50a0-427b-86ae-728b950c04e7:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb607cb3-50a0-427b-86ae-728b950c04e7:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fb607cb3-50a0-427b-86ae-728b950c04e7-btn-wrapper {
    text-align: center;
  }


#s-fb607cb3-50a0-427b-86ae-728b950c04e7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cb5fa418-c87e-42c6-b520-96896e7816b7 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}




  #s-cb5fa418-c87e-42c6-b520-96896e7816b7 img.shogun-image {
    
    width: px;
  }


#s-cb5fa418-c87e-42c6-b520-96896e7816b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-03e167bf-6342-4f38-a2df-94378e043c28 {
  padding-top: 30px;
min-height: 50px;
background-color: rgba(245, 239, 219, 1);
}
@media (min-width: 1200px){#s-03e167bf-6342-4f38-a2df-94378e043c28 {
  display: none;
}
#s-03e167bf-6342-4f38-a2df-94378e043c28, #wrap-s-03e167bf-6342-4f38-a2df-94378e043c28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03e167bf-6342-4f38-a2df-94378e043c28 {
  display: none;
}
#s-03e167bf-6342-4f38-a2df-94378e043c28, #wrap-s-03e167bf-6342-4f38-a2df-94378e043c28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03e167bf-6342-4f38-a2df-94378e043c28 {
  
}
}







#s-03e167bf-6342-4f38-a2df-94378e043c28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03e167bf-6342-4f38-a2df-94378e043c28.shg-box.shg-c {
  justify-content: center;
}

#s-16df9c9f-6bdc-4a96-8070-84edf0ad4cf4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: left;
}

#s-16df9c9f-6bdc-4a96-8070-84edf0ad4cf4 .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd31020c-d8fa-40c5-8ed8-7b060dc43c6a {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 350px;
text-align: left;
}

#s-fd31020c-d8fa-40c5-8ed8-7b060dc43c6a .shogun-heading-component h1 {
  color: rgba(17, 17, 162, 1);
  font-weight:   ;
  font-family: ThirstyRough;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6b056cfb-711d-44e7-8eae-1e2c29f441c8 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-56465cac-a511-4b83-8c85-89efd377e5fb {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}

#s-1e02873d-114b-41a1-a49a-4ade323324a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 66px;
padding-bottom: 10px;
padding-right: 66px;
border-radius: 9px;
max-width: 350px;
background-color: rgba(0, 6, 244, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e02873d-114b-41a1-a49a-4ade323324a2:hover {background-color: rgba(17, 16, 162, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1e02873d-114b-41a1-a49a-4ade323324a2:active {background-color: rgba(0, 6, 244, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1e02873d-114b-41a1-a49a-4ade323324a2-btn-wrapper {
    text-align: left;
  }


#s-1e02873d-114b-41a1-a49a-4ade323324a2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-7a2981b2-2832-430e-b213-255928cf42f6 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-16a66fc3-2815-458d-930a-6da5891b84e3 {
  margin-top: 0px;
margin-bottom: -60px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(0, 3, 244, 1);
}
@media (min-width: 1200px){#s-16a66fc3-2815-458d-930a-6da5891b84e3 {
  display: none;
}
#s-16a66fc3-2815-458d-930a-6da5891b84e3, #wrap-s-16a66fc3-2815-458d-930a-6da5891b84e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16a66fc3-2815-458d-930a-6da5891b84e3 {
  display: none;
}
#s-16a66fc3-2815-458d-930a-6da5891b84e3, #wrap-s-16a66fc3-2815-458d-930a-6da5891b84e3 { display:none !important; }}







#s-16a66fc3-2815-458d-930a-6da5891b84e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16a66fc3-2815-458d-930a-6da5891b84e3.shg-box.shg-c {
  justify-content: center;
}

#s-17d55dfb-0619-4506-a21c-0be79dd67bd9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 340px;
text-align: left;
}

#s-17d55dfb-0619-4506-a21c-0be79dd67bd9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}



#s-3d55bf2b-be4a-4ab5-b1f3-01e681cfcb53 {
  margin-left: auto;
margin-right: auto;
max-width: 364px;
}

#s-e236eaee-a427-4aa8-a42d-288ba8a37008 {
  margin-top: -14px;
margin-left: auto;
margin-right: auto;
max-width: 340px;
}

#s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e {
  margin-bottom: -60px;
padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
background-color: rgba(0, 3, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e {
  display: none;
}
#s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e, #wrap-s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e { display:none !important; }}@media (max-width: 767px){#s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e {
  display: none;
}
#s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e, #wrap-s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0ec7a57-c741-4abe-845c-e127ce9ffa5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-adf7d3a8-9b0d-41de-92c2-7987caaa5377 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 450px;
text-align: left;
}

#s-adf7d3a8-9b0d-41de-92c2-7987caaa5377 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}



#s-b60b9e40-e349-4e7f-9489-a1c036d5f590 {
  margin-top: -14px;
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}
