.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-325a6f48-e626-47cf-ae74-a1039832a486 {
  margin-top: -30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-325a6f48-e626-47cf-ae74-a1039832a486 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-325a6f48-e626-47cf-ae74-a1039832a486 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-325a6f48-e626-47cf-ae74-a1039832a486 {
  
}
}@media (max-width: 767px){#s-325a6f48-e626-47cf-ae74-a1039832a486 {
  display: none;
}
#s-325a6f48-e626-47cf-ae74-a1039832a486, #wrap-s-325a6f48-e626-47cf-ae74-a1039832a486 { display: none !important; }}







#s-325a6f48-e626-47cf-ae74-a1039832a486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-325a6f48-e626-47cf-ae74-a1039832a486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ba7e203-583f-4810-b917-ca0d76b0b263 {
  margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-5ba7e203-583f-4810-b917-ca0d76b0b263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba7e203-583f-4810-b917-ca0d76b0b263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cb8c535-7f77-4e44-9147-f11299a47d19 {
  min-height: 50px;
}








#s-1cb8c535-7f77-4e44-9147-f11299a47d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb8c535-7f77-4e44-9147-f11299a47d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-76ae3342-4287-4d29-9d14-e443b5c98ff1 {
  background-color: rgba(222, 155, 181, 1);
}

@media (min-width: 0px) {
[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76ae3342-4287-4d29-9d14-e443b5c98ff1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-6b60e1af-e9f5-4426-b6a3-f070d28d75ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}
@media (max-width: 767px){#s-6b60e1af-e9f5-4426-b6a3-f070d28d75ad {
  display: none;
}
#s-6b60e1af-e9f5-4426-b6a3-f070d28d75ad, #wrap-s-6b60e1af-e9f5-4426-b6a3-f070d28d75ad { display: none !important; }}
#s-6b60e1af-e9f5-4426-b6a3-f070d28d75ad .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4f35007f-4eaf-4072-8d6e-216c9678e36c {
  margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
opacity: 1;
background-color: rgba(222, 155, 181, 0);
}

#s-4f35007f-4eaf-4072-8d6e-216c9678e36c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: right;
}



#s-d3cae917-f71a-418c-a071-431e436669f4 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d3cae917-f71a-418c-a071-431e436669f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3cae917-f71a-418c-a071-431e436669f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3cae917-f71a-418c-a071-431e436669f4 {
  
}
}@media (max-width: 767px){#s-d3cae917-f71a-418c-a071-431e436669f4 {
  
}
}
#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 {
  
}
}@media (max-width: 767px){#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 {
  display: none;
}
#s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38, #wrap-s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38 { display: none !important; }}
@media (min-width: 0px) {
[id="s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-781c30bc-8dd0-43c3-8eb8-89bfa1b9ed38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4c38a236-2d31-4592-9b00-db0cd6418315 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4c38a236-2d31-4592-9b00-db0cd6418315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-129e2198-8afc-4257-8e2e-28b908224907 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
    
    
  }


.s-129e2198-8afc-4257-8e2e-28b908224907 .shogun-image-content {
  
    align-items: center;
  
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
    
    
  }


.s-129e2198-8afc-4257-8e2e-28b908224907 .shogun-image-content {
  
    align-items: center;
  
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
    
    
  }


.s-129e2198-8afc-4257-8e2e-28b908224907 .shogun-image-content {
  
    align-items: center;
  
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
    
    
  }


.s-129e2198-8afc-4257-8e2e-28b908224907 .shogun-image-content {
  
    align-items: center;
  
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
    
    
  }


.s-129e2198-8afc-4257-8e2e-28b908224907 .shogun-image-content {
  
    align-items: center;
  
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shg-align-container {
  display: flex;
  justify-content: center
}

.s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-129e2198-8afc-4257-8e2e-28b908224907.shogun-image {
  box-sizing: border-box;
}



}
#s-8ccdae25-31f7-46c3-91eb-0f58f853c324 {
  margin-bottom: 5px;
text-align: center;
}







  img.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
    
    
  }


.s-8ccdae25-31f7-46c3-91eb-0f58f853c324 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
    
    
  }


.s-8ccdae25-31f7-46c3-91eb-0f58f853c324 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
    
    
  }


.s-8ccdae25-31f7-46c3-91eb-0f58f853c324 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
    
    
  }


.s-8ccdae25-31f7-46c3-91eb-0f58f853c324 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
    
    
  }


.s-8ccdae25-31f7-46c3-91eb-0f58f853c324 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ccdae25-31f7-46c3-91eb-0f58f853c324.shogun-image {
  box-sizing: border-box;
}



}
#s-e437099b-4e5d-4247-994d-08e32c8d9337 {
  margin-bottom: 2px;
padding-bottom: 5px;
text-align: center;
}







  img.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
    
    
  }


.s-e437099b-4e5d-4247-994d-08e32c8d9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
    
    
  }


.s-e437099b-4e5d-4247-994d-08e32c8d9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
    
    
  }


.s-e437099b-4e5d-4247-994d-08e32c8d9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
    
    
  }


.s-e437099b-4e5d-4247-994d-08e32c8d9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
    
    
  }


.s-e437099b-4e5d-4247-994d-08e32c8d9337 .shogun-image-content {
  
    align-items: center;
  
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e437099b-4e5d-4247-994d-08e32c8d9337.shogun-image {
  box-sizing: border-box;
}



}
#s-384522c5-d6d0-41c0-868e-340f05ca8d78 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
    
    
  }


.s-384522c5-d6d0-41c0-868e-340f05ca8d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
    
    
  }


.s-384522c5-d6d0-41c0-868e-340f05ca8d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
    
    
  }


.s-384522c5-d6d0-41c0-868e-340f05ca8d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
    
    
  }


.s-384522c5-d6d0-41c0-868e-340f05ca8d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
    
    
  }


.s-384522c5-d6d0-41c0-868e-340f05ca8d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-384522c5-d6d0-41c0-868e-340f05ca8d78.shogun-image {
  box-sizing: border-box;
}



}
#s-1108f528-0ff6-41f4-a711-436573210237 {
  text-align: center;
}







  img.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
    
    
  }


.s-1108f528-0ff6-41f4-a711-436573210237 .shogun-image-content {
  
    align-items: center;
  
}

.s-1108f528-0ff6-41f4-a711-436573210237.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
    
    
  }


.s-1108f528-0ff6-41f4-a711-436573210237 .shogun-image-content {
  
    align-items: center;
  
}

.s-1108f528-0ff6-41f4-a711-436573210237.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
    
    
  }


.s-1108f528-0ff6-41f4-a711-436573210237 .shogun-image-content {
  
    align-items: center;
  
}

.s-1108f528-0ff6-41f4-a711-436573210237.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
    
    
  }


.s-1108f528-0ff6-41f4-a711-436573210237 .shogun-image-content {
  
    align-items: center;
  
}

.s-1108f528-0ff6-41f4-a711-436573210237.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
    
    
  }


.s-1108f528-0ff6-41f4-a711-436573210237 .shogun-image-content {
  
    align-items: center;
  
}

.s-1108f528-0ff6-41f4-a711-436573210237.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1108f528-0ff6-41f4-a711-436573210237.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1108f528-0ff6-41f4-a711-436573210237.shogun-image {
  box-sizing: border-box;
}



}
.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;
  min-height: 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;
}

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

  to {
    opacity: 1;
  }
}

#s-b1f6ff50-e66a-43cb-8be9-34ac5f64ca05 .shg-sld-dot {
  background-color: rgba(222, 155, 181, 1);
}

#s-b1f6ff50-e66a-43cb-8be9-34ac5f64ca05 .shg-sld-nav-button.shg-sld-left,
#s-b1f6ff50-e66a-43cb-8be9-34ac5f64ca05 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(222, 155, 181, 1);
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49 {
  text-align: center;
}







  img.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
    
    
  }


.s-49aeeea4-1888-47fa-89ca-c828dac43c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
    
    
  }


.s-49aeeea4-1888-47fa-89ca-c828dac43c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
    
    
  }


.s-49aeeea4-1888-47fa-89ca-c828dac43c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
    
    
  }


.s-49aeeea4-1888-47fa-89ca-c828dac43c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
    
    
  }


.s-49aeeea4-1888-47fa-89ca-c828dac43c49 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aeeea4-1888-47fa-89ca-c828dac43c49.shogun-image {
  box-sizing: border-box;
}



}
#s-003207ec-597a-451b-a54c-2d0e39d1390b {
  padding-bottom: 5px;
text-align: center;
}







  img.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
    
    
  }


.s-003207ec-597a-451b-a54c-2d0e39d1390b .shogun-image-content {
  
    align-items: center;
  
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
    
    
  }


.s-003207ec-597a-451b-a54c-2d0e39d1390b .shogun-image-content {
  
    align-items: center;
  
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
    
    
  }


.s-003207ec-597a-451b-a54c-2d0e39d1390b .shogun-image-content {
  
    align-items: center;
  
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
    
    
  }


.s-003207ec-597a-451b-a54c-2d0e39d1390b .shogun-image-content {
  
    align-items: center;
  
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
    
    
  }


.s-003207ec-597a-451b-a54c-2d0e39d1390b .shogun-image-content {
  
    align-items: center;
  
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003207ec-597a-451b-a54c-2d0e39d1390b.shogun-image {
  box-sizing: border-box;
}



}
#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 {
  margin-bottom: 2px;
padding-bottom: 5px;
text-align: center;
}







  img.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
    
    
  }


.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
    
    
  }


.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
    
    
  }


.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
    
    
  }


.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
    
    
  }


.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6966166-a24d-4fda-b856-53e6eb5eb9e0.shogun-image {
  box-sizing: border-box;
}



}
#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 {
  margin-bottom: 5px;
text-align: center;
}







  img.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
    
    
  }


.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
    
    
  }


.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
    
    
  }


.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
    
    
  }


.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
    
    
  }


.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c645903-0cfd-4e8e-b94a-30c99b0a99e0.shogun-image {
  box-sizing: border-box;
}



}
#s-70711137-5a1b-4217-863d-82118b155212 {
  text-align: center;
}







  img.s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
    
    
  }


.s-70711137-5a1b-4217-863d-82118b155212 .shogun-image-content {
  
    align-items: center;
  
}

.s-70711137-5a1b-4217-863d-82118b155212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70711137-5a1b-4217-863d-82118b155212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
    
    
  }


.s-70711137-5a1b-4217-863d-82118b155212 .shogun-image-content {
  
    align-items: center;
  
}

.s-70711137-5a1b-4217-863d-82118b155212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70711137-5a1b-4217-863d-82118b155212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
    
    
  }


.s-70711137-5a1b-4217-863d-82118b155212 .shogun-image-content {
  
    align-items: center;
  
}

.s-70711137-5a1b-4217-863d-82118b155212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70711137-5a1b-4217-863d-82118b155212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
    
    
  }


.s-70711137-5a1b-4217-863d-82118b155212 .shogun-image-content {
  
    align-items: center;
  
}

.s-70711137-5a1b-4217-863d-82118b155212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70711137-5a1b-4217-863d-82118b155212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
    
    
  }


.s-70711137-5a1b-4217-863d-82118b155212 .shogun-image-content {
  
    align-items: center;
  
}

.s-70711137-5a1b-4217-863d-82118b155212.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70711137-5a1b-4217-863d-82118b155212.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70711137-5a1b-4217-863d-82118b155212.shogun-image {
  box-sizing: border-box;
}



}
#s-38c58be3-b848-4994-9d93-59297bd8e21e {
  text-align: center;
}







  img.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
    
    
  }


.s-38c58be3-b848-4994-9d93-59297bd8e21e .shogun-image-content {
  
    align-items: center;
  
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
    
    
  }


.s-38c58be3-b848-4994-9d93-59297bd8e21e .shogun-image-content {
  
    align-items: center;
  
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
    
    
  }


.s-38c58be3-b848-4994-9d93-59297bd8e21e .shogun-image-content {
  
    align-items: center;
  
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
    
    
  }


.s-38c58be3-b848-4994-9d93-59297bd8e21e .shogun-image-content {
  
    align-items: center;
  
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
    
    
  }


.s-38c58be3-b848-4994-9d93-59297bd8e21e .shogun-image-content {
  
    align-items: center;
  
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38c58be3-b848-4994-9d93-59297bd8e21e.shogun-image {
  box-sizing: border-box;
}



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

.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;
  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-10d96069-bcd1-4cb0-933e-0a5ef1f67325 {
  text-align: left;
}
@media (min-width: 1200px){#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 {
  display: none;
}
#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325, #wrap-s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 {
  display: none;
}
#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325, #wrap-s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 {
  display: none;
}
#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325, #wrap-s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 { display: none !important; }}@media (max-width: 767px){#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 {
  
}
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10d96069-bcd1-4cb0-933e-0a5ef1f67325 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-a50ba878-a6c7-404f-b240-86fd1207ac23 {
  display: none;
}
#s-a50ba878-a6c7-404f-b240-86fd1207ac23, #wrap-s-a50ba878-a6c7-404f-b240-86fd1207ac23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a50ba878-a6c7-404f-b240-86fd1207ac23 {
  display: none;
}
#s-a50ba878-a6c7-404f-b240-86fd1207ac23, #wrap-s-a50ba878-a6c7-404f-b240-86fd1207ac23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a50ba878-a6c7-404f-b240-86fd1207ac23 {
  display: none;
}
#s-a50ba878-a6c7-404f-b240-86fd1207ac23, #wrap-s-a50ba878-a6c7-404f-b240-86fd1207ac23 { display: none !important; }}
#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a50ba878-a6c7-404f-b240-86fd1207ac23 .shg-gallery-dot {
  background-color: #FFF;
}

#s-1432272e-62a0-473f-b873-9d2e869d4328 {
  box-shadow:0px 0px 100px 0px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1432272e-62a0-473f-b873-9d2e869d4328 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1432272e-62a0-473f-b873-9d2e869d4328 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1432272e-62a0-473f-b873-9d2e869d4328 {
  
}
}@media (max-width: 767px){#s-1432272e-62a0-473f-b873-9d2e869d4328 {
  display: none;
}
#s-1432272e-62a0-473f-b873-9d2e869d4328, #wrap-s-1432272e-62a0-473f-b873-9d2e869d4328 { display: none !important; }}







#s-1432272e-62a0-473f-b873-9d2e869d4328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1432272e-62a0-473f-b873-9d2e869d4328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4 {
  margin-top: 7px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-854bafd8-52fc-4e51-8b4d-7ffaf66237b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-0dd02c04-6be0-432d-b020-6624c0514c2f {
  margin-left: 2%;
margin-right: -8%;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}

#s-0dd02c04-6be0-432d-b020-6624c0514c2f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: ;
}

#s-410a0116-626e-4cb1-99cf-63a87897378d {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
text-align: right;
}

#s-410a0116-626e-4cb1-99cf-63a87897378d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: lufga;
  font-style:  normal ;
}

#s-410a0116-626e-4cb1-99cf-63a87897378d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: lufga;
  font-style:  normal ;
  font-size: 20px;
}

#s-410a0116-626e-4cb1-99cf-63a87897378d .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-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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-de13a245-a84f-4e01-bc20-57a2dfb077db {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a {
  margin-top: 12px;
margin-right: 80%;
min-height: 30px;
max-width: 150px;
text-align: center;
}







  img.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
    
    
  }


.s-2e015128-0076-48c9-8cae-7c11ab6fd50a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
    
    
  }


.s-2e015128-0076-48c9-8cae-7c11ab6fd50a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
    
    
  }


.s-2e015128-0076-48c9-8cae-7c11ab6fd50a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
    
    
  }


.s-2e015128-0076-48c9-8cae-7c11ab6fd50a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
    
    
  }


.s-2e015128-0076-48c9-8cae-7c11ab6fd50a .shogun-image-content {
  
    align-items: center;
  
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e015128-0076-48c9-8cae-7c11ab6fd50a.shogun-image {
  box-sizing: border-box;
}



}
#s-5ba9e22e-f455-4556-a041-85b217acbe20 {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5ba9e22e-f455-4556-a041-85b217acbe20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ba9e22e-f455-4556-a041-85b217acbe20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ba9e22e-f455-4556-a041-85b217acbe20 {
  
}
}@media (max-width: 767px){#s-5ba9e22e-f455-4556-a041-85b217acbe20 {
  
}
}
.shg-product-variant-selector-for-recharge-hidden {
  display: none;
}

#s-84185c64-5248-4397-ad4b-33f3de3f4e3f {
  margin-left: 39%;
margin-right: 39%;
min-height: 30px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-84185c64-5248-4397-ad4b-33f3de3f4e3f .shg-product-quantity-wrapper {
  display: flex;
}

#s-84185c64-5248-4397-ad4b-33f3de3f4e3f .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-84185c64-5248-4397-ad4b-33f3de3f4e3f .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-84185c64-5248-4397-ad4b-33f3de3f4e3f .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-84185c64-5248-4397-ad4b-33f3de3f4e3f .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-ae110244-80f7-4433-82d9-aa0fdeccf3e9 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 150px;
padding-bottom: 10px;
padding-right: 150px;
border-radius: 13px;
background-color: rgba(97, 110, 142, 1);
text-align: center;
cursor: pointer;
color: rgba(242, 202, 209, 1);
background-image: none;
hover-type: color;
}
#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9.shg-btn {
  color: rgba(242, 202, 209, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-ae110244-80f7-4433-82d9-aa0fdeccf3e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1f7f902-74d7-4c22-801c-1da25b818569 {
  text-align: center;
}
@media (max-width: 767px){#s-d1f7f902-74d7-4c22-801c-1da25b818569 {
  display: none;
}
#s-d1f7f902-74d7-4c22-801c-1da25b818569, #wrap-s-d1f7f902-74d7-4c22-801c-1da25b818569 { display: none !important; }}






  img.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
    
    
  }


.s-d1f7f902-74d7-4c22-801c-1da25b818569 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
    
    
  }


.s-d1f7f902-74d7-4c22-801c-1da25b818569 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
    
    
  }


.s-d1f7f902-74d7-4c22-801c-1da25b818569 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
    
    
  }


.s-d1f7f902-74d7-4c22-801c-1da25b818569 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
    
    
  }


.s-d1f7f902-74d7-4c22-801c-1da25b818569 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1f7f902-74d7-4c22-801c-1da25b818569.shogun-image {
  box-sizing: border-box;
}



}
#s-0110d0f4-3c82-4522-a2b9-864309f8b88c {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-0110d0f4-3c82-4522-a2b9-864309f8b88c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0110d0f4-3c82-4522-a2b9-864309f8b88c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0110d0f4-3c82-4522-a2b9-864309f8b88c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0110d0f4-3c82-4522-a2b9-864309f8b88c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-28e51066-0316-441a-9015-160d8db84014 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}
@media (max-width: 767px){#s-28e51066-0316-441a-9015-160d8db84014 {
  display: none;
}
#s-28e51066-0316-441a-9015-160d8db84014, #wrap-s-28e51066-0316-441a-9015-160d8db84014 { display: none !important; }}







#s-28e51066-0316-441a-9015-160d8db84014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28e51066-0316-441a-9015-160d8db84014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f687ba5-3b55-4d04-83dc-6e89cc050f8e {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f687ba5-3b55-4d04-83dc-6e89cc050f8e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-3c12983e-be0d-4057-9f90-5a310c9de4fa {
  min-height: 50px;
background-color: rgba(237, 230, 221, 1);
}








#s-3c12983e-be0d-4057-9f90-5a310c9de4fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c12983e-be0d-4057-9f90-5a310c9de4fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 {
  margin-top: 0px;
padding-top: 150px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 {
  display: none;
}
#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5, #wrap-s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 { display: none !important; }}
#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 .shg-sld-nav-button.shg-sld-left,
#s-cb06b944-18ce-4793-b13f-8a8b3178c0d5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8 {
  min-height: 50px;
max-width: 90px;
text-align: center;
}







  img.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
    
    
  }


.s-30f84670-dc88-42a7-bdb1-f68bd88990a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
    
    
  }


.s-30f84670-dc88-42a7-bdb1-f68bd88990a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
    
    
  }


.s-30f84670-dc88-42a7-bdb1-f68bd88990a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
    
    
  }


.s-30f84670-dc88-42a7-bdb1-f68bd88990a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
    
    
  }


.s-30f84670-dc88-42a7-bdb1-f68bd88990a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f84670-dc88-42a7-bdb1-f68bd88990a8.shogun-image {
  box-sizing: border-box;
}



}
#s-5547338b-73db-4c86-aa86-8897ca6e25c4 {
  min-height: 60px;
max-width: 60px;
text-align: center;
}







  img.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
    
    
  }


.s-5547338b-73db-4c86-aa86-8897ca6e25c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
    
    
  }


.s-5547338b-73db-4c86-aa86-8897ca6e25c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
    
    
  }


.s-5547338b-73db-4c86-aa86-8897ca6e25c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
    
    
  }


.s-5547338b-73db-4c86-aa86-8897ca6e25c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
    
    
  }


.s-5547338b-73db-4c86-aa86-8897ca6e25c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5547338b-73db-4c86-aa86-8897ca6e25c4.shogun-image {
  box-sizing: border-box;
}



}
#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 {
  min-height: 60px;
max-width: 60px;
text-align: center;
}







  img.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
    
    
  }


.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
    
    
  }


.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
    
    
  }


.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
    
    
  }


.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
    
    
  }


.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f966a58-7a8a-4c07-aeae-729765ca1ad2.shogun-image {
  box-sizing: border-box;
}



}
#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 {
  min-height: 60px;
max-width: 60px;
text-align: center;
}







  img.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
    
    
  }


.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
    
    
  }


.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
    
    
  }


.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
    
    
  }


.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
    
    
  }


.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2496e0b-ae49-4d76-8021-fe8d1bb18780.shogun-image {
  box-sizing: border-box;
}



}
#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 {
  min-height: 60px;
max-width: 45px;
text-align: center;
}







  img.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
    
    
  }


.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
    
    
  }


.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
    
    
  }


.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
    
    
  }


.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
    
    
  }


.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c7c7d15-dd8c-433f-bbae-a78148d99fc1.shogun-image {
  box-sizing: border-box;
}



}
#s-19b575c0-3a14-4e90-b717-3aac0001f104 {
  min-height: 60px;
max-width: 48px;
text-align: center;
}







  img.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
    
    
  }


.s-19b575c0-3a14-4e90-b717-3aac0001f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
    
    
  }


.s-19b575c0-3a14-4e90-b717-3aac0001f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
    
    
  }


.s-19b575c0-3a14-4e90-b717-3aac0001f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
    
    
  }


.s-19b575c0-3a14-4e90-b717-3aac0001f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
    
    
  }


.s-19b575c0-3a14-4e90-b717-3aac0001f104 .shogun-image-content {
  
    align-items: center;
  
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19b575c0-3a14-4e90-b717-3aac0001f104.shogun-image {
  box-sizing: border-box;
}



}
#s-55c3be15-dd74-4099-8e2e-18e66080f26f {
  min-height: 60px;
max-width: 60px;
text-align: center;
}







  img.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
    
    
  }


.s-55c3be15-dd74-4099-8e2e-18e66080f26f .shogun-image-content {
  
    align-items: center;
  
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
    
    
  }


.s-55c3be15-dd74-4099-8e2e-18e66080f26f .shogun-image-content {
  
    align-items: center;
  
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
    
    
  }


.s-55c3be15-dd74-4099-8e2e-18e66080f26f .shogun-image-content {
  
    align-items: center;
  
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
    
    
  }


.s-55c3be15-dd74-4099-8e2e-18e66080f26f .shogun-image-content {
  
    align-items: center;
  
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
    
    
  }


.s-55c3be15-dd74-4099-8e2e-18e66080f26f .shogun-image-content {
  
    align-items: center;
  
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c3be15-dd74-4099-8e2e-18e66080f26f.shogun-image {
  box-sizing: border-box;
}



}
#s-e2606e40-3f20-4da7-9816-219405c81ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2606e40-3f20-4da7-9816-219405c81ef9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-98242856-53ab-43d9-a4f8-ca13e4ebea42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98242856-53ab-43d9-a4f8-ca13e4ebea42 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-2954787a-ef83-414b-9d66-b2ee6854baff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2954787a-ef83-414b-9d66-b2ee6854baff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-eb9f59e9-323d-4b05-a0a2-bc2bfc52ece0 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb9f59e9-323d-4b05-a0a2-bc2bfc52ece0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-76cde16b-1602-40e6-99bd-4b0c1234d629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76cde16b-1602-40e6-99bd-4b0c1234d629 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-e7477918-6142-4e67-bef0-434c25e8cbd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7477918-6142-4e67-bef0-434c25e8cbd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-28e2fea7-ddac-45fa-a7b2-b3ebf64080c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28e2fea7-ddac-45fa-a7b2-b3ebf64080c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-f2a6543d-17e8-4685-a2a2-0b1f39b20327 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a7ec95b0-8a13-40ca-b9c8-a6459dc60125 {
  margin-left: 10%;
margin-right: 10%;
}

#s-76381475-3d9f-4566-9447-8c0ec6c11eed {
  margin-left: 10%;
margin-right: 10%;
}

#s-eddf5e65-ea34-4951-95be-cf078723ca34 {
  margin-left: 10%;
margin-right: 10%;
}

#s-3f8aeecc-2678-475e-8fa1-cc941b099417 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bf39b959-9cb0-4edf-89b8-694a8fa5b729 {
  margin-left: 10%;
margin-right: 10%;
}

#s-9ec0e15b-d47c-419e-adc0-48fb804461eb {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 10px;
}

#s-6a898e4c-d811-45df-a280-7b0fbd3334ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}








#s-6a898e4c-d811-45df-a280-7b0fbd3334ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a898e4c-d811-45df-a280-7b0fbd3334ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa {
  display: none;
}
#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa, #wrap-s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa { display: none !important; }}







.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){






.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){






.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){






.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){






.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0fb73ed-27be-46d9-8ce8-4e9cb9425aaa.shogun-image {
  box-sizing: border-box;
}



}
#s-4290d5f8-542a-4990-b242-9cff1dcc86f6 {
  min-height: 50px;
background-color: rgba(242, 202, 209, 0.36);
}








#s-4290d5f8-542a-4990-b242-9cff1dcc86f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4290d5f8-542a-4990-b242-9cff1dcc86f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 {
  padding-left: 11%;
padding-right: 11%;
text-align: center;
background-color: rgba(237, 230, 221, 1);
}







  img.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
    
    
  }


.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
    
    
  }


.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
    
    
  }


.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
    
    
  }


.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
    
    
  }


.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6ac8fa-d54c-48fa-b0b7-7cb9d6774a83.shogun-image {
  box-sizing: border-box;
}



}
#s-62b2012a-e5e1-4b86-91ab-8317389bbc67 {
  min-height: 50px;
}








#s-62b2012a-e5e1-4b86-91ab-8317389bbc67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b2012a-e5e1-4b86-91ab-8317389bbc67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1da3c265-ec05-457c-871b-155f235257cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-1da3c265-ec05-457c-871b-155f235257cc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-efdc09d8-f9a9-402b-8462-0ef878669789 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-efdc09d8-f9a9-402b-8462-0ef878669789"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-efdc09d8-f9a9-402b-8462-0ef878669789"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-efdc09d8-f9a9-402b-8462-0ef878669789"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-efdc09d8-f9a9-402b-8462-0ef878669789"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
    
    
  }


.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
    
    
  }


.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
    
    
  }


.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
    
    
  }


.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
    
    
  }


.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d .shogun-image-content {
  
    align-items: center;
  
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d9165cba-4a80-4b2a-b055-96d6f0f37a8d.shogun-image {
  box-sizing: border-box;
}



}
#s-8a2c1e04-e0d6-4d6b-b609-1071f38cac85 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a2c1e04-e0d6-4d6b-b609-1071f38cac85 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8d4178c3-fe02-4af8-b508-96d6fe9355f2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554 {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
    
    
  }


.s-ab6dfded-4747-4f99-be44-3fcb34fe4554 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
    
    
  }


.s-ab6dfded-4747-4f99-be44-3fcb34fe4554 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
    
    
  }


.s-ab6dfded-4747-4f99-be44-3fcb34fe4554 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
    
    
  }


.s-ab6dfded-4747-4f99-be44-3fcb34fe4554 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
    
    
  }


.s-ab6dfded-4747-4f99-be44-3fcb34fe4554 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab6dfded-4747-4f99-be44-3fcb34fe4554.shogun-image {
  box-sizing: border-box;
}



}
#s-8c60b162-3da8-485f-9e52-9611ab0aba4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c60b162-3da8-485f-9e52-9611ab0aba4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ba61850c-440b-4c2b-8c57-a05565f78816 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26 {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
    
    
  }


.s-f377574c-ac5b-4c68-8a57-4f8a01454b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
    
    
  }


.s-f377574c-ac5b-4c68-8a57-4f8a01454b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
    
    
  }


.s-f377574c-ac5b-4c68-8a57-4f8a01454b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
    
    
  }


.s-f377574c-ac5b-4c68-8a57-4f8a01454b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
    
    
  }


.s-f377574c-ac5b-4c68-8a57-4f8a01454b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f377574c-ac5b-4c68-8a57-4f8a01454b26.shogun-image {
  box-sizing: border-box;
}



}
#s-1989a0a2-8234-4fb0-926a-c570d1c67eba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1989a0a2-8234-4fb0-926a-c570d1c67eba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-708b1f93-011f-4eb4-ad64-a73369f11580 {
  margin-left: 5%;
margin-right: 5%;
}

#s-12c5e13a-97df-40ca-ab3c-62b67af58c84 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-12c5e13a-97df-40ca-ab3c-62b67af58c84"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-12c5e13a-97df-40ca-ab3c-62b67af58c84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-12c5e13a-97df-40ca-ab3c-62b67af58c84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-12c5e13a-97df-40ca-ab3c-62b67af58c84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
    
    
  }


.s-63c8da5d-a765-4344-8cea-a31b15d7c09b .shogun-image-content {
  
    align-items: center;
  
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
    
    
  }


.s-63c8da5d-a765-4344-8cea-a31b15d7c09b .shogun-image-content {
  
    align-items: center;
  
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
    
    
  }


.s-63c8da5d-a765-4344-8cea-a31b15d7c09b .shogun-image-content {
  
    align-items: center;
  
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
    
    
  }


.s-63c8da5d-a765-4344-8cea-a31b15d7c09b .shogun-image-content {
  
    align-items: center;
  
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
    
    
  }


.s-63c8da5d-a765-4344-8cea-a31b15d7c09b .shogun-image-content {
  
    align-items: center;
  
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63c8da5d-a765-4344-8cea-a31b15d7c09b.shogun-image {
  box-sizing: border-box;
}



}
#s-04a2c38b-e753-445d-96c0-3d15d80d06f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04a2c38b-e753-445d-96c0-3d15d80d06f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3cf389f6-14ad-43d7-bb59-c23d21a2c664 {
  margin-left: 5%;
margin-right: 5%;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
    
    
  }


.s-35eb0afc-55c8-4948-989c-1df6a88a62ac .shogun-image-content {
  
    align-items: center;
  
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
    
    
  }


.s-35eb0afc-55c8-4948-989c-1df6a88a62ac .shogun-image-content {
  
    align-items: center;
  
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
    
    
  }


.s-35eb0afc-55c8-4948-989c-1df6a88a62ac .shogun-image-content {
  
    align-items: center;
  
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
    
    
  }


.s-35eb0afc-55c8-4948-989c-1df6a88a62ac .shogun-image-content {
  
    align-items: center;
  
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
    
    
  }


.s-35eb0afc-55c8-4948-989c-1df6a88a62ac .shogun-image-content {
  
    align-items: center;
  
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35eb0afc-55c8-4948-989c-1df6a88a62ac.shogun-image {
  box-sizing: border-box;
}



}
#s-9cc63dba-576a-4350-8991-5ab4d6e37f88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cc63dba-576a-4350-8991-5ab4d6e37f88 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8bd05439-b784-4ab2-8afa-5e6ca95f2e51 {
  margin-left: 5%;
margin-right: 5%;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d {
  min-height: 200px;
max-width: 200px;
text-align: center;
}







  img.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
    
    
  }


.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
    
    
  }


.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
    
    
  }


.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
    
    
  }


.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
    
    
  }


.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d .shogun-image-content {
  
    align-items: center;
  
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ba8ac3-679f-4f58-ab74-181bec9c8c8d.shogun-image {
  box-sizing: border-box;
}



}
#s-f9bc08f7-c02d-4ee7-94c0-b1dc754e7a91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9bc08f7-c02d-4ee7-94c0-b1dc754e7a91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5b692861-f285-4119-b819-bebd82f842d6 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a6690a9d-36c5-45a8-8d6f-7065d4f87a35 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-a6690a9d-36c5-45a8-8d6f-7065d4f87a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6690a9d-36c5-45a8-8d6f-7065d4f87a35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20320737-922d-4176-850a-aa9f4bbff52c {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20320737-922d-4176-850a-aa9f4bbff52c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-a6cd6bbc-ad31-4c71-8167-fe815622057e {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-a6cd6bbc-ad31-4c71-8167-fe815622057e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6cd6bbc-ad31-4c71-8167-fe815622057e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-123a33bf-51cc-476c-a077-34f113172a34 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(237, 230, 221, 1);
}
@media (max-width: 767px){#s-123a33bf-51cc-476c-a077-34f113172a34 {
  display: none;
}
#s-123a33bf-51cc-476c-a077-34f113172a34, #wrap-s-123a33bf-51cc-476c-a077-34f113172a34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-123a33bf-51cc-476c-a077-34f113172a34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-123a33bf-51cc-476c-a077-34f113172a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-123a33bf-51cc-476c-a077-34f113172a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-123a33bf-51cc-476c-a077-34f113172a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8eb20d1a-d11f-475c-b82c-1ac11b7a672c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-8eb20d1a-d11f-475c-b82c-1ac11b7a672c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eb20d1a-d11f-475c-b82c-1ac11b7a672c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea132ee1-f4b4-4ddd-880d-23537c1524dd {
  min-height: 50px;
}








#s-ea132ee1-f4b4-4ddd-880d-23537c1524dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea132ee1-f4b4-4ddd-880d-23537c1524dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-187f6df2-116c-49a4-a6b7-047d10cc63d7 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-187f6df2-116c-49a4-a6b7-047d10cc63d7 .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-bfc557aa-f1ed-4cec-aec2-002c187381ef {
  margin-left: 20%;
margin-right: 20%;
}

#s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(242, 202, 209, 1);
}
@media (max-width: 767px){#s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d {
  display: none;
}
#s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d, #wrap-s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d { display: none !important; }}
@media (min-width: 0px) {
[id="s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11dd9a8c-22b7-4092-b626-a6ccc27a4f6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e6a880bb-50c0-4f92-bc23-6546da91334e {
  min-height: 50px;
}








#s-e6a880bb-50c0-4f92-bc23-6546da91334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a880bb-50c0-4f92-bc23-6546da91334e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e5bec6a-5bd1-4e1f-832f-f2c1259fceaa {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e5bec6a-5bd1-4e1f-832f-f2c1259fceaa .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6be751d4-6293-4ed2-9143-233d17c6def8 {
  margin-left: 15%;
margin-right: 15%;
}

#s-4a529e28-a467-4ee1-b4f3-68ecf084c0b4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-4a529e28-a467-4ee1-b4f3-68ecf084c0b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a529e28-a467-4ee1-b4f3-68ecf084c0b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bb2d822-4aec-4304-87da-b783315c74fd {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(97, 110, 142, 1);
}
@media (max-width: 767px){#s-1bb2d822-4aec-4304-87da-b783315c74fd {
  display: none;
}
#s-1bb2d822-4aec-4304-87da-b783315c74fd, #wrap-s-1bb2d822-4aec-4304-87da-b783315c74fd { display: none !important; }}
@media (min-width: 0px) {
[id="s-1bb2d822-4aec-4304-87da-b783315c74fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1bb2d822-4aec-4304-87da-b783315c74fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1bb2d822-4aec-4304-87da-b783315c74fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bb2d822-4aec-4304-87da-b783315c74fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-70283513-d619-4dc3-9f92-14e7443c762b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-70283513-d619-4dc3-9f92-14e7443c762b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70283513-d619-4dc3-9f92-14e7443c762b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ddf9972-83fe-4bcc-8f8c-67c6dae133be {
  min-height: 50px;
}








#s-7ddf9972-83fe-4bcc-8f8c-67c6dae133be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ddf9972-83fe-4bcc-8f8c-67c6dae133be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fbe0109-b6f0-4f55-bfe7-2d0295c1e07a {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fbe0109-b6f0-4f55-bfe7-2d0295c1e07a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f6292176-1809-475c-a1f9-1a15504059e9 {
  margin-left: 15%;
margin-right: 15%;
}

#s-0c241b61-cdcb-45c1-b497-123b81e5b828 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}
@media (max-width: 767px){#s-0c241b61-cdcb-45c1-b497-123b81e5b828 {
  display: none;
}
#s-0c241b61-cdcb-45c1-b497-123b81e5b828, #wrap-s-0c241b61-cdcb-45c1-b497-123b81e5b828 { display: none !important; }}







#s-0c241b61-cdcb-45c1-b497-123b81e5b828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c241b61-cdcb-45c1-b497-123b81e5b828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ce7aec9-fe0b-44ce-9a0d-452c508ced88 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce7aec9-fe0b-44ce-9a0d-452c508ced88 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  img.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
    
    
  }


.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 .shogun-image-content {
  
    align-items: center;
  
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
    
    
  }


.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 .shogun-image-content {
  
    align-items: center;
  
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
    
    
  }


.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 .shogun-image-content {
  
    align-items: center;
  
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
    
    
  }


.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 .shogun-image-content {
  
    align-items: center;
  
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
    
    
  }


.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503 .shogun-image-content {
  
    align-items: center;
  
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a31c1082-ecd2-4cbb-9c69-cf91ee08b503.shogun-image {
  box-sizing: border-box;
}



}
#s-6c722683-a361-49b1-a5e5-254ceb83ba5f {
  min-height: 50px;
}








#s-6c722683-a361-49b1-a5e5-254ceb83ba5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c722683-a361-49b1-a5e5-254ceb83ba5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a67a2d86-9f6c-46ef-9170-4bca49090643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-a67a2d86-9f6c-46ef-9170-4bca49090643 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-8069307c-1a54-4211-a50f-4971a8d4c50f {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-8069307c-1a54-4211-a50f-4971a8d4c50f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8069307c-1a54-4211-a50f-4971a8d4c50f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8069307c-1a54-4211-a50f-4971a8d4c50f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8069307c-1a54-4211-a50f-4971a8d4c50f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
    
    
  }


.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
    
    
  }


.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
    
    
  }


.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
    
    
  }


.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
    
    
  }


.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0 .shogun-image-content {
  
    align-items: center;
  
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-704ed824-bb7f-46d6-9dfb-ba50c1f8afd0.shogun-image {
  box-sizing: border-box;
}



}
#s-1a35b2d1-270a-4737-9c16-7b91646d9908 {
  margin-left: 5%;
margin-right: 5%;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
    
    
  }


.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
    
    
  }


.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
    
    
  }


.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
    
    
  }


.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
    
    
  }


.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0 .shogun-image-content {
  
    align-items: center;
  
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27843fbc-6ae9-46e9-a903-f09f05fa5ea0.shogun-image {
  box-sizing: border-box;
}



}
#s-4967a00f-7b37-45e1-b53f-762e25ae963e {
  margin-left: 5%;
margin-right: 5%;
}

#s-e340bf40-abcf-4a5b-872b-3ecc5c1be9bc {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-e340bf40-abcf-4a5b-872b-3ecc5c1be9bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e340bf40-abcf-4a5b-872b-3ecc5c1be9bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e340bf40-abcf-4a5b-872b-3ecc5c1be9bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e340bf40-abcf-4a5b-872b-3ecc5c1be9bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-4426bfb2-4204-4e99-a24d-ed791865915e {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
    
    
  }


.s-4426bfb2-4204-4e99-a24d-ed791865915e .shogun-image-content {
  
    align-items: center;
  
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
    
    
  }


.s-4426bfb2-4204-4e99-a24d-ed791865915e .shogun-image-content {
  
    align-items: center;
  
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
    
    
  }


.s-4426bfb2-4204-4e99-a24d-ed791865915e .shogun-image-content {
  
    align-items: center;
  
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
    
    
  }


.s-4426bfb2-4204-4e99-a24d-ed791865915e .shogun-image-content {
  
    align-items: center;
  
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
    
    
  }


.s-4426bfb2-4204-4e99-a24d-ed791865915e .shogun-image-content {
  
    align-items: center;
  
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4426bfb2-4204-4e99-a24d-ed791865915e.shogun-image {
  box-sizing: border-box;
}



}
#s-e926d134-cc0d-4852-a402-bd1d2109faf9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
    
    
  }


.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
    
    
  }


.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
    
    
  }


.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
    
    
  }


.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
    
    
  }


.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768 .shogun-image-content {
  
    align-items: center;
  
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e57ecf5-6e00-4373-ade2-b6ac6b2c5768.shogun-image {
  box-sizing: border-box;
}



}
#s-d1f54d1c-5527-4c38-abae-497ee318782c {
  margin-left: 5%;
margin-right: 5%;
}

#s-1d22214a-11a2-47b8-806c-e039c4fe07ea {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-1d22214a-11a2-47b8-806c-e039c4fe07ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1d22214a-11a2-47b8-806c-e039c4fe07ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1d22214a-11a2-47b8-806c-e039c4fe07ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d22214a-11a2-47b8-806c-e039c4fe07ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
    
    
  }


.s-2fbb352a-97ea-480e-9928-2c5d098446ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
    
    
  }


.s-2fbb352a-97ea-480e-9928-2c5d098446ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
    
    
  }


.s-2fbb352a-97ea-480e-9928-2c5d098446ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
    
    
  }


.s-2fbb352a-97ea-480e-9928-2c5d098446ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
    
    
  }


.s-2fbb352a-97ea-480e-9928-2c5d098446ea .shogun-image-content {
  
    align-items: center;
  
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fbb352a-97ea-480e-9928-2c5d098446ea.shogun-image {
  box-sizing: border-box;
}



}
#s-d0c431a9-60e7-4449-94cc-fa8a0fd7df72 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
    
    
  }


.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 .shogun-image-content {
  
    align-items: center;
  
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
    
    
  }


.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 .shogun-image-content {
  
    align-items: center;
  
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
    
    
  }


.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 .shogun-image-content {
  
    align-items: center;
  
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
    
    
  }


.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 .shogun-image-content {
  
    align-items: center;
  
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
    
    
  }


.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837 .shogun-image-content {
  
    align-items: center;
  
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b645ba4a-3991-4a6b-8ad3-38f0c8c69837.shogun-image {
  box-sizing: border-box;
}



}
#s-01531e68-94c2-4a54-93c6-c37167765e4b {
  margin-left: 5%;
margin-right: 5%;
}

#s-caa58e4d-30be-40f4-a2b9-4b7cfaac0256 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-caa58e4d-30be-40f4-a2b9-4b7cfaac0256"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-caa58e4d-30be-40f4-a2b9-4b7cfaac0256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-caa58e4d-30be-40f4-a2b9-4b7cfaac0256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-caa58e4d-30be-40f4-a2b9-4b7cfaac0256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
    
    
  }


.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c .shogun-image-content {
  
    align-items: center;
  
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
    
    
  }


.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c .shogun-image-content {
  
    align-items: center;
  
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
    
    
  }


.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c .shogun-image-content {
  
    align-items: center;
  
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
    
    
  }


.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c .shogun-image-content {
  
    align-items: center;
  
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
    
    
  }


.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c .shogun-image-content {
  
    align-items: center;
  
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f2c4769-a294-4bfc-8a21-115b0d0ab03c.shogun-image {
  box-sizing: border-box;
}



}
#s-0b353a4a-ac14-4a82-8b3a-c59d859469d9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
    
    
  }


.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
    
    
  }


.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
    
    
  }


.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
    
    
  }


.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
    
    
  }


.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d94d928-c4cf-4a33-9247-3463b9a47ff4.shogun-image {
  box-sizing: border-box;
}



}
#s-5a8bf0d5-3390-4c08-b023-d31cff82ad92 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7e252f03-36df-4f05-acb2-a3b9288a9f71 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-7e252f03-36df-4f05-acb2-a3b9288a9f71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-7e252f03-36df-4f05-acb2-a3b9288a9f71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7e252f03-36df-4f05-acb2-a3b9288a9f71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e252f03-36df-4f05-acb2-a3b9288a9f71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
    
    
  }


.s-f95db559-b81e-4081-8de7-9372ce7f5ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
    
    
  }


.s-f95db559-b81e-4081-8de7-9372ce7f5ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
    
    
  }


.s-f95db559-b81e-4081-8de7-9372ce7f5ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
    
    
  }


.s-f95db559-b81e-4081-8de7-9372ce7f5ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
    
    
  }


.s-f95db559-b81e-4081-8de7-9372ce7f5ee1 .shogun-image-content {
  
    align-items: center;
  
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f95db559-b81e-4081-8de7-9372ce7f5ee1.shogun-image {
  box-sizing: border-box;
}



}
#s-8612ec06-fe14-4813-ab49-3e80dfbb58c7 {
  margin-left: 5%;
margin-right: 5%;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
    
    
  }


.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
    
    
  }


.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
    
    
  }


.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
    
    
  }


.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
    
    
  }


.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf67780a-a8a0-4ce3-90d5-5dfee3284080.shogun-image {
  box-sizing: border-box;
}



}
#s-eaf123eb-238e-483b-89c8-781afd78194e {
  margin-left: 5%;
margin-right: 5%;
}

#s-376572e7-f58a-4afd-a0a8-fa447175dbe5 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-376572e7-f58a-4afd-a0a8-fa447175dbe5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-376572e7-f58a-4afd-a0a8-fa447175dbe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-376572e7-f58a-4afd-a0a8-fa447175dbe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-376572e7-f58a-4afd-a0a8-fa447175dbe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
    
    
  }


.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
    
    
  }


.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
    
    
  }


.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
    
    
  }


.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
    
    
  }


.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db .shogun-image-content {
  
    align-items: center;
  
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aeb3725d-454a-4e4c-86e3-5767bbe0a4db.shogun-image {
  box-sizing: border-box;
}



}
#s-cfc9b4e6-b727-4bd9-a1ff-303bb074087c {
  margin-left: 5%;
margin-right: 5%;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
    
    
  }


.s-179898d5-d66b-47c9-8034-b7e7913db3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
    
    
  }


.s-179898d5-d66b-47c9-8034-b7e7913db3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
    
    
  }


.s-179898d5-d66b-47c9-8034-b7e7913db3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
    
    
  }


.s-179898d5-d66b-47c9-8034-b7e7913db3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
    
    
  }


.s-179898d5-d66b-47c9-8034-b7e7913db3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179898d5-d66b-47c9-8034-b7e7913db3b5.shogun-image {
  box-sizing: border-box;
}



}
#s-2b57729b-413b-4e20-a698-0ec3c929b7b8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-653ff794-dea3-43b7-afdb-954feee9b488 {
  min-height: 50px;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-653ff794-dea3-43b7-afdb-954feee9b488 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-653ff794-dea3-43b7-afdb-954feee9b488 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-653ff794-dea3-43b7-afdb-954feee9b488 {
  
}
}@media (max-width: 767px){#s-653ff794-dea3-43b7-afdb-954feee9b488 {
  
}
}







#s-653ff794-dea3-43b7-afdb-954feee9b488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-653ff794-dea3-43b7-afdb-954feee9b488.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 {
  
}
}@media (max-width: 767px){#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 {
  display: none;
}
#s-6ac50330-a4c5-47fd-9a72-bd567c9528a7, #wrap-s-6ac50330-a4c5-47fd-9a72-bd567c9528a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6ac50330-a4c5-47fd-9a72-bd567c9528a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac50330-a4c5-47fd-9a72-bd567c9528a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac50330-a4c5-47fd-9a72-bd567c9528a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac50330-a4c5-47fd-9a72-bd567c9528a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8c37f495-efc2-4636-9e2b-773b1a1eab59 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8c37f495-efc2-4636-9e2b-773b1a1eab59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e {
  padding-bottom: 5px;
text-align: center;
}







  img.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
    
    
  }


.s-91815984-d5a4-4d86-8f8c-8a7eb063102e .shogun-image-content {
  
    align-items: center;
  
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
    
    
  }


.s-91815984-d5a4-4d86-8f8c-8a7eb063102e .shogun-image-content {
  
    align-items: center;
  
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
    
    
  }


.s-91815984-d5a4-4d86-8f8c-8a7eb063102e .shogun-image-content {
  
    align-items: center;
  
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
    
    
  }


.s-91815984-d5a4-4d86-8f8c-8a7eb063102e .shogun-image-content {
  
    align-items: center;
  
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
    
    
  }


.s-91815984-d5a4-4d86-8f8c-8a7eb063102e .shogun-image-content {
  
    align-items: center;
  
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91815984-d5a4-4d86-8f8c-8a7eb063102e.shogun-image {
  box-sizing: border-box;
}



}
#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
    
    
  }


.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
    
    
  }


.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
    
    
  }


.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
    
    
  }


.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
    
    
  }


.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccb731fa-cd93-4c5f-b55f-399f34ad2594.shogun-image {
  box-sizing: border-box;
}



}
#s-da583177-7f77-436f-b939-50fc9b0e2ecd {
  padding-bottom: 5px;
text-align: center;
}







  img.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
    
    
  }


.s-da583177-7f77-436f-b939-50fc9b0e2ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
    
    
  }


.s-da583177-7f77-436f-b939-50fc9b0e2ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
    
    
  }


.s-da583177-7f77-436f-b939-50fc9b0e2ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
    
    
  }


.s-da583177-7f77-436f-b939-50fc9b0e2ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
    
    
  }


.s-da583177-7f77-436f-b939-50fc9b0e2ecd .shogun-image-content {
  
    align-items: center;
  
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da583177-7f77-436f-b939-50fc9b0e2ecd.shogun-image {
  box-sizing: border-box;
}



}
#s-6a00a95a-a15d-42f4-af80-c4cf70271133 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
    
    
  }


.s-6a00a95a-a15d-42f4-af80-c4cf70271133 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
    
    
  }


.s-6a00a95a-a15d-42f4-af80-c4cf70271133 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
    
    
  }


.s-6a00a95a-a15d-42f4-af80-c4cf70271133 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
    
    
  }


.s-6a00a95a-a15d-42f4-af80-c4cf70271133 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
    
    
  }


.s-6a00a95a-a15d-42f4-af80-c4cf70271133 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a00a95a-a15d-42f4-af80-c4cf70271133.shogun-image {
  box-sizing: border-box;
}



}
#s-bc225549-d1e1-4784-908a-247373ecde39 {
  text-align: center;
}







  img.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
    
    
  }


.s-bc225549-d1e1-4784-908a-247373ecde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
    
    
  }


.s-bc225549-d1e1-4784-908a-247373ecde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
    
    
  }


.s-bc225549-d1e1-4784-908a-247373ecde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
    
    
  }


.s-bc225549-d1e1-4784-908a-247373ecde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
    
    
  }


.s-bc225549-d1e1-4784-908a-247373ecde39 .shogun-image-content {
  
    align-items: center;
  
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc225549-d1e1-4784-908a-247373ecde39.shogun-image {
  box-sizing: border-box;
}



}
#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 {
  text-align: left;
}
@media (min-width: 1200px){#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 {
  display: none;
}
#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87, #wrap-s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 {
  display: none;
}
#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87, #wrap-s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 {
  display: none;
}
#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87, #wrap-s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 { display: none !important; }}@media (max-width: 767px){#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 {
  
}
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f058cf3e-8e9d-4b90-a169-e96ba0f0bb87 img.shogun-image {
  width: 100%;
}



}
#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff {
  display: none;
}
#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff, #wrap-s-eb6f1019-b559-4211-9c1f-8c66cd7785ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff {
  display: none;
}
#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff, #wrap-s-eb6f1019-b559-4211-9c1f-8c66cd7785ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff {
  display: none;
}
#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff, #wrap-s-eb6f1019-b559-4211-9c1f-8c66cd7785ff { display: none !important; }}
#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-scroll-button {
  color: #FFF;
}

#s-eb6f1019-b559-4211-9c1f-8c66cd7785ff .shg-gallery-dot {
  background-color: #FFF;
}

#s-1a85c8ce-ede2-4393-b56d-0a90694462c3 .shg-sld-dot {
  background-color: rgba(222, 155, 181, 1);
}

#s-1a85c8ce-ede2-4393-b56d-0a90694462c3 .shg-sld-nav-button.shg-sld-left,
#s-1a85c8ce-ede2-4393-b56d-0a90694462c3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(222, 155, 181, 1);
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 {
  text-align: center;
}







  img.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
    
    
  }


.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
    
    
  }


.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
    
    
  }


.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
    
    
  }


.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
    
    
  }


.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a9864-bc6a-4238-b1a8-e68f76da0200.shogun-image {
  box-sizing: border-box;
}



}
#s-748abf38-b807-487c-847f-a3d3148a4e5c {
  padding-bottom: 5px;
text-align: center;
}







  img.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
    
    
  }


.s-748abf38-b807-487c-847f-a3d3148a4e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
    
    
  }


.s-748abf38-b807-487c-847f-a3d3148a4e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
    
    
  }


.s-748abf38-b807-487c-847f-a3d3148a4e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
    
    
  }


.s-748abf38-b807-487c-847f-a3d3148a4e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
    
    
  }


.s-748abf38-b807-487c-847f-a3d3148a4e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-748abf38-b807-487c-847f-a3d3148a4e5c.shogun-image {
  box-sizing: border-box;
}



}
#s-954086e0-f9e7-4f27-a5af-b391c9180408 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
    
    
  }


.s-954086e0-f9e7-4f27-a5af-b391c9180408 .shogun-image-content {
  
    align-items: center;
  
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
    
    
  }


.s-954086e0-f9e7-4f27-a5af-b391c9180408 .shogun-image-content {
  
    align-items: center;
  
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
    
    
  }


.s-954086e0-f9e7-4f27-a5af-b391c9180408 .shogun-image-content {
  
    align-items: center;
  
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
    
    
  }


.s-954086e0-f9e7-4f27-a5af-b391c9180408 .shogun-image-content {
  
    align-items: center;
  
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
    
    
  }


.s-954086e0-f9e7-4f27-a5af-b391c9180408 .shogun-image-content {
  
    align-items: center;
  
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shg-align-container {
  display: flex;
  justify-content: center
}

.s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-954086e0-f9e7-4f27-a5af-b391c9180408.shogun-image {
  box-sizing: border-box;
}



}
#s-2d612114-0fb5-478a-bd72-2426170525c7 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
    
    
  }


.s-2d612114-0fb5-478a-bd72-2426170525c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
    
    
  }


.s-2d612114-0fb5-478a-bd72-2426170525c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
    
    
  }


.s-2d612114-0fb5-478a-bd72-2426170525c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
    
    
  }


.s-2d612114-0fb5-478a-bd72-2426170525c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
    
    
  }


.s-2d612114-0fb5-478a-bd72-2426170525c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d612114-0fb5-478a-bd72-2426170525c7.shogun-image {
  box-sizing: border-box;
}



}
#s-41addc65-2066-444c-b234-12f1dc26ad13 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
    
    
  }


.s-41addc65-2066-444c-b234-12f1dc26ad13 .shogun-image-content {
  
    align-items: center;
  
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
    
    
  }


.s-41addc65-2066-444c-b234-12f1dc26ad13 .shogun-image-content {
  
    align-items: center;
  
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
    
    
  }


.s-41addc65-2066-444c-b234-12f1dc26ad13 .shogun-image-content {
  
    align-items: center;
  
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
    
    
  }


.s-41addc65-2066-444c-b234-12f1dc26ad13 .shogun-image-content {
  
    align-items: center;
  
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
    
    
  }


.s-41addc65-2066-444c-b234-12f1dc26ad13 .shogun-image-content {
  
    align-items: center;
  
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41addc65-2066-444c-b234-12f1dc26ad13.shogun-image {
  box-sizing: border-box;
}



}
#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 {
  margin-bottom: 2px;
padding-bottom: 5px;
text-align: center;
}







  img.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
    
    
  }


.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
    
    
  }


.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
    
    
  }


.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
    
    
  }


.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
    
    
  }


.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c70e12c0-14d0-4c67-9524-9906fe0db4a5.shogun-image {
  box-sizing: border-box;
}



}
#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e {
  text-align: center;
}







  img.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
    
    
  }


.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
    
    
  }


.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
    
    
  }


.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
    
    
  }


.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
    
    
  }


.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e .shogun-image-content {
  
    align-items: center;
  
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0747bd49-f498-4c0c-9d12-a02e6a621d9e.shogun-image {
  box-sizing: border-box;
}



}
#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 {
  padding-bottom: 5px;
text-align: center;
}







  img.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
    
    
  }


.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
    
    
  }


.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
    
    
  }


.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
    
    
  }


.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
    
    
  }


.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fb40cca-71bf-4bf2-b64c-503d0d4142d9.shogun-image {
  box-sizing: border-box;
}



}
#s-1981765c-a063-45ca-ad69-609998b7518a {
  margin-bottom: 2px;
padding-bottom: 5px;
text-align: center;
}







  img.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
    
    
  }


.s-1981765c-a063-45ca-ad69-609998b7518a .shogun-image-content {
  
    align-items: center;
  
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
    
    
  }


.s-1981765c-a063-45ca-ad69-609998b7518a .shogun-image-content {
  
    align-items: center;
  
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
    
    
  }


.s-1981765c-a063-45ca-ad69-609998b7518a .shogun-image-content {
  
    align-items: center;
  
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
    
    
  }


.s-1981765c-a063-45ca-ad69-609998b7518a .shogun-image-content {
  
    align-items: center;
  
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
    
    
  }


.s-1981765c-a063-45ca-ad69-609998b7518a .shogun-image-content {
  
    align-items: center;
  
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1981765c-a063-45ca-ad69-609998b7518a.shogun-image {
  box-sizing: border-box;
}



}
#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 {
  margin-bottom: 5px;
text-align: center;
}







  img.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
    
    
  }


.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
    
    
  }


.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
    
    
  }


.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
    
    
  }


.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
    
    
  }


.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f4dce1-a487-4dca-9deb-0f64dbb083c1.shogun-image {
  box-sizing: border-box;
}



}
#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a {
  text-align: center;
}







  img.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
    
    
  }


.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a .shogun-image-content {
  
    align-items: center;
  
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
    
    
  }


.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a .shogun-image-content {
  
    align-items: center;
  
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
    
    
  }


.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a .shogun-image-content {
  
    align-items: center;
  
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
    
    
  }


.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a .shogun-image-content {
  
    align-items: center;
  
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
    
    
  }


.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a .shogun-image-content {
  
    align-items: center;
  
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa821d0e-b96a-48dc-80b7-d165c6d5c43a.shogun-image {
  box-sizing: border-box;
}



}
#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 {
  box-shadow:0px 0px 100px 0px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 {
  
}
}@media (max-width: 767px){#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 {
  display: none;
}
#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80, #wrap-s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 { display: none !important; }}







#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7a2894-4181-4fdf-a01c-0ff624d4ce80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b322cda2-f3eb-495a-b6ca-fb1da7907753 {
  margin-top: 7px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b322cda2-f3eb-495a-b6ca-fb1da7907753"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-4494bea2-440b-47a1-b477-7db8216213e7 {
  margin-left: 2%;
margin-right: -8%;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}

#s-4494bea2-440b-47a1-b477-7db8216213e7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-77346556-91ca-4260-8e62-be95244d3e57 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
text-align: right;
}

#s-77346556-91ca-4260-8e62-be95244d3e57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: lufga;
  font-style:  normal ;
}

#s-77346556-91ca-4260-8e62-be95244d3e57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: lufga;
  font-style:  normal ;
  font-size: 20px;
}

#s-77346556-91ca-4260-8e62-be95244d3e57 .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-e32ff5e7-ed50-4ea7-b7f5-ac89ed384435 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c {
  margin-top: 12px;
margin-right: 80%;
min-height: 30px;
max-width: 150px;
text-align: center;
}







  img.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
    
    
  }


.s-c36555a5-d4e4-41eb-8954-98dafaeca12c .shogun-image-content {
  
    align-items: center;
  
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
    
    
  }


.s-c36555a5-d4e4-41eb-8954-98dafaeca12c .shogun-image-content {
  
    align-items: center;
  
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
    
    
  }


.s-c36555a5-d4e4-41eb-8954-98dafaeca12c .shogun-image-content {
  
    align-items: center;
  
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
    
    
  }


.s-c36555a5-d4e4-41eb-8954-98dafaeca12c .shogun-image-content {
  
    align-items: center;
  
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
    
    
  }


.s-c36555a5-d4e4-41eb-8954-98dafaeca12c .shogun-image-content {
  
    align-items: center;
  
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c36555a5-d4e4-41eb-8954-98dafaeca12c.shogun-image {
  box-sizing: border-box;
}



}
#s-cc7286c9-97c9-4c06-a4dd-f925874214de {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-cc7286c9-97c9-4c06-a4dd-f925874214de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc7286c9-97c9-4c06-a4dd-f925874214de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc7286c9-97c9-4c06-a4dd-f925874214de {
  
}
}@media (max-width: 767px){#s-cc7286c9-97c9-4c06-a4dd-f925874214de {
  
}
}
#s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 {
  margin-left: 39%;
margin-right: 39%;
min-height: 30px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0e9973d2-10d4-40e0-a815-60c6ba2b5303 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 150px;
padding-bottom: 10px;
padding-right: 150px;
border-radius: 13px;
background-color: rgba(97, 110, 142, 1);
text-align: center;
cursor: pointer;
color: rgba(242, 202, 209, 1);
background-image: none;
hover-type: color;
}
#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a.shg-btn {
  color: rgba(242, 202, 209, 1);
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-78117cb0-32dc-4247-abf3-02d6fbb5e31a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5d264a09-f63f-4d7e-8cf6-4e0861f8089d {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(242, 202, 209, 1);
background-position: center center;
}








#s-5d264a09-f63f-4d7e-8cf6-4e0861f8089d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d264a09-f63f-4d7e-8cf6-4e0861f8089d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f741562-7511-4508-8e19-7a9eb28af9f1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f741562-7511-4508-8e19-7a9eb28af9f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(4, 4, 4, 1);
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(4, 4, 4, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-cce5754a-235a-4490-bd3d-d92eb9fa8207 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-81717d43-536a-4f93-9a10-ee7ad538f123 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-dde3befa-de8d-423e-aa69-7ab6122ac3a2 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-a705af2c-be2f-46cd-9e8c-ca4eec539cc0 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-1218b850-a6f5-41f9-8774-bb33aeb009b2 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-33caf70a-f6ba-4ca9-8e36-a3ac8e19562d {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-57ef542c-fbbb-42b7-86f8-b73d3cbb5021 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-9fded064-70f1-43a0-8644-783fdab4fc19 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-3b56ea61-aed7-4a24-89c1-06a12b0bda9c {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-f65b2b3e-74a6-4bb7-a277-500c7e375b0e {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}

#s-f770ce99-2af5-4bc6-af16-26f9bdd9c70d {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-89dd8fc6-ca3d-4be3-919b-bda97a813df6 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-efb8ee79-c5f8-40a9-b031-afb015010acc {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-1eaf3505-b39c-4341-8eac-6302e0d4d1f3 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 {
  text-align: center;
}







  img.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
    
    
  }


.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
    
    
  }


.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
    
    
  }


.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
    
    
  }


.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
    
    
  }


.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b67bd35-3c5c-4d27-9b4e-ecce55bd13a0.shogun-image {
  box-sizing: border-box;
}



}
#s-6fe79c01-8642-41a9-879e-ae96580066ef {
  margin-top: -32px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6fe79c01-8642-41a9-879e-ae96580066ef {
  display: none;
}
#s-6fe79c01-8642-41a9-879e-ae96580066ef, #wrap-s-6fe79c01-8642-41a9-879e-ae96580066ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fe79c01-8642-41a9-879e-ae96580066ef {
  display: none;
}
#s-6fe79c01-8642-41a9-879e-ae96580066ef, #wrap-s-6fe79c01-8642-41a9-879e-ae96580066ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fe79c01-8642-41a9-879e-ae96580066ef {
  display: none;
}
#s-6fe79c01-8642-41a9-879e-ae96580066ef, #wrap-s-6fe79c01-8642-41a9-879e-ae96580066ef { display: none !important; }}







#s-6fe79c01-8642-41a9-879e-ae96580066ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe79c01-8642-41a9-879e-ae96580066ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 {
  text-align: center;
}







  img.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
    
    
  }


.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
    
    
  }


.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
    
    
  }


.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
    
    
  }


.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
    
    
  }


.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44 .shogun-image-content {
  
    align-items: center;
  
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f4468ee0-5a4a-4bdc-ac46-014b92e4fb44.shogun-image {
  box-sizing: border-box;
}



}
#s-a0c7219e-85af-45aa-bdd6-463941af3017 {
  margin-top: -1px;
margin-bottom: -1px;
min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-a0c7219e-85af-45aa-bdd6-463941af3017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c7219e-85af-45aa-bdd6-463941af3017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c90184f-f176-4e91-a80e-a238f705c06f {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c90184f-f176-4e91-a80e-a238f705c06f .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 {
  text-align: center;
}







  img.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
    
    
  }


.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 .shogun-image-content {
  
    align-items: center;
  
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
    
    
  }


.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 .shogun-image-content {
  
    align-items: center;
  
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
    
    
  }


.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 .shogun-image-content {
  
    align-items: center;
  
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
    
    
  }


.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 .shogun-image-content {
  
    align-items: center;
  
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
    
    
  }


.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31 .shogun-image-content {
  
    align-items: center;
  
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bc1d64-8bae-4f72-881b-2c0c0edd2c31.shogun-image {
  box-sizing: border-box;
}



}
#s-d3638514-224c-417b-9822-4583d7382120 {
  text-align: center;
}







  img.s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
    
    
  }


.s-d3638514-224c-417b-9822-4583d7382120 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3638514-224c-417b-9822-4583d7382120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3638514-224c-417b-9822-4583d7382120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
    
    
  }


.s-d3638514-224c-417b-9822-4583d7382120 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3638514-224c-417b-9822-4583d7382120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3638514-224c-417b-9822-4583d7382120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
    
    
  }


.s-d3638514-224c-417b-9822-4583d7382120 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3638514-224c-417b-9822-4583d7382120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3638514-224c-417b-9822-4583d7382120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
    
    
  }


.s-d3638514-224c-417b-9822-4583d7382120 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3638514-224c-417b-9822-4583d7382120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3638514-224c-417b-9822-4583d7382120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
    
    
  }


.s-d3638514-224c-417b-9822-4583d7382120 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3638514-224c-417b-9822-4583d7382120.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3638514-224c-417b-9822-4583d7382120.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3638514-224c-417b-9822-4583d7382120.shogun-image {
  box-sizing: border-box;
}



}
#s-0a49d9d3-e7a1-4fd6-ac4d-b6447d67441d {
  min-height: 50px;
background-color: rgba(237, 230, 221, 1);
}








#s-0a49d9d3-e7a1-4fd6-ac4d-b6447d67441d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a49d9d3-e7a1-4fd6-ac4d-b6447d67441d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f1fb429-4b77-4639-8e63-8d78bd472882 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f1fb429-4b77-4639-8e63-8d78bd472882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f1fb429-4b77-4639-8e63-8d78bd472882.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 {
  text-align: left;
}



.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89424d00-6d8b-4838-a43e-9a1b6e7e1b70 img.shogun-image {
  width: 100%;
}



}
#s-f8b37e86-17d9-40e4-9db9-e218517bfe24 {
  margin-top: 10px;
margin-left: 17%;
margin-bottom: 10px;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(237, 230, 221, 1);
}

#s-f8b37e86-17d9-40e4-9db9-e218517bfe24 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6a623f73-40b1-4c10-9adf-aeee2854f85a {
  margin-top: 5px;
margin-left: 29%;
margin-bottom: 5px;
margin-right: 29%;
}

@media (min-width: 0px) {
[id="s-6a623f73-40b1-4c10-9adf-aeee2854f85a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6a623f73-40b1-4c10-9adf-aeee2854f85a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6a623f73-40b1-4c10-9adf-aeee2854f85a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6a623f73-40b1-4c10-9adf-aeee2854f85a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-780d1aa3-e34a-4ce0-a3dc-ed730d7302f1 {
  text-align: right;
}

#s-780d1aa3-e34a-4ce0-a3dc-ed730d7302f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-780d1aa3-e34a-4ce0-a3dc-ed730d7302f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-780d1aa3-e34a-4ce0-a3dc-ed730d7302f1 .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-c0b18968-fb89-491e-a717-463bd934ee09 {
  margin-left: 15%;
margin-right: 15%;
min-height: 0px;
}

#s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 {
  margin-left: 35%;
margin-right: 35%;
text-align: center;
}

#s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c49feb81-cb27-4ccc-a9d5-37a2046cc025 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-89389232-799d-47d5-b79d-62d14b00d620 {
  margin-top: 19px;
margin-bottom: 19px;
padding-top: 12px;
padding-left: 26px;
padding-bottom: 12px;
padding-right: 26px;
border-radius: 13px;
background-color: rgba(97, 110, 142, 1);
text-align: center;
cursor: pointer;
color: rgba(242, 202, 209, 1);
background-image: none;
hover-type: color;
}
#s-89389232-799d-47d5-b79d-62d14b00d620:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-89389232-799d-47d5-b79d-62d14b00d620:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-89389232-799d-47d5-b79d-62d14b00d620 {
  display: none;
}
#s-89389232-799d-47d5-b79d-62d14b00d620, #wrap-s-89389232-799d-47d5-b79d-62d14b00d620 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89389232-799d-47d5-b79d-62d14b00d620 {
  display: none;
}
#s-89389232-799d-47d5-b79d-62d14b00d620, #wrap-s-89389232-799d-47d5-b79d-62d14b00d620 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89389232-799d-47d5-b79d-62d14b00d620 {
  display: none;
}
#s-89389232-799d-47d5-b79d-62d14b00d620, #wrap-s-89389232-799d-47d5-b79d-62d14b00d620 { display: none !important; }}


#s-89389232-799d-47d5-b79d-62d14b00d620 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89389232-799d-47d5-b79d-62d14b00d620.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89389232-799d-47d5-b79d-62d14b00d620.shg-btn {
  color: rgba(242, 202, 209, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-89389232-799d-47d5-b79d-62d14b00d620.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7b2004ef-021c-4639-bab6-d53190eeb836 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7b2004ef-021c-4639-bab6-d53190eeb836"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-7b2004ef-021c-4639-bab6-d53190eeb836"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7b2004ef-021c-4639-bab6-d53190eeb836"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7b2004ef-021c-4639-bab6-d53190eeb836"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 {
  text-align: center;
}







  img.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
    
    
  }


.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
    
    
  }


.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
    
    
  }


.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
    
    
  }


.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
    
    
  }


.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ba4a236-af5b-4b0f-9d92-36912a48fdd1.shogun-image {
  box-sizing: border-box;
}



}
#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 {
  text-align: center;
}







  img.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
    
    
  }


.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
    
    
  }


.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
    
    
  }


.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
    
    
  }


.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
    
    
  }


.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b99f2e0-0b3b-40e6-a64d-1d670afabc52.shogun-image {
  box-sizing: border-box;
}



}
#s-7f2064fe-18c3-4072-849a-c3376e35c4b0 {
  text-align: center;
}







  img.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
    
    
  }


.s-7f2064fe-18c3-4072-849a-c3376e35c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
    
    
  }


.s-7f2064fe-18c3-4072-849a-c3376e35c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
    
    
  }


.s-7f2064fe-18c3-4072-849a-c3376e35c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
    
    
  }


.s-7f2064fe-18c3-4072-849a-c3376e35c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
    
    
  }


.s-7f2064fe-18c3-4072-849a-c3376e35c4b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f2064fe-18c3-4072-849a-c3376e35c4b0.shogun-image {
  box-sizing: border-box;
}



}
#s-977d7845-f6e7-4a4b-966f-c261c3580bc8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-977d7845-f6e7-4a4b-966f-c261c3580bc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-977d7845-f6e7-4a4b-966f-c261c3580bc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-977d7845-f6e7-4a4b-966f-c261c3580bc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-977d7845-f6e7-4a4b-966f-c261c3580bc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5 {
  text-align: center;
}







  img.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
    
    
  }


.s-8841fa52-8e7e-4de5-adeb-309077ab80e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
    
    
  }


.s-8841fa52-8e7e-4de5-adeb-309077ab80e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
    
    
  }


.s-8841fa52-8e7e-4de5-adeb-309077ab80e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
    
    
  }


.s-8841fa52-8e7e-4de5-adeb-309077ab80e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
    
    
  }


.s-8841fa52-8e7e-4de5-adeb-309077ab80e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8841fa52-8e7e-4de5-adeb-309077ab80e5.shogun-image {
  box-sizing: border-box;
}



}
#s-2a0473af-7a5a-41ed-b435-1480ee62044b {
  text-align: center;
}







  img.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
    
    
  }


.s-2a0473af-7a5a-41ed-b435-1480ee62044b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
    
    
  }


.s-2a0473af-7a5a-41ed-b435-1480ee62044b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
    
    
  }


.s-2a0473af-7a5a-41ed-b435-1480ee62044b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
    
    
  }


.s-2a0473af-7a5a-41ed-b435-1480ee62044b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
    
    
  }


.s-2a0473af-7a5a-41ed-b435-1480ee62044b .shogun-image-content {
  
    align-items: center;
  
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a0473af-7a5a-41ed-b435-1480ee62044b.shogun-image {
  box-sizing: border-box;
}



}
#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d {
  text-align: center;
}







  img.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
    
    
  }


.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d .shogun-image-content {
  
    align-items: center;
  
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
    
    
  }


.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d .shogun-image-content {
  
    align-items: center;
  
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
    
    
  }


.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d .shogun-image-content {
  
    align-items: center;
  
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
    
    
  }


.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d .shogun-image-content {
  
    align-items: center;
  
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
    
    
  }


.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d .shogun-image-content {
  
    align-items: center;
  
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bb1189c-5247-49db-bb2e-6a5228bfb29d.shogun-image {
  box-sizing: border-box;
}



}
#s-981892f1-aa9b-44e9-9649-c6005b88999f {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-981892f1-aa9b-44e9-9649-c6005b88999f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-981892f1-aa9b-44e9-9649-c6005b88999f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aad9448-f5ad-4eee-8c1f-fdd9c76b53d1 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aad9448-f5ad-4eee-8c1f-fdd9c76b53d1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-1b03368c-1a7a-42b4-8cdc-c47f8c33e597 {
  padding-top: 5px;
padding-bottom: 20px;
}

#s-1b03368c-1a7a-42b4-8cdc-c47f8c33e597 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1b03368c-1a7a-42b4-8cdc-c47f8c33e597 .shg-sld-nav-button.shg-sld-left,
#s-1b03368c-1a7a-42b4-8cdc-c47f8c33e597 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-1774033d-2149-4c54-b56a-614dd24d9b73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1774033d-2149-4c54-b56a-614dd24d9b73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1774033d-2149-4c54-b56a-614dd24d9b73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1774033d-2149-4c54-b56a-614dd24d9b73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 {
  min-height: 50px;
max-width: 70px;
text-align: center;
}







  img.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
    
    
  }


.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
    
    
  }


.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
    
    
  }


.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
    
    
  }


.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
    
    
  }


.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ca9cf86-931a-4926-be72-b3a4983ad6c7.shogun-image {
  box-sizing: border-box;
}



}
#s-96f4024a-2b4a-412d-af07-1ad441c6ec52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f4024a-2b4a-412d-af07-1ad441c6ec52 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-8edfae3e-9741-4eb4-995e-88319ebbb8a8 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-e65426a0-ff11-499e-9112-9cf20b04d527"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e65426a0-ff11-499e-9112-9cf20b04d527"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e65426a0-ff11-499e-9112-9cf20b04d527"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e65426a0-ff11-499e-9112-9cf20b04d527"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-265db32b-f177-4b17-9f11-c742c81653e5 {
  min-height: 40px;
max-width: 40px;
text-align: center;
}







  img.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
    
    
  }


.s-265db32b-f177-4b17-9f11-c742c81653e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
    
    
  }


.s-265db32b-f177-4b17-9f11-c742c81653e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
    
    
  }


.s-265db32b-f177-4b17-9f11-c742c81653e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
    
    
  }


.s-265db32b-f177-4b17-9f11-c742c81653e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
    
    
  }


.s-265db32b-f177-4b17-9f11-c742c81653e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-265db32b-f177-4b17-9f11-c742c81653e5.shogun-image {
  box-sizing: border-box;
}



}
#s-8fc6639d-f530-44bd-8baa-d0c2fcbef7f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fc6639d-f530-44bd-8baa-d0c2fcbef7f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-4f9fdc08-c531-4277-bcfb-baf9b40d7bb2 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-78fd9de2-7f37-4fee-84bf-bc919f2e12f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78fd9de2-7f37-4fee-84bf-bc919f2e12f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78fd9de2-7f37-4fee-84bf-bc919f2e12f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78fd9de2-7f37-4fee-84bf-bc919f2e12f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d3796146-198b-4a14-9823-512f95680eb4 {
  min-height: 40px;
max-width: 40px;
text-align: center;
}







  img.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
    
    
  }


.s-d3796146-198b-4a14-9823-512f95680eb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
    
    
  }


.s-d3796146-198b-4a14-9823-512f95680eb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
    
    
  }


.s-d3796146-198b-4a14-9823-512f95680eb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
    
    
  }


.s-d3796146-198b-4a14-9823-512f95680eb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
    
    
  }


.s-d3796146-198b-4a14-9823-512f95680eb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3796146-198b-4a14-9823-512f95680eb4.shogun-image {
  box-sizing: border-box;
}



}
#s-27b75d66-4ec5-4700-8a91-7110a617fc05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b75d66-4ec5-4700-8a91-7110a617fc05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-67412057-5ee7-4800-b563-20b79814e79d {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-0e932714-56c6-44d3-b9d1-9e6369853edb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e932714-56c6-44d3-b9d1-9e6369853edb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e932714-56c6-44d3-b9d1-9e6369853edb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e932714-56c6-44d3-b9d1-9e6369853edb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598 {
  min-height: 40px;
max-width: 40px;
text-align: center;
}







  img.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
    
    
  }


.s-cc997ede-6f73-4804-b8ad-fab5151bf598 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
    
    
  }


.s-cc997ede-6f73-4804-b8ad-fab5151bf598 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
    
    
  }


.s-cc997ede-6f73-4804-b8ad-fab5151bf598 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
    
    
  }


.s-cc997ede-6f73-4804-b8ad-fab5151bf598 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
    
    
  }


.s-cc997ede-6f73-4804-b8ad-fab5151bf598 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc997ede-6f73-4804-b8ad-fab5151bf598.shogun-image {
  box-sizing: border-box;
}



}
#s-30e312b2-903d-4cc2-9978-08dddbcfa35b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30e312b2-903d-4cc2-9978-08dddbcfa35b .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-fc5740d9-1e3f-42ae-a941-e78574ff24b9 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-676b0e8b-8355-4747-8cd5-d1b44483fe36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-676b0e8b-8355-4747-8cd5-d1b44483fe36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-676b0e8b-8355-4747-8cd5-d1b44483fe36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-676b0e8b-8355-4747-8cd5-d1b44483fe36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863 {
  min-height: 40px;
max-width: 30px;
text-align: center;
}







  img.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
    
    
  }


.s-d44e04b7-f9c1-462b-a417-5153ec30e863 .shogun-image-content {
  
    align-items: center;
  
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
    
    
  }


.s-d44e04b7-f9c1-462b-a417-5153ec30e863 .shogun-image-content {
  
    align-items: center;
  
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
    
    
  }


.s-d44e04b7-f9c1-462b-a417-5153ec30e863 .shogun-image-content {
  
    align-items: center;
  
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
    
    
  }


.s-d44e04b7-f9c1-462b-a417-5153ec30e863 .shogun-image-content {
  
    align-items: center;
  
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
    
    
  }


.s-d44e04b7-f9c1-462b-a417-5153ec30e863 .shogun-image-content {
  
    align-items: center;
  
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d44e04b7-f9c1-462b-a417-5153ec30e863.shogun-image {
  box-sizing: border-box;
}



}
#s-f48f5436-691e-4aca-9026-20b3952a1439 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f48f5436-691e-4aca-9026-20b3952a1439 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-2767c37b-8321-42c2-bd57-29e62f4abc91 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-ed3d3bbe-4bd7-4972-9861-43e916c44702"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed3d3bbe-4bd7-4972-9861-43e916c44702"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed3d3bbe-4bd7-4972-9861-43e916c44702"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed3d3bbe-4bd7-4972-9861-43e916c44702"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 {
  min-height: 40px;
max-width: 34px;
text-align: center;
}







  img.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
    
    
  }


.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
    
    
  }


.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
    
    
  }


.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
    
    
  }


.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
    
    
  }


.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d89ecc3-aba5-4c68-a82f-76ab925165d5.shogun-image {
  box-sizing: border-box;
}



}
#s-7ef53219-f427-436e-945a-af5fc24560c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ef53219-f427-436e-945a-af5fc24560c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-d1051bc0-6789-4549-bd6a-8b1d707b890d {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-7a3a4e8b-d0d3-4397-8a62-35806e261d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a3a4e8b-d0d3-4397-8a62-35806e261d34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a3a4e8b-d0d3-4397-8a62-35806e261d34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a3a4e8b-d0d3-4397-8a62-35806e261d34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa {
  min-height: 40px;
max-width: 40px;
text-align: center;
}







  img.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
    
    
  }


.s-cee957dd-b1c5-4615-bcfb-e48e56356caa .shogun-image-content {
  
    align-items: center;
  
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
    
    
  }


.s-cee957dd-b1c5-4615-bcfb-e48e56356caa .shogun-image-content {
  
    align-items: center;
  
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
    
    
  }


.s-cee957dd-b1c5-4615-bcfb-e48e56356caa .shogun-image-content {
  
    align-items: center;
  
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
    
    
  }


.s-cee957dd-b1c5-4615-bcfb-e48e56356caa .shogun-image-content {
  
    align-items: center;
  
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
    
    
  }


.s-cee957dd-b1c5-4615-bcfb-e48e56356caa .shogun-image-content {
  
    align-items: center;
  
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cee957dd-b1c5-4615-bcfb-e48e56356caa.shogun-image {
  box-sizing: border-box;
}



}
#s-c43cbe54-bd71-4310-8680-5ca5a3bdf683 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c43cbe54-bd71-4310-8680-5ca5a3bdf683 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-4a79caf3-06ae-4ab4-b9c1-2668c2b1fddc {
  margin-left: 5%;
margin-right: 5%;
}

#s-7425b00f-90b6-4e3e-a683-3eee5defad59 {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(242, 202, 209, 0.27);
}

@media (min-width: 0px) {
[id="s-7425b00f-90b6-4e3e-a683-3eee5defad59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7425b00f-90b6-4e3e-a683-3eee5defad59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7425b00f-90b6-4e3e-a683-3eee5defad59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7425b00f-90b6-4e3e-a683-3eee5defad59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c58b4a50-3fef-4a2f-954c-41d66d5181ca {
  margin-top: 20px;
margin-left: 10%;
margin-right: 10%;
}

#s-d8124b12-bfaf-4543-bf51-977598cfed24 {
  margin-top: 7px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 8%;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c {
  margin-right: 10%;
text-align: center;
}







  img.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
    
    
  }


.s-e8640770-2949-4009-8300-094d7a47ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
    
    
  }


.s-e8640770-2949-4009-8300-094d7a47ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
    
    
  }


.s-e8640770-2949-4009-8300-094d7a47ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
    
    
  }


.s-e8640770-2949-4009-8300-094d7a47ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
    
    
  }


.s-e8640770-2949-4009-8300-094d7a47ac7c .shogun-image-content {
  
    align-items: center;
  
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8640770-2949-4009-8300-094d7a47ac7c.shogun-image {
  box-sizing: border-box;
}



}
#s-bad6e914-c826-42d3-9270-e5e250fcab92 {
  min-height: 50px;
}








#s-bad6e914-c826-42d3-9270-e5e250fcab92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bad6e914-c826-42d3-9270-e5e250fcab92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20db6d1d-2df7-4df2-bd31-9ef0898a622b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-20db6d1d-2df7-4df2-bd31-9ef0898a622b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-178fb449-bcb1-4fc2-9be2-86dac69543b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-178fb449-bcb1-4fc2-9be2-86dac69543b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-178fb449-bcb1-4fc2-9be2-86dac69543b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-178fb449-bcb1-4fc2-9be2-86dac69543b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-0438f1ab-e5ec-4780-914e-177f9539f555 {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
    
    
  }


.s-0438f1ab-e5ec-4780-914e-177f9539f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
    
    
  }


.s-0438f1ab-e5ec-4780-914e-177f9539f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
    
    
  }


.s-0438f1ab-e5ec-4780-914e-177f9539f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
    
    
  }


.s-0438f1ab-e5ec-4780-914e-177f9539f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
    
    
  }


.s-0438f1ab-e5ec-4780-914e-177f9539f555 .shogun-image-content {
  
    align-items: center;
  
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0438f1ab-e5ec-4780-914e-177f9539f555.shogun-image {
  box-sizing: border-box;
}



}
#s-33ea7321-30ec-486e-ac0b-d731874d9b89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33ea7321-30ec-486e-ac0b-d731874d9b89 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-577639c4-796a-4e6e-a6c0-245a0c0d154a {
  margin-left: 5%;
margin-right: 5%;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756 {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
    
    
  }


.s-22b6eeb0-3636-4b81-a214-7d078dc18756 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
    
    
  }


.s-22b6eeb0-3636-4b81-a214-7d078dc18756 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
    
    
  }


.s-22b6eeb0-3636-4b81-a214-7d078dc18756 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
    
    
  }


.s-22b6eeb0-3636-4b81-a214-7d078dc18756 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
    
    
  }


.s-22b6eeb0-3636-4b81-a214-7d078dc18756 .shogun-image-content {
  
    align-items: center;
  
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b6eeb0-3636-4b81-a214-7d078dc18756.shogun-image {
  box-sizing: border-box;
}



}
#s-85944620-f10e-41b5-9a1e-1070946baac0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85944620-f10e-41b5-9a1e-1070946baac0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-52c70d8e-a106-43d0-a3e5-17f66ef6836f {
  margin-left: 5%;
margin-right: 5%;
}

#s-cf5ab2bc-f4d0-45d2-a776-b5866e881d91 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cf5ab2bc-f4d0-45d2-a776-b5866e881d91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-cf5ab2bc-f4d0-45d2-a776-b5866e881d91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-cf5ab2bc-f4d0-45d2-a776-b5866e881d91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf5ab2bc-f4d0-45d2-a776-b5866e881d91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11 {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
    
    
  }


.s-4cd0ba2c-416f-4992-800e-d73a415b7b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
    
    
  }


.s-4cd0ba2c-416f-4992-800e-d73a415b7b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
    
    
  }


.s-4cd0ba2c-416f-4992-800e-d73a415b7b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
    
    
  }


.s-4cd0ba2c-416f-4992-800e-d73a415b7b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
    
    
  }


.s-4cd0ba2c-416f-4992-800e-d73a415b7b11 .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd0ba2c-416f-4992-800e-d73a415b7b11.shogun-image {
  box-sizing: border-box;
}



}
#s-f0c89290-c367-4ab5-8c24-cce227b89fdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0c89290-c367-4ab5-8c24-cce227b89fdf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-41a6de19-70cb-425a-9817-f7cca34a847f {
  margin-left: 5%;
margin-right: 5%;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962 {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
    
    
  }


.s-73ee35ba-3fce-4948-a949-37b2bd4d2962 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
    
    
  }


.s-73ee35ba-3fce-4948-a949-37b2bd4d2962 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
    
    
  }


.s-73ee35ba-3fce-4948-a949-37b2bd4d2962 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
    
    
  }


.s-73ee35ba-3fce-4948-a949-37b2bd4d2962 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
    
    
  }


.s-73ee35ba-3fce-4948-a949-37b2bd4d2962 .shogun-image-content {
  
    align-items: center;
  
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ee35ba-3fce-4948-a949-37b2bd4d2962.shogun-image {
  box-sizing: border-box;
}



}
#s-81a52340-57fc-40dc-a4b0-7da23852c2c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81a52340-57fc-40dc-a4b0-7da23852c2c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-520125f2-3906-4a75-848c-b338c46793a5 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ce168208-d9da-41ef-b5f9-3bff8743c1f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-ce168208-d9da-41ef-b5f9-3bff8743c1f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-ce168208-d9da-41ef-b5f9-3bff8743c1f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce168208-d9da-41ef-b5f9-3bff8743c1f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
    
    
  }


.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
    
    
  }


.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
    
    
  }


.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
    
    
  }


.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
    
    
  }


.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8960acb1-e129-4901-9a0d-2c88a0a7a1f4.shogun-image {
  box-sizing: border-box;
}



}
#s-36c650f2-0e45-43e8-8980-c19e69eefcb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36c650f2-0e45-43e8-8980-c19e69eefcb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fc15181f-b6b1-4e08-b4e5-33dc017a0a03 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f {
  min-height: 100px;
max-width: 150px;
text-align: center;
}







  img.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
    
    
  }


.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f .shogun-image-content {
  
    align-items: center;
  
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
    
    
  }


.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f .shogun-image-content {
  
    align-items: center;
  
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
    
    
  }


.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f .shogun-image-content {
  
    align-items: center;
  
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
    
    
  }


.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f .shogun-image-content {
  
    align-items: center;
  
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
    
    
  }


.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f .shogun-image-content {
  
    align-items: center;
  
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8e4cdbe-c2c6-48a2-8454-154a8993910f.shogun-image {
  box-sizing: border-box;
}



}
#s-bfff8e37-a0e0-44fa-a25e-d9fb8f7fb2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfff8e37-a0e0-44fa-a25e-d9fb8f7fb2a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8b37082c-7f13-4895-8366-527bfd7a65d9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a3196163-cf85-4247-9707-c97c77eaf638 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a3196163-cf85-4247-9707-c97c77eaf638 .shg-sld-dot {
  background-color: rgba(235, 203, 209, 1);
}

#s-a3196163-cf85-4247-9707-c97c77eaf638 .shg-sld-nav-button.shg-sld-left,
#s-a3196163-cf85-4247-9707-c97c77eaf638 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(235, 203, 209, 1);
}

#s-4fc9f771-d8f5-4c4e-8bf5-580400143a26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-4fc9f771-d8f5-4c4e-8bf5-580400143a26 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-34013302-2601-4be3-a942-a5a0c3ca107e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-34013302-2601-4be3-a942-a5a0c3ca107e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a60610cb-ce20-4c08-a83c-40c409821867 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-a60610cb-ce20-4c08-a83c-40c409821867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a60610cb-ce20-4c08-a83c-40c409821867.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43979e08-27d1-48b7-930f-6a60519b76a6 {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43979e08-27d1-48b7-930f-6a60519b76a6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 0px) {
[id="s-a40c9201-fd27-4e48-85b1-6d03a546eaf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a40c9201-fd27-4e48-85b1-6d03a546eaf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a40c9201-fd27-4e48-85b1-6d03a546eaf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a40c9201-fd27-4e48-85b1-6d03a546eaf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b9b65925-b584-4041-8da6-692afddab525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-b9b65925-b584-4041-8da6-692afddab525 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 {
  text-align: center;
}







  img.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
    
    
  }


.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
    
    
  }


.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
    
    
  }


.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
    
    
  }


.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
    
    
  }


.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c57f596-fb74-41d7-81b7-d9d880c7ad16.shogun-image {
  box-sizing: border-box;
}



}
#s-790e93cb-65b6-4e4e-aec1-154c7af7b8cf {
  min-height: 50px;
}








#s-790e93cb-65b6-4e4e-aec1-154c7af7b8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790e93cb-65b6-4e4e-aec1-154c7af7b8cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f1c3a8d-a6d6-43c8-8a8e-e7a1c814191c {
  margin-top: -7px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7f1c3a8d-a6d6-43c8-8a8e-e7a1c814191c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f1c3a8d-a6d6-43c8-8a8e-e7a1c814191c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f1c3a8d-a6d6-43c8-8a8e-e7a1c814191c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f1c3a8d-a6d6-43c8-8a8e-e7a1c814191c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b645be4c-8791-4bb9-9afc-3bad096c2871 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b645be4c-8791-4bb9-9afc-3bad096c2871 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-280b2c50-5670-4343-8c3b-42c7d83163d0 {
  margin-left: 8%;
margin-right: 28%;
}

@media (min-width: 0px) {
[id="s-92c8e07e-a867-42e2-900a-cceab0f400df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92c8e07e-a867-42e2-900a-cceab0f400df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92c8e07e-a867-42e2-900a-cceab0f400df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92c8e07e-a867-42e2-900a-cceab0f400df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97a09e9a-a26f-4de2-ad15-fb4022c454dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-97a09e9a-a26f-4de2-ad15-fb4022c454dc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 {
  text-align: center;
}







  img.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
    
    
  }


.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
    
    
  }


.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
    
    
  }


.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
    
    
  }


.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
    
    
  }


.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32 .shogun-image-content {
  
    align-items: center;
  
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d99674c5-18e1-43e2-b3ba-5c01fdec1b32.shogun-image {
  box-sizing: border-box;
}



}
#s-885a6db4-8f57-4028-85c1-bd085759beaf {
  min-height: 50px;
}








#s-885a6db4-8f57-4028-85c1-bd085759beaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-885a6db4-8f57-4028-85c1-bd085759beaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e418c40a-966c-43a8-8114-21cccfb0dcb7 {
  margin-top: -7px;
}

@media (min-width: 0px) {
[id="s-e418c40a-966c-43a8-8114-21cccfb0dcb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e418c40a-966c-43a8-8114-21cccfb0dcb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e418c40a-966c-43a8-8114-21cccfb0dcb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e418c40a-966c-43a8-8114-21cccfb0dcb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dba02df7-cda5-45f8-99c9-b964d666bb5b {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dba02df7-cda5-45f8-99c9-b964d666bb5b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-686ebae3-05b5-49d2-a8c1-23d4410bcd47 {
  margin-left: 8%;
margin-right: 28%;
}

@media (min-width: 0px) {
[id="s-a0dcfac2-9169-49e5-8681-a3f87d09c9fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0dcfac2-9169-49e5-8681-a3f87d09c9fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0dcfac2-9169-49e5-8681-a3f87d09c9fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0dcfac2-9169-49e5-8681-a3f87d09c9fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-69bc2147-6f9a-427a-ad44-99881d7b0544 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-69bc2147-6f9a-427a-ad44-99881d7b0544 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 {
  text-align: center;
}







  img.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
    
    
  }


.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
    
    
  }


.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
    
    
  }


.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
    
    
  }


.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
    
    
  }


.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdb7ff8-92e4-489b-a2f1-7a9b5a803a23.shogun-image {
  box-sizing: border-box;
}



}
#s-e2ee86a9-4666-45a3-b206-4e72f7afaf9e {
  min-height: 50px;
}








#s-e2ee86a9-4666-45a3-b206-4e72f7afaf9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2ee86a9-4666-45a3-b206-4e72f7afaf9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbb5ba56-1d3d-4106-bdc8-58a6afa14680 {
  margin-top: -7px;
}

@media (min-width: 0px) {
[id="s-fbb5ba56-1d3d-4106-bdc8-58a6afa14680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbb5ba56-1d3d-4106-bdc8-58a6afa14680"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb5ba56-1d3d-4106-bdc8-58a6afa14680"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb5ba56-1d3d-4106-bdc8-58a6afa14680"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44dba62f-0400-4f7b-ba02-50b1040c10f2 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44dba62f-0400-4f7b-ba02-50b1040c10f2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-b0e8b84a-d830-487d-96ee-c1098f383917 {
  margin-left: 8%;
margin-right: 25%;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16 {
  text-align: center;
}







  img.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
    
    
  }


.s-151e785b-8900-4922-9a9a-ae421a325c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
    
    
  }


.s-151e785b-8900-4922-9a9a-ae421a325c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
    
    
  }


.s-151e785b-8900-4922-9a9a-ae421a325c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
    
    
  }


.s-151e785b-8900-4922-9a9a-ae421a325c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
    
    
  }


.s-151e785b-8900-4922-9a9a-ae421a325c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151e785b-8900-4922-9a9a-ae421a325c16.shogun-image {
  box-sizing: border-box;
}



}
#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed {
  text-align: center;
}







  img.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
    
    
  }


.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
    
    
  }


.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
    
    
  }


.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
    
    
  }


.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
    
    
  }


.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed .shogun-image-content {
  
    align-items: center;
  
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbb9a1d1-c3eb-4565-b62d-afa31ab129ed.shogun-image {
  box-sizing: border-box;
}



}
#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 {
  text-align: center;
}







  img.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
    
    
  }


.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
    
    
  }


.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
    
    
  }


.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
    
    
  }


.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
    
    
  }


.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d6f073a-8d8f-45dc-954d-3f2259f47d20.shogun-image {
  box-sizing: border-box;
}



}
#s-472c5154-024c-4669-9f37-b071e7b84122 {
  text-align: center;
}







  img.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
    
    
  }


.s-472c5154-024c-4669-9f37-b071e7b84122 .shogun-image-content {
  
    align-items: center;
  
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
    
    
  }


.s-472c5154-024c-4669-9f37-b071e7b84122 .shogun-image-content {
  
    align-items: center;
  
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
    
    
  }


.s-472c5154-024c-4669-9f37-b071e7b84122 .shogun-image-content {
  
    align-items: center;
  
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
    
    
  }


.s-472c5154-024c-4669-9f37-b071e7b84122 .shogun-image-content {
  
    align-items: center;
  
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
    
    
  }


.s-472c5154-024c-4669-9f37-b071e7b84122 .shogun-image-content {
  
    align-items: center;
  
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472c5154-024c-4669-9f37-b071e7b84122.shogun-image {
  box-sizing: border-box;
}



}
#s-768f3023-d5c3-416c-adce-33fe47de2c63 {
  text-align: center;
}







  img.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
    
    
  }


.s-768f3023-d5c3-416c-adce-33fe47de2c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
    
    
  }


.s-768f3023-d5c3-416c-adce-33fe47de2c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
    
    
  }


.s-768f3023-d5c3-416c-adce-33fe47de2c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
    
    
  }


.s-768f3023-d5c3-416c-adce-33fe47de2c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
    
    
  }


.s-768f3023-d5c3-416c-adce-33fe47de2c63 .shogun-image-content {
  
    align-items: center;
  
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768f3023-d5c3-416c-adce-33fe47de2c63.shogun-image {
  box-sizing: border-box;
}



}
#s-57f7010b-f628-4387-b715-9c2f9debc3f7 {
  text-align: center;
}







  img.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
    
    
  }


.s-57f7010b-f628-4387-b715-9c2f9debc3f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
    
    
  }


.s-57f7010b-f628-4387-b715-9c2f9debc3f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
    
    
  }


.s-57f7010b-f628-4387-b715-9c2f9debc3f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
    
    
  }


.s-57f7010b-f628-4387-b715-9c2f9debc3f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
    
    
  }


.s-57f7010b-f628-4387-b715-9c2f9debc3f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f7010b-f628-4387-b715-9c2f9debc3f7.shogun-image {
  box-sizing: border-box;
}



}
#s-041fb43a-781c-42af-a63b-8bf1883c674f {
  margin-top: -7px;
}

@media (min-width: 0px) {
[id="s-041fb43a-781c-42af-a63b-8bf1883c674f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-041fb43a-781c-42af-a63b-8bf1883c674f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-041fb43a-781c-42af-a63b-8bf1883c674f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-041fb43a-781c-42af-a63b-8bf1883c674f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b13691e9-0262-49f8-a6d1-2f0bfc078e46 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b13691e9-0262-49f8-a6d1-2f0bfc078e46 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c6651126-c3e4-41f5-8956-d3f135a9b75d {
  margin-left: 8%;
margin-right: 29%;
}

#s-56969c1e-7142-45ed-b54f-442133df4905 {
  text-align: center;
}







  img.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
    
    
  }


.s-56969c1e-7142-45ed-b54f-442133df4905 .shogun-image-content {
  
    align-items: center;
  
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
    
    
  }


.s-56969c1e-7142-45ed-b54f-442133df4905 .shogun-image-content {
  
    align-items: center;
  
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
    
    
  }


.s-56969c1e-7142-45ed-b54f-442133df4905 .shogun-image-content {
  
    align-items: center;
  
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
    
    
  }


.s-56969c1e-7142-45ed-b54f-442133df4905 .shogun-image-content {
  
    align-items: center;
  
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
    
    
  }


.s-56969c1e-7142-45ed-b54f-442133df4905 .shogun-image-content {
  
    align-items: center;
  
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56969c1e-7142-45ed-b54f-442133df4905.shogun-image {
  box-sizing: border-box;
}



}
#s-9ff27f4f-b697-469b-8e2d-cc78e60142f2 {
  margin-top: -7px;
}

@media (min-width: 0px) {
[id="s-9ff27f4f-b697-469b-8e2d-cc78e60142f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ff27f4f-b697-469b-8e2d-cc78e60142f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ff27f4f-b697-469b-8e2d-cc78e60142f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ff27f4f-b697-469b-8e2d-cc78e60142f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9219b4a3-effc-4e56-9cec-6e8431cd1f12 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9219b4a3-effc-4e56-9cec-6e8431cd1f12 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-c8cba4ec-c164-4158-a928-14d8bb9d5d63 {
  margin-left: 8%;
margin-right: 29%;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a {
  text-align: center;
}







  img.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
    
    
  }


.s-fd2bbc98-645e-4613-8050-e85398527b6a .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
    
    
  }


.s-fd2bbc98-645e-4613-8050-e85398527b6a .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
    
    
  }


.s-fd2bbc98-645e-4613-8050-e85398527b6a .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
    
    
  }


.s-fd2bbc98-645e-4613-8050-e85398527b6a .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
    
    
  }


.s-fd2bbc98-645e-4613-8050-e85398527b6a .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2bbc98-645e-4613-8050-e85398527b6a.shogun-image {
  box-sizing: border-box;
}



}
#s-f6a8f670-d5e2-473f-914b-a20146209051 {
  margin-top: -7px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f6a8f670-d5e2-473f-914b-a20146209051"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6a8f670-d5e2-473f-914b-a20146209051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a8f670-d5e2-473f-914b-a20146209051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a8f670-d5e2-473f-914b-a20146209051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2d60bc4-82ec-4b52-9a4b-267937a7ed43 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2d60bc4-82ec-4b52-9a4b-267937a7ed43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-53840a1f-2f1b-4a1e-b10b-426957bfe819 {
  margin-left: 8%;
margin-right: 29%;
}

#s-e289b46f-6232-450b-b348-da6881c15a12 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-e289b46f-6232-450b-b348-da6881c15a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e289b46f-6232-450b-b348-da6881c15a12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9bafdb1-ef76-4af0-9315-b35471bd8dbd {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9bafdb1-ef76-4af0-9315-b35471bd8dbd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e9c1956a-05b8-43ee-8471-ece6c80a6b9c {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-e9c1956a-05b8-43ee-8471-ece6c80a6b9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c1956a-05b8-43ee-8471-ece6c80a6b9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eedadb2d-af82-48cf-ac0b-2b20c1937e65 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-eedadb2d-af82-48cf-ac0b-2b20c1937e65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eedadb2d-af82-48cf-ac0b-2b20c1937e65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eedadb2d-af82-48cf-ac0b-2b20c1937e65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eedadb2d-af82-48cf-ac0b-2b20c1937e65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf {
  text-align: center;
}







  img.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
    
    
  }


.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
    
    
  }


.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
    
    
  }


.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
    
    
  }


.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
    
    
  }


.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fc2e5e0-7fa6-474d-8d51-f526fff22ccf.shogun-image {
  box-sizing: border-box;
}



}
#s-336b63ea-ba9d-4ff9-93e5-69ef1789fc85 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-336b63ea-ba9d-4ff9-93e5-69ef1789fc85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-336b63ea-ba9d-4ff9-93e5-69ef1789fc85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-336b63ea-ba9d-4ff9-93e5-69ef1789fc85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-336b63ea-ba9d-4ff9-93e5-69ef1789fc85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7b8a2719-9105-4f57-80c2-7397acd79fc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b8a2719-9105-4f57-80c2-7397acd79fc6 .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5340c8a6-a539-4617-a00b-1b65fc29bfd1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-41fc5d9e-52a1-43d7-a99f-2f83e58967ed {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(242, 202, 209, 1);
}

@media (min-width: 0px) {
[id="s-41fc5d9e-52a1-43d7-a99f-2f83e58967ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-41fc5d9e-52a1-43d7-a99f-2f83e58967ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-41fc5d9e-52a1-43d7-a99f-2f83e58967ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-41fc5d9e-52a1-43d7-a99f-2f83e58967ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7bfc5e60-66c8-42be-bea8-638287057deb {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-7bfc5e60-66c8-42be-bea8-638287057deb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bfc5e60-66c8-42be-bea8-638287057deb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfc5e60-66c8-42be-bea8-638287057deb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfc5e60-66c8-42be-bea8-638287057deb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7677f314-0907-47bd-a465-ea307a5026cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7677f314-0907-47bd-a465-ea307a5026cc .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5692f0da-e5bd-4d05-8f06-5169a5c449c9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673 {
  text-align: center;
}







  img.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
    
    
  }


.s-e2d680ff-b62b-4fa8-8d46-2dc890167673 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
    
    
  }


.s-e2d680ff-b62b-4fa8-8d46-2dc890167673 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
    
    
  }


.s-e2d680ff-b62b-4fa8-8d46-2dc890167673 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
    
    
  }


.s-e2d680ff-b62b-4fa8-8d46-2dc890167673 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
    
    
  }


.s-e2d680ff-b62b-4fa8-8d46-2dc890167673 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2d680ff-b62b-4fa8-8d46-2dc890167673.shogun-image {
  box-sizing: border-box;
}



}
#s-656f74c2-ba88-4749-81a6-a8f451674758 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(97, 110, 142, 1);
}

@media (min-width: 0px) {
[id="s-656f74c2-ba88-4749-81a6-a8f451674758"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-656f74c2-ba88-4749-81a6-a8f451674758"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-656f74c2-ba88-4749-81a6-a8f451674758"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-656f74c2-ba88-4749-81a6-a8f451674758"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-18e5a3c4-477a-420d-8980-240960c49053 {
  text-align: center;
}







  img.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
    
    
  }


.s-18e5a3c4-477a-420d-8980-240960c49053 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
    
    
  }


.s-18e5a3c4-477a-420d-8980-240960c49053 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
    
    
  }


.s-18e5a3c4-477a-420d-8980-240960c49053 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
    
    
  }


.s-18e5a3c4-477a-420d-8980-240960c49053 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
    
    
  }


.s-18e5a3c4-477a-420d-8980-240960c49053 .shogun-image-content {
  
    align-items: center;
  
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18e5a3c4-477a-420d-8980-240960c49053.shogun-image {
  box-sizing: border-box;
}



}
#s-aaf82c53-adb7-4385-88ec-c03af5e6d564 {
  margin-top: 35px;
}

@media (min-width: 0px) {
[id="s-aaf82c53-adb7-4385-88ec-c03af5e6d564"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf82c53-adb7-4385-88ec-c03af5e6d564"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf82c53-adb7-4385-88ec-c03af5e6d564"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf82c53-adb7-4385-88ec-c03af5e6d564"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4124f24a-7833-4f0f-bc60-9b73685ce08f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4124f24a-7833-4f0f-bc60-9b73685ce08f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-633094eb-de67-4185-9967-00fa9173bd6d {
  margin-left: 10%;
margin-right: 10%;
}

#s-84cdf2a2-0e87-4208-82ec-2678418e88d5 {
  min-height: 50px;
background-color: rgba(222, 155, 181, 1);
}








#s-84cdf2a2-0e87-4208-82ec-2678418e88d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84cdf2a2-0e87-4208-82ec-2678418e88d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4047102-b65a-49e3-be65-b0ee5e1c1b1f {
  margin-left: 7%;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4047102-b65a-49e3-be65-b0ee5e1c1b1f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(242, 202, 209, 1);
  border-radius: 0px;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 6px;
}

#s-bb575c68-ea0c-4270-809c-a50f5489fe31 td.shogun-table-column, #s-bb575c68-ea0c-4270-809c-a50f5489fe31 td.shogun-table-row {
  border: 0px solid rgba(242, 202, 209, 1);
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
    
    
  }


.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
    
    
  }


.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
    
    
  }


.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
    
    
  }


.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
    
    
  }


.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a8a7eca9-7604-47ef-9ead-4a834967b3b6.shogun-image {
  box-sizing: border-box;
}



}
#s-cb0ab141-6885-40c3-88e0-043d69eba5d5 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
    
    
  }


.s-cb0ab141-6885-40c3-88e0-043d69eba5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
    
    
  }


.s-cb0ab141-6885-40c3-88e0-043d69eba5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
    
    
  }


.s-cb0ab141-6885-40c3-88e0-043d69eba5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
    
    
  }


.s-cb0ab141-6885-40c3-88e0-043d69eba5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
    
    
  }


.s-cb0ab141-6885-40c3-88e0-043d69eba5d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb0ab141-6885-40c3-88e0-043d69eba5d5.shogun-image {
  box-sizing: border-box;
}



}
#s-348e888a-80b3-460e-9ee0-4346f3150b64 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
    
    
  }


.s-348e888a-80b3-460e-9ee0-4346f3150b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
    
    
  }


.s-348e888a-80b3-460e-9ee0-4346f3150b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
    
    
  }


.s-348e888a-80b3-460e-9ee0-4346f3150b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
    
    
  }


.s-348e888a-80b3-460e-9ee0-4346f3150b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
    
    
  }


.s-348e888a-80b3-460e-9ee0-4346f3150b64 .shogun-image-content {
  
    align-items: center;
  
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-348e888a-80b3-460e-9ee0-4346f3150b64.shogun-image {
  box-sizing: border-box;
}



}
#s-780be2a0-cc36-49df-9d62-7211acbeb75e {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
    
    
  }


.s-780be2a0-cc36-49df-9d62-7211acbeb75e .shogun-image-content {
  
    align-items: center;
  
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
    
    
  }


.s-780be2a0-cc36-49df-9d62-7211acbeb75e .shogun-image-content {
  
    align-items: center;
  
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
    
    
  }


.s-780be2a0-cc36-49df-9d62-7211acbeb75e .shogun-image-content {
  
    align-items: center;
  
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
    
    
  }


.s-780be2a0-cc36-49df-9d62-7211acbeb75e .shogun-image-content {
  
    align-items: center;
  
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
    
    
  }


.s-780be2a0-cc36-49df-9d62-7211acbeb75e .shogun-image-content {
  
    align-items: center;
  
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-780be2a0-cc36-49df-9d62-7211acbeb75e.shogun-image {
  box-sizing: border-box;
}



}
#s-7a7a0887-b5aa-4e66-8779-99b66d05b067 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
    
    
  }


.s-7a7a0887-b5aa-4e66-8779-99b66d05b067 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
    
    
  }


.s-7a7a0887-b5aa-4e66-8779-99b66d05b067 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
    
    
  }


.s-7a7a0887-b5aa-4e66-8779-99b66d05b067 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
    
    
  }


.s-7a7a0887-b5aa-4e66-8779-99b66d05b067 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
    
    
  }


.s-7a7a0887-b5aa-4e66-8779-99b66d05b067 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a7a0887-b5aa-4e66-8779-99b66d05b067.shogun-image {
  box-sizing: border-box;
}



}
#s-00cbda54-e5e8-44c9-9840-f2e60e83def2 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
    
    
  }


.s-00cbda54-e5e8-44c9-9840-f2e60e83def2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
    
    
  }


.s-00cbda54-e5e8-44c9-9840-f2e60e83def2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
    
    
  }


.s-00cbda54-e5e8-44c9-9840-f2e60e83def2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
    
    
  }


.s-00cbda54-e5e8-44c9-9840-f2e60e83def2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
    
    
  }


.s-00cbda54-e5e8-44c9-9840-f2e60e83def2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00cbda54-e5e8-44c9-9840-f2e60e83def2.shogun-image {
  box-sizing: border-box;
}



}
#s-6d4997d9-a3b7-4f08-95d8-b3989e267635 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
    
    
  }


.s-6d4997d9-a3b7-4f08-95d8-b3989e267635 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
    
    
  }


.s-6d4997d9-a3b7-4f08-95d8-b3989e267635 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
    
    
  }


.s-6d4997d9-a3b7-4f08-95d8-b3989e267635 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
    
    
  }


.s-6d4997d9-a3b7-4f08-95d8-b3989e267635 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
    
    
  }


.s-6d4997d9-a3b7-4f08-95d8-b3989e267635 .shogun-image-content {
  
    align-items: center;
  
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d4997d9-a3b7-4f08-95d8-b3989e267635.shogun-image {
  box-sizing: border-box;
}



}
#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
    
    
  }


.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
    
    
  }


.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
    
    
  }


.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
    
    
  }


.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
    
    
  }


.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76 .shogun-image-content {
  
    align-items: center;
  
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2eb1c03a-b769-48c1-99d5-312b10ac3d76.shogun-image {
  box-sizing: border-box;
}



}
#s-33283b2c-6afb-424c-b967-c2711a1e3a39 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
    
    
  }


.s-33283b2c-6afb-424c-b967-c2711a1e3a39 .shogun-image-content {
  
    align-items: center;
  
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
    
    
  }


.s-33283b2c-6afb-424c-b967-c2711a1e3a39 .shogun-image-content {
  
    align-items: center;
  
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
    
    
  }


.s-33283b2c-6afb-424c-b967-c2711a1e3a39 .shogun-image-content {
  
    align-items: center;
  
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
    
    
  }


.s-33283b2c-6afb-424c-b967-c2711a1e3a39 .shogun-image-content {
  
    align-items: center;
  
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
    
    
  }


.s-33283b2c-6afb-424c-b967-c2711a1e3a39 .shogun-image-content {
  
    align-items: center;
  
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33283b2c-6afb-424c-b967-c2711a1e3a39.shogun-image {
  box-sizing: border-box;
}



}
#s-25f97636-aa4e-4eda-8039-c47000a37db3 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
    
    
  }


.s-25f97636-aa4e-4eda-8039-c47000a37db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
    
    
  }


.s-25f97636-aa4e-4eda-8039-c47000a37db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
    
    
  }


.s-25f97636-aa4e-4eda-8039-c47000a37db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
    
    
  }


.s-25f97636-aa4e-4eda-8039-c47000a37db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
    
    
  }


.s-25f97636-aa4e-4eda-8039-c47000a37db3 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f97636-aa4e-4eda-8039-c47000a37db3.shogun-image {
  box-sizing: border-box;
}



}
#s-be4a7139-a0ee-49e1-847a-092c7240e4bb {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
    
    
  }


.s-be4a7139-a0ee-49e1-847a-092c7240e4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
    
    
  }


.s-be4a7139-a0ee-49e1-847a-092c7240e4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
    
    
  }


.s-be4a7139-a0ee-49e1-847a-092c7240e4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
    
    
  }


.s-be4a7139-a0ee-49e1-847a-092c7240e4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
    
    
  }


.s-be4a7139-a0ee-49e1-847a-092c7240e4bb .shogun-image-content {
  
    align-items: center;
  
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be4a7139-a0ee-49e1-847a-092c7240e4bb.shogun-image {
  box-sizing: border-box;
}



}
#s-45d36f7d-8f30-48be-b088-10e87d484bbb {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
    
    
  }


.s-45d36f7d-8f30-48be-b088-10e87d484bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
    
    
  }


.s-45d36f7d-8f30-48be-b088-10e87d484bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
    
    
  }


.s-45d36f7d-8f30-48be-b088-10e87d484bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
    
    
  }


.s-45d36f7d-8f30-48be-b088-10e87d484bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
    
    
  }


.s-45d36f7d-8f30-48be-b088-10e87d484bbb .shogun-image-content {
  
    align-items: center;
  
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45d36f7d-8f30-48be-b088-10e87d484bbb.shogun-image {
  box-sizing: border-box;
}



}
#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
    
    
  }


.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 .shogun-image-content {
  
    align-items: center;
  
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
    
    
  }


.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 .shogun-image-content {
  
    align-items: center;
  
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
    
    
  }


.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 .shogun-image-content {
  
    align-items: center;
  
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
    
    
  }


.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 .shogun-image-content {
  
    align-items: center;
  
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
    
    
  }


.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424 .shogun-image-content {
  
    align-items: center;
  
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dde7477b-0ecd-41eb-82d6-dba8fb1aa424.shogun-image {
  box-sizing: border-box;
}



}
#s-22c014b2-5f3e-4abb-a5a6-e475c711010d {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
    
    
  }


.s-22c014b2-5f3e-4abb-a5a6-e475c711010d .shogun-image-content {
  
    align-items: center;
  
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
    
    
  }


.s-22c014b2-5f3e-4abb-a5a6-e475c711010d .shogun-image-content {
  
    align-items: center;
  
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
    
    
  }


.s-22c014b2-5f3e-4abb-a5a6-e475c711010d .shogun-image-content {
  
    align-items: center;
  
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
    
    
  }


.s-22c014b2-5f3e-4abb-a5a6-e475c711010d .shogun-image-content {
  
    align-items: center;
  
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
    
    
  }


.s-22c014b2-5f3e-4abb-a5a6-e475c711010d .shogun-image-content {
  
    align-items: center;
  
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22c014b2-5f3e-4abb-a5a6-e475c711010d.shogun-image {
  box-sizing: border-box;
}



}
#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
    
    
  }


.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
    
    
  }


.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
    
    
  }


.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
    
    
  }


.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
    
    
  }


.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4b7bfb-d25a-4325-b293-3aad8e9bd76f.shogun-image {
  box-sizing: border-box;
}



}
#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 {
  min-height: 30px;
max-width: 30px;
text-align: center;
}







  img.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
    
    
  }


.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 .shogun-image-content {
  
    align-items: center;
  
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
    
    
  }


.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 .shogun-image-content {
  
    align-items: center;
  
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
    
    
  }


.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 .shogun-image-content {
  
    align-items: center;
  
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
    
    
  }


.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 .shogun-image-content {
  
    align-items: center;
  
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
    
    
  }


.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88 .shogun-image-content {
  
    align-items: center;
  
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83351ef6-b9d8-44cd-adb5-54b5538dbd88.shogun-image {
  box-sizing: border-box;
}



}
#s-39f425d6-6bb1-4eb4-8cee-9b78a26a9ba4 {
  min-height: 50px;
}








#s-39f425d6-6bb1-4eb4-8cee-9b78a26a9ba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f425d6-6bb1-4eb4-8cee-9b78a26a9ba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82e8b1d0-ad8b-4596-bb29-c867cae1732b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(222, 155, 181, 1);
}

#s-82e8b1d0-ad8b-4596-bb29-c867cae1732b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-5ac9b256-05b0-47b3-ae3a-5fd1ece54454 {
  margin-top: 15px;
margin-bottom: 15px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5ac9b256-05b0-47b3-ae3a-5fd1ece54454"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5ac9b256-05b0-47b3-ae3a-5fd1ece54454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5ac9b256-05b0-47b3-ae3a-5fd1ece54454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ac9b256-05b0-47b3-ae3a-5fd1ece54454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
    
    
  }


.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
    
    
  }


.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
    
    
  }


.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
    
    
  }


.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
    
    
  }


.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b28d78aa-d411-4e5d-a9c7-3afec8d60d14.shogun-image {
  box-sizing: border-box;
}



}
#s-4c6d3097-17aa-4682-b354-0a79dfe65806 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
    
    
  }


.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 .shogun-image-content {
  
    align-items: center;
  
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
    
    
  }


.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 .shogun-image-content {
  
    align-items: center;
  
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
    
    
  }


.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 .shogun-image-content {
  
    align-items: center;
  
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
    
    
  }


.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 .shogun-image-content {
  
    align-items: center;
  
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
    
    
  }


.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558 .shogun-image-content {
  
    align-items: center;
  
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8df1a9b2-8ec3-4b3d-8829-f09058d3e558.shogun-image {
  box-sizing: border-box;
}



}
#s-16723717-e3b8-46f2-b9b9-5a56f7eb3d38 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ecf57b61-83f1-4e2f-94dc-e5ba57920cc5 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ecf57b61-83f1-4e2f-94dc-e5ba57920cc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-ecf57b61-83f1-4e2f-94dc-e5ba57920cc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ecf57b61-83f1-4e2f-94dc-e5ba57920cc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ecf57b61-83f1-4e2f-94dc-e5ba57920cc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
    
    
  }


.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
    
    
  }


.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
    
    
  }


.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
    
    
  }


.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
    
    
  }


.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a954f7b8-aaf6-4c96-9eee-9fb0e759d3e0.shogun-image {
  box-sizing: border-box;
}



}
#s-6c779ced-77c4-47e2-acbc-383aa5019753 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
    
    
  }


.s-b89e214c-44d8-474f-975e-2e2db2566d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
    
    
  }


.s-b89e214c-44d8-474f-975e-2e2db2566d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
    
    
  }


.s-b89e214c-44d8-474f-975e-2e2db2566d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
    
    
  }


.s-b89e214c-44d8-474f-975e-2e2db2566d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
    
    
  }


.s-b89e214c-44d8-474f-975e-2e2db2566d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b89e214c-44d8-474f-975e-2e2db2566d5c.shogun-image {
  box-sizing: border-box;
}



}
#s-1dcaead9-991d-4998-8e99-6b4310e248b0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-286175d4-5aaa-4748-8484-75fc98716251 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-286175d4-5aaa-4748-8484-75fc98716251"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-286175d4-5aaa-4748-8484-75fc98716251"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-286175d4-5aaa-4748-8484-75fc98716251"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-286175d4-5aaa-4748-8484-75fc98716251"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-614a9103-9042-4720-9381-2ebd6f744eb1 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
    
    
  }


.s-614a9103-9042-4720-9381-2ebd6f744eb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
    
    
  }


.s-614a9103-9042-4720-9381-2ebd6f744eb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
    
    
  }


.s-614a9103-9042-4720-9381-2ebd6f744eb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
    
    
  }


.s-614a9103-9042-4720-9381-2ebd6f744eb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
    
    
  }


.s-614a9103-9042-4720-9381-2ebd6f744eb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-614a9103-9042-4720-9381-2ebd6f744eb1.shogun-image {
  box-sizing: border-box;
}



}
#s-882d5582-712d-4144-addd-6707ab058ebc {
  margin-left: 5%;
margin-right: 5%;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
    
    
  }


.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
    
    
  }


.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
    
    
  }


.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
    
    
  }


.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
    
    
  }


.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3 .shogun-image-content {
  
    align-items: center;
  
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2b4fcd5-6888-4465-aab6-67b5b89b9ad3.shogun-image {
  box-sizing: border-box;
}



}
#s-f26618d6-43f8-45a4-a954-387cefd860ab {
  margin-left: 5%;
margin-right: 5%;
}

#s-478b29e5-769d-465c-b2cb-a056b558b18f {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-478b29e5-769d-465c-b2cb-a056b558b18f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-478b29e5-769d-465c-b2cb-a056b558b18f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-478b29e5-769d-465c-b2cb-a056b558b18f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-478b29e5-769d-465c-b2cb-a056b558b18f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
    
    
  }


.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 .shogun-image-content {
  
    align-items: center;
  
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
    
    
  }


.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 .shogun-image-content {
  
    align-items: center;
  
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
    
    
  }


.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 .shogun-image-content {
  
    align-items: center;
  
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
    
    
  }


.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 .shogun-image-content {
  
    align-items: center;
  
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
    
    
  }


.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042 .shogun-image-content {
  
    align-items: center;
  
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54c2bcc5-8b8e-4c94-b135-bdacd9d91042.shogun-image {
  box-sizing: border-box;
}



}
#s-23b2a369-10ce-4855-b0b7-250716a252fc {
  margin-left: 5%;
margin-right: 5%;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
    
    
  }


.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
    
    
  }


.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
    
    
  }


.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
    
    
  }


.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
    
    
  }


.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d0a0eef-fed2-4b67-a0bc-e66b9754f8f8.shogun-image {
  box-sizing: border-box;
}



}
#s-0cb96e4e-3bc0-475f-a23c-e547ca1bb395 {
  margin-left: 5%;
margin-right: 5%;
}

#s-43867ee6-e905-45a8-a9b8-d1a0fe3b2d66 {
  margin-top: 21px;
margin-bottom: 21px;
}

@media (min-width: 0px) {
[id="s-43867ee6-e905-45a8-a9b8-d1a0fe3b2d66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-43867ee6-e905-45a8-a9b8-d1a0fe3b2d66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-43867ee6-e905-45a8-a9b8-d1a0fe3b2d66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-43867ee6-e905-45a8-a9b8-d1a0fe3b2d66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
    
    
  }


.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
    
    
  }


.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
    
    
  }


.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
    
    
  }


.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
    
    
  }


.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c .shogun-image-content {
  
    align-items: center;
  
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5613b55-fbd6-4b33-a781-ce2bf3427d9c.shogun-image {
  box-sizing: border-box;
}



}
#s-96929f28-68db-4b05-8100-48dc90dc0a85 {
  margin-left: 5%;
margin-right: 5%;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
    
    
  }


.s-42447880-1174-431b-af7d-8107f6cc56d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
    
    
  }


.s-42447880-1174-431b-af7d-8107f6cc56d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
    
    
  }


.s-42447880-1174-431b-af7d-8107f6cc56d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
    
    
  }


.s-42447880-1174-431b-af7d-8107f6cc56d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
    
    
  }


.s-42447880-1174-431b-af7d-8107f6cc56d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42447880-1174-431b-af7d-8107f6cc56d1.shogun-image {
  box-sizing: border-box;
}



}
#s-abc80f59-a586-4a18-ab5a-819a8ebf175f {
  margin-left: 5%;
margin-right: 5%;
}

#s-2601ca25-f322-4328-9eab-c8aa4bcb6078 {
  margin-top: 21px;
margin-bottom: 21px;
}

@media (min-width: 0px) {
[id="s-2601ca25-f322-4328-9eab-c8aa4bcb6078"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2601ca25-f322-4328-9eab-c8aa4bcb6078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2601ca25-f322-4328-9eab-c8aa4bcb6078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2601ca25-f322-4328-9eab-c8aa4bcb6078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
    
    
  }


.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
    
    
  }


.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
    
    
  }


.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
    
    
  }


.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
    
    
  }


.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55967c5d-1d8a-41e2-8f10-11f2fdb6bc02.shogun-image {
  box-sizing: border-box;
}



}
#s-0cbfda04-8de7-44fe-b270-1f38ffe3cbbc {
  margin-left: 5%;
margin-right: 5%;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f {
  min-height: 30px;
max-width: 90px;
text-align: center;
}







  img.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
    
    
  }


.s-9fef982f-d278-4618-8c57-e5b093bb836f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
    
    
  }


.s-9fef982f-d278-4618-8c57-e5b093bb836f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
    
    
  }


.s-9fef982f-d278-4618-8c57-e5b093bb836f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
    
    
  }


.s-9fef982f-d278-4618-8c57-e5b093bb836f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
    
    
  }


.s-9fef982f-d278-4618-8c57-e5b093bb836f .shogun-image-content {
  
    align-items: center;
  
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9fef982f-d278-4618-8c57-e5b093bb836f.shogun-image {
  box-sizing: border-box;
}



}
#s-b4294e97-9169-49a7-a6df-958628d492af {
  margin-left: 5%;
margin-right: 5%;
}

#s-8468a28d-173d-444c-bd22-006f47768c96 {
  min-height: 50px;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-8468a28d-173d-444c-bd22-006f47768c96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8468a28d-173d-444c-bd22-006f47768c96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8468a28d-173d-444c-bd22-006f47768c96 {
  
}
}@media (max-width: 767px){#s-8468a28d-173d-444c-bd22-006f47768c96 {
  
}
}







#s-8468a28d-173d-444c-bd22-006f47768c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8468a28d-173d-444c-bd22-006f47768c96.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac {
  
}
}@media (max-width: 767px){#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac {
  
}
}







#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a639f7f-59b7-462f-b551-2c9a4cfab5ac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ab5305f-5e41-4ff7-ad5f-9fa802d78ef9 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9ab5305f-5e41-4ff7-ad5f-9fa802d78ef9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ab5305f-5e41-4ff7-ad5f-9fa802d78ef9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ab5305f-5e41-4ff7-ad5f-9fa802d78ef9 {
  
}
}@media (max-width: 767px){#s-9ab5305f-5e41-4ff7-ad5f-9fa802d78ef9 {
  
}
}
#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 {
  
}
}@media (max-width: 767px){#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 {
  display: none;
}
#s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947, #wrap-s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aee48d3-faa3-4ffd-bcc0-2d9109b87947"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a7ec59d8-0c62-4f0b-bcbf-89436de98484 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-a7ec59d8-0c62-4f0b-bcbf-89436de98484"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
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;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae {
  
}
}@media (max-width: 767px){#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae {
  display: none;
}
#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae, #wrap-s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae { display: none !important; }}
#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 100.0%;
  padding-right: 4px;
  padding-bottom: 9px;
}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-thumb-list-margin {
  margin-right: -4px;
}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c370a1a4-b561-4adc-b9e9-ddb96a9ffcae .shg-gallery-dot {
  background-color: #FFF;
}

@media (max-width: 767px){#s-22cb1a08-e6fd-4341-bb75-55832709b8c1 {
  display: none;
}
#s-22cb1a08-e6fd-4341-bb75-55832709b8c1, #wrap-s-22cb1a08-e6fd-4341-bb75-55832709b8c1 { display: none !important; }}
#s-01cbc902-1c20-4d16-a659-5e02e458dcee {
  text-align: left;
}
@media (max-width: 767px){#s-01cbc902-1c20-4d16-a659-5e02e458dcee {
  display: none;
}
#s-01cbc902-1c20-4d16-a659-5e02e458dcee, #wrap-s-01cbc902-1c20-4d16-a659-5e02e458dcee { display: none !important; }}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01cbc902-1c20-4d16-a659-5e02e458dcee img.shogun-image {
  width: 100%;
}



}
#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 {
  text-align: left;
}
@media (min-width: 1200px){#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 {
  display: none;
}
#s-362f99d2-7479-4cbe-98a7-f406bac57ee8, #wrap-s-362f99d2-7479-4cbe-98a7-f406bac57ee8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 {
  display: none;
}
#s-362f99d2-7479-4cbe-98a7-f406bac57ee8, #wrap-s-362f99d2-7479-4cbe-98a7-f406bac57ee8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 {
  display: none;
}
#s-362f99d2-7479-4cbe-98a7-f406bac57ee8, #wrap-s-362f99d2-7479-4cbe-98a7-f406bac57ee8 { display: none !important; }}@media (max-width: 767px){#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 {
  
}
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-362f99d2-7479-4cbe-98a7-f406bac57ee8 img.shogun-image {
  width: 100%;
}



}
#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c {
  display: none;
}
#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c, #wrap-s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c {
  display: none;
}
#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c, #wrap-s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c {
  display: none;
}
#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c, #wrap-s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c { display: none !important; }}
#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 25.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-27de2c1e-74c7-4ed0-8ea7-b66c9cc9f42c .shg-gallery-dot {
  background-color: #FFF;
}

#s-60447ffc-88cd-4e7d-a295-877221aab6da {
  box-shadow:0px 0px 100px 0px rgba(255, 255, 255, 1);
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-60447ffc-88cd-4e7d-a295-877221aab6da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60447ffc-88cd-4e7d-a295-877221aab6da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60447ffc-88cd-4e7d-a295-877221aab6da {
  
}
}@media (max-width: 767px){#s-60447ffc-88cd-4e7d-a295-877221aab6da {
  display: none;
}
#s-60447ffc-88cd-4e7d-a295-877221aab6da, #wrap-s-60447ffc-88cd-4e7d-a295-877221aab6da { display: none !important; }}







#s-60447ffc-88cd-4e7d-a295-877221aab6da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60447ffc-88cd-4e7d-a295-877221aab6da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1340bd7-07cd-4ae2-8939-470644006d12 {
  padding-left: 1%;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
background-color: rgba(237, 230, 221, 1);
}

@media (min-width: 0px) {
[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1340bd7-07cd-4ae2-8939-470644006d12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9e83cff1-e151-4621-85a5-843a16864823 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e83cff1-e151-4621-85a5-843a16864823 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
}

#s-da0bd6f2-6fac-4f7a-8f7e-de2f33be7012 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 10%;
text-align: right;
}

#s-da0bd6f2-6fac-4f7a-8f7e-de2f33be7012 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-da0bd6f2-6fac-4f7a-8f7e-de2f33be7012 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-da0bd6f2-6fac-4f7a-8f7e-de2f33be7012 .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-159f6fd8-9135-47e8-8938-ebfa377ef443 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-159f6fd8-9135-47e8-8938-ebfa377ef443 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-159f6fd8-9135-47e8-8938-ebfa377ef443 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-159f6fd8-9135-47e8-8938-ebfa377ef443 {
  
}
}@media (max-width: 767px){#s-159f6fd8-9135-47e8-8938-ebfa377ef443 {
  
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-358a729a-1168-41e4-9fc4-447a174a0205 {
  text-align: left;
}


  #s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(237, 230, 221, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(242, 202, 209, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
#s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(4, 4, 4, 1);
}

#s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(242, 202, 209, 1);
}

#s-358a729a-1168-41e4-9fc4-447a174a0205 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 {
  
}
}@media (max-width: 767px){#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 {
  
}
}
#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b1e5d24a-388c-47b9-92f3-47ef67a95549 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}




  #s-b1e5d24a-388c-47b9-92f3-47ef67a95549 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Montserrat;
    font-style:  normal ;
    font-size: 10px;
  }

  
    #s-b1e5d24a-388c-47b9-92f3-47ef67a95549 label:after {
      display: block;
      content: ' ';
      margin-bottom: 10px;
    }
  


#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
background-color: rgba(237, 230, 221, 1);
text-align: center;
cursor: pointer;
color: rgba(4, 4, 4, 1);
background-image: none;
hover-type: color;
}
#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55.shg-btn {
  color: rgba(4, 4, 4, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8a11cad8-0317-499b-aa25-0f1e1ab91a55.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-205a7a98-7d71-4ae5-989d-163811f34166 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-205a7a98-7d71-4ae5-989d-163811f34166 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-205a7a98-7d71-4ae5-989d-163811f34166 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-205a7a98-7d71-4ae5-989d-163811f34166 {
  
}
}@media (max-width: 767px){#s-205a7a98-7d71-4ae5-989d-163811f34166 {
  display: none;
}
#s-205a7a98-7d71-4ae5-989d-163811f34166, #wrap-s-205a7a98-7d71-4ae5-989d-163811f34166 { display: none !important; }}







#s-205a7a98-7d71-4ae5-989d-163811f34166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-205a7a98-7d71-4ae5-989d-163811f34166.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24532435-750e-4d8b-bda4-58ce474ade75 {
  min-height: 50px;
}
@media (max-width: 767px){#s-24532435-750e-4d8b-bda4-58ce474ade75 {
  display: none;
}
#s-24532435-750e-4d8b-bda4-58ce474ade75, #wrap-s-24532435-750e-4d8b-bda4-58ce474ade75 { display: none !important; }}







#s-24532435-750e-4d8b-bda4-58ce474ade75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24532435-750e-4d8b-bda4-58ce474ade75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a {
  
}
}@media (max-width: 767px){#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a {
  
}
}







#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-be4b1534-923f-453f-ae9b-7f13e6ac6f9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57e7b637-6c31-4bba-b7cd-3d335d8ea862 {
  min-height: 50px;
}








#s-57e7b637-6c31-4bba-b7cd-3d335d8ea862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e7b637-6c31-4bba-b7cd-3d335d8ea862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 {
  margin-top: -6px;
margin-bottom: -6px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 {
  
}
}@media (max-width: 767px){#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 {
  
}
}







#s-3f7ba6b7-c8fa-472b-8446-413e955e0730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f7ba6b7-c8fa-472b-8446-413e955e0730.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 {
  display: none;
}
#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9, #wrap-s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 {
  display: none;
}
#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9, #wrap-s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 {
  display: none;
}
#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9, #wrap-s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 { display: none !important; }}@media (max-width: 767px){#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 {
  
}
}







#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ac3954a-38f3-4666-bd7b-eda5d733a9f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-023212b6-2e65-43d8-935c-9fbd51d694c4 {
  display: none;
}
#s-023212b6-2e65-43d8-935c-9fbd51d694c4, #wrap-s-023212b6-2e65-43d8-935c-9fbd51d694c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-023212b6-2e65-43d8-935c-9fbd51d694c4 {
  display: none;
}
#s-023212b6-2e65-43d8-935c-9fbd51d694c4, #wrap-s-023212b6-2e65-43d8-935c-9fbd51d694c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-023212b6-2e65-43d8-935c-9fbd51d694c4 {
  display: none;
}
#s-023212b6-2e65-43d8-935c-9fbd51d694c4, #wrap-s-023212b6-2e65-43d8-935c-9fbd51d694c4 { display: none !important; }}
#s-0fb7cac5-57ff-4a29-8276-646735b52b35 {
  text-align: center;
}
@media (min-width: 1200px){#s-0fb7cac5-57ff-4a29-8276-646735b52b35 {
  display: none;
}
#s-0fb7cac5-57ff-4a29-8276-646735b52b35, #wrap-s-0fb7cac5-57ff-4a29-8276-646735b52b35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fb7cac5-57ff-4a29-8276-646735b52b35 {
  display: none;
}
#s-0fb7cac5-57ff-4a29-8276-646735b52b35, #wrap-s-0fb7cac5-57ff-4a29-8276-646735b52b35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fb7cac5-57ff-4a29-8276-646735b52b35 {
  display: none;
}
#s-0fb7cac5-57ff-4a29-8276-646735b52b35, #wrap-s-0fb7cac5-57ff-4a29-8276-646735b52b35 { display: none !important; }}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fb7cac5-57ff-4a29-8276-646735b52b35 img.shogun-image {
  width: 100%;
}



}
#s-530d5ccf-54ed-4090-a383-f3b752296cde {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-530d5ccf-54ed-4090-a383-f3b752296cde"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-530d5ccf-54ed-4090-a383-f3b752296cde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-530d5ccf-54ed-4090-a383-f3b752296cde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-530d5ccf-54ed-4090-a383-f3b752296cde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 {
  text-align: center;
}







  img.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
    
    
  }


.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
    
    
  }


.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
    
    
  }


.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
    
    
  }


.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
    
    
  }


.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3147c13f-9b61-4d17-acc2-1c5b803aa6f4.shogun-image {
  box-sizing: border-box;
}



}
#s-bbee35c5-79b4-48f2-9266-5c3827e66eca {
  text-align: center;
}







  img.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
    
    
  }


.s-bbee35c5-79b4-48f2-9266-5c3827e66eca .shogun-image-content {
  
    align-items: center;
  
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
    
    
  }


.s-bbee35c5-79b4-48f2-9266-5c3827e66eca .shogun-image-content {
  
    align-items: center;
  
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
    
    
  }


.s-bbee35c5-79b4-48f2-9266-5c3827e66eca .shogun-image-content {
  
    align-items: center;
  
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
    
    
  }


.s-bbee35c5-79b4-48f2-9266-5c3827e66eca .shogun-image-content {
  
    align-items: center;
  
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
    
    
  }


.s-bbee35c5-79b4-48f2-9266-5c3827e66eca .shogun-image-content {
  
    align-items: center;
  
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bbee35c5-79b4-48f2-9266-5c3827e66eca.shogun-image {
  box-sizing: border-box;
}



}
#s-32897746-a7b3-4758-a27b-41c0be0b1e67 {
  text-align: center;
}







  img.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
    
    
  }


.s-32897746-a7b3-4758-a27b-41c0be0b1e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
    
    
  }


.s-32897746-a7b3-4758-a27b-41c0be0b1e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
    
    
  }


.s-32897746-a7b3-4758-a27b-41c0be0b1e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
    
    
  }


.s-32897746-a7b3-4758-a27b-41c0be0b1e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
    
    
  }


.s-32897746-a7b3-4758-a27b-41c0be0b1e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32897746-a7b3-4758-a27b-41c0be0b1e67.shogun-image {
  box-sizing: border-box;
}



}
#s-a7322e64-1b2a-474f-ab24-194083c823ce {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a7322e64-1b2a-474f-ab24-194083c823ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-a7322e64-1b2a-474f-ab24-194083c823ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a7322e64-1b2a-474f-ab24-194083c823ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a7322e64-1b2a-474f-ab24-194083c823ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 {
  text-align: center;
}







  img.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
    
    
  }


.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
    
    
  }


.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
    
    
  }


.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
    
    
  }


.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
    
    
  }


.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c4af0d1-c161-4bbc-a0b0-fd0abb1271b8.shogun-image {
  box-sizing: border-box;
}



}
#s-6199277c-86e1-4108-a7f0-cd2b9422432a {
  text-align: center;
}







  img.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
    
    
  }


.s-6199277c-86e1-4108-a7f0-cd2b9422432a .shogun-image-content {
  
    align-items: center;
  
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
    
    
  }


.s-6199277c-86e1-4108-a7f0-cd2b9422432a .shogun-image-content {
  
    align-items: center;
  
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
    
    
  }


.s-6199277c-86e1-4108-a7f0-cd2b9422432a .shogun-image-content {
  
    align-items: center;
  
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
    
    
  }


.s-6199277c-86e1-4108-a7f0-cd2b9422432a .shogun-image-content {
  
    align-items: center;
  
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
    
    
  }


.s-6199277c-86e1-4108-a7f0-cd2b9422432a .shogun-image-content {
  
    align-items: center;
  
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6199277c-86e1-4108-a7f0-cd2b9422432a.shogun-image {
  box-sizing: border-box;
}



}
#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 {
  text-align: center;
}







  img.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
    
    
  }


.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
    
    
  }


.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
    
    
  }


.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
    
    
  }


.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
    
    
  }


.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da1ee2af-9251-48f4-bc12-5f9c0dce31a6.shogun-image {
  box-sizing: border-box;
}



}
#s-0e441975-d158-42d5-b3f4-d48ba87c9313 {
  margin-left: 17%;
margin-right: 17%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-0e441975-d158-42d5-b3f4-d48ba87c9313 {
  display: none;
}
#s-0e441975-d158-42d5-b3f4-d48ba87c9313, #wrap-s-0e441975-d158-42d5-b3f4-d48ba87c9313 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e441975-d158-42d5-b3f4-d48ba87c9313 {
  display: none;
}
#s-0e441975-d158-42d5-b3f4-d48ba87c9313, #wrap-s-0e441975-d158-42d5-b3f4-d48ba87c9313 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e441975-d158-42d5-b3f4-d48ba87c9313 {
  display: none;
}
#s-0e441975-d158-42d5-b3f4-d48ba87c9313, #wrap-s-0e441975-d158-42d5-b3f4-d48ba87c9313 { display: none !important; }}
#s-0e441975-d158-42d5-b3f4-d48ba87c9313 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-67d0042d-b9dc-4cce-a018-8b7d111bdd17 {
  margin-top: 10px;
margin-left: 30%;
margin-bottom: 10px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-67d0042d-b9dc-4cce-a018-8b7d111bdd17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-67d0042d-b9dc-4cce-a018-8b7d111bdd17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-67d0042d-b9dc-4cce-a018-8b7d111bdd17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-67d0042d-b9dc-4cce-a018-8b7d111bdd17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-24436809-7230-44a8-b587-baab02662c42 {
  margin-left: 3%;
margin-right: 3%;
text-align: right;
}

#s-24436809-7230-44a8-b587-baab02662c42 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24436809-7230-44a8-b587-baab02662c42 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-24436809-7230-44a8-b587-baab02662c42 .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-96552d1e-87a7-41b8-b6a6-959864c74de2 {
  margin-left: 15%;
margin-right: 15%;
min-height: 0px;
}

#s-94a2db55-0776-4190-bd0f-81c469037d79 {
  margin-left: 35%;
margin-right: 35%;
text-align: left;
}
@media (min-width: 1200px){#s-94a2db55-0776-4190-bd0f-81c469037d79 {
  display: none;
}
#s-94a2db55-0776-4190-bd0f-81c469037d79, #wrap-s-94a2db55-0776-4190-bd0f-81c469037d79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94a2db55-0776-4190-bd0f-81c469037d79 {
  display: none;
}
#s-94a2db55-0776-4190-bd0f-81c469037d79, #wrap-s-94a2db55-0776-4190-bd0f-81c469037d79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94a2db55-0776-4190-bd0f-81c469037d79 {
  display: none;
}
#s-94a2db55-0776-4190-bd0f-81c469037d79, #wrap-s-94a2db55-0776-4190-bd0f-81c469037d79 { display: none !important; }}
#s-94a2db55-0776-4190-bd0f-81c469037d79 .shg-product-quantity-wrapper {
  display: flex;
}

#s-94a2db55-0776-4190-bd0f-81c469037d79 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-94a2db55-0776-4190-bd0f-81c469037d79 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-94a2db55-0776-4190-bd0f-81c469037d79 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-94a2db55-0776-4190-bd0f-81c469037d79 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb {
  margin-top: 19px;
margin-bottom: 19px;
padding-top: 12px;
padding-left: 26px;
padding-bottom: 12px;
padding-right: 26px;
border-radius: 13px;
background-color: rgba(97, 110, 142, 1);
text-align: center;
cursor: pointer;
color: rgba(242, 202, 209, 1);
background-image: none;
hover-type: color;
}
#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb:active {background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb {
  display: none;
}
#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb, #wrap-s-34e68b79-3cf4-42c4-9ff2-aecf587462cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb {
  display: none;
}
#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb, #wrap-s-34e68b79-3cf4-42c4-9ff2-aecf587462cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb {
  display: none;
}
#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb, #wrap-s-34e68b79-3cf4-42c4-9ff2-aecf587462cb { display: none !important; }}


#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb.shg-btn {
  color: rgba(242, 202, 209, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-34e68b79-3cf4-42c4-9ff2-aecf587462cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 {
  border-style: solid;
margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 {
  
}
}@media (max-width: 767px){#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 {
  display: none;
}
#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925, #wrap-s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 { display: none !important; }}
#s-6c85f8b0-77bc-4aa4-bf6e-a7578a8f2925 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 39px;
  
  
  
}



#s-86985200-94cf-4c36-90bd-37a800b580b0 {
  margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-86985200-94cf-4c36-90bd-37a800b580b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86985200-94cf-4c36-90bd-37a800b580b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86985200-94cf-4c36-90bd-37a800b580b0 {
  
}
}@media (max-width: 767px){#s-86985200-94cf-4c36-90bd-37a800b580b0 {
  display: none;
}
#s-86985200-94cf-4c36-90bd-37a800b580b0, #wrap-s-86985200-94cf-4c36-90bd-37a800b580b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-86985200-94cf-4c36-90bd-37a800b580b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86985200-94cf-4c36-90bd-37a800b580b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-86985200-94cf-4c36-90bd-37a800b580b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-86985200-94cf-4c36-90bd-37a800b580b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-71eca4fa-1af3-4e51-808f-cf68dbabce89 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-71eca4fa-1af3-4e51-808f-cf68dbabce89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71eca4fa-1af3-4e51-808f-cf68dbabce89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71eca4fa-1af3-4e51-808f-cf68dbabce89 {
  
}
}@media (max-width: 767px){#s-71eca4fa-1af3-4e51-808f-cf68dbabce89 {
  
}
}
#s-a296d86d-2b45-4a1d-a8db-51e15743d468 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-a296d86d-2b45-4a1d-a8db-51e15743d468 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a296d86d-2b45-4a1d-a8db-51e15743d468 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a296d86d-2b45-4a1d-a8db-51e15743d468 {
  
}
}@media (max-width: 767px){#s-a296d86d-2b45-4a1d-a8db-51e15743d468 {
  
}
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a296d86d-2b45-4a1d-a8db-51e15743d468 img.shogun-image {
  width: 100%;
}



}
#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e {
  
}
}@media (max-width: 767px){#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e {
  
}
}
#s-7aaaf09b-35ec-4b55-a08c-151ca218b63e .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-835c4041-8d6e-49d8-b70a-b310da61177c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-835c4041-8d6e-49d8-b70a-b310da61177c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-835c4041-8d6e-49d8-b70a-b310da61177c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-835c4041-8d6e-49d8-b70a-b310da61177c {
  
}
}@media (max-width: 767px){#s-835c4041-8d6e-49d8-b70a-b310da61177c {
  
}
}
#s-835c4041-8d6e-49d8-b70a-b310da61177c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-835c4041-8d6e-49d8-b70a-b310da61177c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-835c4041-8d6e-49d8-b70a-b310da61177c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-07c889d3-001a-4c96-b816-4c612d5955fa {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-07c889d3-001a-4c96-b816-4c612d5955fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07c889d3-001a-4c96-b816-4c612d5955fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07c889d3-001a-4c96-b816-4c612d5955fa {
  
}
}@media (max-width: 767px){#s-07c889d3-001a-4c96-b816-4c612d5955fa {
  
}
}
@media (min-width: 0px) {
[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-07c889d3-001a-4c96-b816-4c612d5955fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-26407128-9e2d-4977-bec3-179965bb3f7e:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26407128-9e2d-4977-bec3-179965bb3f7e:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  
}
}@media (max-width: 767px){#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  
}
}


#s-26407128-9e2d-4977-bec3-179965bb3f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26407128-9e2d-4977-bec3-179965bb3f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26407128-9e2d-4977-bec3-179965bb3f7e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-26407128-9e2d-4977-bec3-179965bb3f7e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-4227045e-860b-4ec3-b226-224ab7d5b233 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-4227045e-860b-4ec3-b226-224ab7d5b233 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4227045e-860b-4ec3-b226-224ab7d5b233 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4227045e-860b-4ec3-b226-224ab7d5b233 {
  
}
}@media (max-width: 767px){#s-4227045e-860b-4ec3-b226-224ab7d5b233 {
  
}
}
#s-f102ac76-1e10-411f-a3eb-810091f87c8a {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f102ac76-1e10-411f-a3eb-810091f87c8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f102ac76-1e10-411f-a3eb-810091f87c8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f102ac76-1e10-411f-a3eb-810091f87c8a {
  
}
}@media (max-width: 767px){#s-f102ac76-1e10-411f-a3eb-810091f87c8a {
  
}
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f102ac76-1e10-411f-a3eb-810091f87c8a img.shogun-image {
  width: 100%;
}



}
#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e {
  
}
}@media (max-width: 767px){#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e {
  
}
}
#s-d5d3a1c1-aedc-482b-8ac1-05f4d56ff65e .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-33efce5b-3610-4ea2-824a-d21639c2859c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-33efce5b-3610-4ea2-824a-d21639c2859c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33efce5b-3610-4ea2-824a-d21639c2859c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33efce5b-3610-4ea2-824a-d21639c2859c {
  
}
}@media (max-width: 767px){#s-33efce5b-3610-4ea2-824a-d21639c2859c {
  
}
}
#s-33efce5b-3610-4ea2-824a-d21639c2859c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-33efce5b-3610-4ea2-824a-d21639c2859c .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-33efce5b-3610-4ea2-824a-d21639c2859c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-f7bac49c-400a-41b0-bfde-68b8be5ef023 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-f7bac49c-400a-41b0-bfde-68b8be5ef023 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7bac49c-400a-41b0-bfde-68b8be5ef023 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7bac49c-400a-41b0-bfde-68b8be5ef023 {
  
}
}@media (max-width: 767px){#s-f7bac49c-400a-41b0-bfde-68b8be5ef023 {
  
}
}
@media (min-width: 0px) {
[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f7bac49c-400a-41b0-bfde-68b8be5ef023"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df848cae-25ad-4f20-bca5-73bd7f2a869e:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df848cae-25ad-4f20-bca5-73bd7f2a869e:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  
}
}@media (max-width: 767px){#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  
}
}


#s-df848cae-25ad-4f20-bca5-73bd7f2a869e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df848cae-25ad-4f20-bca5-73bd7f2a869e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df848cae-25ad-4f20-bca5-73bd7f2a869e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-df848cae-25ad-4f20-bca5-73bd7f2a869e.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-73afa53f-c425-416d-bd81-37b1ef387b6c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-73afa53f-c425-416d-bd81-37b1ef387b6c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73afa53f-c425-416d-bd81-37b1ef387b6c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73afa53f-c425-416d-bd81-37b1ef387b6c {
  
}
}@media (max-width: 767px){#s-73afa53f-c425-416d-bd81-37b1ef387b6c {
  
}
}
#s-a15805fc-d726-4002-a670-b86e891ff4b8 {
  text-align: left;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-a15805fc-d726-4002-a670-b86e891ff4b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a15805fc-d726-4002-a670-b86e891ff4b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a15805fc-d726-4002-a670-b86e891ff4b8 {
  
}
}@media (max-width: 767px){#s-a15805fc-d726-4002-a670-b86e891ff4b8 {
  
}
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a15805fc-d726-4002-a670-b86e891ff4b8 img.shogun-image {
  width: 100%;
}



}
#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a {
  
}
}@media (max-width: 767px){#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a {
  
}
}
#s-b53eb9bc-8314-47b4-bfe3-5be5688a939a .shg-product-title-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 {
  
}
}@media (max-width: 767px){#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 {
  
}
}
#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
}

#s-11c42e73-d7c8-4f43-be95-7957e0eee4d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 20px;
}

#s-ac6b2621-68ef-4aea-8847-fa217733f649 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-ac6b2621-68ef-4aea-8847-fa217733f649 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6b2621-68ef-4aea-8847-fa217733f649 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6b2621-68ef-4aea-8847-fa217733f649 {
  
}
}@media (max-width: 767px){#s-ac6b2621-68ef-4aea-8847-fa217733f649 {
  
}
}
@media (min-width: 0px) {
[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-ac6b2621-68ef-4aea-8847-fa217733f649"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 15px;
min-width: 100%;
min-height: 15px;
max-width: 195px;
opacity: 1;
text-align: center;
background-color: rgba(237, 230, 221, 1);
font-size: 11px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524:hover {opacity: 1 !important;
background-color: rgba(242, 202, 209, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524:active {background-color: rgba(222, 155, 181, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  
}
}@media (max-width: 767px){#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  
}
}


#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-cceb9a28-ce73-4db0-9ab2-47982c1e4524.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-99b314d9-03bc-4c23-ab6b-245c2d7aa131 {
  min-height: 50px;
}
@media (max-width: 767px){#s-99b314d9-03bc-4c23-ab6b-245c2d7aa131 {
  display: none;
}
#s-99b314d9-03bc-4c23-ab6b-245c2d7aa131, #wrap-s-99b314d9-03bc-4c23-ab6b-245c2d7aa131 { display: none !important; }}







#s-99b314d9-03bc-4c23-ab6b-245c2d7aa131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b314d9-03bc-4c23-ab6b-245c2d7aa131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
background-color: rgba(237, 230, 221, 1);
}
@media (min-width: 1200px){#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d {
  
}
}@media (max-width: 767px){#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d {
  display: none;
}
#s-5a3700c8-d80a-47f2-a61e-b0257206bd5d, #wrap-s-5a3700c8-d80a-47f2-a61e-b0257206bd5d { display: none !important; }}
@media (min-width: 0px) {
[id="s-5a3700c8-d80a-47f2-a61e-b0257206bd5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a3700c8-d80a-47f2-a61e-b0257206bd5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5a3700c8-d80a-47f2-a61e-b0257206bd5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a3700c8-d80a-47f2-a61e-b0257206bd5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-211cb73e-a534-4ad8-8c81-cf6485e48213 {
  min-height: 200px;
}
@media (min-width: 1200px){#s-211cb73e-a534-4ad8-8c81-cf6485e48213 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-211cb73e-a534-4ad8-8c81-cf6485e48213 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-211cb73e-a534-4ad8-8c81-cf6485e48213 {
  
}
}@media (max-width: 767px){#s-211cb73e-a534-4ad8-8c81-cf6485e48213 {
  
}
}







#s-211cb73e-a534-4ad8-8c81-cf6485e48213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-211cb73e-a534-4ad8-8c81-cf6485e48213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70acd9e9-4acc-458f-a448-fe8667029d99 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 100%;
max-height: 50%;
text-align: center;
}
@media (min-width: 1200px){#s-70acd9e9-4acc-458f-a448-fe8667029d99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70acd9e9-4acc-458f-a448-fe8667029d99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70acd9e9-4acc-458f-a448-fe8667029d99 {
  
}
}@media (max-width: 767px){#s-70acd9e9-4acc-458f-a448-fe8667029d99 {
  
}
}
#s-70acd9e9-4acc-458f-a448-fe8667029d99 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(222, 155, 181, 1);
border-style: solid;
}
@media (max-width: 767px){#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 {
  display: none;
}
#s-f4f062e7-2936-4b72-8b2d-ecb26745d638, #wrap-s-f4f062e7-2936-4b72-8b2d-ecb26745d638 { display: none !important; }}
#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(4, 4, 4, 1);
  
  font-size: 11px;
  
  line-height: 1em;
  
  
  padding-top: 11px;
  padding-bottom: 11px;
  
  
}

#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(4, 4, 4, 1);
  
  
  
  
  justify-content: center;
}

#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(4, 4, 4, 1);
}

#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-error-msg-container, #s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-field-error-msg-container {
  display: none;
}

#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-f4f062e7-2936-4b72-8b2d-ecb26745d638 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4 {
  padding-left: 15%;
padding-right: 15%;
}
@media (max-width: 767px){#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4 {
  display: none;
}
#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4, #wrap-s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4 { display: none !important; }}
#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-d0012fd1-adc3-4bb6-bdaf-2a98742e8fc4 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


#s-21bdd62b-e37a-43e3-9d69-5aedb9418a06 {
  margin-left: 15%;
margin-right: 15%;
}

#s-21bdd62b-e37a-43e3-9d69-5aedb9418a06  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-21bdd62b-e37a-43e3-9d69-5aedb9418a06  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-21bdd62b-e37a-43e3-9d69-5aedb9418a06 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}



#s-21bdd62b-e37a-43e3-9d69-5aedb9418a06 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  background-color: rgba(242, 202, 209, 1);
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-88436997-8217-4f37-a615-fac20444c0ac {
  margin-top: 16px;
margin-bottom: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 13px;
color: rgba(4, 4, 4, 1);
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-88436997-8217-4f37-a615-fac20444c0ac:hover {border-radius: 13px !important;
background-color: rgba(242, 202, 209, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88436997-8217-4f37-a615-fac20444c0ac:active {border-radius: 13px !important;
background-color: rgba(222, 155, 181, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-88436997-8217-4f37-a615-fac20444c0ac[disabled],
#s-88436997-8217-4f37-a615-fac20444c0ac[disabled]:hover,
#s-88436997-8217-4f37-a615-fac20444c0ac[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-88436997-8217-4f37-a615-fac20444c0ac {
  display:  inline-block ;
  width:  auto ;
}


#s-2f745089-d01f-4599-96f6-8e15d6b6f57c {
  background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(242, 202, 209, 1);
background-position: center center;
}








#s-2f745089-d01f-4599-96f6-8e15d6b6f57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f745089-d01f-4599-96f6-8e15d6b6f57c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6 {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.0px);
}

[id="s-6f74f1c8-0bff-4693-968e-d6c86ef42fa6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.0px);
}

}

#s-d83eff6b-4baf-46ff-951e-b574903ecc10 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d83eff6b-4baf-46ff-951e-b574903ecc10 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9a4127c8-4c4b-4a63-8881-29eef354b825 {
  margin-bottom: 50px;
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(4, 4, 4, 1);
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(4, 4, 4, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-9a4127c8-4c4b-4a63-8881-29eef354b825 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-e15ca0ee-0915-4441-b242-f8b428f5aa63 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-90e1f0c8-1aa4-44a9-94c2-ee08e4e36654 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-466a0202-1755-4009-9e2a-32a8fdf17d06 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-d9bb7725-2c83-4aef-81d8-48fb044031f9 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-54103a3b-3c21-42f9-8f37-c75ac9c3503b {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-0a9f6c06-b1d5-4169-8ffe-eb2d8c75f97d {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-ef346903-b144-4912-8373-776e24fbdd2a {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-cbf26489-ad48-45fc-b46c-e49b10144ed2 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
}

#s-4e7c631c-6018-43af-84e7-9fbdc3246d45 {
  margin-top: 12px;
margin-left: 3%;
margin-bottom: 12px;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}

#s-03bb48be-aca9-41e8-8c1f-ad519d6e76e0 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-e538a3ff-0f1f-484e-b985-662e4a85b744 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-923bbd5e-5532-4e52-8663-321ecb262c8d {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-3680dd07-62ec-4581-b6db-94c7c63deb09 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744 {
  text-align: center;
}







  img.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
    
    
  }


.s-1734e366-c7e3-4ff9-9dee-bd594bc06744 .shogun-image-content {
  
    align-items: center;
  
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
    
    
  }


.s-1734e366-c7e3-4ff9-9dee-bd594bc06744 .shogun-image-content {
  
    align-items: center;
  
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
    
    
  }


.s-1734e366-c7e3-4ff9-9dee-bd594bc06744 .shogun-image-content {
  
    align-items: center;
  
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
    
    
  }


.s-1734e366-c7e3-4ff9-9dee-bd594bc06744 .shogun-image-content {
  
    align-items: center;
  
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
    
    
  }


.s-1734e366-c7e3-4ff9-9dee-bd594bc06744 .shogun-image-content {
  
    align-items: center;
  
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1734e366-c7e3-4ff9-9dee-bd594bc06744.shogun-image {
  box-sizing: border-box;
}



}
#s-4e5b6c74-d324-42e1-b641-81793e5b0ea1 {
  margin-left: 10%;
margin-right: 10%;
}

/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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-lazyload-bg-image{display:none}.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}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
