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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-6bf76c2d-dfc5-4e30-817b-72bc2dcbb072 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-6bf76c2d-dfc5-4e30-817b-72bc2dcbb072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bf76c2d-dfc5-4e30-817b-72bc2dcbb072.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-cd635368-4684-4eb5-b99e-81487aa50454 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

.shogun-image-content-center {
  -webkit-box-align: center;
          align-items: center;
}

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-272193d1-78ec-4f75-bd3e-d7b4b3ed70ff {
  text-align: center;
}





#s-272193d1-78ec-4f75-bd3e-d7b4b3ed70ff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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;
}

@media (min-width: 1200px){#s-6ef44242-218e-4a3d-be8b-7931c16de1dd {
  display: none;
}
#s-6ef44242-218e-4a3d-be8b-7931c16de1dd, #wrap-s-6ef44242-218e-4a3d-be8b-7931c16de1dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ef44242-218e-4a3d-be8b-7931c16de1dd {
  display: none;
}
#s-6ef44242-218e-4a3d-be8b-7931c16de1dd, #wrap-s-6ef44242-218e-4a3d-be8b-7931c16de1dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ef44242-218e-4a3d-be8b-7931c16de1dd {
  display: none;
}
#s-6ef44242-218e-4a3d-be8b-7931c16de1dd, #wrap-s-6ef44242-218e-4a3d-be8b-7931c16de1dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ef44242-218e-4a3d-be8b-7931c16de1dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-24ad5e87-699a-4c69-9427-5121f574b194 {
  margin-right: 30px;
}
}
@media (min-width: 1200px){#s-e8e87999-b08e-4790-8568-2c2c226beba0 {
  display: none;
}
#s-e8e87999-b08e-4790-8568-2c2c226beba0, #wrap-s-e8e87999-b08e-4790-8568-2c2c226beba0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8e87999-b08e-4790-8568-2c2c226beba0 {
  display: none;
}
#s-e8e87999-b08e-4790-8568-2c2c226beba0, #wrap-s-e8e87999-b08e-4790-8568-2c2c226beba0 { display:none !important; }}@media (max-width: 767px){#s-e8e87999-b08e-4790-8568-2c2c226beba0 {
  display: none;
}
#s-e8e87999-b08e-4790-8568-2c2c226beba0, #wrap-s-e8e87999-b08e-4790-8568-2c2c226beba0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8e87999-b08e-4790-8568-2c2c226beba0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-8e6af97b-e72f-4aa2-b637-a4a06e9c4f27 {
  margin-right: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5f5f4d41-08b0-425b-954e-e8996b0ffdba {
  display: none;
}
#s-5f5f4d41-08b0-425b-954e-e8996b0ffdba, #wrap-s-5f5f4d41-08b0-425b-954e-e8996b0ffdba { display:none !important; }}@media (max-width: 767px){#s-5f5f4d41-08b0-425b-954e-e8996b0ffdba {
  display: none;
}
#s-5f5f4d41-08b0-425b-954e-e8996b0ffdba, #wrap-s-5f5f4d41-08b0-425b-954e-e8996b0ffdba { display:none !important; }}
@media (min-width: 0px) {
[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f5f4d41-08b0-425b-954e-e8996b0ffdba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-4af02284-e858-4899-87ff-534caf950c2f {
  margin-left: 0px;
margin-right: 22px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4af02284-e858-4899-87ff-534caf950c2f {
  margin-right: 22px;
}
}
#s-c202ea5f-f6ed-48ac-84b8-1860c56b7b3c {
  text-align: center;
}





#s-c202ea5f-f6ed-48ac-84b8-1860c56b7b3c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-01563fe8-3d43-4de0-a2a4-31e6633c2dee {
  margin-top: 2px;
margin-left: 52px;
margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-01563fe8-3d43-4de0-a2a4-31e6633c2dee {
  display: none;
}
#s-01563fe8-3d43-4de0-a2a4-31e6633c2dee, #wrap-s-01563fe8-3d43-4de0-a2a4-31e6633c2dee { display:none !important; }}@media (max-width: 767px){#s-01563fe8-3d43-4de0-a2a4-31e6633c2dee {
  display: none;
}
#s-01563fe8-3d43-4de0-a2a4-31e6633c2dee, #wrap-s-01563fe8-3d43-4de0-a2a4-31e6633c2dee { display:none !important; }}
@media (min-width: 0px) {
[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-01563fe8-3d43-4de0-a2a4-31e6633c2dee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

#s-db16e133-5519-4396-bce5-911b1ca529f7 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(49, 81, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-db16e133-5519-4396-bce5-911b1ca529f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db16e133-5519-4396-bce5-911b1ca529f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db16e133-5519-4396-bce5-911b1ca529f7.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Overpass;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-80d08ec8-ebc7-4983-9f40-7f0629da2046 {
  margin-top: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80d08ec8-ebc7-4983-9f40-7f0629da2046 {
  margin-top: 12px;
margin-bottom: 12px;
}
}
#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f {
  margin-top: 0px;
margin-left: 0px;
}
@media (min-width: 1200px){#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f {
  display: none;
}
#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f, #wrap-s-29412b65-fffb-4c2f-be01-92b75b0c1d6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f {
  display: none;
}
#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f, #wrap-s-29412b65-fffb-4c2f-be01-92b75b0c1d6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f {
  display: none;
}
#s-29412b65-fffb-4c2f-be01-92b75b0c1d6f, #wrap-s-29412b65-fffb-4c2f-be01-92b75b0c1d6f { display:none !important; }}
@media (min-width: 0px) {
[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29412b65-fffb-4c2f-be01-92b75b0c1d6f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-be3800fc-95bd-410d-9d98-d11deae91ef4 {
  margin-bottom: -16px;
}
}
#s-b3b7b5e2-0bdc-44a1-a9b0-2e6596eaf49a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(49, 81, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-b3b7b5e2-0bdc-44a1-a9b0-2e6596eaf49a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3b7b5e2-0bdc-44a1-a9b0-2e6596eaf49a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3b7b5e2-0bdc-44a1-a9b0-2e6596eaf49a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Overpass;
  display:  inline-block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-85d62ab5-55bc-4ec0-a306-504037640d0d {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 {
  max-width: 700px;
}
@media (min-width: 1200px){#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 {
  display: none;
}
#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61, #wrap-s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 {
  display: none;
}
#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61, #wrap-s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 {
  display: none;
}
#s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61, #wrap-s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b99ceb6-bf6f-43bf-a1ef-128eb892da61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-1b05179c-4e29-420d-af68-8b109d8ca6a5 {
  display: none;
}
#s-1b05179c-4e29-420d-af68-8b109d8ca6a5, #wrap-s-1b05179c-4e29-420d-af68-8b109d8ca6a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b05179c-4e29-420d-af68-8b109d8ca6a5 {
  display: none;
}
#s-1b05179c-4e29-420d-af68-8b109d8ca6a5, #wrap-s-1b05179c-4e29-420d-af68-8b109d8ca6a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b05179c-4e29-420d-af68-8b109d8ca6a5 {
  display: none;
}
#s-1b05179c-4e29-420d-af68-8b109d8ca6a5, #wrap-s-1b05179c-4e29-420d-af68-8b109d8ca6a5 { display:none !important; }}@media (max-width: 767px){#s-1b05179c-4e29-420d-af68-8b109d8ca6a5 {
  margin-top: 59px;
}
}
#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 3px;
background-color: rgba(49, 81, 34, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b {
  display: none;
}
#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b, #wrap-s-fd9ff844-ffb8-4bea-a756-197e3d507f6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b {
  display: none;
}
#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b, #wrap-s-fd9ff844-ffb8-4bea-a756-197e3d507f6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b {
  display: none;
}
#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b, #wrap-s-fd9ff844-ffb8-4bea-a756-197e3d507f6b { display:none !important; }}@media (max-width: 767px){#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b {
  margin-top: 0px;
margin-bottom: 10px;
}
}


#s-fd9ff844-ffb8-4bea-a756-197e3d507f6b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-89b43f70-63bd-440a-8504-9d03da3d24ca {
  text-align: center;
}





#s-89b43f70-63bd-440a-8504-9d03da3d24ca .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4321ee8e-b4ab-4e69-badf-0622a9e31fad {
  margin-left: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4321ee8e-b4ab-4e69-badf-0622a9e31fad {
  display: none;
}
#s-4321ee8e-b4ab-4e69-badf-0622a9e31fad, #wrap-s-4321ee8e-b4ab-4e69-badf-0622a9e31fad { display:none !important; }}@media (max-width: 767px){#s-4321ee8e-b4ab-4e69-badf-0622a9e31fad {
  display: none;
}
#s-4321ee8e-b4ab-4e69-badf-0622a9e31fad, #wrap-s-4321ee8e-b4ab-4e69-badf-0622a9e31fad { display:none !important; }}
@media (min-width: 0px) {
[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 768px) {
[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-4321ee8e-b4ab-4e69-badf-0622a9e31fad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px){#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 {
  display: none;
}
#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3, #wrap-s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 {
  display: none;
}
#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3, #wrap-s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 {
  display: none;
}
#s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3, #wrap-s-bbc7ed13-eaa6-46fc-9446-1c8e3e29aed3 { display:none !important; }}
#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(228, 1, 57, 1);
hover-type: color;
}
#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd {
  display: none;
}
#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd, #wrap-s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd { display:none !important; }}@media (max-width: 767px){#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd {
  display: none;
}
#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd, #wrap-s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd { display:none !important; }}

  #s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd-btn-wrapper {
    text-align: left;
  }


#s-81cc7d3b-4f6d-4b4c-ab92-556b0f69d4bd.shg-btn {
  color: rgba(228, 1, 57, 1);
  font-size: 32px;
  font-weight: 700;
  
  font-family: Overpass;
  display:  inline-block ;
}

#s-79939341-cfff-4cbe-ada8-8fd9153bcccf {
  margin-left: 17px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79939341-cfff-4cbe-ada8-8fd9153bcccf {
  display: none;
}
#s-79939341-cfff-4cbe-ada8-8fd9153bcccf, #wrap-s-79939341-cfff-4cbe-ada8-8fd9153bcccf { display:none !important; }}@media (max-width: 767px){#s-79939341-cfff-4cbe-ada8-8fd9153bcccf {
  display: none;
}
#s-79939341-cfff-4cbe-ada8-8fd9153bcccf, #wrap-s-79939341-cfff-4cbe-ada8-8fd9153bcccf { display:none !important; }}
.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-5167e368-65ab-4781-be93-95806353128f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5167e368-65ab-4781-be93-95806353128f {
  display: none;
}
#s-5167e368-65ab-4781-be93-95806353128f, #wrap-s-5167e368-65ab-4781-be93-95806353128f { display:none !important; }}@media (max-width: 767px){#s-5167e368-65ab-4781-be93-95806353128f {
  display: none;
}
#s-5167e368-65ab-4781-be93-95806353128f, #wrap-s-5167e368-65ab-4781-be93-95806353128f { display:none !important; }}
#s-5167e368-65ab-4781-be93-95806353128f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Overpass;
  font-style:   ;
  font-size: 225px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-572a4fc3-a40b-44dd-943e-ad787d580d5c {
  display: none;
}
#s-572a4fc3-a40b-44dd-943e-ad787d580d5c, #wrap-s-572a4fc3-a40b-44dd-943e-ad787d580d5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-572a4fc3-a40b-44dd-943e-ad787d580d5c {
  display: none;
}
#s-572a4fc3-a40b-44dd-943e-ad787d580d5c, #wrap-s-572a4fc3-a40b-44dd-943e-ad787d580d5c { display:none !important; }}@media (max-width: 767px){#s-572a4fc3-a40b-44dd-943e-ad787d580d5c {
  display: none;
}
#s-572a4fc3-a40b-44dd-943e-ad787d580d5c, #wrap-s-572a4fc3-a40b-44dd-943e-ad787d580d5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-572a4fc3-a40b-44dd-943e-ad787d580d5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-672c6362-555a-47bc-8f74-b1f926e444aa {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(228, 1, 57, 1);
hover-type: color;
}
#s-672c6362-555a-47bc-8f74-b1f926e444aa:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-672c6362-555a-47bc-8f74-b1f926e444aa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-672c6362-555a-47bc-8f74-b1f926e444aa {
  display: none;
}
#s-672c6362-555a-47bc-8f74-b1f926e444aa, #wrap-s-672c6362-555a-47bc-8f74-b1f926e444aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-672c6362-555a-47bc-8f74-b1f926e444aa {
  display: none;
}
#s-672c6362-555a-47bc-8f74-b1f926e444aa, #wrap-s-672c6362-555a-47bc-8f74-b1f926e444aa { display:none !important; }}@media (max-width: 767px){#s-672c6362-555a-47bc-8f74-b1f926e444aa {
  display: none;
}
#s-672c6362-555a-47bc-8f74-b1f926e444aa, #wrap-s-672c6362-555a-47bc-8f74-b1f926e444aa { display:none !important; }}

  #s-672c6362-555a-47bc-8f74-b1f926e444aa-btn-wrapper {
    text-align: left;
  }


#s-672c6362-555a-47bc-8f74-b1f926e444aa.shg-btn {
  color: rgba(228, 1, 57, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Overpass;
  display:  inline-block ;
}

#s-891541fe-49da-4979-8426-7aa2886b7f42 {
  margin-left: 12px;
padding-top: 18px;
}

#s-8795aef4-050e-4ed7-8629-b238355a4ec5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8795aef4-050e-4ed7-8629-b238355a4ec5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Overpass;
  font-style:   ;
  font-size: 120px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 1200px){#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 {
  display: none;
}
#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84, #wrap-s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 {
  display: none;
}
#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84, #wrap-s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 {
  display: none;
}
#s-af1dcfbf-cd4f-4e51-9355-ef3832845e84, #wrap-s-af1dcfbf-cd4f-4e51-9355-ef3832845e84 { display:none !important; }}
@media (min-width: 0px) {
[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af1dcfbf-cd4f-4e51-9355-ef3832845e84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b8670127-b2e0-4604-809a-25a9cff2ffba {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
color: rgba(228, 1, 57, 1);
hover-type: color;
}
#s-b8670127-b2e0-4604-809a-25a9cff2ffba:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-b8670127-b2e0-4604-809a-25a9cff2ffba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b8670127-b2e0-4604-809a-25a9cff2ffba {
  display: none;
}
#s-b8670127-b2e0-4604-809a-25a9cff2ffba, #wrap-s-b8670127-b2e0-4604-809a-25a9cff2ffba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8670127-b2e0-4604-809a-25a9cff2ffba {
  display: none;
}
#s-b8670127-b2e0-4604-809a-25a9cff2ffba, #wrap-s-b8670127-b2e0-4604-809a-25a9cff2ffba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8670127-b2e0-4604-809a-25a9cff2ffba {
  display: none;
}
#s-b8670127-b2e0-4604-809a-25a9cff2ffba, #wrap-s-b8670127-b2e0-4604-809a-25a9cff2ffba { display:none !important; }}

  #s-b8670127-b2e0-4604-809a-25a9cff2ffba-btn-wrapper {
    text-align: left;
  }


#s-b8670127-b2e0-4604-809a-25a9cff2ffba.shg-btn {
  color: rgba(228, 1, 57, 1);
  font-size: 16px;
  font-weight: 300;
  
  font-family: Overpass;
  display:  inline-block ;
}

#s-bbc1ea05-b420-4677-8ac3-9824a52840f7 {
  margin-top: 0px;
margin-bottom: -7px;
padding-top: 16px;
}

#s-17bb42d1-af8f-438c-94c7-3d403486cb39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17bb42d1-af8f-438c-94c7-3d403486cb39 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Overpass;
  font-style:   ;
  font-size: 68px;
  line-height: 0.5em;
  letter-spacing: ;
  text-align: left;
}



#s-b3711f41-4d44-4612-b7cc-73c689c919e8 {
  text-align: center;
}





#s-b3711f41-4d44-4612-b7cc-73c689c919e8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-20b31eb6-f7b2-4efe-a028-85816078e73c {
  margin-right: 16px;
}
@media (min-width: 1200px){#s-20b31eb6-f7b2-4efe-a028-85816078e73c {
  display: none;
}
#s-20b31eb6-f7b2-4efe-a028-85816078e73c, #wrap-s-20b31eb6-f7b2-4efe-a028-85816078e73c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20b31eb6-f7b2-4efe-a028-85816078e73c {
  display: none;
}
#s-20b31eb6-f7b2-4efe-a028-85816078e73c, #wrap-s-20b31eb6-f7b2-4efe-a028-85816078e73c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20b31eb6-f7b2-4efe-a028-85816078e73c {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-20b31eb6-f7b2-4efe-a028-85816078e73c {
  display: none;
}
#s-20b31eb6-f7b2-4efe-a028-85816078e73c, #wrap-s-20b31eb6-f7b2-4efe-a028-85816078e73c { display:none !important; }}
@media (min-width: 0px) {
[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20b31eb6-f7b2-4efe-a028-85816078e73c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-17e68882-afca-401a-9266-4e93cf631e23 {
  padding-left: 20px;
background-color: rgba(255, 255, 255, 0.01);
}

#s-b9727420-b1a7-43a7-9747-9c72f823e695 {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b9727420-b1a7-43a7-9747-9c72f823e695 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b9727420-b1a7-43a7-9747-9c72f823e695 {
  margin-top: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b9727420-b1a7-43a7-9747-9c72f823e695 {
  display: none;
}
#s-b9727420-b1a7-43a7-9747-9c72f823e695, #wrap-s-b9727420-b1a7-43a7-9747-9c72f823e695 { display:none !important; }}@media (max-width: 767px){#s-b9727420-b1a7-43a7-9747-9c72f823e695 {
  display: none;
}
#s-b9727420-b1a7-43a7-9747-9c72f823e695, #wrap-s-b9727420-b1a7-43a7-9747-9c72f823e695 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9727420-b1a7-43a7-9747-9c72f823e695"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e8fe070e-c43d-4547-835e-3b0e690cb826 {
  margin-left: 28px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 1200px){#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 {
  display: none;
}
#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87, #wrap-s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 {
  display: none;
}
#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87, #wrap-s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 {
  display: none;
}
#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87, #wrap-s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 { display:none !important; }}@media (max-width: 767px){#s-6413e22f-77d5-4678-9efb-cb8e58f2ed87 {
  margin-top: 25px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6413e22f-77d5-4678-9efb-cb8e58f2ed87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56d3269b-1974-47dc-b833-6994eadcacab {
  margin-left: 18px;
}
@media (min-width: 1200px){#s-56d3269b-1974-47dc-b833-6994eadcacab {
  display: none;
}
#s-56d3269b-1974-47dc-b833-6994eadcacab, #wrap-s-56d3269b-1974-47dc-b833-6994eadcacab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56d3269b-1974-47dc-b833-6994eadcacab {
  display: none;
}
#s-56d3269b-1974-47dc-b833-6994eadcacab, #wrap-s-56d3269b-1974-47dc-b833-6994eadcacab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56d3269b-1974-47dc-b833-6994eadcacab {
  display: none;
}
#s-56d3269b-1974-47dc-b833-6994eadcacab, #wrap-s-56d3269b-1974-47dc-b833-6994eadcacab { display:none !important; }}
#s-dccf9e7c-26df-4476-adf3-d7f01717f01c {
  text-align: center;
}





#s-dccf9e7c-26df-4476-adf3-d7f01717f01c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6a4c371c-0fbd-4a2f-ab73-673e5a6ada0e {
  text-align: center;
}





#s-6a4c371c-0fbd-4a2f-ab73-673e5a6ada0e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-49ec7b27-3928-4663-99e6-849ba3d622e4 {
  margin-top: 16px;
margin-left: 40px;
margin-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-49ec7b27-3928-4663-99e6-849ba3d622e4 {
  display: none;
}
#s-49ec7b27-3928-4663-99e6-849ba3d622e4, #wrap-s-49ec7b27-3928-4663-99e6-849ba3d622e4 { display:none !important; }}@media (max-width: 767px){#s-49ec7b27-3928-4663-99e6-849ba3d622e4 {
  display: none;
}
#s-49ec7b27-3928-4663-99e6-849ba3d622e4, #wrap-s-49ec7b27-3928-4663-99e6-849ba3d622e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-49ec7b27-3928-4663-99e6-849ba3d622e4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7265f702-a43e-4d0b-b4a7-21dbe21f28b3 {
  margin-left: 9px;
margin-right: 42px;
padding-left: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 {
  margin-left: 36px;
margin-bottom: 95px;
margin-right: 29px;
}
@media (min-width: 1200px){#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 {
  display: none;
}
#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20, #wrap-s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 {
  display: none;
}
#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20, #wrap-s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 {
  margin-bottom: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 {
  display: none;
}
#s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20, #wrap-s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20 { display:none !important; }}
@media (min-width: 0px) {
[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48d19f6c-e839-4d43-9e41-93cf1c2f7d20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e89708d-d3fa-479d-92b1-547939b4b822 {
  margin-right: 17px;
}

#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 {
  margin-top: 18px;
margin-left: 13px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 {
  display: none;
}
#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477, #wrap-s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 {
  display: none;
}
#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477, #wrap-s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 {
  display: none;
}
#s-e6992134-4dd0-4b2e-a8de-7e74d40ab477, #wrap-s-e6992134-4dd0-4b2e-a8de-7e74d40ab477 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e6992134-4dd0-4b2e-a8de-7e74d40ab477"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-878eb190-ff1b-4057-81b7-75525d232310 {
  margin-left: 0px;
margin-right: 20px;
}

#s-dda382fe-d4ed-4280-8a04-a249acab954a {
  min-height: 82px;
background-color: rgba(244, 243, 243, 1);
}








#s-dda382fe-d4ed-4280-8a04-a249acab954a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dda382fe-d4ed-4280-8a04-a249acab954a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-be3d9762-0fe0-46ae-a321-dbc20d44a202 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1116px;
}








#s-be3d9762-0fe0-46ae-a321-dbc20d44a202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be3d9762-0fe0-46ae-a321-dbc20d44a202.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-e4b25f1b-1100-4c35-9820-2534d1256eac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-46d89bb8-332e-44a9-b45a-450f91a85470 {
  text-align: center;
}




  #s-46d89bb8-332e-44a9-b45a-450f91a85470 img.shogun-image {
    
    width: px;
  }


#s-46d89bb8-332e-44a9-b45a-450f91a85470 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c72b18d7-bff8-4437-8d46-032e48d7d38f {
  text-align: center;
}




  #s-c72b18d7-bff8-4437-8d46-032e48d7d38f img.shogun-image {
    
    width: px;
  }


#s-c72b18d7-bff8-4437-8d46-032e48d7d38f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3a519290-68d8-4004-a495-d0de3dcc853d {
  text-align: center;
}




  #s-3a519290-68d8-4004-a495-d0de3dcc853d img.shogun-image {
    
    width: px;
  }


#s-3a519290-68d8-4004-a495-d0de3dcc853d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-47ef82ef-7697-4a4e-8055-977d2771697b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-9b3669c1-449e-470d-836b-d3d95b332bba {
  text-align: center;
}




  #s-9b3669c1-449e-470d-836b-d3d95b332bba img.shogun-image {
    
    width: px;
  }


#s-9b3669c1-449e-470d-836b-d3d95b332bba .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c4fcafae-257a-47d7-9406-72daa7508685 {
  text-align: center;
}




  #s-c4fcafae-257a-47d7-9406-72daa7508685 img.shogun-image {
    
    width: px;
  }


#s-c4fcafae-257a-47d7-9406-72daa7508685 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-76c1bae3-58e4-4ea3-baad-279e25bbe9f5 {
  text-align: center;
}




  #s-76c1bae3-58e4-4ea3-baad-279e25bbe9f5 img.shogun-image {
    
    width: px;
  }


#s-76c1bae3-58e4-4ea3-baad-279e25bbe9f5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0ef3ffe2-0114-4f2a-9fcd-c9355bb4e9fe {
  min-height: 50px;
background-color: rgba(244, 243, 243, 1);
}








#s-0ef3ffe2-0114-4f2a-9fcd-c9355bb4e9fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef3ffe2-0114-4f2a-9fcd-c9355bb4e9fe.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-43b1f496-c014-4145-b07e-c5583adc146b {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
max-width: 1116px;
}








#s-43b1f496-c014-4145-b07e-c5583adc146b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b1f496-c014-4145-b07e-c5583adc146b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-25c2020c-30f6-44f6-85f1-c658efa72d1d {
  padding-top: 10px;
padding-left: 20px;
}

@media (min-width: 0px) {
[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25c2020c-30f6-44f6-85f1-c658efa72d1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cdf0fb75-b420-441e-aac2-d97bf434540a {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 9px;
min-height: 70px;
max-width: 349px;
text-align: left;
}




  #s-cdf0fb75-b420-441e-aac2-d97bf434540a img.shogun-image {
    
    width: px;
  }


#s-cdf0fb75-b420-441e-aac2-d97bf434540a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e117f0bf-13f6-4dac-92b3-4852f39bfbcc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f71d81aa-aa03-4925-9301-c2f6b4c50d4b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 76, 1);
text-align: left;
text-decoration: none;
}
#s-f71d81aa-aa03-4925-9301-c2f6b4c50d4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f71d81aa-aa03-4925-9301-c2f6b4c50d4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f71d81aa-aa03-4925-9301-c2f6b4c50d4b-btn-wrapper {
    text-align: left;
  }


#s-f71d81aa-aa03-4925-9301-c2f6b4c50d4b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Overpass;
  display:  inline-block ;
}

#s-c0649243-5e23-4af8-8af6-8dc6069e5159 {
  margin-left: auto;
margin-right: auto;
max-width: 201px;
text-align: left;
}




  #s-c0649243-5e23-4af8-8af6-8dc6069e5159 img.shogun-image {
    
    width: px;
  }


#s-c0649243-5e23-4af8-8af6-8dc6069e5159 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b8c123f7-b43a-49fe-a716-a4cd70e61c2d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-49150882-9fd3-460c-b2cb-f6c861c75c8a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(77, 77, 76, 1);
text-align: left;
text-decoration: none;
}
#s-49150882-9fd3-460c-b2cb-f6c861c75c8a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-49150882-9fd3-460c-b2cb-f6c861c75c8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-49150882-9fd3-460c-b2cb-f6c861c75c8a-btn-wrapper {
    text-align: left;
  }


#s-49150882-9fd3-460c-b2cb-f6c861c75c8a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Overpass;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
