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

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

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

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

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

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

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

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

#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 {
  display: none;
}
#s-bebf792c-5af8-4ebd-8c69-4aea0944d499, #wrap-s-bebf792c-5af8-4ebd-8c69-4aea0944d499 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 {
  display: none;
}
#s-bebf792c-5af8-4ebd-8c69-4aea0944d499, #wrap-s-bebf792c-5af8-4ebd-8c69-4aea0944d499 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 {
  display: none;
}
#s-bebf792c-5af8-4ebd-8c69-4aea0944d499, #wrap-s-bebf792c-5af8-4ebd-8c69-4aea0944d499 { display:none !important; }}@media (max-width: 767px){#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 {
  
}
}







#s-bebf792c-5af8-4ebd-8c69-4aea0944d499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bebf792c-5af8-4ebd-8c69-4aea0944d499.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-df43967b-edec-4dbf-ab87-bf7b059d2e19 {
  text-align: center;
}
@media (min-width: 1200px){#s-df43967b-edec-4dbf-ab87-bf7b059d2e19 {
  display: none;
}
#s-df43967b-edec-4dbf-ab87-bf7b059d2e19, #wrap-s-df43967b-edec-4dbf-ab87-bf7b059d2e19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df43967b-edec-4dbf-ab87-bf7b059d2e19 {
  display: none;
}
#s-df43967b-edec-4dbf-ab87-bf7b059d2e19, #wrap-s-df43967b-edec-4dbf-ab87-bf7b059d2e19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df43967b-edec-4dbf-ab87-bf7b059d2e19 {
  display: none;
}
#s-df43967b-edec-4dbf-ab87-bf7b059d2e19, #wrap-s-df43967b-edec-4dbf-ab87-bf7b059d2e19 { display:none !important; }}



  #s-df43967b-edec-4dbf-ab87-bf7b059d2e19 img.shogun-image {
    
    width: px;
  }


#s-df43967b-edec-4dbf-ab87-bf7b059d2e19 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ecf3a020-d336-4566-b8eb-2b164f215f02 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ecf3a020-d336-4566-b8eb-2b164f215f02 {
  display: none;
}
#s-ecf3a020-d336-4566-b8eb-2b164f215f02, #wrap-s-ecf3a020-d336-4566-b8eb-2b164f215f02 { display:none !important; }}







#s-ecf3a020-d336-4566-b8eb-2b164f215f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf3a020-d336-4566-b8eb-2b164f215f02.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-097d1574-7b66-49f0-95b4-76898664f0c6 {
  text-align: center;
}
@media (max-width: 767px){#s-097d1574-7b66-49f0-95b4-76898664f0c6 {
  display: none;
}
#s-097d1574-7b66-49f0-95b4-76898664f0c6, #wrap-s-097d1574-7b66-49f0-95b4-76898664f0c6 { display:none !important; }}



  #s-097d1574-7b66-49f0-95b4-76898664f0c6 img.shogun-image {
    
    width: px;
  }


#s-097d1574-7b66-49f0-95b4-76898664f0c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1796d0db-6377-4596-9b77-a1be5e7d1046 {
  background-attachment: fixed;
min-height: 50px;
}








#s-1796d0db-6377-4596-9b77-a1be5e7d1046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1796d0db-6377-4596-9b77-a1be5e7d1046.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e {
  padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e {
  display: none;
}
#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e, #wrap-s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e {
  display: none;
}
#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e, #wrap-s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e {
  display: none;
}
#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e, #wrap-s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e { display:none !important; }}@media (max-width: 767px){#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e {
  display: none;
}
#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e, #wrap-s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e { display:none !important; }}



  #s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e img.shogun-image {
    
    width: px;
  }


#s-5ca321f6-3ce0-48b1-b4cf-2d1a1888058e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

#s-7dc660c2-3462-46de-b3b7-79342890848a {
  border-style: solid;
padding-top: 35px;
padding-left: 28px;
padding-bottom: 35px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(230, 141, 139, 1);
}
@media (max-width: 767px){#s-7dc660c2-3462-46de-b3b7-79342890848a {
  display: none;
}
#s-7dc660c2-3462-46de-b3b7-79342890848a, #wrap-s-7dc660c2-3462-46de-b3b7-79342890848a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7dc660c2-3462-46de-b3b7-79342890848a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-aa74823a-11cb-4033-a895-64c5ca902dca .shogun-icon-wrapper {
  text-align: center;
}


#s-aa74823a-11cb-4033-a895-64c5ca902dca .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9c37b11d-ee64-49d2-abe2-73a4ef0a687f {
  padding-top: 1px;
padding-bottom: 1px;
}

#s-d9be54e5-3d70-457c-bb89-6fbe8e16b116 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9be54e5-3d70-457c-bb89-6fbe8e16b116 .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

#s-da893713-5095-4793-b2c6-710957ec43e7 {
  padding-top: 1px;
padding-bottom: 1px;
}

#s-ea2811da-e177-4843-bc24-eaff81d9190a .shogun-icon-wrapper {
  text-align: center;
}


#s-ea2811da-e177-4843-bc24-eaff81d9190a .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

.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-707c0e9b-77c6-4a06-8d49-fbf9c22cfce3 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-color: rgba(230, 141, 139, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-707c0e9b-77c6-4a06-8d49-fbf9c22cfce3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-color: rgba(230, 141, 139, 1) !important;
hover-type: color !important;}#s-707c0e9b-77c6-4a06-8d49-fbf9c22cfce3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-707c0e9b-77c6-4a06-8d49-fbf9c22cfce3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-458172b5-0abe-4819-909f-762437d0049a {
  padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-458172b5-0abe-4819-909f-762437d0049a {
  display: none;
}
#s-458172b5-0abe-4819-909f-762437d0049a, #wrap-s-458172b5-0abe-4819-909f-762437d0049a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-458172b5-0abe-4819-909f-762437d0049a {
  display: none;
}
#s-458172b5-0abe-4819-909f-762437d0049a, #wrap-s-458172b5-0abe-4819-909f-762437d0049a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-458172b5-0abe-4819-909f-762437d0049a {
  display: none;
}
#s-458172b5-0abe-4819-909f-762437d0049a, #wrap-s-458172b5-0abe-4819-909f-762437d0049a { display:none !important; }}@media (max-width: 767px){#s-458172b5-0abe-4819-909f-762437d0049a {
  display: none;
}
#s-458172b5-0abe-4819-909f-762437d0049a, #wrap-s-458172b5-0abe-4819-909f-762437d0049a { display:none !important; }}



  #s-458172b5-0abe-4819-909f-762437d0049a img.shogun-image {
    
    width: px;
  }


#s-458172b5-0abe-4819-909f-762437d0049a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e677da03-f204-4356-8a24-22ef7099930c {
  min-height: 50px;
background-color: rgba(230, 141, 139, 1);
}
@media (min-width: 1200px){#s-e677da03-f204-4356-8a24-22ef7099930c {
  display: none;
}
#s-e677da03-f204-4356-8a24-22ef7099930c, #wrap-s-e677da03-f204-4356-8a24-22ef7099930c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e677da03-f204-4356-8a24-22ef7099930c {
  display: none;
}
#s-e677da03-f204-4356-8a24-22ef7099930c, #wrap-s-e677da03-f204-4356-8a24-22ef7099930c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e677da03-f204-4356-8a24-22ef7099930c {
  display: none;
}
#s-e677da03-f204-4356-8a24-22ef7099930c, #wrap-s-e677da03-f204-4356-8a24-22ef7099930c { display:none !important; }}







#s-e677da03-f204-4356-8a24-22ef7099930c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e677da03-f204-4356-8a24-22ef7099930c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f340d4a1-669a-4185-8391-9c69af4891f9 {
  padding-top: 15px;
}
@media (min-width: 1200px){#s-f340d4a1-669a-4185-8391-9c69af4891f9 {
  display: none;
}
#s-f340d4a1-669a-4185-8391-9c69af4891f9, #wrap-s-f340d4a1-669a-4185-8391-9c69af4891f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f340d4a1-669a-4185-8391-9c69af4891f9 {
  display: none;
}
#s-f340d4a1-669a-4185-8391-9c69af4891f9, #wrap-s-f340d4a1-669a-4185-8391-9c69af4891f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f340d4a1-669a-4185-8391-9c69af4891f9 {
  display: none;
}
#s-f340d4a1-669a-4185-8391-9c69af4891f9, #wrap-s-f340d4a1-669a-4185-8391-9c69af4891f9 { display:none !important; }}
#s-f340d4a1-669a-4185-8391-9c69af4891f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-f340d4a1-669a-4185-8391-9c69af4891f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

#s-29a51d72-06ff-4288-986c-69267c9602d3 {
  padding-top: 10px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-29a51d72-06ff-4288-986c-69267c9602d3 {
  display: none;
}
#s-29a51d72-06ff-4288-986c-69267c9602d3, #wrap-s-29a51d72-06ff-4288-986c-69267c9602d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29a51d72-06ff-4288-986c-69267c9602d3 {
  display: none;
}
#s-29a51d72-06ff-4288-986c-69267c9602d3, #wrap-s-29a51d72-06ff-4288-986c-69267c9602d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29a51d72-06ff-4288-986c-69267c9602d3 {
  display: none;
}
#s-29a51d72-06ff-4288-986c-69267c9602d3, #wrap-s-29a51d72-06ff-4288-986c-69267c9602d3 { display:none !important; }}
#s-7fdd5ec4-23f7-489d-b80b-923601b32a43 {
  padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
}

#s-7fdd5ec4-23f7-489d-b80b-923601b32a43 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(247, 202, 201, 1);
}

#s-839f9f8a-ddec-457b-bc0b-eb06f1d52449 .shogun-icon-wrapper {
  text-align: center;
}


#s-839f9f8a-ddec-457b-bc0b-eb06f1d52449 .shogun-icon-wrapper > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

#s-d6201165-04bd-4a4a-94de-9946c0e78c54 {
  padding-top: 1px;
padding-bottom: 1px;
}

#s-f1aefcfa-7f31-42ac-9b89-97203efe1270 {
  padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 60px;
}

#s-f1aefcfa-7f31-42ac-9b89-97203efe1270 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(247, 202, 201, 1);
}

#s-d7bcfda8-6057-411e-b8a7-c25c4c74dcf0 .shogun-icon-wrapper {
  text-align: center;
}


#s-d7bcfda8-6057-411e-b8a7-c25c4c74dcf0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 17px !important;
  color: rgba(255, 255, 255, 1);
}

#s-7c50609d-25ee-40d8-8af4-f3e0565607f4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-color: rgba(230, 141, 139, 1);
hover-type: color;
letter-spacing: 0px;
}
#s-7c50609d-25ee-40d8-8af4-f3e0565607f4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-color: rgba(230, 141, 139, 1) !important;
hover-type: color !important;}#s-7c50609d-25ee-40d8-8af4-f3e0565607f4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c50609d-25ee-40d8-8af4-f3e0565607f4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 {
  display: none;
}
#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066, #wrap-s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 { display:none !important; }}@media (max-width: 767px){#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 {
  display: none;
}
#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066, #wrap-s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 { display:none !important; }}







#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066 {
  cursor: pointer;
}#s-a0fba384-56e8-4e08-ba9f-6fd90b75a066.shg-box.shg-c {
  -webkit-box-pack: center;
  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-c6a3a6fb-72ad-4fa4-8d5f-8ae3b3fd8be1 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-c6a3a6fb-72ad-4fa4-8d5f-8ae3b3fd8be1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 95px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4aa241f-b105-461f-9728-a389beaa73e3 {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-d4aa241f-b105-461f-9728-a389beaa73e3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5d0dcd5-77dc-4d62-b1b2-24e67bc39e30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
line-height: 2.5em;
}
#s-f5d0dcd5-77dc-4d62-b1b2-24e67bc39e30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d0dcd5-77dc-4d62-b1b2-24e67bc39e30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f5d0dcd5-77dc-4d62-b1b2-24e67bc39e30.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  display: none;
}
#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8, #wrap-s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  display: none;
}
#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8, #wrap-s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  display: none;
}
#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8, #wrap-s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 { display:none !important; }}@media (max-width: 767px){#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  
}
}







#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8 {
  cursor: pointer;
}#s-0e9f512c-fdf8-4aa5-b533-8be0fce391e8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-83186355-685a-4b19-906e-9c1c791a6bb2 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-83186355-685a-4b19-906e-9c1c791a6bb2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 95px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-83186355-685a-4b19-906e-9c1c791a6bb2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 91px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ce83ed93-fd62-4e11-b5e4-e7dbb1a0c1b7 {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-ce83ed93-fd62-4e11-b5e4-e7dbb1a0c1b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dae70944-ef7e-4d58-a2e2-0624c20df403 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
line-height: 2.5em;
background-color: rgba(230, 141, 139, 1);
hover-type: color;
}
#s-dae70944-ef7e-4d58-a2e2-0624c20df403:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dae70944-ef7e-4d58-a2e2-0624c20df403:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dae70944-ef7e-4d58-a2e2-0624c20df403.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-2a291188-51bb-4bb2-b294-868237b5e477 {
  min-height: 50px;
}








#s-2a291188-51bb-4bb2-b294-868237b5e477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a291188-51bb-4bb2-b294-868237b5e477.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-762e7d6b-c6ad-4e1a-828a-dd0287f80eb6 {
  min-height: 50px;
}








#s-762e7d6b-c6ad-4e1a-828a-dd0287f80eb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-762e7d6b-c6ad-4e1a-828a-dd0287f80eb6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b3fa8b0e-249b-447f-8b02-7a441d2c2741 {
  background-attachment: fixed;
padding-bottom: 0px;
min-height: 50px;
}








#s-b3fa8b0e-249b-447f-8b02-7a441d2c2741 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3fa8b0e-249b-447f-8b02-7a441d2c2741.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4205ca69-72a7-442e-81a9-6642d762be12 {
  background-attachment: fixed;
min-height: 50px;
}








#s-4205ca69-72a7-442e-81a9-6642d762be12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4205ca69-72a7-442e-81a9-6642d762be12.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa {
  padding-top: 52px;
padding-bottom: 52px;
}

@media (min-width: 0px) {
[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c28fc5f2-7dfb-4bd6-8c54-70e1157c3dfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6dd53da-6dc1-4380-9495-08a01b495d42 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-a6dd53da-6dc1-4380-9495-08a01b495d42 img.shogun-image {
    
    width: px;
  }


#s-a6dd53da-6dc1-4380-9495-08a01b495d42 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (max-width: 767px){#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
}
#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Cairo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Cairo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-fbd0b8bb-efac-4e40-825c-c16c0ac2dbd3 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-882e133a-a4f3-45fc-a1a8-59009a73c189 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-882e133a-a4f3-45fc-a1a8-59009a73c189 {
  display: none;
}
#s-882e133a-a4f3-45fc-a1a8-59009a73c189, #wrap-s-882e133a-a4f3-45fc-a1a8-59009a73c189 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-882e133a-a4f3-45fc-a1a8-59009a73c189 {
  display: none;
}
#s-882e133a-a4f3-45fc-a1a8-59009a73c189, #wrap-s-882e133a-a4f3-45fc-a1a8-59009a73c189 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-882e133a-a4f3-45fc-a1a8-59009a73c189 {
  display: none;
}
#s-882e133a-a4f3-45fc-a1a8-59009a73c189, #wrap-s-882e133a-a4f3-45fc-a1a8-59009a73c189 { display:none !important; }}
#s-65bec169-e95a-4f7d-b938-5992c4d5aeba {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-65bec169-e95a-4f7d-b938-5992c4d5aeba {
  display: none;
}
#s-65bec169-e95a-4f7d-b938-5992c4d5aeba, #wrap-s-65bec169-e95a-4f7d-b938-5992c4d5aeba { display:none !important; }}
#s-95ec3833-2dbd-4805-bf90-5743626c12e5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
text-align: left;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
line-height: 2em;
}
#s-95ec3833-2dbd-4805-bf90-5743626c12e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95ec3833-2dbd-4805-bf90-5743626c12e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-95ec3833-2dbd-4805-bf90-5743626c12e5 {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
text-align: center;
}
#s-95ec3833-2dbd-4805-bf90-5743626c12e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95ec3833-2dbd-4805-bf90-5743626c12e5:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-95ec3833-2dbd-4805-bf90-5743626c12e5-btn-wrapper {
    text-align: left;
  }


#s-95ec3833-2dbd-4805-bf90-5743626c12e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-95ec3833-2dbd-4805-bf90-5743626c12e5-btn-wrapper {
    text-align: center;
  }


#s-95ec3833-2dbd-4805-bf90-5743626c12e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dae22ea1-514e-427f-b03c-52c14aeb1783 {
  border-style: solid;
padding-left: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}
@media (max-width: 767px){#s-dae22ea1-514e-427f-b03c-52c14aeb1783 {
  padding-top: 75px;
padding-bottom: 0px;
}
}



  #s-dae22ea1-514e-427f-b03c-52c14aeb1783 img.shogun-image {
    
    width: px;
  }


#s-dae22ea1-514e-427f-b03c-52c14aeb1783 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-86c0fed9-d069-473c-b84a-bc1b641375c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (max-width: 767px){#s-86c0fed9-d069-473c-b84a-bc1b641375c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: center;
}
}
#s-86c0fed9-d069-473c-b84a-bc1b641375c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Cairo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-86c0fed9-d069-473c-b84a-bc1b641375c8 .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-86c0fed9-d069-473c-b84a-bc1b641375c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Cairo;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-86c0fed9-d069-473c-b84a-bc1b641375c8 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-9eef315e-1cea-4c99-8904-a6e465bc1272 {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-9eef315e-1cea-4c99-8904-a6e465bc1272 {
  display: none;
}
#s-9eef315e-1cea-4c99-8904-a6e465bc1272, #wrap-s-9eef315e-1cea-4c99-8904-a6e465bc1272 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eef315e-1cea-4c99-8904-a6e465bc1272 {
  display: none;
}
#s-9eef315e-1cea-4c99-8904-a6e465bc1272, #wrap-s-9eef315e-1cea-4c99-8904-a6e465bc1272 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eef315e-1cea-4c99-8904-a6e465bc1272 {
  display: none;
}
#s-9eef315e-1cea-4c99-8904-a6e465bc1272, #wrap-s-9eef315e-1cea-4c99-8904-a6e465bc1272 { display:none !important; }}
#s-8bc2bf80-25d6-41bb-b0df-6fb90ff367da {
  margin-left: 20px;
margin-right: 20px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-8bc2bf80-25d6-41bb-b0df-6fb90ff367da {
  display: none;
}
#s-8bc2bf80-25d6-41bb-b0df-6fb90ff367da, #wrap-s-8bc2bf80-25d6-41bb-b0df-6fb90ff367da { display:none !important; }}
#s-00839906-398b-4f7b-9435-738cffa51ae7 {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: left;
line-height: 2em;
}
#s-00839906-398b-4f7b-9435-738cffa51ae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00839906-398b-4f7b-9435-738cffa51ae7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-00839906-398b-4f7b-9435-738cffa51ae7 {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-00839906-398b-4f7b-9435-738cffa51ae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00839906-398b-4f7b-9435-738cffa51ae7:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-00839906-398b-4f7b-9435-738cffa51ae7-btn-wrapper {
    text-align: left;
  }


#s-00839906-398b-4f7b-9435-738cffa51ae7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-00839906-398b-4f7b-9435-738cffa51ae7-btn-wrapper {
    text-align: center;
  }


#s-00839906-398b-4f7b-9435-738cffa51ae7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-df53c515-cba7-447a-9b0d-7031541ba435 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-df53c515-cba7-447a-9b0d-7031541ba435 {
  display: none;
}
#s-df53c515-cba7-447a-9b0d-7031541ba435, #wrap-s-df53c515-cba7-447a-9b0d-7031541ba435 { display:none !important; }}







#s-df53c515-cba7-447a-9b0d-7031541ba435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df53c515-cba7-447a-9b0d-7031541ba435 {
  cursor: pointer;
}#s-df53c515-cba7-447a-9b0d-7031541ba435.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5e5b3f9d-41a8-48b8-b215-61067ab6d284 {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-5e5b3f9d-41a8-48b8-b215-61067ab6d284 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 80px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f002d06-ffda-4bf0-aefe-a823429432d1 {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-1f002d06-ffda-4bf0-aefe-a823429432d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01b8021f-c499-435f-9f36-c7f01696018f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
line-height: 2.5em;
}
#s-01b8021f-c499-435f-9f36-c7f01696018f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01b8021f-c499-435f-9f36-c7f01696018f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01b8021f-c499-435f-9f36-c7f01696018f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  display: none;
}
#s-3df2779d-97fd-45a7-816c-f250089bd2a7, #wrap-s-3df2779d-97fd-45a7-816c-f250089bd2a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  display: none;
}
#s-3df2779d-97fd-45a7-816c-f250089bd2a7, #wrap-s-3df2779d-97fd-45a7-816c-f250089bd2a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  display: none;
}
#s-3df2779d-97fd-45a7-816c-f250089bd2a7, #wrap-s-3df2779d-97fd-45a7-816c-f250089bd2a7 { display:none !important; }}@media (max-width: 767px){#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  
}
}







#s-3df2779d-97fd-45a7-816c-f250089bd2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df2779d-97fd-45a7-816c-f250089bd2a7 {
  cursor: pointer;
}#s-3df2779d-97fd-45a7-816c-f250089bd2a7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ba58bc6b-868b-455e-8830-59a038388f7e {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-ba58bc6b-868b-455e-8830-59a038388f7e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 75px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9f5581e-0bc1-4c20-9445-bd7eb2695b4e {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-b9f5581e-0bc1-4c20-9445-bd7eb2695b4e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf5e1b7e-c19c-4ee6-9a2a-dca7e6f5faf8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
line-height: 2.5em;
}
#s-bf5e1b7e-c19c-4ee6-9a2a-dca7e6f5faf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf5e1b7e-c19c-4ee6-9a2a-dca7e6f5faf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf5e1b7e-c19c-4ee6-9a2a-dca7e6f5faf8.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-530d52d0-b50b-4521-9294-0d0c5c54fc33 {
  background-attachment: fixed;
min-height: 50px;
}








#s-530d52d0-b50b-4521-9294-0d0c5c54fc33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-530d52d0-b50b-4521-9294-0d0c5c54fc33.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8d142e89-7455-48ef-ac85-38e1349c7483 {
  min-height: 50px;
}








#s-8d142e89-7455-48ef-ac85-38e1349c7483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d142e89-7455-48ef-ac85-38e1349c7483.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f01f085f-b551-4e6c-9271-980d34a88e88 {
  padding-top: 75px;
padding-bottom: 25px;
text-align: center;
}




  #s-f01f085f-b551-4e6c-9271-980d34a88e88 img.shogun-image {
    
    width: px;
  }


#s-f01f085f-b551-4e6c-9271-980d34a88e88 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6612dd89-7c70-42f2-a2a7-30b94f15396b {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-6612dd89-7c70-42f2-a2a7-30b94f15396b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6612dd89-7c70-42f2-a2a7-30b94f15396b .shogun-heading-component h1 a {
  color: #000;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-1c144691-d2d5-4b78-9dd8-242823d74a5d {
  padding-top: 10px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-1c144691-d2d5-4b78-9dd8-242823d74a5d {
  padding-top: 1px;
}
}
#s-91f22b9b-0041-4383-bd98-056de7ded90b {
  padding-top: 100px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91f22b9b-0041-4383-bd98-056de7ded90b {
  
}
}@media (max-width: 767px){#s-91f22b9b-0041-4383-bd98-056de7ded90b {
  
}
}
@media (min-width: 0px) {
[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-91f22b9b-0041-4383-bd98-056de7ded90b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0a55f3dd-65c6-4022-83f6-3241350f437b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-0a55f3dd-65c6-4022-83f6-3241350f437b img.shogun-image {
    
    width: px;
  }


#s-0a55f3dd-65c6-4022-83f6-3241350f437b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-497a78bd-3a06-476f-8010-a65a100d64ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-497a78bd-3a06-476f-8010-a65a100d64ce img.shogun-image {
    
    width: px;
  }


#s-497a78bd-3a06-476f-8010-a65a100d64ce .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2b4ff3e3-2fb6-4119-88b5-62a4c5287ef5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-2b4ff3e3-2fb6-4119-88b5-62a4c5287ef5 img.shogun-image {
    
    width: px;
  }


#s-2b4ff3e3-2fb6-4119-88b5-62a4c5287ef5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-48625d06-ccc0-4719-9afb-aea6a4c9eac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-48625d06-ccc0-4719-9afb-aea6a4c9eac6 img.shogun-image {
    
    width: px;
  }


#s-48625d06-ccc0-4719-9afb-aea6a4c9eac6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-17fd3533-2138-46cf-944f-aab9403d7620 {
  padding-top: 100px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17fd3533-2138-46cf-944f-aab9403d7620 {
  
}
}@media (max-width: 767px){#s-17fd3533-2138-46cf-944f-aab9403d7620 {
  
}
}
@media (min-width: 0px) {
[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-17fd3533-2138-46cf-944f-aab9403d7620"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3614624b-92ae-4d7e-addb-c1f0755b2e5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-3614624b-92ae-4d7e-addb-c1f0755b2e5c img.shogun-image {
    
    width: px;
  }


#s-3614624b-92ae-4d7e-addb-c1f0755b2e5c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-31592d28-809e-423e-bb28-2337cdcee304 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-31592d28-809e-423e-bb28-2337cdcee304 img.shogun-image {
    
    width: px;
  }


#s-31592d28-809e-423e-bb28-2337cdcee304 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d4e69c65-5612-4019-8bfd-cc72f8e94f66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-d4e69c65-5612-4019-8bfd-cc72f8e94f66 img.shogun-image {
    
    width: px;
  }


#s-d4e69c65-5612-4019-8bfd-cc72f8e94f66 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2d31fce0-80c4-46da-86ad-5c13ac46c415 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-2d31fce0-80c4-46da-86ad-5c13ac46c415 img.shogun-image {
    
    width: px;
  }


#s-2d31fce0-80c4-46da-86ad-5c13ac46c415 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390 {
  padding-top: 100px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390 {
  
}
}@media (max-width: 767px){#s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390 {
  padding-top: 50px;
}
}
@media (min-width: 0px) {
[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fe52247f-ecd5-4506-bc2e-b6c94d2f2390"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3daf069d-2343-4f37-beb1-86184d1f0c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-3daf069d-2343-4f37-beb1-86184d1f0c32 img.shogun-image {
    
    width: px;
  }


#s-3daf069d-2343-4f37-beb1-86184d1f0c32 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8c373bef-5407-41fa-b694-c828062a9ffb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-8c373bef-5407-41fa-b694-c828062a9ffb img.shogun-image {
    
    width: px;
  }


#s-8c373bef-5407-41fa-b694-c828062a9ffb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2aa9984e-dba6-4a7b-84e7-e749719e493b {
  padding-top: 19px;
padding-bottom: 19px;
text-align: center;
}




  #s-2aa9984e-dba6-4a7b-84e7-e749719e493b img.shogun-image {
    
    width: px;
  }


#s-2aa9984e-dba6-4a7b-84e7-e749719e493b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d96d472a-c7b0-4e86-9bc9-83694d3afd35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-d96d472a-c7b0-4e86-9bc9-83694d3afd35 img.shogun-image {
    
    width: px;
  }


#s-d96d472a-c7b0-4e86-9bc9-83694d3afd35 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-be739cca-c9ee-41e0-94ec-8c8267d4a419 {
  padding-bottom: 75px;
min-height: 50px;
}








#s-be739cca-c9ee-41e0-94ec-8c8267d4a419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be739cca-c9ee-41e0-94ec-8c8267d4a419.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-633ec62d-ad42-488a-97e6-11f5fdb7ae72 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-633ec62d-ad42-488a-97e6-11f5fdb7ae72:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-633ec62d-ad42-488a-97e6-11f5fdb7ae72:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-633ec62d-ad42-488a-97e6-11f5fdb7ae72 {
  
}
}


#s-633ec62d-ad42-488a-97e6-11f5fdb7ae72.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bf03c22f-86b1-42fd-855d-11690c0c2629 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-bf03c22f-86b1-42fd-855d-11690c0c2629 {
  display: none;
}
#s-bf03c22f-86b1-42fd-855d-11690c0c2629, #wrap-s-bf03c22f-86b1-42fd-855d-11690c0c2629 { display:none !important; }}







#s-bf03c22f-86b1-42fd-855d-11690c0c2629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf03c22f-86b1-42fd-855d-11690c0c2629 {
  cursor: pointer;
}#s-bf03c22f-86b1-42fd-855d-11690c0c2629.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4800bd52-a88d-4b7e-b382-0be6e6568f2a {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-4800bd52-a88d-4b7e-b382-0be6e6568f2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 95px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70bfb042-d999-452b-b270-ba90fc4c0051 {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-70bfb042-d999-452b-b270-ba90fc4c0051 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df12457f-1cec-4b5e-a598-54024f778e05 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
line-height: 2.5em;
background-color: rgba(230, 141, 139, 1);
hover-type: color;
}
#s-df12457f-1cec-4b5e-a598-54024f778e05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df12457f-1cec-4b5e-a598-54024f778e05:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-df12457f-1cec-4b5e-a598-54024f778e05.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-5b99b6c5-96a3-4494-aba1-f9acdb476a0a {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-5b99b6c5-96a3-4494-aba1-f9acdb476a0a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 75px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5b99b6c5-96a3-4494-aba1-f9acdb476a0a .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-5b99b6c5-96a3-4494-aba1-f9acdb476a0a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 68px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-5b99b6c5-96a3-4494-aba1-f9acdb476a0a .shogun-heading-component h1 a {
  color: #000;
}

}
#s-8ff07243-1808-484e-ba81-56a0e0f7e8ea {
  padding-top: 50px;
padding-left: 45px;
padding-bottom: 50px;
padding-right: 45px;
}

@media (min-width: 0px) {
[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.0px);
}

[id="s-8ff07243-1808-484e-ba81-56a0e0f7e8ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.0px);
}

}

#s-0c5d2406-d3aa-4bcc-8959-dd7b3400ec6c {
  text-align: center;
}




  #s-0c5d2406-d3aa-4bcc-8959-dd7b3400ec6c img.shogun-image {
    
    width: px;
  }


#s-0c5d2406-d3aa-4bcc-8959-dd7b3400ec6c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: left;
}
@media (max-width: 767px){#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: center;
}
}
#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ca6d4dfe-8392-42d2-804a-a74c80a9b336 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 {
  padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}
@media (min-width: 1200px){#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 {
  display: none;
}
#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1, #wrap-s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 {
  display: none;
}
#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1, #wrap-s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 {
  display: none;
}
#s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1, #wrap-s-bfdfb670-64fa-4eff-b72f-acdee02ae6f1 { display:none !important; }}
#s-513fb6ad-1cd9-48fb-a182-1be4d82c23e6 {
  padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
}
@media (max-width: 767px){#s-513fb6ad-1cd9-48fb-a182-1be4d82c23e6 {
  display: none;
}
#s-513fb6ad-1cd9-48fb-a182-1be4d82c23e6, #wrap-s-513fb6ad-1cd9-48fb-a182-1be4d82c23e6 { display:none !important; }}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: left;
line-height: 2em;
}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 {
  display: none;
}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24, #wrap-s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 {
  display: none;
}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24, #wrap-s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 {
  display: none;
}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24, #wrap-s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 { display:none !important; }}@media (max-width: 767px){#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24 {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24-btn-wrapper {
    text-align: left;
  }


#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24-btn-wrapper {
    text-align: center;
  }


#s-fd5c43a4-ad79-49b1-aa68-2fe57fbe5b24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3efe081e-81e8-493d-907f-812223ad4513 {
  text-align: center;
}
@media (max-width: 767px){#s-3efe081e-81e8-493d-907f-812223ad4513 {
  padding-top: 75px;
}
}



  #s-3efe081e-81e8-493d-907f-812223ad4513 img.shogun-image {
    
    width: px;
  }


#s-3efe081e-81e8-493d-907f-812223ad4513 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-be607a82-e7d8-4b8b-991f-3c1f986284fe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: left;
}
@media (max-width: 767px){#s-be607a82-e7d8-4b8b-991f-3c1f986284fe {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: center;
}
}
#s-be607a82-e7d8-4b8b-991f-3c1f986284fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-be607a82-e7d8-4b8b-991f-3c1f986284fe .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-be607a82-e7d8-4b8b-991f-3c1f986284fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-be607a82-e7d8-4b8b-991f-3c1f986284fe .shogun-heading-component h1 a {
  color: #000;
}

}
#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c {
  display: none;
}
#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c, #wrap-s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c {
  display: none;
}
#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c, #wrap-s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c {
  display: none;
}
#s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c, #wrap-s-2b1fe7b4-96c4-4ac6-81d1-3b726403403c { display:none !important; }}
#s-d6b7f620-1246-4e3d-a313-9e89c174efd3 {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-d6b7f620-1246-4e3d-a313-9e89c174efd3 {
  display: none;
}
#s-d6b7f620-1246-4e3d-a313-9e89c174efd3, #wrap-s-d6b7f620-1246-4e3d-a313-9e89c174efd3 { display:none !important; }}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: left;
line-height: 2em;
}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1e3531c-9354-4cc7-824d-0692e013bd8b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c1e3531c-9354-4cc7-824d-0692e013bd8b {
  display: none;
}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b, #wrap-s-c1e3531c-9354-4cc7-824d-0692e013bd8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1e3531c-9354-4cc7-824d-0692e013bd8b {
  display: none;
}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b, #wrap-s-c1e3531c-9354-4cc7-824d-0692e013bd8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1e3531c-9354-4cc7-824d-0692e013bd8b {
  display: none;
}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b, #wrap-s-c1e3531c-9354-4cc7-824d-0692e013bd8b { display:none !important; }}@media (max-width: 767px){#s-c1e3531c-9354-4cc7-824d-0692e013bd8b {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-c1e3531c-9354-4cc7-824d-0692e013bd8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1e3531c-9354-4cc7-824d-0692e013bd8b:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-c1e3531c-9354-4cc7-824d-0692e013bd8b-btn-wrapper {
    text-align: left;
  }


#s-c1e3531c-9354-4cc7-824d-0692e013bd8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-c1e3531c-9354-4cc7-824d-0692e013bd8b-btn-wrapper {
    text-align: center;
  }


#s-c1e3531c-9354-4cc7-824d-0692e013bd8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e7d91edf-5ac7-494e-a4a9-7387c87b5a3a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e7d91edf-5ac7-494e-a4a9-7387c87b5a3a {
  padding-top: 75px;
}
}



  #s-e7d91edf-5ac7-494e-a4a9-7387c87b5a3a img.shogun-image {
    
    width: px;
  }


#s-e7d91edf-5ac7-494e-a4a9-7387c87b5a3a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b2250366-f583-488a-becc-2641cb501451 {
  padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: left;
}
@media (max-width: 767px){#s-b2250366-f583-488a-becc-2641cb501451 {
  padding-top: 0px;
padding-left: 5px;
padding-bottom: 0px;
padding-right: 5px;
text-align: center;
}
}
#s-b2250366-f583-488a-becc-2641cb501451 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-b2250366-f583-488a-becc-2641cb501451 .shogun-heading-component h1 a {
  color: #000;
}

@media (max-width: 767px){#s-b2250366-f583-488a-becc-2641cb501451 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: Cairo;
  font-style:  normal ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b2250366-f583-488a-becc-2641cb501451 .shogun-heading-component h1 a {
  color: #000;
}

}
#s-33f158d7-d49d-4e16-ae5b-816303235c8b {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-33f158d7-d49d-4e16-ae5b-816303235c8b {
  display: none;
}
#s-33f158d7-d49d-4e16-ae5b-816303235c8b, #wrap-s-33f158d7-d49d-4e16-ae5b-816303235c8b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33f158d7-d49d-4e16-ae5b-816303235c8b {
  display: none;
}
#s-33f158d7-d49d-4e16-ae5b-816303235c8b, #wrap-s-33f158d7-d49d-4e16-ae5b-816303235c8b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33f158d7-d49d-4e16-ae5b-816303235c8b {
  display: none;
}
#s-33f158d7-d49d-4e16-ae5b-816303235c8b, #wrap-s-33f158d7-d49d-4e16-ae5b-816303235c8b { display:none !important; }}
#s-a128bfed-74ed-4583-ace0-608f3fc3f904 {
  margin-left: 5px;
margin-right: 5px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-a128bfed-74ed-4583-ace0-608f3fc3f904 {
  display: none;
}
#s-a128bfed-74ed-4583-ace0-608f3fc3f904, #wrap-s-a128bfed-74ed-4583-ace0-608f3fc3f904 { display:none !important; }}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: left;
line-height: 2em;
}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff4126b0-3116-4731-8e67-10dd35c1020f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ff4126b0-3116-4731-8e67-10dd35c1020f {
  display: none;
}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f, #wrap-s-ff4126b0-3116-4731-8e67-10dd35c1020f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff4126b0-3116-4731-8e67-10dd35c1020f {
  display: none;
}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f, #wrap-s-ff4126b0-3116-4731-8e67-10dd35c1020f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff4126b0-3116-4731-8e67-10dd35c1020f {
  display: none;
}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f, #wrap-s-ff4126b0-3116-4731-8e67-10dd35c1020f { display:none !important; }}@media (max-width: 767px){#s-ff4126b0-3116-4731-8e67-10dd35c1020f {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: center;
}
#s-ff4126b0-3116-4731-8e67-10dd35c1020f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff4126b0-3116-4731-8e67-10dd35c1020f:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ff4126b0-3116-4731-8e67-10dd35c1020f-btn-wrapper {
    text-align: left;
  }


#s-ff4126b0-3116-4731-8e67-10dd35c1020f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-ff4126b0-3116-4731-8e67-10dd35c1020f-btn-wrapper {
    text-align: center;
  }


#s-ff4126b0-3116-4731-8e67-10dd35c1020f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

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

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

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

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

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

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

.shg-ig-user-details {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

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

.shg-ig-username-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

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

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

#s-327a1e0e-9a15-4513-973c-5d0c0bf43583 {
  text-align: left;
}
@media (min-width: 1200px){#s-327a1e0e-9a15-4513-973c-5d0c0bf43583 {
  display: none;
}
#s-327a1e0e-9a15-4513-973c-5d0c0bf43583, #wrap-s-327a1e0e-9a15-4513-973c-5d0c0bf43583 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-327a1e0e-9a15-4513-973c-5d0c0bf43583 {
  display: none;
}
#s-327a1e0e-9a15-4513-973c-5d0c0bf43583, #wrap-s-327a1e0e-9a15-4513-973c-5d0c0bf43583 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-327a1e0e-9a15-4513-973c-5d0c0bf43583 {
  display: none;
}
#s-327a1e0e-9a15-4513-973c-5d0c0bf43583, #wrap-s-327a1e0e-9a15-4513-973c-5d0c0bf43583 { display:none !important; }}@media (max-width: 767px){#s-327a1e0e-9a15-4513-973c-5d0c0bf43583 {
  display: none;
}
#s-327a1e0e-9a15-4513-973c-5d0c0bf43583, #wrap-s-327a1e0e-9a15-4513-973c-5d0c0bf43583 { display:none !important; }}
[id="s-327a1e0e-9a15-4513-973c-5d0c0bf43583"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 5px;
}

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

@media (min-width: 768px) {
  [id="s-327a1e0e-9a15-4513-973c-5d0c0bf43583"] .shg-ig-posts-container > .shg-ig-posts {
    width: 20.0%;
    padding-right: 5px;
  }

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

#s-2ebb79e3-0114-4731-9138-173a963d8cd2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-2ebb79e3-0114-4731-9138-173a963d8cd2 {
  display: none;
}
#s-2ebb79e3-0114-4731-9138-173a963d8cd2, #wrap-s-2ebb79e3-0114-4731-9138-173a963d8cd2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ebb79e3-0114-4731-9138-173a963d8cd2 {
  display: none;
}
#s-2ebb79e3-0114-4731-9138-173a963d8cd2, #wrap-s-2ebb79e3-0114-4731-9138-173a963d8cd2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ebb79e3-0114-4731-9138-173a963d8cd2 {
  display: none;
}
#s-2ebb79e3-0114-4731-9138-173a963d8cd2, #wrap-s-2ebb79e3-0114-4731-9138-173a963d8cd2 { display:none !important; }}@media (max-width: 767px){#s-2ebb79e3-0114-4731-9138-173a963d8cd2 {
  display: none;
}
#s-2ebb79e3-0114-4731-9138-173a963d8cd2, #wrap-s-2ebb79e3-0114-4731-9138-173a963d8cd2 { display:none !important; }}
#s-e8d44661-83cc-48a6-8f47-77f45b085046 {
  padding-top: 100px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-e8d44661-83cc-48a6-8f47-77f45b085046"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.5px);
}

}

#s-dd6e6574-e7d1-4376-9ee5-425d4f35e54b {
  display: none;
}
#s-8f31b741-e8d5-4171-980b-fdd98c95fb53 {
  display: none;
}
.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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  text-align: left;
}


.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  max-width: 100%;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom,
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  max-width: 100%;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom,
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  max-width: 100%;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom,
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  max-width: 100%;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom,
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a {
  max-width: 100%;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .shg-image-zoom,
.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-20bb7b2f-9dcd-4676-89fb-f49b7ac7dc4a .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-74dc2a56-c7b0-4712-ba6e-c3111161b04f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74dc2a56-c7b0-4712-ba6e-c3111161b04f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-f2e3db14-c001-4023-8f6f-d1eba022bb45 {
  display: none;
}
#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  text-align: left;
}


.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  max-width: 100%;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom,
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  max-width: 100%;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom,
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  max-width: 100%;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom,
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  max-width: 100%;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom,
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c {
  max-width: 100%;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom,
.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1947f4ef-dc4d-45f5-be52-34c289c0704c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ebe581c-c910-42b0-b9be-8fcffa20aef1 {
  display: none;
}
#s-218f7ac8-c51d-433a-a50f-60dfb1053981 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-218f7ac8-c51d-433a-a50f-60dfb1053981 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-b8ff69a1-5af8-4c71-bdb6-4cceb09c6066 {
  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-b8ff69a1-5af8-4c71-bdb6-4cceb09c6066:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8ff69a1-5af8-4c71-bdb6-4cceb09c6066:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8ff69a1-5af8-4c71-bdb6-4cceb09c6066.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8e99428-a785-4148-85dd-0ac5f8bf7c29 {
  display: none;
}
#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  text-align: left;
}


.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  max-width: 100%;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom,
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  max-width: 100%;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom,
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  max-width: 100%;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom,
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  max-width: 100%;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom,
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 {
  max-width: 100%;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom,
.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51c02d8d-15cd-4276-a601-f33a8828c108 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-79cee925-58fc-43cb-be33-b22cc7de8a55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79cee925-58fc-43cb-be33-b22cc7de8a55 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-623603d1-61cf-4802-adc9-a57de69bce00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-623603d1-61cf-4802-adc9-a57de69bce00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-623603d1-61cf-4802-adc9-a57de69bce00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-623603d1-61cf-4802-adc9-a57de69bce00 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-623603d1-61cf-4802-adc9-a57de69bce00.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-623603d1-61cf-4802-adc9-a57de69bce00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-623603d1-61cf-4802-adc9-a57de69bce00.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7 {
  padding-top: 100px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-c0d3d8c0-aff3-4aea-91ae-15701ca331d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.5px);
}

}

#s-2b277112-7874-4dfc-a17b-7cf3032339d6 {
  display: none;
}
#s-d9435fc8-658a-4380-af77-eb2469fdbfce {
  display: none;
}
#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  text-align: left;
}


.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  max-width: 100%;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom,
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  max-width: 100%;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom,
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  max-width: 100%;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom,
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  max-width: 100%;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom,
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 {
  max-width: 100%;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom,
.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3fe72b16-3167-4030-8ad3-734ccd23cb51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9aad4a0a-5499-46ca-9d15-60a82ec361fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9aad4a0a-5499-46ca-9d15-60a82ec361fa .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-926162b5-5a13-4164-8d15-926998bc2d00 {
  display: none;
}
#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  text-align: left;
}


.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  max-width: 100%;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom,
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  max-width: 100%;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom,
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  max-width: 100%;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom,
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  max-width: 100%;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom,
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d {
  max-width: 100%;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom,
.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3efa327-b0da-4635-abb1-e62c0f7aa51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ddddae4-3051-4455-a73e-593dc8666d79 {
  display: none;
}
#s-b939cb3b-3db2-4793-b423-8a4ffc516581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b939cb3b-3db2-4793-b423-8a4ffc516581 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-6831460d-ec3b-4970-855c-f9882be1d819 {
  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-6831460d-ec3b-4970-855c-f9882be1d819:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6831460d-ec3b-4970-855c-f9882be1d819:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6831460d-ec3b-4970-855c-f9882be1d819.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-59551237-e1e9-4859-b6ed-f63d8a8e86fc {
  display: none;
}
#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  text-align: left;
}


.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  max-width: 100%;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom,
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  max-width: 100%;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom,
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  max-width: 100%;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom,
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  max-width: 100%;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom,
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 {
  max-width: 100%;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom,
.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61ab48df-c2af-4e4c-9e04-5102ea5f1b52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-29debfbe-cd12-4843-9d7f-fe7f68d3d26d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29debfbe-cd12-4843-9d7f-fe7f68d3d26d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bba5fbdf-52c5-4753-a39d-ffa7cc2bf7ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e {
  padding-top: 100px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
}

@media (min-width: 0px) {
[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.5px);
}

[id="s-a5fa5693-e6ee-4bf5-bf09-41f29bd2d43e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.5px);
}

}

#s-393787a8-f8e8-49ca-8fd2-26d28014c1ea {
  display: none;
}
#s-66fc19d3-6d6f-4333-b1b3-14122ec981aa {
  display: none;
}
#s-82791034-844d-49c4-9138-c6ada7f29429 {
  text-align: left;
}


.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 {
  max-width: 100%;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom,
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 {
  max-width: 100%;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom,
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 {
  max-width: 100%;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom,
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 {
  max-width: 100%;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom,
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 {
  max-width: 100%;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom,
.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82791034-844d-49c4-9138-c6ada7f29429 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8123253c-486d-4c0a-a88f-1f6b5294cbe7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8123253c-486d-4c0a-a88f-1f6b5294cbe7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-c92b9484-9c14-4fa8-ab6f-3581cf34238c {
  display: none;
}
#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  text-align: left;
}


.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  max-width: 100%;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom,
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  max-width: 100%;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom,
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  max-width: 100%;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom,
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  max-width: 100%;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom,
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db {
  max-width: 100%;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom,
.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6f6fd429-b1e9-4b6e-8a9b-4553c5d774db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31603210-249d-4257-904a-a7ae7399ff2f {
  display: none;
}
#s-181f60fb-daa5-4213-b669-13aae4cca1ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-181f60fb-daa5-4213-b669-13aae4cca1ac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-5184be09-bfdc-4a58-8c3b-e72f0d03740d {
  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-5184be09-bfdc-4a58-8c3b-e72f0d03740d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5184be09-bfdc-4a58-8c3b-e72f0d03740d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5184be09-bfdc-4a58-8c3b-e72f0d03740d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-542d3a3b-8c0c-4bb9-b19e-af119766fab4 {
  display: none;
}
#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  text-align: left;
}


.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  max-width: 100%;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom,
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  max-width: 100%;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom,
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  max-width: 100%;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom,
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  max-width: 100%;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom,
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 {
  max-width: 100%;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom,
.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070d980c-8a8a-4eff-a727-3d6d0b06add9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3b771396-f87a-44bc-8729-6a8c23f37cdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b771396-f87a-44bc-8729-6a8c23f37cdd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
}

#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9c2f923-6d37-4f2c-bf67-fcb75f14867c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e {
  margin-left: 17px;
margin-right: 17px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-radius: 2px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
text-align: center;
line-height: 2em;
}
#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e {
  display: none;
}
#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e, #wrap-s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e { display:none !important; }}

  #s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e-btn-wrapper {
    text-align: center;
  }


#s-7de6c66c-c468-4dbd-a0ac-c89af4ab952e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  display: none;
}
#s-3aac0b7b-5589-4520-aa2e-577b72946422, #wrap-s-3aac0b7b-5589-4520-aa2e-577b72946422 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  display: none;
}
#s-3aac0b7b-5589-4520-aa2e-577b72946422, #wrap-s-3aac0b7b-5589-4520-aa2e-577b72946422 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  
}
}@media (max-width: 767px){#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  
}
}







#s-3aac0b7b-5589-4520-aa2e-577b72946422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aac0b7b-5589-4520-aa2e-577b72946422 {
  cursor: pointer;
}#s-3aac0b7b-5589-4520-aa2e-577b72946422.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c70f35b3-1116-4dc0-af8a-1b75327a60cd {
  padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}

#s-c70f35b3-1116-4dc0-af8a-1b75327a60cd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 58px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33ba1cc8-bc66-4138-a36c-092c9edebe7b {
  padding-top: 14px;
padding-bottom: 25px;
text-align: center;
}

#s-33ba1cc8-bc66-4138-a36c-092c9edebe7b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db1127ca-4db8-40c4-92dc-3ddca1745e49 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
line-height: 2.5em;
}
#s-db1127ca-4db8-40c4-92dc-3ddca1745e49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db1127ca-4db8-40c4-92dc-3ddca1745e49:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db1127ca-4db8-40c4-92dc-3ddca1745e49.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}

#s-b87c3529-c91a-4764-9932-9eba0c451c96 {
  min-height: 50px;
}








#s-b87c3529-c91a-4764-9932-9eba0c451c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87c3529-c91a-4764-9932-9eba0c451c96.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c168ab55-9ced-4772-9964-f4d99a43fcf2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-508f2a63-9b45-4b52-8393-a8e7e2694e52 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 0px;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-508f2a63-9b45-4b52-8393-a8e7e2694e52 {
  
}
}







#s-508f2a63-9b45-4b52-8393-a8e7e2694e52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-508f2a63-9b45-4b52-8393-a8e7e2694e52 {
  cursor: pointer;
}#s-508f2a63-9b45-4b52-8393-a8e7e2694e52.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8745fd4e-ab3b-4e6a-8665-245f78467dbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8745fd4e-ab3b-4e6a-8665-245f78467dbc .shogun-heading-component h1 {
  color: rgba(248, 248, 248, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 75px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5dd606e9-6fd0-4f78-a54d-0d5b66ee021d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dd606e9-6fd0-4f78-a54d-0d5b66ee021d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-28a5051c-45ca-4583-865d-9951a493d9db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 1);
line-height: 2.5em;
}
#s-28a5051c-45ca-4583-865d-9951a493d9db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28a5051c-45ca-4583-865d-9951a493d9db:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-28a5051c-45ca-4583-865d-9951a493d9db.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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