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

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

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

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

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

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

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

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

#s-cdd50fde-2c30-4d64-9e3e-7dafc6c3fcad {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdd50fde-2c30-4d64-9e3e-7dafc6c3fcad {
  
}
}@media (max-width: 767px){#s-cdd50fde-2c30-4d64-9e3e-7dafc6c3fcad {
  
}
}







#s-cdd50fde-2c30-4d64-9e3e-7dafc6c3fcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd50fde-2c30-4d64-9e3e-7dafc6c3fcad.shg-box.shg-c {
  justify-content: center;
}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-10cd9bff-966a-45a7-990e-99b6b85a0d45 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-10cd9bff-966a-45a7-990e-99b6b85a0d45 {
  display: none;
}
#s-10cd9bff-966a-45a7-990e-99b6b85a0d45, #wrap-s-10cd9bff-966a-45a7-990e-99b6b85a0d45 { display:none !important; }}
#s-10cd9bff-966a-45a7-990e-99b6b85a0d45 .shg-sld-dot {
  background-color: rgba(238, 237, 235, 1);
}

#s-10cd9bff-966a-45a7-990e-99b6b85a0d45 .shg-sld-nav-button.shg-sld-left,
#s-10cd9bff-966a-45a7-990e-99b6b85a0d45 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(238, 237, 235, 1);
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a {
  display: none;
}
#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a, #wrap-s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a { display:none !important; }}@media (max-width: 767px){#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a {
  display: none;
}
#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a, #wrap-s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a { display:none !important; }}



  #s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a img.shogun-image {
    
    width: px;
  }


#s-83267cb5-c2ea-4323-bb74-b7a0b5d44e1a .shogun-image-content {
  
    align-items: center;
  
}

#s-d2d54136-70ec-4f99-bd82-f12a19b20087 {
  background-image: url(https://i.shgcdn.com/50d13ca2-6a74-4b50-850c-e2fb758ae2fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2d54136-70ec-4f99-bd82-f12a19b20087 {
  display: none;
}
#s-d2d54136-70ec-4f99-bd82-f12a19b20087, #wrap-s-d2d54136-70ec-4f99-bd82-f12a19b20087 { display:none !important; }}@media (max-width: 767px){#s-d2d54136-70ec-4f99-bd82-f12a19b20087 {
  display: none;
}
#s-d2d54136-70ec-4f99-bd82-f12a19b20087, #wrap-s-d2d54136-70ec-4f99-bd82-f12a19b20087 { display:none !important; }}







#s-d2d54136-70ec-4f99-bd82-f12a19b20087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d54136-70ec-4f99-bd82-f12a19b20087.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-62b48648-2e8e-4d4e-bd33-315498da6f4d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-320acff4-526e-4c52-b89f-b7e06b53ade1 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) and (max-width: 991px){#s-320acff4-526e-4c52-b89f-b7e06b53ade1 {
  display: none;
}
#s-320acff4-526e-4c52-b89f-b7e06b53ade1, #wrap-s-320acff4-526e-4c52-b89f-b7e06b53ade1 { display:none !important; }}@media (max-width: 767px){#s-320acff4-526e-4c52-b89f-b7e06b53ade1 {
  display: none;
}
#s-320acff4-526e-4c52-b89f-b7e06b53ade1, #wrap-s-320acff4-526e-4c52-b89f-b7e06b53ade1 { display:none !important; }}







#s-320acff4-526e-4c52-b89f-b7e06b53ade1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-320acff4-526e-4c52-b89f-b7e06b53ade1.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-1cc0b296-ee43-475b-b4b7-0c9cd6c6f5e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cc0b296-ee43-475b-b4b7-0c9cd6c6f5e6 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-db484ba5-eea4-466d-87f2-3e549c5dbb27 {
  border-style: solid;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db484ba5-eea4-466d-87f2-3e549c5dbb27:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-db484ba5-eea4-466d-87f2-3e549c5dbb27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db484ba5-eea4-466d-87f2-3e549c5dbb27.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-1a2d9596-3aea-4be0-bbd4-85441061defd {
  background-image: url(https://i.shgcdn.com/7fae38ae-8e74-4753-9df8-93505a4b0739/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a2d9596-3aea-4be0-bbd4-85441061defd {
  display: none;
}
#s-1a2d9596-3aea-4be0-bbd4-85441061defd, #wrap-s-1a2d9596-3aea-4be0-bbd4-85441061defd { display:none !important; }}@media (max-width: 767px){#s-1a2d9596-3aea-4be0-bbd4-85441061defd {
  display: none;
}
#s-1a2d9596-3aea-4be0-bbd4-85441061defd, #wrap-s-1a2d9596-3aea-4be0-bbd4-85441061defd { display:none !important; }}







#s-1a2d9596-3aea-4be0-bbd4-85441061defd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a2d9596-3aea-4be0-bbd4-85441061defd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f98130d3-74ee-4bfe-a946-92096ef0d3d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) and (max-width: 991px){#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 {
  display: none;
}
#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3, #wrap-s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 { display:none !important; }}@media (max-width: 767px){#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 {
  display: none;
}
#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3, #wrap-s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 { display:none !important; }}







#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8cff780-7541-43f1-a9ed-4c15b49d2fb3.shg-box.shg-c {
  justify-content: center;
}

#s-2fca661e-e065-4536-b36c-632f62f74b35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fca661e-e065-4536-b36c-632f62f74b35 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-03991de1-f6db-4d39-8d4b-6c749ad0a319 {
  border-style: solid;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-03991de1-f6db-4d39-8d4b-6c749ad0a319:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-03991de1-f6db-4d39-8d4b-6c749ad0a319:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03991de1-f6db-4d39-8d4b-6c749ad0a319.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-06415766-0810-4497-96f6-f5332a7e55fc {
  background-image: url(https://i.shgcdn.com/5ad59ba8-b305-4abb-a608-99290e2d3743/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-06415766-0810-4497-96f6-f5332a7e55fc {
  display: none;
}
#s-06415766-0810-4497-96f6-f5332a7e55fc, #wrap-s-06415766-0810-4497-96f6-f5332a7e55fc { display:none !important; }}@media (max-width: 767px){#s-06415766-0810-4497-96f6-f5332a7e55fc {
  display: none;
}
#s-06415766-0810-4497-96f6-f5332a7e55fc, #wrap-s-06415766-0810-4497-96f6-f5332a7e55fc { display:none !important; }}







#s-06415766-0810-4497-96f6-f5332a7e55fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06415766-0810-4497-96f6-f5332a7e55fc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c909c233-cbcd-4fd6-bcef-87bf06766a28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52586318-0bfc-438c-8753-4810120d0bc9 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) and (max-width: 991px){#s-52586318-0bfc-438c-8753-4810120d0bc9 {
  display: none;
}
#s-52586318-0bfc-438c-8753-4810120d0bc9, #wrap-s-52586318-0bfc-438c-8753-4810120d0bc9 { display:none !important; }}@media (max-width: 767px){#s-52586318-0bfc-438c-8753-4810120d0bc9 {
  display: none;
}
#s-52586318-0bfc-438c-8753-4810120d0bc9, #wrap-s-52586318-0bfc-438c-8753-4810120d0bc9 { display:none !important; }}







#s-52586318-0bfc-438c-8753-4810120d0bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52586318-0bfc-438c-8753-4810120d0bc9.shg-box.shg-c {
  justify-content: center;
}

#s-bafbfb3b-6a16-4ebf-b667-4973e5bcb07d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bafbfb3b-6a16-4ebf-b667-4973e5bcb07d .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-2efba31c-9708-4960-a590-7a02c16143f0 {
  border-style: solid;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2efba31c-9708-4960-a590-7a02c16143f0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2efba31c-9708-4960-a590-7a02c16143f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2efba31c-9708-4960-a590-7a02c16143f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2bd11c66-60a8-42ce-851b-85906c9f519b {
  min-height: 50px;
}








#s-2bd11c66-60a8-42ce-851b-85906c9f519b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bd11c66-60a8-42ce-851b-85906c9f519b.shg-box.shg-c {
  justify-content: center;
}

#s-2addfbee-afd8-4d74-9754-0bdac22213b6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2addfbee-afd8-4d74-9754-0bdac22213b6 {
  display: none;
}
#s-2addfbee-afd8-4d74-9754-0bdac22213b6, #wrap-s-2addfbee-afd8-4d74-9754-0bdac22213b6 { display:none !important; }}@media (max-width: 767px){#s-2addfbee-afd8-4d74-9754-0bdac22213b6 {
  display: none;
}
#s-2addfbee-afd8-4d74-9754-0bdac22213b6, #wrap-s-2addfbee-afd8-4d74-9754-0bdac22213b6 { display:none !important; }}



  #s-2addfbee-afd8-4d74-9754-0bdac22213b6 img.shogun-image {
    
    width: px;
  }


#s-2addfbee-afd8-4d74-9754-0bdac22213b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) and (max-width: 991px){#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 {
  display: none;
}
#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0, #wrap-s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 { display:none !important; }}@media (max-width: 767px){#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 {
  display: none;
}
#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0, #wrap-s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 { display:none !important; }}







#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f532bde2-62ca-433a-b1dd-7c8d65169dc0.shg-box.shg-c {
  justify-content: center;
}

#s-c337654b-7f64-4718-98cb-d29a31801ecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c337654b-7f64-4718-98cb-d29a31801ecd .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 39px;
  
  
  text-align: center;
}



#s-64065efe-bc86-4c73-b8e5-a096c856bbca {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-64065efe-bc86-4c73-b8e5-a096c856bbca:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-64065efe-bc86-4c73-b8e5-a096c856bbca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-64065efe-bc86-4c73-b8e5-a096c856bbca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-28b65b1c-0d03-4452-80e7-9a385b03858e {
  min-height: 50px;
}








#s-28b65b1c-0d03-4452-80e7-9a385b03858e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b65b1c-0d03-4452-80e7-9a385b03858e.shg-box.shg-c {
  justify-content: center;
}

#s-cb79b226-7b16-46b2-b734-ccd339dda51e {
  min-height: 50px;
}








#s-cb79b226-7b16-46b2-b734-ccd339dda51e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb79b226-7b16-46b2-b734-ccd339dda51e.shg-box.shg-c {
  justify-content: center;
}

#s-d1b5829f-c950-48e7-88af-520f95b0a522 {
  text-align: center;
}




  #s-d1b5829f-c950-48e7-88af-520f95b0a522 img.shogun-image {
    
    width: px;
  }


#s-d1b5829f-c950-48e7-88af-520f95b0a522 .shogun-image-content {
  
    align-items: center;
  
}

#s-93c86736-4aff-4dea-bc3f-8ce28556c7a6 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 1%;
padding-left: 3%;
padding-bottom: 1%;
padding-right: 3%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-93c86736-4aff-4dea-bc3f-8ce28556c7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c86736-4aff-4dea-bc3f-8ce28556c7a6.shg-box.shg-c {
  justify-content: center;
}

#s-0eb4efeb-ac2f-4265-83ba-adf950384aac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb4efeb-ac2f-4265-83ba-adf950384aac .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 39px;
  
  
  text-align: center;
}



#s-4bc6e3ed-2e5a-4e0a-a244-e845a6f2727a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4bc6e3ed-2e5a-4e0a-a244-e845a6f2727a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4bc6e3ed-2e5a-4e0a-a244-e845a6f2727a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4bc6e3ed-2e5a-4e0a-a244-e845a6f2727a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa10d2cd-c37e-4245-9e40-f22676d7bb8e {
  min-height: 50px;
}








#s-fa10d2cd-c37e-4245-9e40-f22676d7bb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa10d2cd-c37e-4245-9e40-f22676d7bb8e.shg-box.shg-c {
  justify-content: center;
}

#s-276f15bd-1a83-452e-ad61-4db5d82108f2 {
  text-align: center;
}




  #s-276f15bd-1a83-452e-ad61-4db5d82108f2 img.shogun-image {
    
    width: px;
  }


#s-276f15bd-1a83-452e-ad61-4db5d82108f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f16a2ebd-4b99-4331-a120-f11f848eda95 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-f16a2ebd-4b99-4331-a120-f11f848eda95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16a2ebd-4b99-4331-a120-f11f848eda95.shg-box.shg-c {
  justify-content: center;
}

#s-af5a6223-dfbe-45c8-9073-0cea0c37407e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af5a6223-dfbe-45c8-9073-0cea0c37407e .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 39px;
  
  
  text-align: center;
}



#s-d7683a89-0153-4a91-80c6-f317b2d37e93 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d7683a89-0153-4a91-80c6-f317b2d37e93:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d7683a89-0153-4a91-80c6-f317b2d37e93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7683a89-0153-4a91-80c6-f317b2d37e93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2684c7d9-e1ab-4c65-a11d-a2ce9f7d10c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2684c7d9-e1ab-4c65-a11d-a2ce9f7d10c3 {
  
}
}







#s-2684c7d9-e1ab-4c65-a11d-a2ce9f7d10c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2684c7d9-e1ab-4c65-a11d-a2ce9f7d10c3.shg-box.shg-c {
  justify-content: center;
}

#s-fbdd012a-e56c-49f2-ad77-fced683d43c0 {
  text-align: center;
}




  #s-fbdd012a-e56c-49f2-ad77-fced683d43c0 img.shogun-image {
    
    width: px;
  }


#s-fbdd012a-e56c-49f2-ad77-fced683d43c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b74a3149-d8bd-40a1-aecf-e3a9aa7be6f6 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-b74a3149-d8bd-40a1-aecf-e3a9aa7be6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b74a3149-d8bd-40a1-aecf-e3a9aa7be6f6.shg-box.shg-c {
  justify-content: center;
}

#s-f720bf83-b111-4a59-85f3-6e682b4eb2e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f720bf83-b111-4a59-85f3-6e682b4eb2e9 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 39px;
  
  
  text-align: center;
}



#s-6a81dd22-0637-461a-800b-9007f7380d47 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6a81dd22-0637-461a-800b-9007f7380d47:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6a81dd22-0637-461a-800b-9007f7380d47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a81dd22-0637-461a-800b-9007f7380d47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5ee43019-b20b-4971-b0ce-2b1638785fa5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-5ee43019-b20b-4971-b0ce-2b1638785fa5 {
  display: none;
}
#s-5ee43019-b20b-4971-b0ce-2b1638785fa5, #wrap-s-5ee43019-b20b-4971-b0ce-2b1638785fa5 { display:none !important; }}



  #s-5ee43019-b20b-4971-b0ce-2b1638785fa5 img.shogun-image {
    
    width: px;
  }


#s-5ee43019-b20b-4971-b0ce-2b1638785fa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc1a1b43-9079-4584-b030-69992101ce8f {
  margin-top: 0px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bc1a1b43-9079-4584-b030-69992101ce8f {
  display: none;
}
#s-bc1a1b43-9079-4584-b030-69992101ce8f, #wrap-s-bc1a1b43-9079-4584-b030-69992101ce8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc1a1b43-9079-4584-b030-69992101ce8f {
  display: none;
}
#s-bc1a1b43-9079-4584-b030-69992101ce8f, #wrap-s-bc1a1b43-9079-4584-b030-69992101ce8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc1a1b43-9079-4584-b030-69992101ce8f {
  display: none;
}
#s-bc1a1b43-9079-4584-b030-69992101ce8f, #wrap-s-bc1a1b43-9079-4584-b030-69992101ce8f { display:none !important; }}
#s-bc1a1b43-9079-4584-b030-69992101ce8f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bc1a1b43-9079-4584-b030-69992101ce8f .shg-sld-nav-button.shg-sld-left,
#s-bc1a1b43-9079-4584-b030-69992101ce8f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0bb4d1dd-8793-4743-9199-184839ac688b {
  text-align: center;
}
@media (min-width: 1200px){#s-0bb4d1dd-8793-4743-9199-184839ac688b {
  display: none;
}
#s-0bb4d1dd-8793-4743-9199-184839ac688b, #wrap-s-0bb4d1dd-8793-4743-9199-184839ac688b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bb4d1dd-8793-4743-9199-184839ac688b {
  display: none;
}
#s-0bb4d1dd-8793-4743-9199-184839ac688b, #wrap-s-0bb4d1dd-8793-4743-9199-184839ac688b { display:none !important; }}@media (max-width: 767px){#s-0bb4d1dd-8793-4743-9199-184839ac688b {
  
}
}



  #s-0bb4d1dd-8793-4743-9199-184839ac688b img.shogun-image {
    
    width: px;
  }


#s-0bb4d1dd-8793-4743-9199-184839ac688b .shogun-image-content {
  
    align-items: center;
  
}

#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 {
  text-align: center;
}
@media (min-width: 1200px){#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 {
  display: none;
}
#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9, #wrap-s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 {
  display: none;
}
#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9, #wrap-s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 { display:none !important; }}



  #s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 img.shogun-image {
    
    width: px;
  }


#s-e70a36e9-5630-4010-9658-b98d9dc0c7e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-46eba055-b9cf-4dfc-8056-4f3ae7a97984 {
  min-height: 50px;
}








#s-46eba055-b9cf-4dfc-8056-4f3ae7a97984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46eba055-b9cf-4dfc-8056-4f3ae7a97984.shg-box.shg-c {
  justify-content: center;
}

#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 {
  text-align: center;
}
@media (min-width: 1200px){#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 {
  display: none;
}
#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28, #wrap-s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 {
  display: none;
}
#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28, #wrap-s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 { display:none !important; }}



  #s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 img.shogun-image {
    
    width: px;
  }


#s-b1ff92b5-653e-49ca-a4a1-f06641ddac28 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e4e795-ad4b-4349-83c3-3b199b6c617e {
  text-align: center;
}
@media (min-width: 1200px){#s-24e4e795-ad4b-4349-83c3-3b199b6c617e {
  display: none;
}
#s-24e4e795-ad4b-4349-83c3-3b199b6c617e, #wrap-s-24e4e795-ad4b-4349-83c3-3b199b6c617e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24e4e795-ad4b-4349-83c3-3b199b6c617e {
  display: none;
}
#s-24e4e795-ad4b-4349-83c3-3b199b6c617e, #wrap-s-24e4e795-ad4b-4349-83c3-3b199b6c617e { display:none !important; }}@media (max-width: 767px){#s-24e4e795-ad4b-4349-83c3-3b199b6c617e {
  
}
}



  #s-24e4e795-ad4b-4349-83c3-3b199b6c617e img.shogun-image {
    
    width: px;
  }


#s-24e4e795-ad4b-4349-83c3-3b199b6c617e .shogun-image-content {
  
    align-items: center;
  
}

#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 {
  display: none;
}
#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877, #wrap-s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 {
  display: none;
}
#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877, #wrap-s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 { display:none !important; }}







#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa71c1b-23b8-48e4-bc98-14ec5f203877.shg-box.shg-c {
  justify-content: center;
}

#s-1d3053e1-35c2-4e59-bf6a-e48bace6d994 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d3053e1-35c2-4e59-bf6a-e48bace6d994 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-d773be82-bcae-4afd-859c-93091253bcf0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d773be82-bcae-4afd-859c-93091253bcf0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d773be82-bcae-4afd-859c-93091253bcf0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d773be82-bcae-4afd-859c-93091253bcf0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc {
  text-align: center;
}
@media (min-width: 1200px){#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc {
  display: none;
}
#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc, #wrap-s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc {
  display: none;
}
#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc, #wrap-s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc { display:none !important; }}



  #s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc img.shogun-image {
    
    width: px;
  }


#s-57e8fb10-33e0-4de6-adf1-bf5c80c7d2bc .shogun-image-content {
  
    align-items: center;
  
}

#s-8442a614-4b7d-4052-9cb9-98b82a1a839f {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-8442a614-4b7d-4052-9cb9-98b82a1a839f {
  display: none;
}
#s-8442a614-4b7d-4052-9cb9-98b82a1a839f, #wrap-s-8442a614-4b7d-4052-9cb9-98b82a1a839f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8442a614-4b7d-4052-9cb9-98b82a1a839f {
  display: none;
}
#s-8442a614-4b7d-4052-9cb9-98b82a1a839f, #wrap-s-8442a614-4b7d-4052-9cb9-98b82a1a839f { display:none !important; }}







#s-8442a614-4b7d-4052-9cb9-98b82a1a839f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8442a614-4b7d-4052-9cb9-98b82a1a839f.shg-box.shg-c {
  justify-content: center;
}

#s-5f2b1704-cc76-4db4-bdac-3cb78d8a1e58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f2b1704-cc76-4db4-bdac-3cb78d8a1e58 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-72596bc0-6ed7-4fa3-977d-6f2b488b5870 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-72596bc0-6ed7-4fa3-977d-6f2b488b5870:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-72596bc0-6ed7-4fa3-977d-6f2b488b5870:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72596bc0-6ed7-4fa3-977d-6f2b488b5870.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-40ebe925-397d-48ec-afad-c6609daa0723 {
  text-align: center;
}
@media (min-width: 1200px){#s-40ebe925-397d-48ec-afad-c6609daa0723 {
  display: none;
}
#s-40ebe925-397d-48ec-afad-c6609daa0723, #wrap-s-40ebe925-397d-48ec-afad-c6609daa0723 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40ebe925-397d-48ec-afad-c6609daa0723 {
  display: none;
}
#s-40ebe925-397d-48ec-afad-c6609daa0723, #wrap-s-40ebe925-397d-48ec-afad-c6609daa0723 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40ebe925-397d-48ec-afad-c6609daa0723 {
  
}
}@media (max-width: 767px){#s-40ebe925-397d-48ec-afad-c6609daa0723 {
  
}
}



  #s-40ebe925-397d-48ec-afad-c6609daa0723 img.shogun-image {
    
    width: px;
  }


#s-40ebe925-397d-48ec-afad-c6609daa0723 .shogun-image-content {
  
    align-items: center;
  
}

#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 {
  display: none;
}
#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2, #wrap-s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 {
  display: none;
}
#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2, #wrap-s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 { display:none !important; }}@media (max-width: 767px){#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 {
  
}
}







#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07aa4f2d-7449-4f62-9a14-6afc882b1ec2.shg-box.shg-c {
  justify-content: center;
}

#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a {
  display: none;
}
#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a, #wrap-s-8f59a090-dc5b-4c40-83eb-c6674729ba6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a {
  display: none;
}
#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a, #wrap-s-8f59a090-dc5b-4c40-83eb-c6674729ba6a { display:none !important; }}
#s-8f59a090-dc5b-4c40-83eb-c6674729ba6a .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-92b17064-e899-4024-ac79-c4fd6b971627 {
  display: none;
}
#s-92b17064-e899-4024-ac79-c4fd6b971627, #wrap-s-92b17064-e899-4024-ac79-c4fd6b971627 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92b17064-e899-4024-ac79-c4fd6b971627 {
  display: none;
}
#s-92b17064-e899-4024-ac79-c4fd6b971627, #wrap-s-92b17064-e899-4024-ac79-c4fd6b971627 { display:none !important; }}
#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e {
  border-style: solid;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e {
  display: none;
}
#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e, #wrap-s-eb390c41-0e4e-4b29-9aeb-90e67f76409e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e {
  display: none;
}
#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e, #wrap-s-eb390c41-0e4e-4b29-9aeb-90e67f76409e { display:none !important; }}


#s-eb390c41-0e4e-4b29-9aeb-90e67f76409e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-3dafad44-b467-410e-b9e8-a1da51144481 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3dafad44-b467-410e-b9e8-a1da51144481 {
  display: none;
}
#s-3dafad44-b467-410e-b9e8-a1da51144481, #wrap-s-3dafad44-b467-410e-b9e8-a1da51144481 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dafad44-b467-410e-b9e8-a1da51144481 {
  display: none;
}
#s-3dafad44-b467-410e-b9e8-a1da51144481, #wrap-s-3dafad44-b467-410e-b9e8-a1da51144481 { display:none !important; }}







#s-3dafad44-b467-410e-b9e8-a1da51144481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dafad44-b467-410e-b9e8-a1da51144481.shg-box.shg-c {
  justify-content: center;
}

#s-49d90846-837e-450e-b0ce-df63675ac7a7 {
  text-align: center;
}




  #s-49d90846-837e-450e-b0ce-df63675ac7a7 img.shogun-image {
    
    width: px;
  }


#s-49d90846-837e-450e-b0ce-df63675ac7a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e838a46-ac06-4b8f-be92-c6420b6d51f7 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-9e838a46-ac06-4b8f-be92-c6420b6d51f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e838a46-ac06-4b8f-be92-c6420b6d51f7.shg-box.shg-c {
  justify-content: center;
}

#s-8b906da2-ebd0-4591-892c-c77afeb021c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b906da2-ebd0-4591-892c-c77afeb021c6 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-dc84abe2-54a9-4342-adc0-5affe30ac127 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dc84abe2-54a9-4342-adc0-5affe30ac127:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-dc84abe2-54a9-4342-adc0-5affe30ac127:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc84abe2-54a9-4342-adc0-5affe30ac127.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-579770ed-65de-420e-a4fd-415447eabbe9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-579770ed-65de-420e-a4fd-415447eabbe9 {
  display: none;
}
#s-579770ed-65de-420e-a4fd-415447eabbe9, #wrap-s-579770ed-65de-420e-a4fd-415447eabbe9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-579770ed-65de-420e-a4fd-415447eabbe9 {
  display: none;
}
#s-579770ed-65de-420e-a4fd-415447eabbe9, #wrap-s-579770ed-65de-420e-a4fd-415447eabbe9 { display:none !important; }}







#s-579770ed-65de-420e-a4fd-415447eabbe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-579770ed-65de-420e-a4fd-415447eabbe9.shg-box.shg-c {
  justify-content: center;
}

#s-29ee9f13-4d83-4bec-8ea4-2fe4cf11c718 {
  text-align: center;
}




  #s-29ee9f13-4d83-4bec-8ea4-2fe4cf11c718 img.shogun-image {
    
    width: px;
  }


#s-29ee9f13-4d83-4bec-8ea4-2fe4cf11c718 .shogun-image-content {
  
    align-items: center;
  
}

#s-46d39c31-fb66-48ae-879a-981412505c7e {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-46d39c31-fb66-48ae-879a-981412505c7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d39c31-fb66-48ae-879a-981412505c7e.shg-box.shg-c {
  justify-content: center;
}

#s-59622b0b-a19b-4d2a-8d40-06ccbb8eaefe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59622b0b-a19b-4d2a-8d40-06ccbb8eaefe .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-18191f7f-e0d5-44b9-a68e-d3bd17cc0e38 {
  border-style: solid;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-18191f7f-e0d5-44b9-a68e-d3bd17cc0e38:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-18191f7f-e0d5-44b9-a68e-d3bd17cc0e38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-18191f7f-e0d5-44b9-a68e-d3bd17cc0e38.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-74ab9bd5-d91c-41e5-8713-61a31ad04117 {
  min-height: 50px;
}








#s-74ab9bd5-d91c-41e5-8713-61a31ad04117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74ab9bd5-d91c-41e5-8713-61a31ad04117.shg-box.shg-c {
  justify-content: center;
}

#s-31164cb5-db17-4427-97b0-a64da75aee24 {
  text-align: center;
}
@media (min-width: 1200px){#s-31164cb5-db17-4427-97b0-a64da75aee24 {
  display: none;
}
#s-31164cb5-db17-4427-97b0-a64da75aee24, #wrap-s-31164cb5-db17-4427-97b0-a64da75aee24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31164cb5-db17-4427-97b0-a64da75aee24 {
  display: none;
}
#s-31164cb5-db17-4427-97b0-a64da75aee24, #wrap-s-31164cb5-db17-4427-97b0-a64da75aee24 { display:none !important; }}



  #s-31164cb5-db17-4427-97b0-a64da75aee24 img.shogun-image {
    
    width: px;
  }


#s-31164cb5-db17-4427-97b0-a64da75aee24 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca7c5a05-32ed-46ab-8973-cfe7a9d52f98 {
  margin-top: 20%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-ca7c5a05-32ed-46ab-8973-cfe7a9d52f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca7c5a05-32ed-46ab-8973-cfe7a9d52f98.shg-box.shg-c {
  justify-content: center;
}

#s-2f4281dc-d33b-4626-bfea-4039fa3dea08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f4281dc-d33b-4626-bfea-4039fa3dea08 .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 28px;
  
  
  text-align: center;
}



#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa {
  display: none;
}
#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa, #wrap-s-4962e464-f9ec-4f15-982e-dda3a1b69cfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa {
  display: none;
}
#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa, #wrap-s-4962e464-f9ec-4f15-982e-dda3a1b69cfa { display:none !important; }}


#s-4962e464-f9ec-4f15-982e-dda3a1b69cfa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-aa7a1a9e-96e6-4a3a-892c-0c465518de3a {
  min-height: 50px;
}








#s-aa7a1a9e-96e6-4a3a-892c-0c465518de3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa7a1a9e-96e6-4a3a-892c-0c465518de3a.shg-box.shg-c {
  justify-content: center;
}

#s-fffe1505-c1ab-4b66-b6aa-ba8ea2416f27 {
  text-align: center;
}




  #s-fffe1505-c1ab-4b66-b6aa-ba8ea2416f27 img.shogun-image {
    
    width: px;
  }


#s-fffe1505-c1ab-4b66-b6aa-ba8ea2416f27 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc544d55-e300-41ad-b251-74d208531a7b {
  margin-left: 12%;
margin-right: 12%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 150px;
background-color: rgba(255, 255, 255, 0.8);
}








#s-bc544d55-e300-41ad-b251-74d208531a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc544d55-e300-41ad-b251-74d208531a7b.shg-box.shg-c {
  justify-content: center;
}

#s-52e6b3d0-8497-4d83-8d0a-6fb6c319802c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52e6b3d0-8497-4d83-8d0a-6fb6c319802c .shogun-heading-component h1 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: center;
}



#s-5178aac7-d496-4960-a375-9fb86d29e1a5 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 1%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5178aac7-d496-4960-a375-9fb86d29e1a5:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5178aac7-d496-4960-a375-9fb86d29e1a5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5178aac7-d496-4960-a375-9fb86d29e1a5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-39404e44-f366-4a63-970e-5a287a98162a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-39404e44-f366-4a63-970e-5a287a98162a {
  display: none;
}
#s-39404e44-f366-4a63-970e-5a287a98162a, #wrap-s-39404e44-f366-4a63-970e-5a287a98162a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39404e44-f366-4a63-970e-5a287a98162a {
  display: none;
}
#s-39404e44-f366-4a63-970e-5a287a98162a, #wrap-s-39404e44-f366-4a63-970e-5a287a98162a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39404e44-f366-4a63-970e-5a287a98162a {
  display: none;
}
#s-39404e44-f366-4a63-970e-5a287a98162a, #wrap-s-39404e44-f366-4a63-970e-5a287a98162a { display:none !important; }}@media (max-width: 767px){#s-39404e44-f366-4a63-970e-5a287a98162a {
  
}
}



  #s-39404e44-f366-4a63-970e-5a287a98162a img.shogun-image {
    
    width: px;
  }


#s-39404e44-f366-4a63-970e-5a287a98162a .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee8069b-ee03-4e40-af0d-307ee1761e6a {
  min-height: 50px;
}








#s-7ee8069b-ee03-4e40-af0d-307ee1761e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ee8069b-ee03-4e40-af0d-307ee1761e6a.shg-box.shg-c {
  justify-content: center;
}

#s-bccdf5e0-a8d7-4150-89f1-e6a0ba7e41fb {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}








#s-bccdf5e0-a8d7-4150-89f1-e6a0ba7e41fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bccdf5e0-a8d7-4150-89f1-e6a0ba7e41fb.shg-box.shg-c {
  justify-content: center;
}

#s-23f5f789-f440-4d70-9ab7-05e9717643b7 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23f5f789-f440-4d70-9ab7-05e9717643b7 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 55px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-23f5f789-f440-4d70-9ab7-05e9717643b7 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-7034b4f3-961a-4d51-b319-ea17fa11c72f {
  display: none;
}
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f, #wrap-s-7034b4f3-961a-4d51-b319-ea17fa11c72f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7034b4f3-961a-4d51-b319-ea17fa11c72f {
  display: none;
}
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f, #wrap-s-7034b4f3-961a-4d51-b319-ea17fa11c72f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7034b4f3-961a-4d51-b319-ea17fa11c72f {
  display: none;
}
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f, #wrap-s-7034b4f3-961a-4d51-b319-ea17fa11c72f { display:none !important; }}
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7034b4f3-961a-4d51-b319-ea17fa11c72f .shg-sld-nav-button.shg-sld-left,
#s-7034b4f3-961a-4d51-b319-ea17fa11c72f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6ce6de80-5584-4723-85a4-9cd5a5e7c146 {
  min-height: 50px;
}








#s-6ce6de80-5584-4723-85a4-9cd5a5e7c146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ce6de80-5584-4723-85a4-9cd5a5e7c146.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-404de211-3b8f-44a4-afc0-5de070ea57cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2c971df-6949-4466-a1a0-5333980af9f6 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f2c971df-6949-4466-a1a0-5333980af9f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c971df-6949-4466-a1a0-5333980af9f6.shg-box.shg-c {
  justify-content: center;
}

#s-c797b27c-618a-4e4d-bfb0-b84f22a796c1 {
  display: none;
}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-a34de641-0554-4867-b7e3-c4024b23edc5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a34de641-0554-4867-b7e3-c4024b23edc5 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-a34de641-0554-4867-b7e3-c4024b23edc5 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  text-align: left;
}


.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 {
  max-width: 100%;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom,
.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 img.shogun-image {
  
  
}

.shg-c#s-39cbb5a2-d89a-4db2-beaa-70049957b443 .shg-image-zoom {
  
    margin-left: 0px;
  
}


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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-6db80513-a8d3-4ffb-9093-ea8fee4e1482 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6db80513-a8d3-4ffb-9093-ea8fee4e1482 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-f36ea701-6ce8-4134-8676-3a01dea6f945 {
  text-align: center;
}

#s-78e138f2-58e7-4b57-8dad-620cb311072b {
  text-align: center;
}

#s-78e138f2-58e7-4b57-8dad-620cb311072b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-78e138f2-58e7-4b57-8dad-620cb311072b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-78e138f2-58e7-4b57-8dad-620cb311072b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-584a30f0-c29c-4579-a213-c8575f96d3d6 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-584a30f0-c29c-4579-a213-c8575f96d3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-584a30f0-c29c-4579-a213-c8575f96d3d6.shg-box.shg-c {
  justify-content: center;
}

#s-e7dcbd8b-16de-423f-89da-76117d422bcb {
  display: none;
}
#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  text-align: left;
}


.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 {
  max-width: 100%;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom,
.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 img.shogun-image {
  
  
}

.shg-c#s-9bd85964-63d2-4cbe-b149-d920e5f872d6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1c0f4839-ea17-4d00-8b93-4a61658227a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c0f4839-ea17-4d00-8b93-4a61658227a5 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-17317699-12ce-41c3-908e-0aacf379a396 {
  text-align: center;
}

#s-d03b8e5a-2942-4b13-8826-b74960eb7c2b {
  text-align: center;
}

#s-d03b8e5a-2942-4b13-8826-b74960eb7c2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d03b8e5a-2942-4b13-8826-b74960eb7c2b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d03b8e5a-2942-4b13-8826-b74960eb7c2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6552717f-31f3-4420-b79f-88ebbd55b7a8 {
  min-height: 50px;
}








#s-6552717f-31f3-4420-b79f-88ebbd55b7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6552717f-31f3-4420-b79f-88ebbd55b7a8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-690ffa62-099e-4a84-b334-db43f16c29a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8e40e8c4-6b55-42b5-ac61-62c91d569587 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-8e40e8c4-6b55-42b5-ac61-62c91d569587 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e40e8c4-6b55-42b5-ac61-62c91d569587.shg-box.shg-c {
  justify-content: center;
}

#s-fa94ff8d-208d-43a5-af6c-0d89434a2df9 {
  display: none;
}
#s-2de559f1-8f43-487c-8164-9b9290486614 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2de559f1-8f43-487c-8164-9b9290486614 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-2de559f1-8f43-487c-8164-9b9290486614 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  text-align: left;
}


.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb {
  max-width: 100%;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom,
.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb img.shogun-image {
  
  
}

.shg-c#s-e9a818ca-009a-4a52-b584-100c7f4298bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2ae1bf8b-204f-4507-b25c-311d16845a3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ae1bf8b-204f-4507-b25c-311d16845a3d .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-17da84e3-9c70-429f-a3d4-d22640c20367 {
  text-align: center;
}

#s-918d042c-b883-42bc-bcae-60b9df2c6c2a {
  text-align: center;
}

#s-918d042c-b883-42bc-bcae-60b9df2c6c2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-918d042c-b883-42bc-bcae-60b9df2c6c2a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-918d042c-b883-42bc-bcae-60b9df2c6c2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e2b7a8fb-df9e-48a9-b842-0bd0005933b5 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-e2b7a8fb-df9e-48a9-b842-0bd0005933b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2b7a8fb-df9e-48a9-b842-0bd0005933b5.shg-box.shg-c {
  justify-content: center;
}

#s-ad99b72a-ea1a-4492-af0b-4662a8b73b99 {
  display: none;
}
#s-53ecaf89-6ebe-4d72-9787-49002893d1c7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-53ecaf89-6ebe-4d72-9787-49002893d1c7 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-53ecaf89-6ebe-4d72-9787-49002893d1c7 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  text-align: left;
}


.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 {
  max-width: 100%;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom,
.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 img.shogun-image {
  
  
}

.shg-c#s-0859cfca-a5fa-47c7-8dec-cd0bc7fed290 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-80d2abaa-8227-4b9f-a3dc-cc48853b442a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80d2abaa-8227-4b9f-a3dc-cc48853b442a .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-36718af2-95d6-4449-9733-ce9be2cf8f11 {
  text-align: center;
}

#s-36718af2-95d6-4449-9733-ce9be2cf8f11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-36718af2-95d6-4449-9733-ce9be2cf8f11 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-36718af2-95d6-4449-9733-ce9be2cf8f11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6 {
  display: none;
}
#s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6, #wrap-s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-8ef2788d-e7d4-4033-8e7f-9dff1fbe63a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 75.0px);
}

}

#s-1e079b49-48e5-41d8-9b2a-9a0cd99cde82 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-1e079b49-48e5-41d8-9b2a-9a0cd99cde82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e079b49-48e5-41d8-9b2a-9a0cd99cde82.shg-box.shg-c {
  justify-content: center;
}

#s-02dbea55-2847-47d8-8db7-a7abdf3b2c4a {
  display: none;
}
#s-18094697-8146-4083-918e-c634f3a6fa1b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-18094697-8146-4083-918e-c634f3a6fa1b .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-18094697-8146-4083-918e-c634f3a6fa1b .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  text-align: left;
}


.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  max-width: 100%;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom,
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  
  
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  max-width: 100%;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom,
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  
  
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  max-width: 100%;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom,
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  
  
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  max-width: 100%;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom,
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  
  
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 {
  max-width: 100%;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom,
.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 img.shogun-image {
  
  
}

.shg-c#s-d0ba015a-9839-40ac-9732-5316a87902a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a566234f-0ddb-4074-8949-5ceac38acbb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a566234f-0ddb-4074-8949-5ceac38acbb6 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-b7039c79-65ad-4a19-a914-f840f8942542 {
  text-align: center;
}

#s-896f3aaa-e7a1-4a92-b597-473ff8e31d2d {
  text-align: center;
}

#s-896f3aaa-e7a1-4a92-b597-473ff8e31d2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-896f3aaa-e7a1-4a92-b597-473ff8e31d2d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-896f3aaa-e7a1-4a92-b597-473ff8e31d2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ef7c22d-ea56-4e68-8134-e10c17ec5180 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-5ef7c22d-ea56-4e68-8134-e10c17ec5180 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef7c22d-ea56-4e68-8134-e10c17ec5180.shg-box.shg-c {
  justify-content: center;
}

#s-ca3a222e-9998-4244-9332-37ec301acf35 {
  display: none;
}
#s-4857d78c-9cbe-4843-aa91-120125d98aff {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4857d78c-9cbe-4843-aa91-120125d98aff .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-4857d78c-9cbe-4843-aa91-120125d98aff .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  text-align: left;
}


.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d {
  max-width: 100%;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom,
.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d img.shogun-image {
  
  
}

.shg-c#s-ae9a98a6-626a-41d6-9cb3-1170ff49134d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-08b6d521-a62b-4af3-b048-1286140e8aeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08b6d521-a62b-4af3-b048-1286140e8aeb .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-f52a123e-024d-4686-895b-bbd8ab16e78f {
  text-align: center;
}

#s-f52a123e-024d-4686-895b-bbd8ab16e78f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f52a123e-024d-4686-895b-bbd8ab16e78f .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f52a123e-024d-4686-895b-bbd8ab16e78f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f32b3d70-e9ba-41f8-86f3-62bc7140e982 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f32b3d70-e9ba-41f8-86f3-62bc7140e982 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32b3d70-e9ba-41f8-86f3-62bc7140e982.shg-box.shg-c {
  justify-content: center;
}

#s-abdb07fd-9b32-4305-8a38-7be0fa6d1752 {
  display: none;
}
#s-6db7bdc9-761e-497a-be06-48b59c79a686 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6db7bdc9-761e-497a-be06-48b59c79a686 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 100.0%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-6db7bdc9-761e-497a-be06-48b59c79a686 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  text-align: left;
}


.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 {
  max-width: 100%;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom,
.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 img.shogun-image {
  
  
}

.shg-c#s-834770ac-daf7-46c4-b11a-86ba42059d42 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d54558b9-230d-4689-89f6-19e2002cade2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d54558b9-230d-4689-89f6-19e2002cade2 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-1a877319-dd6e-4c42-8fe1-c4c4cd67fe07 {
  text-align: center;
}

#s-1a877319-dd6e-4c42-8fe1-c4c4cd67fe07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1a877319-dd6e-4c42-8fe1-c4c4cd67fe07 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1a877319-dd6e-4c42-8fe1-c4c4cd67fe07 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6be9e2e-3d5a-4621-bbbf-ccfac055df04 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f6be9e2e-3d5a-4621-bbbf-ccfac055df04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6be9e2e-3d5a-4621-bbbf-ccfac055df04.shg-box.shg-c {
  justify-content: center;
}

#s-b398f19b-5ce9-4e8c-9b7b-f7d604136e4a {
  display: none;
}
#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  text-align: left;
}


.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 {
  max-width: 100%;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom,
.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 img.shogun-image {
  
  
}

.shg-c#s-e875f246-6a28-4884-9b57-c2dabc7aa084 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2c333d5c-c1b3-491f-be47-63e51567fccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c333d5c-c1b3-491f-be47-63e51567fccd .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 18px;
  
  
}

#s-bacc2a83-b7af-4996-a160-d73f93ac38a3 {
  text-align: center;
}

#s-f0ec85d3-46c7-4aac-862d-245e7a52fcb1 {
  text-align: center;
}

#s-f0ec85d3-46c7-4aac-862d-245e7a52fcb1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f0ec85d3-46c7-4aac-862d-245e7a52fcb1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f0ec85d3-46c7-4aac-862d-245e7a52fcb1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c904cfb-69e2-4e09-b0df-f291d18e328a {
  min-height: 50px;
}








#s-9c904cfb-69e2-4e09-b0df-f291d18e328a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c904cfb-69e2-4e09-b0df-f291d18e328a.shg-box.shg-c {
  justify-content: center;
}

#s-10cabf26-23cb-413d-8d87-31c9afea5004 {
  text-align: center;
}
@media (min-width: 1200px){#s-10cabf26-23cb-413d-8d87-31c9afea5004 {
  display: none;
}
#s-10cabf26-23cb-413d-8d87-31c9afea5004, #wrap-s-10cabf26-23cb-413d-8d87-31c9afea5004 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10cabf26-23cb-413d-8d87-31c9afea5004 {
  display: none;
}
#s-10cabf26-23cb-413d-8d87-31c9afea5004, #wrap-s-10cabf26-23cb-413d-8d87-31c9afea5004 { display:none !important; }}



  #s-10cabf26-23cb-413d-8d87-31c9afea5004 img.shogun-image {
    
    width: px;
  }


#s-10cabf26-23cb-413d-8d87-31c9afea5004 .shogun-image-content {
  
    align-items: center;
  
}

#s-338aed10-bad6-434d-874f-2050da726889 {
  min-height: 540px;
max-width: 819px;
}
@media (min-width: 1200px){#s-338aed10-bad6-434d-874f-2050da726889 {
  display: none;
}
#s-338aed10-bad6-434d-874f-2050da726889, #wrap-s-338aed10-bad6-434d-874f-2050da726889 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-338aed10-bad6-434d-874f-2050da726889 {
  display: none;
}
#s-338aed10-bad6-434d-874f-2050da726889, #wrap-s-338aed10-bad6-434d-874f-2050da726889 { display:none !important; }}
@media (min-width: 0px) {
[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-338aed10-bad6-434d-874f-2050da726889"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-2d6b2964-11b7-4b10-b75a-58926c9df3ac {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJhNGZjYzItMzg1ZC00OGVhLWIxODQtMjU3MjZmYWRhYTRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmE0ZmNjMi0zODVkLTQ4ZWEtYjE4NC0yNTcyNmZhZGFhNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 523px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-2d6b2964-11b7-4b10-b75a-58926c9df3ac:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d6b2964-11b7-4b10-b75a-58926c9df3ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d6b2964-11b7-4b10-b75a-58926c9df3ac.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-7a65c75f-3786-4e03-9ef3-c64a4a2e81ac {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZiYmUyODQtMGUxNC00MzRkLWJkN2MtNmYwM2M2YTg0MWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmJiZTI4NC0wZTE0LTQzNGQtYmQ3Yy02ZjAzYzZhODQxYmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 523px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-7a65c75f-3786-4e03-9ef3-c64a4a2e81ac:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a65c75f-3786-4e03-9ef3-c64a4a2e81ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a65c75f-3786-4e03-9ef3-c64a4a2e81ac.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-c4a163a3-06b3-42e7-8d95-177234f99a52 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmU3ZDU4Y2UtYThlNS00ZmIzLTk0MTMtZDY4ZjNmMTc2ZjM2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZTdkNThjZS1hOGU1LTRmYjMtOTQxMy1kNjhmM2YxNzZmMzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 523px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-c4a163a3-06b3-42e7-8d95-177234f99a52:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4a163a3-06b3-42e7-8d95-177234f99a52:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4a163a3-06b3-42e7-8d95-177234f99a52.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-e578b840-9f61-4c20-948c-2e44d649430b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e578b840-9f61-4c20-948c-2e44d649430b {
  display: none;
}
#s-e578b840-9f61-4c20-948c-2e44d649430b, #wrap-s-e578b840-9f61-4c20-948c-2e44d649430b { display:none !important; }}@media (max-width: 767px){#s-e578b840-9f61-4c20-948c-2e44d649430b {
  display: none;
}
#s-e578b840-9f61-4c20-948c-2e44d649430b, #wrap-s-e578b840-9f61-4c20-948c-2e44d649430b { display:none !important; }}



  #s-e578b840-9f61-4c20-948c-2e44d649430b img.shogun-image {
    
    width: px;
  }


#s-e578b840-9f61-4c20-948c-2e44d649430b .shogun-image-content {
  
    align-items: center;
  
}

#s-7bec492a-78d3-4ac6-99cd-67514f71f288 {
  min-height: 700px;
}








#s-7bec492a-78d3-4ac6-99cd-67514f71f288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bec492a-78d3-4ac6-99cd-67514f71f288.shg-box.shg-c {
  justify-content: center;
}

#s-2571e446-918d-4490-a993-d237ab23e50f {
  min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2571e446-918d-4490-a993-d237ab23e50f {
  display: none;
}
#s-2571e446-918d-4490-a993-d237ab23e50f, #wrap-s-2571e446-918d-4490-a993-d237ab23e50f { display:none !important; }}@media (max-width: 767px){#s-2571e446-918d-4490-a993-d237ab23e50f {
  display: none;
}
#s-2571e446-918d-4490-a993-d237ab23e50f, #wrap-s-2571e446-918d-4490-a993-d237ab23e50f { display:none !important; }}
@media (min-width: 0px) {
[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2571e446-918d-4490-a993-d237ab23e50f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c92fcf82-e595-41c2-950d-e38c7f36002a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGU0OWU5NzgtODk3MC00M2QxLTgwNDItMWIyMDI3NmI0N2FmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZTQ5ZTk3OC04OTcwLTQzZDEtODA0Mi0xYjIwMjc2YjQ3YWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 700px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-c92fcf82-e595-41c2-950d-e38c7f36002a:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c92fcf82-e595-41c2-950d-e38c7f36002a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c92fcf82-e595-41c2-950d-e38c7f36002a.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-ad97f41c-7c40-4aba-8639-7d8879e955ff {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTgxMDAwZjItYWFmMS00YTgxLWIxMzEtMzg4ZGYyMjRjNGQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ODEwMDBmMi1hYWYxLTRhODEtYjEzMS0zODhkZjIyNGM0ZDYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 700px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-ad97f41c-7c40-4aba-8639-7d8879e955ff:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad97f41c-7c40-4aba-8639-7d8879e955ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad97f41c-7c40-4aba-8639-7d8879e955ff.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-b7f52914-36ff-478e-9786-7796e8db7c78 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDIxN2RmMzAtMWRjMy00YmU3LWIzYmUtMjM0ZmI4NGEzZjY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMjE3ZGYzMC0xZGMzLTRiZTctYjNiZS0yMzRmYjg0YTNmNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 700px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-b7f52914-36ff-478e-9786-7796e8db7c78:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b7f52914-36ff-478e-9786-7796e8db7c78:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b7f52914-36ff-478e-9786-7796e8db7c78 {
  display: none;
}
#s-b7f52914-36ff-478e-9786-7796e8db7c78, #wrap-s-b7f52914-36ff-478e-9786-7796e8db7c78 { display:none !important; }}@media (max-width: 767px){#s-b7f52914-36ff-478e-9786-7796e8db7c78 {
  display: none;
}
#s-b7f52914-36ff-478e-9786-7796e8db7c78, #wrap-s-b7f52914-36ff-478e-9786-7796e8db7c78 { display:none !important; }}


#s-b7f52914-36ff-478e-9786-7796e8db7c78.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-4e5f409e-56a9-447e-b428-bf9d4d7aeef4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGRiMzJlZDItODVhZS00ZTQ5LWE4YWItMjQ3ZmI2MzI2OTU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZGIzMmVkMi04NWFlLTRlNDktYThhYi0yNDdmYjYzMjY5NTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 700px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
color: #ffffff;
opacity: 0;
}
#s-4e5f409e-56a9-447e-b428-bf9d4d7aeef4:hover {background-color: #ffffff !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e5f409e-56a9-447e-b428-bf9d4d7aeef4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e5f409e-56a9-447e-b428-bf9d4d7aeef4.shg-btn {
  color: #ffffff;
  font-size: 0px;
  
  
  
  display:  block ;
}

#s-4c227299-7eb2-40f1-94d7-e28a2bbfa074 {
  margin-top: -4px;
min-height: 50px;
background-color: rgba(233, 231, 230, 1);
}








#s-4c227299-7eb2-40f1-94d7-e28a2bbfa074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c227299-7eb2-40f1-94d7-e28a2bbfa074.shg-box.shg-c {
  justify-content: center;
}

#s-97338154-b393-48e7-bb5b-740996d7f91b {
  padding-bottom: 2%;
}
@media (max-width: 767px){#s-97338154-b393-48e7-bb5b-740996d7f91b {
  display: none;
}
#s-97338154-b393-48e7-bb5b-740996d7f91b, #wrap-s-97338154-b393-48e7-bb5b-740996d7f91b { display:none !important; }}
#s-97338154-b393-48e7-bb5b-740996d7f91b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-97338154-b393-48e7-bb5b-740996d7f91b .shg-sld-nav-button.shg-sld-left,
#s-97338154-b393-48e7-bb5b-740996d7f91b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-dda3d635-33fb-4c28-a45a-e98c00b06844 {
  text-align: center;
background-color: rgba(233, 231, 230, 1);
}
@media (max-width: 767px){#s-dda3d635-33fb-4c28-a45a-e98c00b06844 {
  
}
}



  #s-dda3d635-33fb-4c28-a45a-e98c00b06844 img.shogun-image {
    
    width: px;
  }


#s-dda3d635-33fb-4c28-a45a-e98c00b06844 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e7f650a-b208-4ac4-b91f-8ca4715cfd13 {
  margin-bottom: 0%;
padding-bottom: 0%;
text-align: center;
background-color: rgba(233, 231, 230, 1);
}




  #s-2e7f650a-b208-4ac4-b91f-8ca4715cfd13 img.shogun-image {
    
    width: px;
  }


#s-2e7f650a-b208-4ac4-b91f-8ca4715cfd13 .shogun-image-content {
  
    align-items: center;
  
}

#s-40e12a20-33cb-413f-8638-a6be692c5d57 {
  text-align: center;
}
@media (max-width: 767px){#s-40e12a20-33cb-413f-8638-a6be692c5d57 {
  
}
}



  #s-40e12a20-33cb-413f-8638-a6be692c5d57 img.shogun-image {
    
    width: px;
  }


#s-40e12a20-33cb-413f-8638-a6be692c5d57 .shogun-image-content {
  
    align-items: center;
  
}

#s-f685ece8-07b5-4dd3-861b-63a44c119602 {
  text-align: center;
}




  #s-f685ece8-07b5-4dd3-861b-63a44c119602 img.shogun-image {
    
    width: px;
  }


#s-f685ece8-07b5-4dd3-861b-63a44c119602 .shogun-image-content {
  
    align-items: center;
  
}

#s-01de56b9-c585-4851-b5f8-934e10ea56f0 {
  padding-bottom: 2%;
}
@media (min-width: 1200px){#s-01de56b9-c585-4851-b5f8-934e10ea56f0 {
  display: none;
}
#s-01de56b9-c585-4851-b5f8-934e10ea56f0, #wrap-s-01de56b9-c585-4851-b5f8-934e10ea56f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01de56b9-c585-4851-b5f8-934e10ea56f0 {
  display: none;
}
#s-01de56b9-c585-4851-b5f8-934e10ea56f0, #wrap-s-01de56b9-c585-4851-b5f8-934e10ea56f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01de56b9-c585-4851-b5f8-934e10ea56f0 {
  display: none;
}
#s-01de56b9-c585-4851-b5f8-934e10ea56f0, #wrap-s-01de56b9-c585-4851-b5f8-934e10ea56f0 { display:none !important; }}@media (max-width: 767px){#s-01de56b9-c585-4851-b5f8-934e10ea56f0 {
  
}
}
#s-01de56b9-c585-4851-b5f8-934e10ea56f0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-01de56b9-c585-4851-b5f8-934e10ea56f0 .shg-sld-nav-button.shg-sld-left,
#s-01de56b9-c585-4851-b5f8-934e10ea56f0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-66bb8dea-3799-4153-8f21-804a89a6c310 {
  text-align: center;
background-color: rgba(233, 231, 230, 1);
}
@media (max-width: 767px){#s-66bb8dea-3799-4153-8f21-804a89a6c310 {
  
}
}



  #s-66bb8dea-3799-4153-8f21-804a89a6c310 img.shogun-image {
    
    width: px;
  }


#s-66bb8dea-3799-4153-8f21-804a89a6c310 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ec4859c-bdba-4136-87e5-92d37cc6f499 {
  margin-bottom: 0%;
padding-bottom: 0%;
text-align: center;
background-color: rgba(233, 231, 230, 1);
}




  #s-7ec4859c-bdba-4136-87e5-92d37cc6f499 img.shogun-image {
    
    width: px;
  }


#s-7ec4859c-bdba-4136-87e5-92d37cc6f499 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6749013-78cc-4771-abdf-eb8beec223ff {
  text-align: center;
}
@media (max-width: 767px){#s-b6749013-78cc-4771-abdf-eb8beec223ff {
  
}
}



  #s-b6749013-78cc-4771-abdf-eb8beec223ff img.shogun-image {
    
    width: px;
  }


#s-b6749013-78cc-4771-abdf-eb8beec223ff .shogun-image-content {
  
    align-items: center;
  
}

#s-7cf4ae08-1545-431c-84f6-1f1d422cb994 {
  text-align: center;
}




  #s-7cf4ae08-1545-431c-84f6-1f1d422cb994 img.shogun-image {
    
    width: px;
  }


#s-7cf4ae08-1545-431c-84f6-1f1d422cb994 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb {
  display: none;
}
#s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb, #wrap-s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb { display:none !important; }}







#s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c9a3e2-4ce9-4f77-becb-ca0bdfc0edcb.shg-box.shg-c {
  justify-content: center;
}

#s-d59a67fe-70c3-46e8-863d-4af4307e7c67 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d59a67fe-70c3-46e8-863d-4af4307e7c67 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-d59a67fe-70c3-46e8-863d-4af4307e7c67 {
  display: none;
}
#s-d59a67fe-70c3-46e8-863d-4af4307e7c67, #wrap-s-d59a67fe-70c3-46e8-863d-4af4307e7c67 { display:none !important; }}



  #s-d59a67fe-70c3-46e8-863d-4af4307e7c67 img.shogun-image {
    
    width: px;
  }


#s-d59a67fe-70c3-46e8-863d-4af4307e7c67 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1f77313c-7ab0-4023-a994-b242a3e9ef12 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f77313c-7ab0-4023-a994-b242a3e9ef12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aee2d923-fcfc-48d0-ad41-5f696befa000 {
  min-height: 50px;
}








#s-aee2d923-fcfc-48d0-ad41-5f696befa000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee2d923-fcfc-48d0-ad41-5f696befa000.shg-box.shg-c {
  justify-content: center;
}

#s-18052143-3e6c-40ad-85ae-b89f660f6f9f {
  padding-top: 14px;
padding-bottom: 14px;
text-align: left;
}

#s-18052143-3e6c-40ad-85ae-b89f660f6f9f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 48px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-18052143-3e6c-40ad-85ae-b89f660f6f9f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 28px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3e84258-cee0-4df6-a2f9-2f43d7cc0ea4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-42a3946d-f5eb-4fd0-87ed-39846d19fc5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-01f06693-f39d-473d-9081-49613d9d3bfe {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-01f06693-f39d-473d-9081-49613d9d3bfe img.shogun-image {
    
    width: px;
  }


#s-01f06693-f39d-473d-9081-49613d9d3bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-e9e5a3c0-335d-49f7-b3a9-9e36f7e23b0a {
  margin-left: 25%;
margin-bottom: 9%;
margin-right: 25%;
padding-top: 9%;
text-align: center;
}




  #s-e9e5a3c0-335d-49f7-b3a9-9e36f7e23b0a img.shogun-image {
    
    width: px;
  }


#s-e9e5a3c0-335d-49f7-b3a9-9e36f7e23b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-7abae80f-40c2-49eb-94ec-132a5a74b3ab {
  margin-top: 2%;
margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7abae80f-40c2-49eb-94ec-132a5a74b3ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7ccea780-fa71-4dac-a9f9-22ba41da4da2 {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-b3b88d05-242b-4890-812e-b482a9122cf0 {
  padding-top: 0%;
}

#s-07e995d3-9f63-4e3e-aae6-d99f60f59b32 {
  margin-top: 30px;
margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07e995d3-9f63-4e3e-aae6-d99f60f59b32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b738a6b9-701b-4c12-897b-ed6384170c01 {
  margin-left: 37%;
margin-right: 37%;
text-align: center;
}




  #s-b738a6b9-701b-4c12-897b-ed6384170c01 img.shogun-image {
    
    width: px;
  }


#s-b738a6b9-701b-4c12-897b-ed6384170c01 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6659174-05b5-4c6a-892f-b487d6fcd480 {
  margin-left: 33%;
margin-bottom: 0%;
margin-right: 33%;
text-align: center;
}




  #s-f6659174-05b5-4c6a-892f-b487d6fcd480 img.shogun-image {
    
    width: px;
  }


#s-f6659174-05b5-4c6a-892f-b487d6fcd480 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167 {
  margin-top: 2%;
margin-left: 14%;
margin-right: 14%;
}

@media (min-width: 0px) {
[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cc9f4f8e-3c78-47ac-a505-b2a4ffec5167"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b7c96d5c-c436-4e74-9e4a-142f0eeb0080 {
  padding-top: 0%;
}

#s-28351f59-45fb-47a2-b1b1-18d018d5f30e {
  padding-top: 0%;
}

#s-2afd490e-22af-4a39-b00a-26734aedc0f8 {
  border-style: solid;
margin-top: 20px;
margin-left: 35%;
margin-right: 35%;
padding-top: 7px;
padding-left: 39px;
padding-bottom: 7px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(58, 58, 58, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center top;
}
#s-2afd490e-22af-4a39-b00a-26734aedc0f8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2afd490e-22af-4a39-b00a-26734aedc0f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2afd490e-22af-4a39-b00a-26734aedc0f8-btn-wrapper {
    text-align: left;
  }


#s-2afd490e-22af-4a39-b00a-26734aedc0f8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-01aa2264-09ad-482e-941f-70b0950264d9 {
  text-align: center;
}
@media (min-width: 1200px){#s-01aa2264-09ad-482e-941f-70b0950264d9 {
  display: none;
}
#s-01aa2264-09ad-482e-941f-70b0950264d9, #wrap-s-01aa2264-09ad-482e-941f-70b0950264d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01aa2264-09ad-482e-941f-70b0950264d9 {
  display: none;
}
#s-01aa2264-09ad-482e-941f-70b0950264d9, #wrap-s-01aa2264-09ad-482e-941f-70b0950264d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01aa2264-09ad-482e-941f-70b0950264d9 {
  display: none;
}
#s-01aa2264-09ad-482e-941f-70b0950264d9, #wrap-s-01aa2264-09ad-482e-941f-70b0950264d9 { display:none !important; }}



  #s-01aa2264-09ad-482e-941f-70b0950264d9 img.shogun-image {
    
    width: px;
  }


#s-01aa2264-09ad-482e-941f-70b0950264d9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0f824312-c12c-4376-9580-ec9e4dae3678 {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f824312-c12c-4376-9580-ec9e4dae3678"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73298521-c60e-4a78-a87f-5317fb3ef321 {
  min-height: 50px;
}








#s-73298521-c60e-4a78-a87f-5317fb3ef321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73298521-c60e-4a78-a87f-5317fb3ef321.shg-box.shg-c {
  justify-content: center;
}

#s-a4d44063-51ce-4737-93e9-6712c34f43e5 {
  padding-top: 14px;
padding-bottom: 14px;
text-align: left;
}

#s-a4d44063-51ce-4737-93e9-6712c34f43e5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 48px;
  
  letter-spacing: 3px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ebc7936b-a3a2-49f5-8d84-b792f69c26c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4b0fc908-1e7e-4941-9fbf-074e0e877eaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c2205987-6bbd-4858-86fd-1df16c3d3250 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-c2205987-6bbd-4858-86fd-1df16c3d3250 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2205987-6bbd-4858-86fd-1df16c3d3250.shg-box.shg-c {
  justify-content: center;
}

#s-e6281b56-273d-449a-8162-3778ca2d0486 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-e6281b56-273d-449a-8162-3778ca2d0486 img.shogun-image {
    
    width: px;
  }


#s-e6281b56-273d-449a-8162-3778ca2d0486 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a2bf228-efff-4a5b-a9b8-b6043639763a {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-f56f06b0-8f3b-4d63-bbf8-e680545e5232 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f56f06b0-8f3b-4d63-bbf8-e680545e5232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f56f06b0-8f3b-4d63-bbf8-e680545e5232.shg-box.shg-c {
  justify-content: center;
}

#s-fdb9849b-e6fd-4089-8b11-160c5d096540 {
  margin-left: 25%;
margin-bottom: 9%;
margin-right: 25%;
text-align: center;
}




  #s-fdb9849b-e6fd-4089-8b11-160c5d096540 img.shogun-image {
    
    width: px;
  }


#s-fdb9849b-e6fd-4089-8b11-160c5d096540 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f655fa4-53f8-48ea-9de6-1d425495ab19 {
  padding-top: 8%;
}

#s-4a2433c8-874d-4bed-898d-3af0473be520 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4a2433c8-874d-4bed-898d-3af0473be520"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2b68ce4d-97c6-4103-bb44-267a212223cb {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-2b68ce4d-97c6-4103-bb44-267a212223cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b68ce4d-97c6-4103-bb44-267a212223cb.shg-box.shg-c {
  justify-content: center;
}

#s-571773bd-b4d6-498b-bbed-89b1d0746496 {
  margin-left: 35%;
margin-right: 35%;
min-height: 100px;
text-align: center;
}




  #s-571773bd-b4d6-498b-bbed-89b1d0746496 img.shogun-image {
    
    width: px;
  }


#s-571773bd-b4d6-498b-bbed-89b1d0746496 .shogun-image-content {
  
    align-items: center;
  
}

#s-721152c0-f09a-4fd7-82da-410b05d50e33 {
  padding-top: 0%;
}

#s-bd996d2b-9c47-4526-a737-357725e802b1 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-bd996d2b-9c47-4526-a737-357725e802b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd996d2b-9c47-4526-a737-357725e802b1.shg-box.shg-c {
  justify-content: center;
}

#s-2ccaf668-1477-4e1f-81ac-510dcff5d096 {
  margin-top: 0%;
margin-left: 30%;
margin-right: 30%;
min-height: 90px;
text-align: center;
}




  #s-2ccaf668-1477-4e1f-81ac-510dcff5d096 img.shogun-image {
    
    width: px;
  }


#s-2ccaf668-1477-4e1f-81ac-510dcff5d096 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff3d6b8b-c5a5-473d-a13e-306f582fc069 {
  padding-top: 5%;
}

#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 {
  text-align: center;
}
@media (min-width: 1200px){#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 {
  display: none;
}
#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7, #wrap-s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 {
  display: none;
}
#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7, #wrap-s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 {
  display: none;
}
#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7, #wrap-s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 { display:none !important; }}



  #s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 img.shogun-image {
    
    width: px;
  }


#s-53cb15d3-4b66-4816-99d6-0ec007b17cb7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-49de10a4-6748-4e9e-acdd-be8f2c546566 {
  margin-bottom: 5%;
padding-top: 2%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 50px;
}








#s-49de10a4-6748-4e9e-acdd-be8f2c546566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49de10a4-6748-4e9e-acdd-be8f2c546566.shg-box.shg-c {
  justify-content: center;
}

#s-bd26e0f4-b344-4997-90d0-3fcb4bd3973c {
  padding-top: 14px;
padding-bottom: 14px;
text-align: left;
}

#s-bd26e0f4-b344-4997-90d0-3fcb4bd3973c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 36px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (max-width: 767px){#s-bd26e0f4-b344-4997-90d0-3fcb4bd3973c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 30px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-0e5ae3e2-aeb7-4919-856e-1bc375c01e7f {
  margin-bottom: 10%;
}
@media (max-width: 767px){#s-0e5ae3e2-aeb7-4919-856e-1bc375c01e7f {
  margin-top: -4px;
}
}
#s-5f44f68f-0cfc-4369-9e75-1e3083f74861 {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5f44f68f-0cfc-4369-9e75-1e3083f74861"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-b200f764-1f12-4331-8ce2-15f143c70117 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-b200f764-1f12-4331-8ce2-15f143c70117 img.shogun-image {
    
    width: px;
  }


#s-b200f764-1f12-4331-8ce2-15f143c70117 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ca818a2-4882-4255-b695-0b03509d8a5d {
  margin-top: 10%;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
text-align: center;
}




  #s-8ca818a2-4882-4255-b695-0b03509d8a5d img.shogun-image {
    
    width: px;
  }


#s-8ca818a2-4882-4255-b695-0b03509d8a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-8ea037ac-aac4-457e-aa5e-4cd027142966 {
  margin-top: 2%;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-8ea037ac-aac4-457e-aa5e-4cd027142966"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-aba114cc-2587-4509-9a22-72315b4fb2db {
  padding-top: 0%;
padding-bottom: 0%;
}

#s-82d4883f-90be-4ab1-858a-16bc4fbfaa59 {
  padding-top: 0%;
}

#s-55cc8937-f12d-4f81-a7b0-244b86d66346 {
  margin-top: 3%;
margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-55cc8937-f12d-4f81-a7b0-244b86d66346"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-444146f6-8107-4beb-a289-518d3cd12f1b {
  margin-left: 37%;
margin-right: 37%;
text-align: center;
}




  #s-444146f6-8107-4beb-a289-518d3cd12f1b img.shogun-image {
    
    width: px;
  }


#s-444146f6-8107-4beb-a289-518d3cd12f1b .shogun-image-content {
  
    align-items: center;
  
}

#s-e75e9e5e-9643-4958-a94d-fc8959b723d8 {
  margin-left: 33%;
margin-bottom: 0%;
margin-right: 33%;
text-align: center;
}




  #s-e75e9e5e-9643-4958-a94d-fc8959b723d8 img.shogun-image {
    
    width: px;
  }


#s-e75e9e5e-9643-4958-a94d-fc8959b723d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96 {
  margin-top: 2%;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-593f648b-a22d-4a19-a9c4-ca1f4aa12d96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-3cc85d35-4f25-49af-9a65-8f7f7802060a {
  padding-top: 0%;
}

#s-b0c58a4f-bf41-4b27-bcc8-18eaf3cb7b8d {
  padding-top: 0%;
}

#s-fdd937e4-05d1-47d3-bf14-a31317d4f795 {
  border-style: solid;
margin-left: 31%;
margin-right: 31%;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(58, 58, 58, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-fdd937e4-05d1-47d3-bf14-a31317d4f795:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fdd937e4-05d1-47d3-bf14-a31317d4f795:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fdd937e4-05d1-47d3-bf14-a31317d4f795-btn-wrapper {
    text-align: center;
  }


#s-fdd937e4-05d1-47d3-bf14-a31317d4f795.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 {
  display: none;
}
#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93, #wrap-s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 {
  display: none;
}
#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93, #wrap-s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 {
  display: none;
}
#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93, #wrap-s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 { display:none !important; }}@media (max-width: 767px){#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 {
  display: none;
}
#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93, #wrap-s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 { display:none !important; }}







#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eab5192-d30b-48cb-863e-3bb9a44e6f93.shg-box.shg-c {
  justify-content: center;
}

#s-eaee941e-4452-4b79-be00-a114533e9cc9 {
  text-align: center;
}
@media (max-width: 767px){#s-eaee941e-4452-4b79-be00-a114533e9cc9 {
  display: none;
}
#s-eaee941e-4452-4b79-be00-a114533e9cc9, #wrap-s-eaee941e-4452-4b79-be00-a114533e9cc9 { display:none !important; }}



  #s-eaee941e-4452-4b79-be00-a114533e9cc9 img.shogun-image {
    
    width: px;
  }


#s-eaee941e-4452-4b79-be00-a114533e9cc9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-65173924-03fb-4e5c-9489-ae2044d8baff {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65173924-03fb-4e5c-9489-ae2044d8baff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-28587486-00ff-4ea8-9a55-51753fc3d801 {
  min-height: 50px;
}








#s-28587486-00ff-4ea8-9a55-51753fc3d801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28587486-00ff-4ea8-9a55-51753fc3d801.shg-box.shg-c {
  justify-content: center;
}

#s-30446a7d-d032-4aa5-9a59-9a6cfbc0fc93 {
  padding-top: 14px;
padding-bottom: 14px;
text-align: left;
}

#s-30446a7d-d032-4aa5-9a59-9a6cfbc0fc93 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-size: 48px;
  
  letter-spacing: 3px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-60bc68f7-1d29-4468-ab59-a9d21c7d9e55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3920e48a-052e-4ff0-ae86-2c99c13af8e5 {
  margin-left: 13%;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3920e48a-052e-4ff0-ae86-2c99c13af8e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0e3b50d0-7c5d-4e02-8e06-09e3750f5df3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-0e3b50d0-7c5d-4e02-8e06-09e3750f5df3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3b50d0-7c5d-4e02-8e06-09e3750f5df3.shg-box.shg-c {
  justify-content: center;
}

#s-b6d27af6-1693-4016-84ce-0c58a7dde519 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-b6d27af6-1693-4016-84ce-0c58a7dde519 img.shogun-image {
    
    width: px;
  }


#s-b6d27af6-1693-4016-84ce-0c58a7dde519 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ef0b735-9d6f-42e0-9ac3-f8184235fa54 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-cd84cd87-e7dc-4aea-b85b-03fdafacc875 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-cd84cd87-e7dc-4aea-b85b-03fdafacc875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd84cd87-e7dc-4aea-b85b-03fdafacc875.shg-box.shg-c {
  justify-content: center;
}

#s-f9d42084-36b7-4126-81bb-e73a9d4683e0 {
  margin-left: 25%;
margin-bottom: 9%;
margin-right: 25%;
text-align: center;
}




  #s-f9d42084-36b7-4126-81bb-e73a9d4683e0 img.shogun-image {
    
    width: px;
  }


#s-f9d42084-36b7-4126-81bb-e73a9d4683e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-513dbe19-b9e3-443b-a0ef-134d807b20d9 {
  padding-top: 8%;
}

#s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 2%;
padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0ec9d63b-131d-45ef-b7f6-595f06b3d3c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-57bf7372-ddae-4df0-9f47-84baccacbd5e {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-57bf7372-ddae-4df0-9f47-84baccacbd5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57bf7372-ddae-4df0-9f47-84baccacbd5e.shg-box.shg-c {
  justify-content: center;
}

#s-c5037b07-e16f-4697-b109-6614085bc652 {
  margin-left: 35%;
margin-right: 35%;
min-height: 100px;
text-align: center;
}




  #s-c5037b07-e16f-4697-b109-6614085bc652 img.shogun-image {
    
    width: px;
  }


#s-c5037b07-e16f-4697-b109-6614085bc652 .shogun-image-content {
  
    align-items: center;
  
}

#s-36b37697-54f2-4991-ab5c-2874349e237b {
  padding-top: 0%;
}

#s-17f95f34-15cc-4e55-ae35-718c49389710 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-17f95f34-15cc-4e55-ae35-718c49389710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17f95f34-15cc-4e55-ae35-718c49389710.shg-box.shg-c {
  justify-content: center;
}

#s-32ee9485-6028-4ddc-a314-4d086893759d {
  margin-top: 0%;
margin-left: 30%;
margin-right: 30%;
min-height: 90px;
text-align: center;
}




  #s-32ee9485-6028-4ddc-a314-4d086893759d img.shogun-image {
    
    width: px;
  }


#s-32ee9485-6028-4ddc-a314-4d086893759d .shogun-image-content {
  
    align-items: center;
  
}

#s-50c818cd-32f5-463d-ae87-9c4b40f2941e {
  padding-top: 5%;
}

#s-589ce885-365b-46db-a911-f5dc3893a0db {
  border-style: solid;
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(208, 179, 154, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-589ce885-365b-46db-a911-f5dc3893a0db {
  margin-top: 2%;
margin-bottom: 2%;
}
}







#s-589ce885-365b-46db-a911-f5dc3893a0db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-589ce885-365b-46db-a911-f5dc3893a0db.shg-box.shg-c {
  justify-content: center;
}

#s-521c2f94-6464-4967-8663-f7402677e473 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-521c2f94-6464-4967-8663-f7402677e473 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 55px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (max-width: 767px){#s-521c2f94-6464-4967-8663-f7402677e473 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}


}
#s-da38d951-1f7a-4eba-b53f-ef17e92e38a3 {
  padding-top: 0%;
padding-bottom: 1%;
}
@media (max-width: 767px){#s-da38d951-1f7a-4eba-b53f-ef17e92e38a3 {
  display: none;
}
#s-da38d951-1f7a-4eba-b53f-ef17e92e38a3, #wrap-s-da38d951-1f7a-4eba-b53f-ef17e92e38a3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-da38d951-1f7a-4eba-b53f-ef17e92e38a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-3aa57734-28f2-49e9-9bcf-399be3f53fcf {
  min-height: 50px;
}








#s-3aa57734-28f2-49e9-9bcf-399be3f53fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa57734-28f2-49e9-9bcf-399be3f53fcf.shg-box.shg-c {
  justify-content: center;
}

#s-e975d0ef-a4e0-42ca-a16d-4b19e14b4841 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-e975d0ef-a4e0-42ca-a16d-4b19e14b4841 img.shogun-image {
    
    width: px;
  }


#s-e975d0ef-a4e0-42ca-a16d-4b19e14b4841 .shogun-image-content {
  
    align-items: center;
  
}

#s-e13602bd-2499-4281-bd91-4c8e036b9f79 {
  margin-top: 3%;
}

#s-343470a2-e704-4027-9db2-ae3c79a9ec4d {
  min-height: 50px;
}








#s-343470a2-e704-4027-9db2-ae3c79a9ec4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-343470a2-e704-4027-9db2-ae3c79a9ec4d.shg-box.shg-c {
  justify-content: center;
}

#s-5ab6afb0-39c6-44ce-b623-30a0d999588b {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-5ab6afb0-39c6-44ce-b623-30a0d999588b img.shogun-image {
    
    width: px;
  }


#s-5ab6afb0-39c6-44ce-b623-30a0d999588b .shogun-image-content {
  
    align-items: center;
  
}

#s-800aa334-5195-489b-af5e-572619ba1213 {
  margin-top: 3%;
}

#s-3503ff09-2995-4d6f-9ebc-2909b5cb9e4c {
  min-height: 50px;
}








#s-3503ff09-2995-4d6f-9ebc-2909b5cb9e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3503ff09-2995-4d6f-9ebc-2909b5cb9e4c.shg-box.shg-c {
  justify-content: center;
}

#s-40c4a31e-129c-47d8-ac48-33c4bb906030 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-40c4a31e-129c-47d8-ac48-33c4bb906030 img.shogun-image {
    
    width: px;
  }


#s-40c4a31e-129c-47d8-ac48-33c4bb906030 .shogun-image-content {
  
    align-items: center;
  
}

#s-53c7cd38-9cc4-4723-aeb9-c1444831a675 {
  margin-top: 3%;
}

#s-f0dead4e-3e5f-483a-8628-4ded0292f346 {
  min-height: 50px;
}








#s-f0dead4e-3e5f-483a-8628-4ded0292f346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0dead4e-3e5f-483a-8628-4ded0292f346.shg-box.shg-c {
  justify-content: center;
}

#s-bf73abd2-ca80-46cc-84c3-ba63b10f98bb {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-bf73abd2-ca80-46cc-84c3-ba63b10f98bb img.shogun-image {
    
    width: px;
  }


#s-bf73abd2-ca80-46cc-84c3-ba63b10f98bb .shogun-image-content {
  
    align-items: center;
  
}

#s-f10526e2-45ff-4b40-a4fb-f557b70d657a {
  margin-top: 3%;
}

#s-5c1168e1-529b-4163-81d4-98347437f3b1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-5c1168e1-529b-4163-81d4-98347437f3b1 {
  display: none;
}
#s-5c1168e1-529b-4163-81d4-98347437f3b1, #wrap-s-5c1168e1-529b-4163-81d4-98347437f3b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c1168e1-529b-4163-81d4-98347437f3b1 {
  display: none;
}
#s-5c1168e1-529b-4163-81d4-98347437f3b1, #wrap-s-5c1168e1-529b-4163-81d4-98347437f3b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c1168e1-529b-4163-81d4-98347437f3b1 {
  display: none;
}
#s-5c1168e1-529b-4163-81d4-98347437f3b1, #wrap-s-5c1168e1-529b-4163-81d4-98347437f3b1 { display:none !important; }}@media (max-width: 767px){#s-5c1168e1-529b-4163-81d4-98347437f3b1 {
  
}
}
#s-5c1168e1-529b-4163-81d4-98347437f3b1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5c1168e1-529b-4163-81d4-98347437f3b1 .shg-sld-nav-button.shg-sld-left,
#s-5c1168e1-529b-4163-81d4-98347437f3b1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3756aa88-28e6-4c3a-b2c4-801fc3f9feca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2f249287-c514-4403-b758-cb345588c7b5 {
  min-height: 50px;
}








#s-2f249287-c514-4403-b758-cb345588c7b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f249287-c514-4403-b758-cb345588c7b5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-23247e7f-6369-499f-aa32-5a7051c8301f {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-23247e7f-6369-499f-aa32-5a7051c8301f img.shogun-image {
    
    width: px;
  }


#s-23247e7f-6369-499f-aa32-5a7051c8301f .shogun-image-content {
  
    align-items: center;
  
}

#s-8cd0b618-70a0-43ce-a57d-24a83d5edaca {
  margin-top: 2%;
}








#s-bb397ef9-5df0-47fe-94df-8bb1966c6ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb397ef9-5df0-47fe-94df-8bb1966c6ea9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-681c6f69-d823-49d0-88cc-d64713dfd232 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-681c6f69-d823-49d0-88cc-d64713dfd232 img.shogun-image {
    
    width: px;
  }


#s-681c6f69-d823-49d0-88cc-d64713dfd232 .shogun-image-content {
  
    align-items: center;
  
}

#s-57fb5e5f-723e-4f4f-90cb-b80ed6180382 {
  margin-top: 2%;
}

@media (min-width: 0px) {
[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d55d44d-bef3-462b-beab-9472cd5036f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35b2e76d-28d7-4143-9487-8111c18c998e {
  min-height: 50px;
}








#s-35b2e76d-28d7-4143-9487-8111c18c998e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b2e76d-28d7-4143-9487-8111c18c998e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45daa17b-6c7e-4ecf-8381-b78047848d13 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-45daa17b-6c7e-4ecf-8381-b78047848d13 img.shogun-image {
    
    width: px;
  }


#s-45daa17b-6c7e-4ecf-8381-b78047848d13 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fac4189-04ab-4812-9a6c-400f5d2b0c49 {
  margin-top: 2%;
}

#s-18f121d9-1840-43b9-86cc-ffb9f17b867c {
  min-height: 50px;
}








#s-18f121d9-1840-43b9-86cc-ffb9f17b867c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18f121d9-1840-43b9-86cc-ffb9f17b867c.shg-box.shg-c {
  justify-content: center;
}

#s-2b81c6f1-d48e-485d-9960-286843cd7a81 {
  margin-top: 2px;
margin-bottom: 2px;
text-align: center;
}




  #s-2b81c6f1-d48e-485d-9960-286843cd7a81 img.shogun-image {
    
    width: px;
  }


#s-2b81c6f1-d48e-485d-9960-286843cd7a81 .shogun-image-content {
  
    align-items: center;
  
}

#s-f97ae3bd-08e7-470c-947e-caafdc44ace7 {
  margin-top: 2%;
}

#s-e57ec489-3253-4dbd-bd0a-f3447ad3a373 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(233, 230, 230, 1);
}
@media (max-width: 767px){#s-e57ec489-3253-4dbd-bd0a-f3447ad3a373 {
  padding-top: 0%;
padding-bottom: 4%;
}
}







#s-e57ec489-3253-4dbd-bd0a-f3447ad3a373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e57ec489-3253-4dbd-bd0a-f3447ad3a373.shg-box.shg-c {
  justify-content: center;
}

#s-4d09e891-a54d-460d-9b18-5b306929684b {
  padding-top: 3%;
text-align: center;
background-color: rgba(233, 230, 230, 1);
}
@media (max-width: 767px){#s-4d09e891-a54d-460d-9b18-5b306929684b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
}
}
#s-4d09e891-a54d-460d-9b18-5b306929684b .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 40px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-4d09e891-a54d-460d-9b18-5b306929684b .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-76f34913-427b-4755-ad91-2048c2021931 {
  margin-left: 44%;
margin-right: 44%;
}
@media (max-width: 767px){#s-76f34913-427b-4755-ad91-2048c2021931 {
  margin-left: 44%;
margin-right: 44%;
}
}
#s-76f34913-427b-4755-ad91-2048c2021931 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(110, 108, 107, 1);
}

#s-7dda83c3-6d22-48c0-8c1a-90afe856c248 {
  text-align: center;
}
@media (min-width: 1200px){#s-7dda83c3-6d22-48c0-8c1a-90afe856c248 {
  display: none;
}
#s-7dda83c3-6d22-48c0-8c1a-90afe856c248, #wrap-s-7dda83c3-6d22-48c0-8c1a-90afe856c248 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dda83c3-6d22-48c0-8c1a-90afe856c248 {
  display: none;
}
#s-7dda83c3-6d22-48c0-8c1a-90afe856c248, #wrap-s-7dda83c3-6d22-48c0-8c1a-90afe856c248 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dda83c3-6d22-48c0-8c1a-90afe856c248 {
  display: none;
}
#s-7dda83c3-6d22-48c0-8c1a-90afe856c248, #wrap-s-7dda83c3-6d22-48c0-8c1a-90afe856c248 { display:none !important; }}



  #s-7dda83c3-6d22-48c0-8c1a-90afe856c248 img.shogun-image {
    
    width: px;
  }


#s-7dda83c3-6d22-48c0-8c1a-90afe856c248 .shogun-image-content {
  
    align-items: center;
  
}

#s-f049b812-19c2-4e7c-85ef-c18be71191a7 {
  margin-bottom: 3%;
text-align: center;
}
@media (max-width: 767px){#s-f049b812-19c2-4e7c-85ef-c18be71191a7 {
  display: none;
}
#s-f049b812-19c2-4e7c-85ef-c18be71191a7, #wrap-s-f049b812-19c2-4e7c-85ef-c18be71191a7 { display:none !important; }}



  #s-f049b812-19c2-4e7c-85ef-c18be71191a7 img.shogun-image {
    
    width: px;
  }


#s-f049b812-19c2-4e7c-85ef-c18be71191a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15 {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}
@media (max-width: 767px){#s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15 {
  display: none;
}
#s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15, #wrap-s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15 { display:none !important; }}



  #s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15 img.shogun-image {
    
    width: px;
  }


#s-51fb4b3d-f7dd-4d01-9bff-3df86c87ad15 .shogun-image-content {
  
    align-items: center;
  
}

#s-06229a8e-6d42-43ba-8666-1a808d138937 {
  margin-top: 5%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-06229a8e-6d42-43ba-8666-1a808d138937 {
  display: none;
}
#s-06229a8e-6d42-43ba-8666-1a808d138937, #wrap-s-06229a8e-6d42-43ba-8666-1a808d138937 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06229a8e-6d42-43ba-8666-1a808d138937 {
  display: none;
}
#s-06229a8e-6d42-43ba-8666-1a808d138937, #wrap-s-06229a8e-6d42-43ba-8666-1a808d138937 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06229a8e-6d42-43ba-8666-1a808d138937 {
  display: none;
}
#s-06229a8e-6d42-43ba-8666-1a808d138937, #wrap-s-06229a8e-6d42-43ba-8666-1a808d138937 { display:none !important; }}



  #s-06229a8e-6d42-43ba-8666-1a808d138937 img.shogun-image {
    
    width: px;
  }


#s-06229a8e-6d42-43ba-8666-1a808d138937 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

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

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

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

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

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

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

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

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-a9d1192f-bd0a-47fc-8d5d-467d8dcf4b12 {
  margin-left: 2%;
margin-right: 2%;
}

[id="s-a9d1192f-bd0a-47fc-8d5d-467d8dcf4b12"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

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

@media (min-width: 768px) {
  [id="s-a9d1192f-bd0a-47fc-8d5d-467d8dcf4b12"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

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

#s-4fc09bbd-c1c6-47d3-a3cd-0edd80add403 {
  margin-bottom: 4%;
}

#s-db0cf594-b2d8-4f1a-aeef-aaaa3b86f21e {
  min-height: 50px;
background-color: rgba(230, 228, 226, 1);
}








#s-db0cf594-b2d8-4f1a-aeef-aaaa3b86f21e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db0cf594-b2d8-4f1a-aeef-aaaa3b86f21e.shg-box.shg-c {
  justify-content: center;
}

#s-edddea64-1b05-43f9-87bf-f1d26a6731a6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 4%;
padding-right: 4%;
text-align: left;
background-color: rgba(230, 228, 226, 1);
}

#s-edddea64-1b05-43f9-87bf-f1d26a6731a6 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 55px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-edddea64-1b05-43f9-87bf-f1d26a6731a6 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-d9856c3b-9710-4d12-97f9-6ed319b0c17f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(230, 228, 226, 1);
}

#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb {
  display: none;
}
#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb, #wrap-s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb {
  display: none;
}
#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb, #wrap-s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb {
  display: none;
}
#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb, #wrap-s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb { display:none !important; }}
#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb .shg-sld-dot {
  background-color: rgba(118, 109, 101, 0.43);
}

#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb .shg-sld-nav-button.shg-sld-left,
#s-ec00a36d-ccc9-4fa4-b1e7-2f910f29a9eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(118, 109, 101, 0.43);
}

#s-f22391a0-f4b2-4251-983c-6c2d4505e23b {
  text-align: center;
}




  #s-f22391a0-f4b2-4251-983c-6c2d4505e23b img.shogun-image {
    
    width: px;
  }


#s-f22391a0-f4b2-4251-983c-6c2d4505e23b .shogun-image-content {
  
    align-items: center;
  
}

#s-d1b03561-61fb-4778-ae9e-ab2f4a07cd7d {
  text-align: center;
}




  #s-d1b03561-61fb-4778-ae9e-ab2f4a07cd7d img.shogun-image {
    
    width: px;
  }


#s-d1b03561-61fb-4778-ae9e-ab2f4a07cd7d .shogun-image-content {
  
    align-items: center;
  
}

#s-077b1a6c-f58a-44ed-9b04-561930d61802 {
  text-align: center;
}




  #s-077b1a6c-f58a-44ed-9b04-561930d61802 img.shogun-image {
    
    width: px;
  }


#s-077b1a6c-f58a-44ed-9b04-561930d61802 .shogun-image-content {
  
    align-items: center;
  
}

#s-eba56bbe-4443-432d-98e8-e8482e11f01c {
  text-align: center;
}




  #s-eba56bbe-4443-432d-98e8-e8482e11f01c img.shogun-image {
    
    width: px;
  }


#s-eba56bbe-4443-432d-98e8-e8482e11f01c .shogun-image-content {
  
    align-items: center;
  
}

#s-15df2bfb-76bd-4f79-8da7-1c4303a77d6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15df2bfb-76bd-4f79-8da7-1c4303a77d6f .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-15df2bfb-76bd-4f79-8da7-1c4303a77d6f .shogun-heading-component h2 a {
  color: #000;
}


#s-dc5f660b-a9f5-4493-a693-2c2b8e9c7537 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc5f660b-a9f5-4493-a693-2c2b8e9c7537 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-dc5f660b-a9f5-4493-a693-2c2b8e9c7537 .shogun-heading-component h2 a {
  color: #000;
}


#s-be6a992a-a291-48fd-914b-8f9843c36308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6a992a-a291-48fd-914b-8f9843c36308 .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-be6a992a-a291-48fd-914b-8f9843c36308 .shogun-heading-component h2 a {
  color: #000;
}


#s-ee490a84-a685-4491-b8f0-002a9833da1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee490a84-a685-4491-b8f0-002a9833da1f .shogun-heading-component h2 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-ee490a84-a685-4491-b8f0-002a9833da1f .shogun-heading-component h2 a {
  color: #000;
}


#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 {
  display: none;
}
#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28, #wrap-s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 { display:none !important; }}
#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 .shg-sld-nav-button.shg-sld-left,
#s-80fa9571-2b20-4eea-a7e0-8cf9390f6f28 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91c9526d-728e-445f-9c88-a17e9b77327e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7402e3d8-c26d-4017-a0a2-fa65bcc99b9c {
  text-align: center;
}




  #s-7402e3d8-c26d-4017-a0a2-fa65bcc99b9c img.shogun-image {
    
    width: px;
  }


#s-7402e3d8-c26d-4017-a0a2-fa65bcc99b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-70c13bde-54e5-45d9-b491-eed2eca58668 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70c13bde-54e5-45d9-b491-eed2eca58668 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-70c13bde-54e5-45d9-b491-eed2eca58668 .shogun-heading-component h3 a {
  color: #000;
}


#s-19e5ae81-c486-4e6c-a336-d9e0a7b8ff4c {
  text-align: center;
}





#s-19e5ae81-c486-4e6c-a336-d9e0a7b8ff4c .shogun-image-content {
  
    align-items: center;
  
}

#s-35becc11-816e-4291-b417-aca4c352728b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35becc11-816e-4291-b417-aca4c352728b .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-35becc11-816e-4291-b417-aca4c352728b .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7114b240-3add-4b23-a47f-573405ed4460"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2493c22-ff88-4938-800f-c6064e62d8d6 {
  text-align: center;
}




  #s-d2493c22-ff88-4938-800f-c6064e62d8d6 img.shogun-image {
    
    width: px;
  }


#s-d2493c22-ff88-4938-800f-c6064e62d8d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-51e54ee1-1729-4ca0-a375-4db812095e12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51e54ee1-1729-4ca0-a375-4db812095e12 .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-51e54ee1-1729-4ca0-a375-4db812095e12 .shogun-heading-component h3 a {
  color: #000;
}


#s-dd54f2b8-04ab-41bc-a1ce-942b4e583ce9 {
  text-align: center;
}




  #s-dd54f2b8-04ab-41bc-a1ce-942b4e583ce9 img.shogun-image {
    
    width: px;
  }


#s-dd54f2b8-04ab-41bc-a1ce-942b4e583ce9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9400c199-9819-496f-8996-ccf4168993ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9400c199-9819-496f-8996-ccf4168993ab .shogun-heading-component h3 {
  color: #000;
  
  
  
  font-size: 24px;
  
  
  text-align: center;
}


#s-9400c199-9819-496f-8996-ccf4168993ab .shogun-heading-component h3 a {
  color: #000;
}


#s-187cae4a-8e77-4836-a16c-07f92eb805ab {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-187cae4a-8e77-4836-a16c-07f92eb805ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-187cae4a-8e77-4836-a16c-07f92eb805ab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-187cae4a-8e77-4836-a16c-07f92eb805ab {
  margin-top: 4%;
margin-bottom: 4%;
}
}


#s-187cae4a-8e77-4836-a16c-07f92eb805ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}