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

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

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

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

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

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

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

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

#s-8a82b28d-68c9-45f5-afe8-42386f13946f {
  min-height: 500px;
}








#s-8a82b28d-68c9-45f5-afe8-42386f13946f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a82b28d-68c9-45f5-afe8-42386f13946f.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-17a8550c-8145-4d9c-ad95-f989d85108ca {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-17a8550c-8145-4d9c-ad95-f989d85108ca .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-17a8550c-8145-4d9c-ad95-f989d85108ca .shg-sld-nav-button.shg-sld-left,
#s-17a8550c-8145-4d9c-ad95-f989d85108ca .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8 {
  background-image: url(https://i.shgcdn.com/9a5c3eaa-ff3e-4b40-8f00-2bd52d5e0a57/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8 {
  cursor: pointer;
}#s-57920c5d-fe6c-4466-95a1-27f66e0e54b8.shg-box.shg-c {
  justify-content: center;
}

#s-280defae-b20a-4b90-85ba-e43280f7306f {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-280defae-b20a-4b90-85ba-e43280f7306f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-280defae-b20a-4b90-85ba-e43280f7306f.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-471459e4-9a2d-466e-84fc-a1c6b7e76f8d {
  margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-471459e4-9a2d-466e-84fc-a1c6b7e76f8d .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-471459e4-9a2d-466e-84fc-a1c6b7e76f8d .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-9cffa1ae-3353-4afb-961c-114255896995 {
  margin-top: 8%;
margin-left: 36%;
margin-bottom: 8%;
margin-right: 36%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cffa1ae-3353-4afb-961c-114255896995 {
  display: none;
}
#s-9cffa1ae-3353-4afb-961c-114255896995, #wrap-s-9cffa1ae-3353-4afb-961c-114255896995 { display:none !important; }}@media (max-width: 767px){#s-9cffa1ae-3353-4afb-961c-114255896995 {
  display: none;
}
#s-9cffa1ae-3353-4afb-961c-114255896995, #wrap-s-9cffa1ae-3353-4afb-961c-114255896995 { display:none !important; }}



  #s-9cffa1ae-3353-4afb-961c-114255896995 img.shogun-image {
    
    width: px;
  }


#s-9cffa1ae-3353-4afb-961c-114255896995 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 {
  display: none;
}
#s-7b3cb05c-4aba-453a-a670-2d9acd438e67, #wrap-s-7b3cb05c-4aba-453a-a670-2d9acd438e67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 {
  display: none;
}
#s-7b3cb05c-4aba-453a-a670-2d9acd438e67, #wrap-s-7b3cb05c-4aba-453a-a670-2d9acd438e67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 {
  margin-top: 9%;
margin-left: -7%;
margin-bottom: 9%;
margin-right: -7%;
padding-left: 24%;
padding-right: 24%;
}
}@media (max-width: 767px){#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 {
  margin-top: 17%;
margin-left: -5%;
margin-bottom: 17%;
margin-right: -5%;
}
}



  #s-7b3cb05c-4aba-453a-a670-2d9acd438e67 img.shogun-image {
    
    width: px;
  }


#s-7b3cb05c-4aba-453a-a670-2d9acd438e67 .shogun-image-content {
  
    align-items: center;
  
}

.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-a87f3e61-192c-4b43-b2f5-fb357f383e62 {
  border-style: solid;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-a87f3e61-192c-4b43-b2f5-fb357f383e62:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a87f3e61-192c-4b43-b2f5-fb357f383e62:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}

  #s-a87f3e61-192c-4b43-b2f5-fb357f383e62-btn-wrapper {
    text-align: center;
  }


#s-a87f3e61-192c-4b43-b2f5-fb357f383e62.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a72df628-9314-4096-99e7-17c4fc61298b {
  background-image: url(https://i.shgcdn.com/31f1285a-e276-4b48-b3cb-f52786e7c637/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: 17% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a72df628-9314-4096-99e7-17c4fc61298b {
  min-height: 600px;
}
}@media (max-width: 767px){#s-a72df628-9314-4096-99e7-17c4fc61298b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-a72df628-9314-4096-99e7-17c4fc61298b > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-a72df628-9314-4096-99e7-17c4fc61298b {
  cursor: pointer;
}#s-a72df628-9314-4096-99e7-17c4fc61298b.shg-box.shg-c {
  justify-content: center;
}

#s-7f554e26-9fb8-4ab9-a285-13873244f150 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-7f554e26-9fb8-4ab9-a285-13873244f150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f554e26-9fb8-4ab9-a285-13873244f150.shg-box.shg-c {
  justify-content: center;
}

#s-5e0481e3-54cc-4896-aa03-5fdff7ac3f8b {
  margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e0481e3-54cc-4896-aa03-5fdff7ac3f8b .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-5e0481e3-54cc-4896-aa03-5fdff7ac3f8b .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-60e67e3a-9698-4da0-9665-38495e9dad71 {
  margin-top: 8%;
margin-left: 36%;
margin-bottom: 8%;
margin-right: 36%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-60e67e3a-9698-4da0-9665-38495e9dad71 {
  display: none;
}
#s-60e67e3a-9698-4da0-9665-38495e9dad71, #wrap-s-60e67e3a-9698-4da0-9665-38495e9dad71 { display:none !important; }}@media (max-width: 767px){#s-60e67e3a-9698-4da0-9665-38495e9dad71 {
  display: none;
}
#s-60e67e3a-9698-4da0-9665-38495e9dad71, #wrap-s-60e67e3a-9698-4da0-9665-38495e9dad71 { display:none !important; }}



  #s-60e67e3a-9698-4da0-9665-38495e9dad71 img.shogun-image {
    
    width: px;
  }


#s-60e67e3a-9698-4da0-9665-38495e9dad71 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 {
  display: none;
}
#s-2f2dce58-3579-4cec-bfc6-4108b9f53947, #wrap-s-2f2dce58-3579-4cec-bfc6-4108b9f53947 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 {
  display: none;
}
#s-2f2dce58-3579-4cec-bfc6-4108b9f53947, #wrap-s-2f2dce58-3579-4cec-bfc6-4108b9f53947 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 {
  margin-top: 9%;
margin-left: -7%;
margin-bottom: 9%;
margin-right: -7%;
padding-left: 24%;
padding-right: 24%;
}
}@media (max-width: 767px){#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 {
  margin-top: 17%;
margin-left: -5%;
margin-bottom: 17%;
margin-right: -5%;
}
}



  #s-2f2dce58-3579-4cec-bfc6-4108b9f53947 img.shogun-image {
    
    width: px;
  }


#s-2f2dce58-3579-4cec-bfc6-4108b9f53947 .shogun-image-content {
  
    align-items: center;
  
}

#s-e310f996-fa1c-4045-823f-085bc6eace05 {
  border-style: solid;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-e310f996-fa1c-4045-823f-085bc6eace05:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e310f996-fa1c-4045-823f-085bc6eace05:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}

  #s-e310f996-fa1c-4045-823f-085bc6eace05-btn-wrapper {
    text-align: center;
  }


#s-e310f996-fa1c-4045-823f-085bc6eace05.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cf279065-a013-4322-9fcd-a43901cc702f {
  background-image: url(https://i.shgcdn.com/bba5ccf5-5bc9-4670-880f-c726ded5b9eb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: 50% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf279065-a013-4322-9fcd-a43901cc702f {
  min-height: 600px;
}
}@media (max-width: 767px){#s-cf279065-a013-4322-9fcd-a43901cc702f {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
}
}







#s-cf279065-a013-4322-9fcd-a43901cc702f > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-cf279065-a013-4322-9fcd-a43901cc702f {
  cursor: pointer;
}#s-cf279065-a013-4322-9fcd-a43901cc702f.shg-box.shg-c {
  justify-content: center;
}

#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 {
  margin-top: 14%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 {
  margin-top: 14%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 {
  margin-top: 31%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 {
  margin-top: 58%;
}
}







#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d92130-79bd-4ddd-8f0d-87a6685f2b73.shg-box.shg-c {
  justify-content: center;
}

#s-fb099326-202c-44a2-9534-c1bd2e75de17 {
  text-align: center;
}
@media (min-width: 1200px){#s-fb099326-202c-44a2-9534-c1bd2e75de17 {
  padding-left: 40%;
padding-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb099326-202c-44a2-9534-c1bd2e75de17 {
  padding-left: 40%;
padding-right: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb099326-202c-44a2-9534-c1bd2e75de17 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-fb099326-202c-44a2-9534-c1bd2e75de17 {
  padding-left: 12%;
padding-right: 12%;
}
}



  #s-fb099326-202c-44a2-9534-c1bd2e75de17 img.shogun-image {
    
    width: px;
  }


#s-fb099326-202c-44a2-9534-c1bd2e75de17 .shogun-image-content {
  
    align-items: center;
  
}

#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd {
  border-style: solid;
margin-top: 2.5%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd {
  margin-top: 5.5%;
}
}@media (max-width: 767px){#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd {
  margin-top: 6.5%;
}
}

  #s-f66cbc75-f397-48f6-bcad-4e71ff757ffd-btn-wrapper {
    text-align: center;
  }


#s-f66cbc75-f397-48f6-bcad-4e71ff757ffd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5657e470-b603-402a-a46d-6d13a5ceb343 {
  background-image: url(https://i.shgcdn.com/31f1285a-e276-4b48-b3cb-f52786e7c637/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5657e470-b603-402a-a46d-6d13a5ceb343 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-5657e470-b603-402a-a46d-6d13a5ceb343 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
}
}







#s-5657e470-b603-402a-a46d-6d13a5ceb343 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-5657e470-b603-402a-a46d-6d13a5ceb343 {
  cursor: pointer;
}#s-5657e470-b603-402a-a46d-6d13a5ceb343.shg-box.shg-c {
  justify-content: center;
}

#s-8e247c71-0545-4a8b-8bdb-335408233d46 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-8e247c71-0545-4a8b-8bdb-335408233d46 {
  margin-top: 0px;
padding-top: 1px;
padding-bottom: 1px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e247c71-0545-4a8b-8bdb-335408233d46 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e247c71-0545-4a8b-8bdb-335408233d46 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-8e247c71-0545-4a8b-8bdb-335408233d46 {
  margin-top: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
}
#s-8e247c71-0545-4a8b-8bdb-335408233d46 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-718e7c81-16b4-4fdf-b39f-c817977a5444 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-718e7c81-16b4-4fdf-b39f-c817977a5444 {
  display: none;
}
#s-718e7c81-16b4-4fdf-b39f-c817977a5444, #wrap-s-718e7c81-16b4-4fdf-b39f-c817977a5444 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-718e7c81-16b4-4fdf-b39f-c817977a5444 {
  display: none;
}
#s-718e7c81-16b4-4fdf-b39f-c817977a5444, #wrap-s-718e7c81-16b4-4fdf-b39f-c817977a5444 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-718e7c81-16b4-4fdf-b39f-c817977a5444 {
  margin-top: 5%;
margin-bottom: 5%;
}
}@media (max-width: 767px){#s-718e7c81-16b4-4fdf-b39f-c817977a5444 {
  margin-top: 12%;
margin-left: -6%;
margin-bottom: 12%;
margin-right: -6%;
}
}



  #s-718e7c81-16b4-4fdf-b39f-c817977a5444 img.shogun-image {
    
    width: px;
  }


#s-718e7c81-16b4-4fdf-b39f-c817977a5444 .shogun-image-content {
  
    align-items: center;
  
}

#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 {
  display: none;
}
#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0, #wrap-s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 { display:none !important; }}@media (max-width: 767px){#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 {
  display: none;
}
#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0, #wrap-s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 { display:none !important; }}







#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90e1b0e3-4605-4045-811f-e4b5c6f3a1f0.shg-box.shg-c {
  justify-content: center;
}

#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc {
  margin-top: 7%;
margin-left: 25%;
margin-bottom: 7%;
margin-right: 25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc {
  display: none;
}
#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc, #wrap-s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc { display:none !important; }}@media (max-width: 767px){#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc {
  display: none;
}
#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc, #wrap-s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc { display:none !important; }}



  #s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc img.shogun-image {
    
    width: px;
  }


#s-9cedc3aa-cbad-4024-b0bb-fe52395c59cc .shogun-image-content {
  
    align-items: center;
  
}

#s-6b3bbb59-7028-45e6-87b9-284362f0be3d {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-6b3bbb59-7028-45e6-87b9-284362f0be3d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b3bbb59-7028-45e6-87b9-284362f0be3d:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}

  #s-6b3bbb59-7028-45e6-87b9-284362f0be3d-btn-wrapper {
    text-align: center;
  }


#s-6b3bbb59-7028-45e6-87b9-284362f0be3d.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3 {
  background-image: url(https://i.shgcdn.com/623e16c1-fd23-4ba5-a889-28cba6857cca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: 55% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3 {
  cursor: pointer;
}#s-6ed3b637-4a2d-4f8d-a184-d6262d6ba8e3.shg-box.shg-c {
  justify-content: center;
}

#s-29b5e2c1-1df7-4a23-8502-3e8083792b21 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
}








#s-29b5e2c1-1df7-4a23-8502-3e8083792b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29b5e2c1-1df7-4a23-8502-3e8083792b21.shg-box.shg-c {
  justify-content: center;
}

#s-32a0e013-25ed-479f-b568-8fbaa5d55a86 {
  margin-left: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-32a0e013-25ed-479f-b568-8fbaa5d55a86 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-32a0e013-25ed-479f-b568-8fbaa5d55a86 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d3f838a2-6027-49cb-a4a0-b278f56443b9 {
  margin-top: 6%;
margin-left: 36%;
margin-bottom: 6%;
margin-right: 36%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3f838a2-6027-49cb-a4a0-b278f56443b9 {
  display: none;
}
#s-d3f838a2-6027-49cb-a4a0-b278f56443b9, #wrap-s-d3f838a2-6027-49cb-a4a0-b278f56443b9 { display:none !important; }}@media (max-width: 767px){#s-d3f838a2-6027-49cb-a4a0-b278f56443b9 {
  display: none;
}
#s-d3f838a2-6027-49cb-a4a0-b278f56443b9, #wrap-s-d3f838a2-6027-49cb-a4a0-b278f56443b9 { display:none !important; }}



  #s-d3f838a2-6027-49cb-a4a0-b278f56443b9 img.shogun-image {
    
    width: px;
  }


#s-d3f838a2-6027-49cb-a4a0-b278f56443b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 {
  display: none;
}
#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17, #wrap-s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 {
  display: none;
}
#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17, #wrap-s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 {
  margin-top: 9%;
margin-left: -7%;
margin-bottom: 9%;
margin-right: -7%;
padding-left: 24%;
padding-right: 24%;
}
}@media (max-width: 767px){#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 {
  margin-top: 17%;
margin-left: -5%;
margin-bottom: 17%;
margin-right: -5%;
}
}



  #s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 img.shogun-image {
    
    width: px;
  }


#s-e7ba95a2-b9b0-49c4-8f6f-4729d838fd17 .shogun-image-content {
  
    align-items: center;
  
}

#s-40c309d2-c6ba-4d40-917c-735739915eba {
  border-style: solid;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-40c309d2-c6ba-4d40-917c-735739915eba:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40c309d2-c6ba-4d40-917c-735739915eba:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}

  #s-40c309d2-c6ba-4d40-917c-735739915eba-btn-wrapper {
    text-align: center;
  }


#s-40c309d2-c6ba-4d40-917c-735739915eba.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c31e68a4-431f-4315-9f0a-8ee95f13375d {
  background-image: url(https://i.shgcdn.com/b4fcaa3b-afb9-4ae2-b42d-2cc3185dd28b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c31e68a4-431f-4315-9f0a-8ee95f13375d {
  min-height: 600px;
}
}@media (max-width: 767px){#s-c31e68a4-431f-4315-9f0a-8ee95f13375d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-c31e68a4-431f-4315-9f0a-8ee95f13375d > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-c31e68a4-431f-4315-9f0a-8ee95f13375d {
  cursor: pointer;
}#s-c31e68a4-431f-4315-9f0a-8ee95f13375d.shg-box.shg-c {
  justify-content: center;
}

#s-800691a6-a6d0-4486-89cf-d829f6b91a52 {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 {
  padding-top: 1px;
padding-bottom: 1px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 {
  padding-top: 5%;
padding-bottom: 5%;
}
}@media (max-width: 767px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 {
  padding-top: 7%;
padding-bottom: 7%;
}
}
#s-800691a6-a6d0-4486-89cf-d829f6b91a52 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 2px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-800691a6-a6d0-4486-89cf-d829f6b91a52 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-c72cc4c6-758a-4e4a-a056-e19f151ef661 {
  margin-top: 9%;
margin-left: 25%;
margin-bottom: 5%;
margin-right: 25%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c72cc4c6-758a-4e4a-a056-e19f151ef661 {
  display: none;
}
#s-c72cc4c6-758a-4e4a-a056-e19f151ef661, #wrap-s-c72cc4c6-758a-4e4a-a056-e19f151ef661 { display:none !important; }}@media (max-width: 767px){#s-c72cc4c6-758a-4e4a-a056-e19f151ef661 {
  display: none;
}
#s-c72cc4c6-758a-4e4a-a056-e19f151ef661, #wrap-s-c72cc4c6-758a-4e4a-a056-e19f151ef661 { display:none !important; }}



  #s-c72cc4c6-758a-4e4a-a056-e19f151ef661 img.shogun-image {
    
    width: px;
  }


#s-c72cc4c6-758a-4e4a-a056-e19f151ef661 .shogun-image-content {
  
    align-items: center;
  
}

#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 {
  display: none;
}
#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289, #wrap-s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 {
  display: none;
}
#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289, #wrap-s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 {
  margin-left: 7%;
margin-right: 7%;
padding-left: 24%;
padding-right: 24%;
}
}@media (max-width: 767px){#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 {
  margin-left: 10%;
margin-right: 10%;
}
}



  #s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 img.shogun-image {
    
    width: px;
  }


#s-f73e65d7-e60e-4493-a84f-36a4dfd8b289 .shogun-image-content {
  
    align-items: center;
  
}

#s-1adbd10f-34df-42d1-8e30-624d63eff162 {
  border-style: solid;
margin-top: 1.5%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-1adbd10f-34df-42d1-8e30-624d63eff162:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1adbd10f-34df-42d1-8e30-624d63eff162:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-1adbd10f-34df-42d1-8e30-624d63eff162 {
  margin-top: 8.5%;
}
}@media (max-width: 767px){#s-1adbd10f-34df-42d1-8e30-624d63eff162 {
  margin-top: 7.5%;
}
}

  #s-1adbd10f-34df-42d1-8e30-624d63eff162-btn-wrapper {
    text-align: center;
  }


#s-1adbd10f-34df-42d1-8e30-624d63eff162.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ffc6a165-9119-46d4-9150-9ab0b808923b {
  background-image: url(https://i.shgcdn.com/15a9b552-c613-4816-a00b-577ae6b94ee2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffc6a165-9119-46d4-9150-9ab0b808923b {
  min-height: 600px;
}
}@media (max-width: 767px){#s-ffc6a165-9119-46d4-9150-9ab0b808923b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-ffc6a165-9119-46d4-9150-9ab0b808923b > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-ffc6a165-9119-46d4-9150-9ab0b808923b {
  cursor: pointer;
}#s-ffc6a165-9119-46d4-9150-9ab0b808923b.shg-box.shg-c {
  justify-content: center;
}

#s-8b6ea84b-fe4c-4d9a-a2f1-cb8dc89e8b8a {
  min-height: 50px;
}








#s-8b6ea84b-fe4c-4d9a-a2f1-cb8dc89e8b8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6ea84b-fe4c-4d9a-a2f1-cb8dc89e8b8a.shg-box.shg-c {
  justify-content: center;
}

#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 {
  text-align: center;
}
@media (min-width: 1200px){#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 {
  margin-left: 28%;
margin-right: 28%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 {
  margin-left: 28%;
margin-right: 28%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 {
  margin-left: 11%;
margin-right: 11%;
}
}@media (max-width: 767px){#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 {
  margin-left: 7%;
margin-right: 7%;
}
}



  #s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 img.shogun-image {
    
    width: px;
  }


#s-10ac7ae7-d504-47c5-8f5e-4ca8a1d220c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf5e2a20-345d-49d6-b0aa-f65370ffe337 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-cf5e2a20-345d-49d6-b0aa-f65370ffe337 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-cf5e2a20-345d-49d6-b0aa-f65370ffe337 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 31px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-a2adbafb-679e-4e40-a913-7558c95eaf91 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-a2adbafb-679e-4e40-a913-7558c95eaf91:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2adbafb-679e-4e40-a913-7558c95eaf91:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2adbafb-679e-4e40-a913-7558c95eaf91-btn-wrapper {
    text-align: center;
  }


#s-a2adbafb-679e-4e40-a913-7558c95eaf91.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e {
  background-image: url(https://i.shgcdn.com/89c2511f-b0b6-4ba1-af09-ac7d98829cd3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: 80% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e {
  min-height: 600px;
}
}@media (max-width: 767px){#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
}
}







#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e {
  cursor: pointer;
}#s-e5477c0f-63f8-40ed-8d0e-5874e8a63a2e.shg-box.shg-c {
  justify-content: center;
}

#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e {
  margin-top: 4%;
margin-left: 40%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e {
  display: none;
}
#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e, #wrap-s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e { display:none !important; }}@media (max-width: 767px){#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e {
  display: none;
}
#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e, #wrap-s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e { display:none !important; }}



  #s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e img.shogun-image {
    
    width: px;
  }


#s-feb5f423-c61f-4ff8-a648-bd6fd7217d5e .shogun-image-content {
  
    align-items: center;
  
}

#s-12adc34b-b74d-49b0-8b9e-aacd913405fb {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-12adc34b-b74d-49b0-8b9e-aacd913405fb {
  display: none;
}
#s-12adc34b-b74d-49b0-8b9e-aacd913405fb, #wrap-s-12adc34b-b74d-49b0-8b9e-aacd913405fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12adc34b-b74d-49b0-8b9e-aacd913405fb {
  display: none;
}
#s-12adc34b-b74d-49b0-8b9e-aacd913405fb, #wrap-s-12adc34b-b74d-49b0-8b9e-aacd913405fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12adc34b-b74d-49b0-8b9e-aacd913405fb {
  margin-top: 18%;
margin-left: 8%;
margin-right: 8%;
padding-left: 24%;
padding-right: 24%;
}
}@media (max-width: 767px){#s-12adc34b-b74d-49b0-8b9e-aacd913405fb {
  margin-top: 30%;
margin-left: 8%;
margin-right: 8%;
}
}



  #s-12adc34b-b74d-49b0-8b9e-aacd913405fb img.shogun-image {
    
    width: px;
  }


#s-12adc34b-b74d-49b0-8b9e-aacd913405fb .shogun-image-content {
  
    align-items: center;
  
}

#s-da81df70-e31e-4f06-b7d2-374b58f07451 {
  border-style: solid;
margin-top: 1.5%;
margin-bottom: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-da81df70-e31e-4f06-b7d2-374b58f07451:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da81df70-e31e-4f06-b7d2-374b58f07451:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(219, 248, 165, 1) !important;}@media (min-width: 1200px){#s-da81df70-e31e-4f06-b7d2-374b58f07451 {
  margin-left: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da81df70-e31e-4f06-b7d2-374b58f07451 {
  margin-left: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-da81df70-e31e-4f06-b7d2-374b58f07451 {
  margin-top: 5.5%;
}
}@media (max-width: 767px){#s-da81df70-e31e-4f06-b7d2-374b58f07451 {
  margin-top: 10.5%;
}
}

  #s-da81df70-e31e-4f06-b7d2-374b58f07451-btn-wrapper {
    text-align: center;
  }


#s-da81df70-e31e-4f06-b7d2-374b58f07451.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ea145367-c5f8-4c4c-a476-e0f2ab80086d {
  background-image: url(https://i.shgcdn.com/15a9b552-c613-4816-a00b-577ae6b94ee2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-ea145367-c5f8-4c4c-a476-e0f2ab80086d {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-ea145367-c5f8-4c4c-a476-e0f2ab80086d > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-ea145367-c5f8-4c4c-a476-e0f2ab80086d {
  cursor: pointer;
}#s-ea145367-c5f8-4c4c-a476-e0f2ab80086d.shg-box.shg-c {
  justify-content: center;
}

#s-ca3becfe-6261-4130-96ed-6b245cb20f15 {
  margin-top: 10px;
margin-bottom: 15px;
padding-left: 25%;
padding-right: 25%;
text-align: center;
}
@media (min-width: 1200px){#s-ca3becfe-6261-4130-96ed-6b245cb20f15 {
  padding-left: 28%;
padding-right: 28%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca3becfe-6261-4130-96ed-6b245cb20f15 {
  padding-left: 28%;
padding-right: 28%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca3becfe-6261-4130-96ed-6b245cb20f15 {
  padding-left: 14%;
padding-right: 14%;
}
}@media (max-width: 767px){#s-ca3becfe-6261-4130-96ed-6b245cb20f15 {
  padding-left: 8%;
padding-right: 8%;
}
}



  #s-ca3becfe-6261-4130-96ed-6b245cb20f15 img.shogun-image {
    
    width: px;
  }


#s-ca3becfe-6261-4130-96ed-6b245cb20f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e33ba28-3362-4650-b188-bde0f5a10004 {
  min-height: 50px;
}








#s-0e33ba28-3362-4650-b188-bde0f5a10004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e33ba28-3362-4650-b188-bde0f5a10004.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-da816b09-8b23-449e-8509-b102e7c36a2d {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-da816b09-8b23-449e-8509-b102e7c36a2d {
  padding-left: 26%;
padding-right: 26%;
}
}@media (max-width: 767px){#s-da816b09-8b23-449e-8509-b102e7c36a2d {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-42cc008a-6f56-4bf4-b8da-b966d92273b3 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(83, 115, 125, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-42cc008a-6f56-4bf4-b8da-b966d92273b3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 33, 254, 1) !important;}#s-42cc008a-6f56-4bf4-b8da-b966d92273b3:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-42cc008a-6f56-4bf4-b8da-b966d92273b3-btn-wrapper {
    text-align: center;
  }


#s-42cc008a-6f56-4bf4-b8da-b966d92273b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-67ac1e49-31e1-4893-a0f8-9d24ee17f9cc {
  background-size: cover;
min-height: 1000px;
background-position: center center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-67ac1e49-31e1-4893-a0f8-9d24ee17f9cc {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-67ac1e49-31e1-4893-a0f8-9d24ee17f9cc > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-67ac1e49-31e1-4893-a0f8-9d24ee17f9cc {
  cursor: pointer;
}#s-67ac1e49-31e1-4893-a0f8-9d24ee17f9cc.shg-box.shg-c {
  justify-content: center;
}

#s-c7e0d3e2-c388-4891-919e-7f37a4ae1c66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c7e0d3e2-c388-4891-919e-7f37a4ae1c66 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c7e0d3e2-c388-4891-919e-7f37a4ae1c66 .shogun-heading-component h1 {
  color: rgba(142, 89, 231, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 75px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08863be5-1a00-4fca-956d-c6e209d89a28 {
  padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08863be5-1a00-4fca-956d-c6e209d89a28 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-08863be5-1a00-4fca-956d-c6e209d89a28 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-08863be5-1a00-4fca-956d-c6e209d89a28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 25px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
}



#s-3439e334-872f-403d-b8b9-34607f72f387 {
  margin-top: 1%;
margin-left: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(142, 89, 231, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-3439e334-872f-403d-b8b9-34607f72f387:hover {background-color: rgba(142, 89, 231, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3439e334-872f-403d-b8b9-34607f72f387:active {background-color: rgba(214, 159, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3439e334-872f-403d-b8b9-34607f72f387 {
  margin-bottom: 10px;
}
}

  #s-3439e334-872f-403d-b8b9-34607f72f387-btn-wrapper {
    text-align: center;
  }


#s-3439e334-872f-403d-b8b9-34607f72f387.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-270f7c9d-2270-41a7-8e58-c6ceb62306a1 {
  background-image: url(https://i.shgcdn.com/7a0c15cd-f346-4485-900b-6b212c3ac1fa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-270f7c9d-2270-41a7-8e58-c6ceb62306a1 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-270f7c9d-2270-41a7-8e58-c6ceb62306a1 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-270f7c9d-2270-41a7-8e58-c6ceb62306a1 {
  cursor: pointer;
}#s-270f7c9d-2270-41a7-8e58-c6ceb62306a1.shg-box.shg-c {
  justify-content: center;
}

#s-9910be06-bf04-42ef-a2fc-a6df802818d1 {
  min-height: 50px;
}








#s-9910be06-bf04-42ef-a2fc-a6df802818d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9910be06-bf04-42ef-a2fc-a6df802818d1.shg-box.shg-c {
  justify-content: center;
}

#s-a77ccc0d-96a3-4597-b2ae-4462843a204f {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-a77ccc0d-96a3-4597-b2ae-4462843a204f {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a77ccc0d-96a3-4597-b2ae-4462843a204f {
  margin-bottom: 0px;
}
}
#s-d6d35a46-2213-4709-b6f0-7ee586f867c2 {
  margin-bottom: 30px;
}

#s-db5044e3-4907-49f1-80e9-7625eff0ee4a {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-db5044e3-4907-49f1-80e9-7625eff0ee4a:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db5044e3-4907-49f1-80e9-7625eff0ee4a:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-db5044e3-4907-49f1-80e9-7625eff0ee4a-btn-wrapper {
    text-align: center;
  }


#s-db5044e3-4907-49f1-80e9-7625eff0ee4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-40f85269-a68a-41a3-afa4-212e5f73fd3e {
  background-image: url(https://i.shgcdn.com/72cd3dcf-d0e6-4447-b897-8011fbc23081/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 750px;
background-position: center center;
}
@media (max-width: 767px){#s-40f85269-a68a-41a3-afa4-212e5f73fd3e {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-40f85269-a68a-41a3-afa4-212e5f73fd3e > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-40f85269-a68a-41a3-afa4-212e5f73fd3e {
  cursor: pointer;
}#s-40f85269-a68a-41a3-afa4-212e5f73fd3e.shg-box.shg-c {
  justify-content: center;
}

#s-eb70c68c-beef-4b55-b9f6-383390d77fb1 {
  min-height: 50px;
}








#s-eb70c68c-beef-4b55-b9f6-383390d77fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb70c68c-beef-4b55-b9f6-383390d77fb1.shg-box.shg-c {
  justify-content: center;
}

#s-35efda0a-7e99-49d3-ac36-5a58cdb3b5b0 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-35efda0a-7e99-49d3-ac36-5a58cdb3b5b0 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-35efda0a-7e99-49d3-ac36-5a58cdb3b5b0 {
  margin-bottom: 0px;
}
}
#s-df7dc1f4-906c-4cc0-9eaa-8357416090fc {
  margin-bottom: 30px;
}

#s-499b2b00-640a-41b7-a4ae-b188ef66eb1c {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-499b2b00-640a-41b7-a4ae-b188ef66eb1c:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-499b2b00-640a-41b7-a4ae-b188ef66eb1c:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-499b2b00-640a-41b7-a4ae-b188ef66eb1c-btn-wrapper {
    text-align: center;
  }


#s-499b2b00-640a-41b7-a4ae-b188ef66eb1c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5 {
  background-image: url(https://i.shgcdn.com/30b0dbe4-a72c-402b-96de-e44a72793a34/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
}
}







#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5 {
  cursor: pointer;
}#s-31a9cfe2-dd38-4c14-a903-effb0ecc3be5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-dc2377c6-6226-4fc0-ba13-35f87c3d992f {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc2377c6-6226-4fc0-ba13-35f87c3d992f {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-dc2377c6-6226-4fc0-ba13-35f87c3d992f {
  margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc2377c6-6226-4fc0-ba13-35f87c3d992f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b0d47a00-9fef-4915-8590-9e6542b612a0 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-b0d47a00-9fef-4915-8590-9e6542b612a0 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-b0d47a00-9fef-4915-8590-9e6542b612a0 {
  margin-bottom: 0px;
}
}
#s-46385524-165b-46b6-b0f1-6fee9ee9e9c9 {
  margin-bottom: 30px;
}

#s-47ef4f2e-800e-4789-8684-875884d6e665 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-47ef4f2e-800e-4789-8684-875884d6e665:hover {background-color: rgba(206, 206, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47ef4f2e-800e-4789-8684-875884d6e665:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-47ef4f2e-800e-4789-8684-875884d6e665-btn-wrapper {
    text-align: right;
  }


#s-47ef4f2e-800e-4789-8684-875884d6e665.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-31a9ab3d-4567-4114-8f19-d82d06f2e186 {
  background-image: url(https://i.shgcdn.com/b705c8bf-c7e2-4830-8494-28db1c869bdb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: 65% top;
}
@media (max-width: 767px){#s-31a9ab3d-4567-4114-8f19-d82d06f2e186 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-31a9ab3d-4567-4114-8f19-d82d06f2e186 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-31a9ab3d-4567-4114-8f19-d82d06f2e186 {
  cursor: pointer;
}#s-31a9ab3d-4567-4114-8f19-d82d06f2e186.shg-box.shg-c {
  justify-content: center;
}

#s-b84fe726-059c-4fe0-b575-cc503d28c31d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b84fe726-059c-4fe0-b575-cc503d28c31d {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-b84fe726-059c-4fe0-b575-cc503d28c31d {
  margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b84fe726-059c-4fe0-b575-cc503d28c31d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9072b51c-a3ff-4ec7-b9f7-56097900141a {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-9072b51c-a3ff-4ec7-b9f7-56097900141a {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-9072b51c-a3ff-4ec7-b9f7-56097900141a {
  margin-bottom: 0px;
}
}
#s-649c48f5-fde9-4984-bb61-0d804342ae75 {
  margin-bottom: 30px;
}

#s-69df6adf-48cd-4fb8-8c64-5821b2162457 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-69df6adf-48cd-4fb8-8c64-5821b2162457:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69df6adf-48cd-4fb8-8c64-5821b2162457:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-69df6adf-48cd-4fb8-8c64-5821b2162457-btn-wrapper {
    text-align: left;
  }


#s-69df6adf-48cd-4fb8-8c64-5821b2162457.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b4dff866-8532-4708-8bf8-67ab0c960be6 {
  background-image: url(https://i.shgcdn.com/dea25463-ccd8-4523-8173-466556613bb8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-b4dff866-8532-4708-8bf8-67ab0c960be6 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-b4dff866-8532-4708-8bf8-67ab0c960be6 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-b4dff866-8532-4708-8bf8-67ab0c960be6 {
  cursor: pointer;
}#s-b4dff866-8532-4708-8bf8-67ab0c960be6.shg-box.shg-c {
  justify-content: center;
}

#s-e275577e-4961-4f1e-b9f9-5606f8252376 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e275577e-4961-4f1e-b9f9-5606f8252376 {
  padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-e275577e-4961-4f1e-b9f9-5606f8252376 {
  margin-top: 0%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-e275577e-4961-4f1e-b9f9-5606f8252376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e275577e-4961-4f1e-b9f9-5606f8252376.shg-box.shg-c {
  justify-content: center;
}

#s-11bee517-a7bd-4797-8a27-4ff5e2ddbf92 {
  text-align: center;
}




  #s-11bee517-a7bd-4797-8a27-4ff5e2ddbf92 img.shogun-image {
    
    width: px;
  }


#s-11bee517-a7bd-4797-8a27-4ff5e2ddbf92 .shogun-image-content {
  
    align-items: center;
  
}

#s-66457b01-a24e-4ae9-826e-225d2110598a {
  border-style: solid;
margin-top: 3%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-66457b01-a24e-4ae9-826e-225d2110598a:hover {background-color: rgba(51, 51, 51, 0.29) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66457b01-a24e-4ae9-826e-225d2110598a:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-66457b01-a24e-4ae9-826e-225d2110598a {
  margin-top: 6%;
}
}@media (max-width: 767px){#s-66457b01-a24e-4ae9-826e-225d2110598a {
  margin-top: 6%;
}
}

  #s-66457b01-a24e-4ae9-826e-225d2110598a-btn-wrapper {
    text-align: center;
  }


#s-66457b01-a24e-4ae9-826e-225d2110598a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fabd4de7-d337-49b2-9e83-00c5187b772d {
  background-image: url(https://i.shgcdn.com/daa807da-56cf-4e15-8906-32a1ea10fbed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fabd4de7-d337-49b2-9e83-00c5187b772d {
  min-height: 600px;
}
}@media (max-width: 767px){#s-fabd4de7-d337-49b2-9e83-00c5187b772d {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 600px;
}
}







#s-fabd4de7-d337-49b2-9e83-00c5187b772d > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-fabd4de7-d337-49b2-9e83-00c5187b772d {
  cursor: pointer;
}#s-fabd4de7-d337-49b2-9e83-00c5187b772d.shg-box.shg-c {
  justify-content: center;
}

#s-dbe0913a-e500-49d8-add0-4174bbd766ad {
  margin-top: 7%;
margin-right: 44%;
padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-dbe0913a-e500-49d8-add0-4174bbd766ad {
  margin-top: 44%;
margin-right: 0%;
}
}
#s-dbe0913a-e500-49d8-add0-4174bbd766ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Gotham-Medium";
  font-style:   ;
  font-size: 70px;
  line-height: ;
  letter-spacing: -0.5px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-dbe0913a-e500-49d8-add0-4174bbd766ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Gotham-Medium";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: -0.5px;
  text-align: center;
}


}@media (max-width: 767px){#s-dbe0913a-e500-49d8-add0-4174bbd766ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Gotham-Medium";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: -0.5px;
  text-align: center;
}


}
#s-3892ea28-1140-4aba-ae44-846e06acada2 {
  margin-right: 44%;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3892ea28-1140-4aba-ae44-846e06acada2 {
  margin-right: 0%;
}
}
#s-3892ea28-1140-4aba-ae44-846e06acada2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: "Athletics";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



#s-2cc6977f-7420-4e01-8b3e-7d4e2f1d1aa6 {
  margin-top: 15px;
margin-right: 44%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-2cc6977f-7420-4e01-8b3e-7d4e2f1d1aa6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cc6977f-7420-4e01-8b3e-7d4e2f1d1aa6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2cc6977f-7420-4e01-8b3e-7d4e2f1d1aa6 {
  margin-right: 0%;
}
}


#s-2cc6977f-7420-4e01-8b3e-7d4e2f1d1aa6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}

#s-634e7e41-27e3-4c98-a120-cfd8c5b5a17a {
  background-image: url(https://i.shgcdn.com/d669a061-7731-47a7-a3da-3b3d2f38f28c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-634e7e41-27e3-4c98-a120-cfd8c5b5a17a {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-634e7e41-27e3-4c98-a120-cfd8c5b5a17a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-634e7e41-27e3-4c98-a120-cfd8c5b5a17a {
  cursor: pointer;
}#s-634e7e41-27e3-4c98-a120-cfd8c5b5a17a.shg-box.shg-c {
  justify-content: center;
}

#s-e0fb8655-7348-4080-bd16-abd4e912cf75 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-e0fb8655-7348-4080-bd16-abd4e912cf75 {
  margin-left: 16%;
margin-right: 16%;
}
}







#s-e0fb8655-7348-4080-bd16-abd4e912cf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0fb8655-7348-4080-bd16-abd4e912cf75.shg-box.shg-c {
  justify-content: center;
}

#s-287772ed-2333-40a2-b718-3a86636799dc {
  margin-left: 30px;
margin-right: 30px;
padding-top: 12px;
padding-left: 16%;
padding-bottom: 12px;
padding-right: 16%;
}
@media (min-width: 1200px){#s-287772ed-2333-40a2-b718-3a86636799dc {
  margin-bottom: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-287772ed-2333-40a2-b718-3a86636799dc {
  margin-top: 24px;
margin-bottom: 24px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-287772ed-2333-40a2-b718-3a86636799dc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25%;
margin-right: 0%;
padding-top: 12px;
padding-bottom: 12px;
}
}@media (max-width: 767px){#s-287772ed-2333-40a2-b718-3a86636799dc {
  margin-top: 0px;
margin-left: -10%;
margin-bottom: 15%;
margin-right: -10%;
}
}
#s-317f8e9d-b272-4b1f-ac01-24b61b0889da {
  margin-left: 28%;
margin-right: 28%;
text-align: center;
}
@media (min-width: 1200px){#s-317f8e9d-b272-4b1f-ac01-24b61b0889da {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-317f8e9d-b272-4b1f-ac01-24b61b0889da {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-317f8e9d-b272-4b1f-ac01-24b61b0889da {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-317f8e9d-b272-4b1f-ac01-24b61b0889da img.shogun-image {
    
    width: px;
  }


#s-317f8e9d-b272-4b1f-ac01-24b61b0889da .shogun-image-content {
  
    align-items: center;
  
}

#s-d12b62d2-87d1-4b05-bef8-6ccf5dcba2cf {
  margin-top: 8%;
margin-left: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(243, 183, 46, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d12b62d2-87d1-4b05-bef8-6ccf5dcba2cf:hover {background-color: rgba(214, 159, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d12b62d2-87d1-4b05-bef8-6ccf5dcba2cf:active {background-color: rgba(214, 159, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d12b62d2-87d1-4b05-bef8-6ccf5dcba2cf-btn-wrapper {
    text-align: center;
  }


#s-d12b62d2-87d1-4b05-bef8-6ccf5dcba2cf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-384669b4-0bc3-4609-909c-a25f5b46bf3d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 15px;
padding-left: 30%;
padding-bottom: 15px;
padding-right: 30%;
}
@media (min-width: 1200px){#s-384669b4-0bc3-4609-909c-a25f5b46bf3d {
  display: none;
}
#s-384669b4-0bc3-4609-909c-a25f5b46bf3d, #wrap-s-384669b4-0bc3-4609-909c-a25f5b46bf3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-384669b4-0bc3-4609-909c-a25f5b46bf3d {
  display: none;
}
#s-384669b4-0bc3-4609-909c-a25f5b46bf3d, #wrap-s-384669b4-0bc3-4609-909c-a25f5b46bf3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-384669b4-0bc3-4609-909c-a25f5b46bf3d {
  margin-top: 0px;
margin-bottom: 50%;
padding-left: 15%;
padding-right: 15%;
display: none;
}
#s-384669b4-0bc3-4609-909c-a25f5b46bf3d, #wrap-s-384669b4-0bc3-4609-909c-a25f5b46bf3d { display:none !important; }}@media (max-width: 767px){#s-384669b4-0bc3-4609-909c-a25f5b46bf3d {
  margin-top: 10%;
margin-bottom: 50%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
display: none;
}
#s-384669b4-0bc3-4609-909c-a25f5b46bf3d, #wrap-s-384669b4-0bc3-4609-909c-a25f5b46bf3d { display:none !important; }}
#s-76462bfe-19c2-4251-8e14-f548d56e1b83 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-76462bfe-19c2-4251-8e14-f548d56e1b83 {
  display: none;
}
#s-76462bfe-19c2-4251-8e14-f548d56e1b83, #wrap-s-76462bfe-19c2-4251-8e14-f548d56e1b83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76462bfe-19c2-4251-8e14-f548d56e1b83 {
  display: none;
}
#s-76462bfe-19c2-4251-8e14-f548d56e1b83, #wrap-s-76462bfe-19c2-4251-8e14-f548d56e1b83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76462bfe-19c2-4251-8e14-f548d56e1b83 {
  margin-top: 0px;
margin-bottom: 0%;
display: none;
}
#s-76462bfe-19c2-4251-8e14-f548d56e1b83, #wrap-s-76462bfe-19c2-4251-8e14-f548d56e1b83 { display:none !important; }}@media (max-width: 767px){#s-76462bfe-19c2-4251-8e14-f548d56e1b83 {
  margin-left: 14%;
margin-right: 14%;
display: none;
}
#s-76462bfe-19c2-4251-8e14-f548d56e1b83, #wrap-s-76462bfe-19c2-4251-8e14-f548d56e1b83 { display:none !important; }}







#s-76462bfe-19c2-4251-8e14-f548d56e1b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76462bfe-19c2-4251-8e14-f548d56e1b83.shg-box.shg-c {
  justify-content: center;
}

#s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db {
  display: none;
}
#s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db, #wrap-s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db { display:none !important; }}@media (max-width: 767px){#s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}



  #s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db img.shogun-image {
    
    width: px;
  }


#s-e117aa3f-a64e-46b7-a4d5-a8055fb9e3db .shogun-image-content {
  
    align-items: center;
  
}

#s-bb964ab8-22ce-4985-b533-af02b6f942d7 {
  margin-top: 8%;
margin-left: 0%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(243, 183, 46, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-bb964ab8-22ce-4985-b533-af02b6f942d7:hover {background-color: rgba(214, 159, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb964ab8-22ce-4985-b533-af02b6f942d7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bb964ab8-22ce-4985-b533-af02b6f942d7 {
  display: none;
}
#s-bb964ab8-22ce-4985-b533-af02b6f942d7, #wrap-s-bb964ab8-22ce-4985-b533-af02b6f942d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb964ab8-22ce-4985-b533-af02b6f942d7 {
  display: none;
}
#s-bb964ab8-22ce-4985-b533-af02b6f942d7, #wrap-s-bb964ab8-22ce-4985-b533-af02b6f942d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb964ab8-22ce-4985-b533-af02b6f942d7 {
  display: none;
}
#s-bb964ab8-22ce-4985-b533-af02b6f942d7, #wrap-s-bb964ab8-22ce-4985-b533-af02b6f942d7 { display:none !important; }}@media (max-width: 767px){#s-bb964ab8-22ce-4985-b533-af02b6f942d7 {
  margin-top: 7%;
margin-bottom: 30px;
padding-bottom: 15px;
display: none;
}
#s-bb964ab8-22ce-4985-b533-af02b6f942d7, #wrap-s-bb964ab8-22ce-4985-b533-af02b6f942d7 { display:none !important; }}

  #s-bb964ab8-22ce-4985-b533-af02b6f942d7-btn-wrapper {
    text-align: center;
  }


#s-bb964ab8-22ce-4985-b533-af02b6f942d7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cb7e83e1-5d70-423a-8fa1-b84dcc306878 {
  background-image: url(https://i.shgcdn.com/681f2fc1-5c2b-4539-bfd2-de73df74c0c4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center top;
}
@media (max-width: 767px){#s-cb7e83e1-5d70-423a-8fa1-b84dcc306878 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-cb7e83e1-5d70-423a-8fa1-b84dcc306878 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-cb7e83e1-5d70-423a-8fa1-b84dcc306878 {
  cursor: pointer;
}#s-cb7e83e1-5d70-423a-8fa1-b84dcc306878.shg-box.shg-c {
  justify-content: center;
}

#s-35194478-7108-4b17-a2ba-0a57f0c92d12 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-35194478-7108-4b17-a2ba-0a57f0c92d12 {
  margin-top: 14%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35194478-7108-4b17-a2ba-0a57f0c92d12 {
  margin-top: 14%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-35194478-7108-4b17-a2ba-0a57f0c92d12 {
  margin-top: 50%;
margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-35194478-7108-4b17-a2ba-0a57f0c92d12 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-35194478-7108-4b17-a2ba-0a57f0c92d12"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-08ab2045-d6be-423c-9aac-3a6109d3cbe6 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-08ab2045-d6be-423c-9aac-3a6109d3cbe6 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-08ab2045-d6be-423c-9aac-3a6109d3cbe6 {
  margin-bottom: 0px;
}
}
#s-29b6011f-4827-46ae-a9a1-88768a18133e {
  margin-bottom: 30px;
}

#s-500fc45e-e017-4f4a-8157-91b0a679f1f2 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-500fc45e-e017-4f4a-8157-91b0a679f1f2:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-500fc45e-e017-4f4a-8157-91b0a679f1f2:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-500fc45e-e017-4f4a-8157-91b0a679f1f2-btn-wrapper {
    text-align: left;
  }


#s-500fc45e-e017-4f4a-8157-91b0a679f1f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-074e6700-f9dd-42fb-af2c-a4ca16d90b54 {
  background-image: url(https://i.shgcdn.com/58d60fe0-abf5-4a11-8d61-451cab447772/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (max-width: 767px){#s-074e6700-f9dd-42fb-af2c-a4ca16d90b54 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-074e6700-f9dd-42fb-af2c-a4ca16d90b54 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-074e6700-f9dd-42fb-af2c-a4ca16d90b54 {
  cursor: pointer;
}#s-074e6700-f9dd-42fb-af2c-a4ca16d90b54.shg-box.shg-c {
  justify-content: center;
}

#s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9 {
  margin-top: 0px;
margin-bottom: 9%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9 {
  margin-top: 0%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9 {
  margin-top: 50%;
margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9 {
  margin-top: 40%;
margin-left: 0%;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b8a59ba8-e348-4739-b55a-b5a9a9fb07d9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cbfc93dd-4474-40aa-892f-4ebb79b686ea {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-cbfc93dd-4474-40aa-892f-4ebb79b686ea {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-cbfc93dd-4474-40aa-892f-4ebb79b686ea {
  margin-bottom: 0px;
}
}
#s-df6f68a2-529a-4635-9319-e8308297475e {
  margin-bottom: 30px;
}

#s-57bd6f69-8502-4eef-b374-4d7e437db7c8 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-57bd6f69-8502-4eef-b374-4d7e437db7c8:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57bd6f69-8502-4eef-b374-4d7e437db7c8:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-57bd6f69-8502-4eef-b374-4d7e437db7c8-btn-wrapper {
    text-align: left;
  }


#s-57bd6f69-8502-4eef-b374-4d7e437db7c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-6ed2c67e-b571-4cd3-8e0a-4d5ca309a7d3 {
  background-image: url(https://i.shgcdn.com/46600875-7332-4834-827a-cb7922ecba54/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: 20% center;
}
@media (max-width: 767px){#s-6ed2c67e-b571-4cd3-8e0a-4d5ca309a7d3 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-6ed2c67e-b571-4cd3-8e0a-4d5ca309a7d3 > .shg-box-overlay {
  background-color: rgba(53, 43, 43, 1);
  opacity: 0.1;
}#s-6ed2c67e-b571-4cd3-8e0a-4d5ca309a7d3 {
  cursor: pointer;
}#s-6ed2c67e-b571-4cd3-8e0a-4d5ca309a7d3.shg-box.shg-c {
  justify-content: center;
}

#s-6638d84f-28e0-4f13-8e2f-1cda8c946622 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-6638d84f-28e0-4f13-8e2f-1cda8c946622 {
  margin-top: 25%;
margin-bottom: 0%;
padding-left: 6%;
padding-right: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6638d84f-28e0-4f13-8e2f-1cda8c946622 {
  margin-top: 25%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6638d84f-28e0-4f13-8e2f-1cda8c946622 {
  margin-top: 50%;
margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6638d84f-28e0-4f13-8e2f-1cda8c946622 {
  margin-top: 20%;
margin-left: 0%;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6638d84f-28e0-4f13-8e2f-1cda8c946622"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c4947d0-da12-4847-8f8b-ecfdaf7d2d07 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-8c4947d0-da12-4847-8f8b-ecfdaf7d2d07 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c4947d0-da12-4847-8f8b-ecfdaf7d2d07 {
  margin-bottom: 15px;
}
}
#s-bdf918a8-e43d-42fa-92ed-83bb74b008a9 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-bdf918a8-e43d-42fa-92ed-83bb74b008a9 {
  margin-left: 20%;
margin-right: 0%;
}
}
#s-a5629497-1171-458e-9894-e99e31d9f1af {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: right;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-a5629497-1171-458e-9894-e99e31d9f1af:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5629497-1171-458e-9894-e99e31d9f1af:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a5629497-1171-458e-9894-e99e31d9f1af-btn-wrapper {
    text-align: right;
  }


#s-a5629497-1171-458e-9894-e99e31d9f1af.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9cd148b7-1fc5-41c1-8ec1-24fcf53e7200 {
  background-image: url(https://i.shgcdn.com/40ad1b7f-0129-47cb-9b75-2ef44ff2b563/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}








#s-9cd148b7-1fc5-41c1-8ec1-24fcf53e7200 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9cd148b7-1fc5-41c1-8ec1-24fcf53e7200.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e6888d0d-a4bc-4964-8a72-cb6998ef526b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77dc1c4c-338a-465e-81f5-0996bcaac62d {
  margin-left: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-77dc1c4c-338a-465e-81f5-0996bcaac62d {
  margin-left: 14%;
}
}
#s-77dc1c4c-338a-465e-81f5-0996bcaac62d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: "Libre Baskerville";
  font-style:   ;
  font-size: 72px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}



#s-33de97c9-5b1b-4d3c-a401-5049c733a8ee {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (max-width: 767px){#s-33de97c9-5b1b-4d3c-a401-5049c733a8ee {
  margin-left: 16%;
margin-right: 16%;
}
}







#s-33de97c9-5b1b-4d3c-a401-5049c733a8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33de97c9-5b1b-4d3c-a401-5049c733a8ee.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-9d60f861-ccde-478d-8694-d73d75d0b1fa {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-f450534b-ad55-4511-950c-dd5f19b9e618 {
  min-height: 50px;
}








#s-f450534b-ad55-4511-950c-dd5f19b9e618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f450534b-ad55-4511-950c-dd5f19b9e618.shg-box.shg-c {
  justify-content: center;
}

#s-77e5002b-6d88-4157-b307-a6654113f0c4 {
  margin-top: 18px;
margin-left: 20%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
}
#s-77e5002b-6d88-4157-b307-a6654113f0c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77e5002b-6d88-4157-b307-a6654113f0c4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-77e5002b-6d88-4157-b307-a6654113f0c4 {
  margin-left: 15%;
}
}

  #s-77e5002b-6d88-4157-b307-a6654113f0c4-btn-wrapper {
    text-align: left;
  }


#s-77e5002b-6d88-4157-b307-a6654113f0c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a {
  background-image: url(https://i.shgcdn.com/7e57e821-5164-4892-b60a-f6c931c2c9e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: 22% center;
}
@media (max-width: 767px){#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a {
  cursor: pointer;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a > .shg-box-overlay {
  background-color: rgba(27, 26, 26, 0.59);
  opacity: 0.2;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a {
  cursor: pointer;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a.shg-box.shg-c {
  justify-content: center;
}
}@media (max-width: 767px){






#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a > .shg-box-overlay {
  background-color: rgba(31, 30, 30, 0.69);
  opacity: 0.2;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a {
  cursor: pointer;
}#s-a87e4ef5-f047-464e-8213-3d6d1e080a8a.shg-box.shg-c {
  justify-content: center;
}
}
#s-2596b47c-7b25-4c86-9af6-09ae9079b4f6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2596b47c-7b25-4c86-9af6-09ae9079b4f6 {
  margin-top: 80%;
margin-left: 5%;
}
}@media (max-width: 767px){#s-2596b47c-7b25-4c86-9af6-09ae9079b4f6 {
  margin-top: 72%;
margin-left: 0%;
margin-bottom: 0%;
padding-left: 7%;
padding-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2596b47c-7b25-4c86-9af6-09ae9079b4f6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bd9ecf9b-0de4-4b42-8c3a-ab3078b10619 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0);
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-bd9ecf9b-0de4-4b42-8c3a-ab3078b10619 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: right;
}


@media (min-width: 768px) and (max-width: 991px){#s-bd9ecf9b-0de4-4b42-8c3a-ab3078b10619 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 60px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: right;
}


}
#s-c6af013d-0960-456d-b3d3-2a5d0a997bfe {
  margin-bottom: 30px;
}

#s-005b179c-d407-4442-a0c1-f41cb3729432 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: right;
text-decoration: none;
letter-spacing: 1px;
}
#s-005b179c-d407-4442-a0c1-f41cb3729432:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-005b179c-d407-4442-a0c1-f41cb3729432:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-005b179c-d407-4442-a0c1-f41cb3729432-btn-wrapper {
    text-align: right;
  }


#s-005b179c-d407-4442-a0c1-f41cb3729432.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-1ea20854-755d-4184-afc9-62bc45ad4147 {
  background-image: url(https://i.shgcdn.com/007780d4-ecd7-4f38-a41c-4f2da006df47/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: 39% center;
}
@media (max-width: 767px){#s-1ea20854-755d-4184-afc9-62bc45ad4147 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 700px;
}
}







#s-1ea20854-755d-4184-afc9-62bc45ad4147 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-1ea20854-755d-4184-afc9-62bc45ad4147 {
  cursor: pointer;
}#s-1ea20854-755d-4184-afc9-62bc45ad4147.shg-box.shg-c {
  justify-content: center;
}

#s-a3299d34-beff-4aa7-9237-6fca95cf3d8a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a3299d34-beff-4aa7-9237-6fca95cf3d8a {
  margin-top: 25%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3299d34-beff-4aa7-9237-6fca95cf3d8a {
  margin-top: 25%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3299d34-beff-4aa7-9237-6fca95cf3d8a {
  margin-top: 50%;
margin-left: 5%;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a3299d34-beff-4aa7-9237-6fca95cf3d8a {
  margin-top: 40%;
margin-left: 0%;
padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3299d34-beff-4aa7-9237-6fca95cf3d8a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c4ab7138-d090-4139-8444-f9eedfa7ca4b {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-c4ab7138-d090-4139-8444-f9eedfa7ca4b {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-c4ab7138-d090-4139-8444-f9eedfa7ca4b {
  margin-bottom: 0px;
}
}
#s-c18aa562-fdc3-42a6-8ace-e9a34d40c184 {
  margin-bottom: 30px;
}

#s-1be40091-531e-4026-950c-4075d47b92fa {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-1be40091-531e-4026-950c-4075d47b92fa:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1be40091-531e-4026-950c-4075d47b92fa:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1be40091-531e-4026-950c-4075d47b92fa-btn-wrapper {
    text-align: left;
  }


#s-1be40091-531e-4026-950c-4075d47b92fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-910c2306-6a69-44e1-ae61-83b0fd527242 {
  background-image: url(https://i.shgcdn.com/97a3a7b4-6dbb-49ba-81a0-478743394336/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 850px;
background-position: 22% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-910c2306-6a69-44e1-ae61-83b0fd527242 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-910c2306-6a69-44e1-ae61-83b0fd527242 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
min-height: 600px;
}
}







#s-910c2306-6a69-44e1-ae61-83b0fd527242 > .shg-box-overlay {
  background-color: rgba(235, 235, 235, 1);
  opacity: 0;
}#s-910c2306-6a69-44e1-ae61-83b0fd527242 {
  cursor: pointer;
}#s-910c2306-6a69-44e1-ae61-83b0fd527242.shg-box.shg-c {
  justify-content: center;
}

#s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8 {
  margin-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e9ede5e9-dbe1-42ba-9b32-8c0e70e840a8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6c82a09b-5a9e-4945-bd79-b91aee19847f {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-6c82a09b-5a9e-4945-bd79-b91aee19847f {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-6c82a09b-5a9e-4945-bd79-b91aee19847f {
  margin-bottom: 0px;
}
}
#s-eb815bb8-c57c-4233-8fe5-33f3fc168a58 {
  margin-bottom: 30px;
}

#s-303c518b-6525-47a9-aeb8-fc23e6b0bed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-303c518b-6525-47a9-aeb8-fc23e6b0bed1:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-303c518b-6525-47a9-aeb8-fc23e6b0bed1:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-303c518b-6525-47a9-aeb8-fc23e6b0bed1-btn-wrapper {
    text-align: left;
  }


#s-303c518b-6525-47a9-aeb8-fc23e6b0bed1.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-17f1f6a4-0f69-4ac1-952d-c7e634be6dd7 {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-29e5f245-6c8f-4f8c-a2c9-94abbb53cfc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 360px;
}
}@media (max-width: 767px){#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.3;
}#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e {
  cursor: pointer;
}#s-9c2fb88c-0073-4e7f-9d93-c22b57adee8e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-ce4a2162-9ce9-403c-8e9f-a0b5fa68a208 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ce4a2162-9ce9-403c-8e9f-a0b5fa68a208 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10%;
padding-bottom: 10%;
min-height: 360px;
}
}@media (max-width: 767px){#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
opacity: 1;
}
}







#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.4;
}#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92 {
  cursor: pointer;
}#s-67a7aa0b-fa2e-43c5-8815-cefdb8f3fd92.shg-box.shg-c {
  justify-content: flex-end;
}

#s-23e3ce8c-41b5-4c7b-ae22-a08366d7e693 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-23e3ce8c-41b5-4c7b-ae22-a08366d7e693 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-c2957335-afc3-4d54-8c56-03bdef07710a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2957335-afc3-4d54-8c56-03bdef07710a {
  min-height: 360px;
}
}@media (max-width: 767px){#s-c2957335-afc3-4d54-8c56-03bdef07710a {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-c2957335-afc3-4d54-8c56-03bdef07710a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.3;
}#s-c2957335-afc3-4d54-8c56-03bdef07710a {
  cursor: pointer;
}#s-c2957335-afc3-4d54-8c56-03bdef07710a.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8707c87d-db5a-47ae-a519-38d390a4a1e0 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8707c87d-db5a-47ae-a519-38d390a4a1e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91 > .shg-box-overlay {
  background-color: rgba(116, 59, 6, 0.46);
  opacity: 0.6;
}#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91 {
  cursor: pointer;
}#s-4afa33e4-3062-4fec-84f8-26cf5ea52c91.shg-box.shg-c {
  justify-content: flex-end;
}

#s-a0371ed7-83c9-41f4-9372-ea30d613a7c8 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0371ed7-83c9-41f4-9372-ea30d613a7c8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f5e3ed7f-e7ca-4101-8cd4-132037f10048 {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-2b4292c3-eca3-4dca-b414-dc1b6342348c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2b4292c3-eca3-4dca-b414-dc1b6342348c {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b4292c3-eca3-4dca-b414-dc1b6342348c {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b4292c3-eca3-4dca-b414-dc1b6342348c {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2b4292c3-eca3-4dca-b414-dc1b6342348c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-2b4292c3-eca3-4dca-b414-dc1b6342348c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4292c3-eca3-4dca-b414-dc1b6342348c.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-8c7b29ac-4b79-4ccb-9118-330097c5a62a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-df04cf8c-329c-4af9-a5ae-d4894c2843a5 {
  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;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

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

#s-08d493ef-ef03-470d-9047-f0f415055984 {
  text-align: left;
}


.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 {
  max-width: 100%;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom,
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 {
  max-width: 100%;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom,
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 {
  max-width: 100%;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom,
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 {
  max-width: 100%;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom,
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 {
  max-width: 100%;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .shg-image-zoom,
.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-08d493ef-ef03-470d-9047-f0f415055984 .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-386d4dab-803f-4b1b-bcfb-d169c8dcf03b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-386d4dab-803f-4b1b-bcfb-d169c8dcf03b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-797485ad-bfe8-48a2-b8ac-d6b3313b4f23 {
  text-align: center;
}

#s-797485ad-bfe8-48a2-b8ac-d6b3313b4f23 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-797485ad-bfe8-48a2-b8ac-d6b3313b4f23 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-797485ad-bfe8-48a2-b8ac-d6b3313b4f23 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: 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-63db15e2-0938-43ad-be8c-51636a3be91d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-63db15e2-0938-43ad-be8c-51636a3be91d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-63db15e2-0938-43ad-be8c-51636a3be91d:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-63db15e2-0938-43ad-be8c-51636a3be91d-atc-btn-wrapper {
    text-align: center;
  }


#s-63db15e2-0938-43ad-be8c-51636a3be91d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-63db15e2-0938-43ad-be8c-51636a3be91d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63db15e2-0938-43ad-be8c-51636a3be91d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-63db15e2-0938-43ad-be8c-51636a3be91d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-63db15e2-0938-43ad-be8c-51636a3be91d.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-4df15e94-ad03-4cfd-8b05-c6bbefbff509 {
  display: none;
}
#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  text-align: left;
}


.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  max-width: 100%;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom,
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  max-width: 100%;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom,
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  max-width: 100%;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom,
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  max-width: 100%;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom,
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 {
  max-width: 100%;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom,
.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c145c7e5-2039-4ffa-8a20-f194cf3f2a57 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1521b58c-365f-45a1-895e-91b2bdc4c9f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1521b58c-365f-45a1-895e-91b2bdc4c9f8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e6808770-63d9-45c2-9c3f-9f16ae0417bd {
  text-align: center;
}

#s-e6808770-63d9-45c2-9c3f-9f16ae0417bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6808770-63d9-45c2-9c3f-9f16ae0417bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e6808770-63d9-45c2-9c3f-9f16ae0417bd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0900e423-3c0e-4bd3-816f-d4ad309316c1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0900e423-3c0e-4bd3-816f-d4ad309316c1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0900e423-3c0e-4bd3-816f-d4ad309316c1:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0900e423-3c0e-4bd3-816f-d4ad309316c1-atc-btn-wrapper {
    text-align: center;
  }


#s-0900e423-3c0e-4bd3-816f-d4ad309316c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0900e423-3c0e-4bd3-816f-d4ad309316c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0900e423-3c0e-4bd3-816f-d4ad309316c1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-0900e423-3c0e-4bd3-816f-d4ad309316c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0900e423-3c0e-4bd3-816f-d4ad309316c1.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-33d3cd0c-102f-48f7-a29a-1112cd942422 {
  display: none;
}
#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  text-align: left;
}


.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  max-width: 100%;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom,
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  max-width: 100%;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom,
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  max-width: 100%;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom,
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  max-width: 100%;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom,
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff {
  max-width: 100%;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom,
.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea65244a-b914-4353-ba73-3fd1db12faff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3290a8fa-80e3-4bab-a802-f5a6ff4a9ec3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3290a8fa-80e3-4bab-a802-f5a6ff4a9ec3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-772745d7-a67d-412a-8f24-c21c575e6175 {
  text-align: center;
}

#s-772745d7-a67d-412a-8f24-c21c575e6175 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-772745d7-a67d-412a-8f24-c21c575e6175 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-772745d7-a67d-412a-8f24-c21c575e6175 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1880088-6be9-4c94-8b1c-a5a6beebd76f-atc-btn-wrapper {
    text-align: center;
  }


#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a1880088-6be9-4c94-8b1c-a5a6beebd76f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a1880088-6be9-4c94-8b1c-a5a6beebd76f.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-ac4b6fa5-4869-4ff8-8bf9-ccbfcdca6eeb {
  display: none;
}
#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  text-align: left;
}


.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 {
  max-width: 100%;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom,
.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-803814a1-6c67-4118-a8e1-f7fd3d647ca3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2c42abbb-6c21-41b2-b6f9-f107bc94ff54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c42abbb-6c21-41b2-b6f9-f107bc94ff54 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8598aeb5-582a-4d31-b395-feb0861e12d8 {
  text-align: center;
}

#s-8598aeb5-582a-4d31-b395-feb0861e12d8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8598aeb5-582a-4d31-b395-feb0861e12d8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8598aeb5-582a-4d31-b395-feb0861e12d8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-42ed3701-595f-498e-8726-2499cf8bda78 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-42ed3701-595f-498e-8726-2499cf8bda78:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42ed3701-595f-498e-8726-2499cf8bda78:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-42ed3701-595f-498e-8726-2499cf8bda78-atc-btn-wrapper {
    text-align: center;
  }


#s-42ed3701-595f-498e-8726-2499cf8bda78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-42ed3701-595f-498e-8726-2499cf8bda78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-42ed3701-595f-498e-8726-2499cf8bda78.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-42ed3701-595f-498e-8726-2499cf8bda78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-42ed3701-595f-498e-8726-2499cf8bda78.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-5f77c0b6-4196-4cb2-b453-07c81e05d11c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: -13px center;
}
@media (max-width: 767px){#s-5f77c0b6-4196-4cb2-b453-07c81e05d11c {
  margin-right: 2%;
}
}







#s-5f77c0b6-4196-4cb2-b453-07c81e05d11c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f77c0b6-4196-4cb2-b453-07c81e05d11c {
  cursor: pointer;
}#s-5f77c0b6-4196-4cb2-b453-07c81e05d11c.shg-box.shg-c {
  justify-content: center;
}

#s-29d457f3-642d-40cf-bbc2-32b932ea07ee {
  border-style: solid;
margin-top: 15px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(201, 255, 135, 1);
min-height: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-29d457f3-642d-40cf-bbc2-32b932ea07ee {
  margin-top: 15px;
margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-29d457f3-642d-40cf-bbc2-32b932ea07ee, #wrap-s-29d457f3-642d-40cf-bbc2-32b932ea07ee { display:none !important; }}@media (max-width: 767px){#s-29d457f3-642d-40cf-bbc2-32b932ea07ee {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
opacity: 1;
display: none;
}
#s-29d457f3-642d-40cf-bbc2-32b932ea07ee, #wrap-s-29d457f3-642d-40cf-bbc2-32b932ea07ee { display:none !important; }}



  #s-29d457f3-642d-40cf-bbc2-32b932ea07ee img.shogun-image {
    
    width: px;
  }


#s-29d457f3-642d-40cf-bbc2-32b932ea07ee .shogun-image-content {
  
    align-items: center;
  
}

#s-7f3fba69-5958-4d79-bf35-c0e9ed6f07f5 {
  text-align: center;
}
@media (min-width: 1200px){#s-7f3fba69-5958-4d79-bf35-c0e9ed6f07f5 {
  margin-top: 26%;
margin-left: 25%;
margin-bottom: 0%;
margin-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f3fba69-5958-4d79-bf35-c0e9ed6f07f5 {
  margin-top: 26%;
margin-left: 25%;
margin-right: 25%;
}
}



  #s-7f3fba69-5958-4d79-bf35-c0e9ed6f07f5 img.shogun-image {
    
    width: px;
  }


#s-7f3fba69-5958-4d79-bf35-c0e9ed6f07f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 255, 135, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b:hover {background-color: rgba(201, 255, 135, 0.25) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b {
  margin-bottom: 0px;
}
}

  #s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b-btn-wrapper {
    text-align: center;
  }


#s-7f1ec7bf-73c9-495a-b097-8fb79687eb8b.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fbb0c801-1234-4068-ad76-407df897c2df {
  border-style: solid;
margin-top: 15px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(201, 255, 135, 1);
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fbb0c801-1234-4068-ad76-407df897c2df {
  display: none;
}
#s-fbb0c801-1234-4068-ad76-407df897c2df, #wrap-s-fbb0c801-1234-4068-ad76-407df897c2df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbb0c801-1234-4068-ad76-407df897c2df {
  display: none;
}
#s-fbb0c801-1234-4068-ad76-407df897c2df, #wrap-s-fbb0c801-1234-4068-ad76-407df897c2df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbb0c801-1234-4068-ad76-407df897c2df {
  margin-top: 15px;
margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-fbb0c801-1234-4068-ad76-407df897c2df {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
opacity: 1;
}
}



  #s-fbb0c801-1234-4068-ad76-407df897c2df img.shogun-image {
    
    width: px;
  }


#s-fbb0c801-1234-4068-ad76-407df897c2df .shogun-image-content {
  
    align-items: center;
  
}

#s-70d463dd-0463-4bfd-821a-9aa7d601aff5 {
  margin-top: 28%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d463dd-0463-4bfd-821a-9aa7d601aff5 {
  display: none;
}
#s-70d463dd-0463-4bfd-821a-9aa7d601aff5, #wrap-s-70d463dd-0463-4bfd-821a-9aa7d601aff5 { display:none !important; }}@media (max-width: 767px){#s-70d463dd-0463-4bfd-821a-9aa7d601aff5 {
  display: none;
}
#s-70d463dd-0463-4bfd-821a-9aa7d601aff5, #wrap-s-70d463dd-0463-4bfd-821a-9aa7d601aff5 { display:none !important; }}
#s-70d463dd-0463-4bfd-821a-9aa7d601aff5 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:   ;
  font-family: "Glysa";
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-58b81dff-e7f9-4d4b-9520-b1c0b053bad3 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58b81dff-e7f9-4d4b-9520-b1c0b053bad3 {
  margin-top: 54%;
margin-left: 24%;
margin-right: 24%;
}
}@media (max-width: 767px){#s-58b81dff-e7f9-4d4b-9520-b1c0b053bad3 {
  margin-top: 50%;
margin-left: 20%;
margin-right: 20%;
}
}



  #s-58b81dff-e7f9-4d4b-9520-b1c0b053bad3 img.shogun-image {
    
    width: px;
  }


#s-58b81dff-e7f9-4d4b-9520-b1c0b053bad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 255, 135, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2:hover {background-color: rgba(201, 255, 135, 0.25) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2 {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (max-width: 767px){#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2 {
  margin-top: 3%;
margin-bottom: 0px;
}
}

  #s-746869fb-f3b1-4f77-94b5-c31a94bf23d2-btn-wrapper {
    text-align: center;
  }


#s-746869fb-f3b1-4f77-94b5-c31a94bf23d2.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-459f7442-0eb7-41eb-b9c2-49b04b306ad7 {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459f7442-0eb7-41eb-b9c2-49b04b306ad7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 720px;
background-position: center 19%;
}
@media (min-width: 1200px){#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  margin-left: 20%;
margin-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  margin-left: 20%;
margin-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  margin-top: 0px;
margin-bottom: 10px;
min-height: 500px;
}
}







#s-31d1d252-094f-44e7-a71e-e925cbfd1252 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}#s-31d1d252-094f-44e7-a71e-e925cbfd1252 {
  cursor: pointer;
}#s-31d1d252-094f-44e7-a71e-e925cbfd1252.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0248c6c8-f21d-4c83-9fb1-19674b64f9f1 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0248c6c8-f21d-4c83-9fb1-19674b64f9f1 .shogun-heading-component h3 {
  color: rgba(201, 255, 135, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0248c6c8-f21d-4c83-9fb1-19674b64f9f1 .shogun-heading-component h3 {
  color: rgba(201, 255, 135, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-0248c6c8-f21d-4c83-9fb1-19674b64f9f1 .shogun-heading-component h3 {
  color: rgba(201, 255, 135, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-3fddc40c-0e8e-40cb-bdd4-b3f39e7a006c {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-3fddc40c-0e8e-40cb-bdd4-b3f39e7a006c {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fddc40c-0e8e-40cb-bdd4-b3f39e7a006c {
  margin-right: 8%;
}
}@media (max-width: 767px){#s-3fddc40c-0e8e-40cb-bdd4-b3f39e7a006c {
  margin-bottom: 10px;
}
}
#s-880c6610-fe92-4261-b04e-099ab0671502 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 255, 135, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-880c6610-fe92-4261-b04e-099ab0671502:hover {background-color: rgba(201, 255, 135, 0.25) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-880c6610-fe92-4261-b04e-099ab0671502:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-880c6610-fe92-4261-b04e-099ab0671502-btn-wrapper {
    text-align: left;
  }


#s-880c6610-fe92-4261-b04e-099ab0671502.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 0%;
min-height: 720px;
background-position: center 29%;
}
@media (min-width: 1200px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  margin-left: 40px;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  margin-left: 40px;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  min-height: 360px;
}
}@media (max-width: 767px){#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  min-height: 500px;
}
}







#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f {
  cursor: pointer;
}#s-cd7d190f-3ed7-4d58-bdd6-fd59f868a48f.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cf502da6-cede-43cd-ba57-7b8227462dd0 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cf502da6-cede-43cd-ba57-7b8227462dd0 .shogun-heading-component h1 {
  color: rgba(201, 255, 135, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cc811526-7e7a-42d5-954a-e353f3e1eb02 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-cc811526-7e7a-42d5-954a-e353f3e1eb02 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-cc811526-7e7a-42d5-954a-e353f3e1eb02 {
  margin-bottom: 10px;
}
}
#s-edadc8a1-b25a-4df6-bb36-7bcfd5699d71 {
  border-style: solid;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(201, 255, 135, 1);
border-radius: 0px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(201, 255, 135, 1);
}
#s-edadc8a1-b25a-4df6-bb36-7bcfd5699d71:hover {background-color: rgba(201, 255, 135, 0.25) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-edadc8a1-b25a-4df6-bb36-7bcfd5699d71:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-edadc8a1-b25a-4df6-bb36-7bcfd5699d71-btn-wrapper {
    text-align: left;
  }


#s-edadc8a1-b25a-4df6-bb36-7bcfd5699d71.shg-btn {
  color: rgba(201, 255, 135, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-4bfe3da6-9a31-4a29-8551-f1516e9701e3 {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-538753ff-f23a-4faa-814c-3de16a92d722 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-538753ff-f23a-4faa-814c-3de16a92d722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-538753ff-f23a-4faa-814c-3de16a92d722.shg-box.shg-c {
  justify-content: center;
}

#s-42035cd3-9309-47a7-a09e-0c5a514d43cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-42035cd3-9309-47a7-a09e-0c5a514d43cc {
  margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42035cd3-9309-47a7-a09e-0c5a514d43cc {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42035cd3-9309-47a7-a09e-0c5a514d43cc {
  
}
}@media (max-width: 767px){#s-42035cd3-9309-47a7-a09e-0c5a514d43cc {
  
}
}







#s-42035cd3-9309-47a7-a09e-0c5a514d43cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42035cd3-9309-47a7-a09e-0c5a514d43cc.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-1eff4fb8-4136-4a1d-9582-20edf39a3746 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-1eff4fb8-4136-4a1d-9582-20edf39a3746"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-ed3788f0-a948-4df5-b42b-af8178135468 {
  display: none;
}
#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  text-align: left;
}


.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  max-width: 100%;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom,
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  max-width: 100%;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom,
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  max-width: 100%;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom,
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  max-width: 100%;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom,
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 {
  max-width: 100%;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom,
.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42970ff5-50b2-459a-ba4b-a3692e28f831 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6edee25f-bfd8-41b4-96f3-724746abcebb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6edee25f-bfd8-41b4-96f3-724746abcebb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5e601351-96c5-473b-b38f-7f0bc168df19 {
  text-align: center;
}

#s-5e601351-96c5-473b-b38f-7f0bc168df19 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5e601351-96c5-473b-b38f-7f0bc168df19 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5e601351-96c5-473b-b38f-7f0bc168df19 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-360f571e-1c9a-47ed-a26e-dec766c011b1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-360f571e-1c9a-47ed-a26e-dec766c011b1:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-360f571e-1c9a-47ed-a26e-dec766c011b1:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-360f571e-1c9a-47ed-a26e-dec766c011b1-atc-btn-wrapper {
    text-align: center;
  }


#s-360f571e-1c9a-47ed-a26e-dec766c011b1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-360f571e-1c9a-47ed-a26e-dec766c011b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-360f571e-1c9a-47ed-a26e-dec766c011b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-360f571e-1c9a-47ed-a26e-dec766c011b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-360f571e-1c9a-47ed-a26e-dec766c011b1.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-e9b236b0-bc49-4aa1-8ebe-94c8b2c3af91 {
  display: none;
}
#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  text-align: left;
}


.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  max-width: 100%;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom,
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  max-width: 100%;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom,
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  max-width: 100%;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom,
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  max-width: 100%;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom,
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 {
  max-width: 100%;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom,
.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7830e2da-a681-42ca-9c2a-d688b29dc9d8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a2ba24f1-8499-406e-b8c6-b759a1620d63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2ba24f1-8499-406e-b8c6-b759a1620d63 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a01d5c41-84e3-4b27-bf96-a59809d394e1 {
  text-align: center;
}

#s-a01d5c41-84e3-4b27-bf96-a59809d394e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a01d5c41-84e3-4b27-bf96-a59809d394e1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a01d5c41-84e3-4b27-bf96-a59809d394e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a89f5269-9123-435f-9110-3cd205ea534a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a89f5269-9123-435f-9110-3cd205ea534a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a89f5269-9123-435f-9110-3cd205ea534a:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a89f5269-9123-435f-9110-3cd205ea534a-atc-btn-wrapper {
    text-align: center;
  }


#s-a89f5269-9123-435f-9110-3cd205ea534a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a89f5269-9123-435f-9110-3cd205ea534a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a89f5269-9123-435f-9110-3cd205ea534a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a89f5269-9123-435f-9110-3cd205ea534a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a89f5269-9123-435f-9110-3cd205ea534a.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-ac110ee3-74c0-47e8-9987-eece243e1962 {
  display: none;
}
#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  text-align: left;
}


.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  max-width: 100%;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom,
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  max-width: 100%;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom,
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  max-width: 100%;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom,
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  max-width: 100%;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom,
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee {
  max-width: 100%;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom,
.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-80177560-ce45-48bd-b7c1-f9cb013edaee .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b3820c08-b33a-48d4-87d4-fdcd57cc49ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3820c08-b33a-48d4-87d4-fdcd57cc49ff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-520e0fda-4887-4292-a604-39fe6c560a48 {
  text-align: center;
}

#s-520e0fda-4887-4292-a604-39fe6c560a48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-520e0fda-4887-4292-a604-39fe6c560a48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-520e0fda-4887-4292-a604-39fe6c560a48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b86989c3-a6f8-400b-8629-980037674f44 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b86989c3-a6f8-400b-8629-980037674f44:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b86989c3-a6f8-400b-8629-980037674f44:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b86989c3-a6f8-400b-8629-980037674f44-atc-btn-wrapper {
    text-align: center;
  }


#s-b86989c3-a6f8-400b-8629-980037674f44 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b86989c3-a6f8-400b-8629-980037674f44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b86989c3-a6f8-400b-8629-980037674f44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b86989c3-a6f8-400b-8629-980037674f44.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b86989c3-a6f8-400b-8629-980037674f44.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-ea6901c4-a0f7-4c90-b620-de9ab8364039 {
  display: none;
}
#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  text-align: left;
}


.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 {
  max-width: 100%;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom,
.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-99556ee7-e936-4dc7-aae6-a68b9a9685b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-fe621a3e-0bbd-408b-b68b-343ed7e6e3d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe621a3e-0bbd-408b-b68b-343ed7e6e3d8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f19fb84f-671a-4f15-91cb-5a18bb64e919 {
  text-align: center;
}

#s-f19fb84f-671a-4f15-91cb-5a18bb64e919 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f19fb84f-671a-4f15-91cb-5a18bb64e919 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-f19fb84f-671a-4f15-91cb-5a18bb64e919 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(228, 228, 228, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266:active {background-color: rgba(200, 200, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd1e3d99-93e6-4594-8750-ae4dc50f2266-atc-btn-wrapper {
    text-align: center;
  }


#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fd1e3d99-93e6-4594-8750-ae4dc50f2266.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd1e3d99-93e6-4594-8750-ae4dc50f2266.shg-btn.shg-product-atc-success {
    font-weight: 600;
    font-family: Poppins;
    
    font-size: 14px;
    
  }


#s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 2%;
}
@media (max-width: 767px){#s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a3855dd1-0813-47e6-b2a8-b33c0e054e8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-4f23c616-4279-4329-a65a-699b20826662 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f23c616-4279-4329-a65a-699b20826662 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-4f23c616-4279-4329-a65a-699b20826662 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-4f23c616-4279-4329-a65a-699b20826662 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-4f23c616-4279-4329-a65a-699b20826662 {
  cursor: pointer;
}#s-4f23c616-4279-4329-a65a-699b20826662.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0776310d-d1eb-4f80-a8b5-6b250ed59b0a {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0776310d-d1eb-4f80-a8b5-6b250ed59b0a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: 18% center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe {
  min-height: 360px;
}
}@media (max-width: 767px){#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
opacity: 1;
}
}







#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 2.775557561562891e-17;
}#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe {
  cursor: pointer;
}#s-7193d24f-eb5e-45cc-9071-ab940e99c7fe.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b5360548-1b11-4f61-9351-5528aea92bc1 {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5360548-1b11-4f61-9351-5528aea92bc1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 0px;
  text-align: left;
}



#s-68d76ef0-deec-4d88-9329-a399864d03d0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-68d76ef0-deec-4d88-9329-a399864d03d0 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-68d76ef0-deec-4d88-9329-a399864d03d0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-68d76ef0-deec-4d88-9329-a399864d03d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.09999999999999998;
}#s-68d76ef0-deec-4d88-9329-a399864d03d0 {
  cursor: pointer;
}#s-68d76ef0-deec-4d88-9329-a399864d03d0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-604e7b19-ad4f-4848-871e-0def936142ee {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-604e7b19-ad4f-4848-871e-0def936142ee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ac464343-7872-48d0-b935-f5825bdc0258 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac464343-7872-48d0-b935-f5825bdc0258 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-ac464343-7872-48d0-b935-f5825bdc0258 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-ac464343-7872-48d0-b935-f5825bdc0258 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.2;
}#s-ac464343-7872-48d0-b935-f5825bdc0258 {
  cursor: pointer;
}#s-ac464343-7872-48d0-b935-f5825bdc0258.shg-box.shg-c {
  justify-content: flex-end;
}

#s-affd9fc9-222e-4f78-a712-390725add07e {
  margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-affd9fc9-222e-4f78-a712-390725add07e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
