.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-69a52499-6a31-440b-9d8d-563db6f02b99 {
  min-height: 50px;
}








#s-69a52499-6a31-440b-9d8d-563db6f02b99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69a52499-6a31-440b-9d8d-563db6f02b99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3093c770-8449-4a78-9d9a-224a843c2ed4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 712px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3093c770-8449-4a78-9d9a-224a843c2ed4 {
  display: none;
}
#s-3093c770-8449-4a78-9d9a-224a843c2ed4, #wrap-s-3093c770-8449-4a78-9d9a-224a843c2ed4 { display:none !important; }}@media (max-width: 767px){#s-3093c770-8449-4a78-9d9a-224a843c2ed4 {
  display: none;
}
#s-3093c770-8449-4a78-9d9a-224a843c2ed4, #wrap-s-3093c770-8449-4a78-9d9a-224a843c2ed4 { display:none !important; }}
#s-3093c770-8449-4a78-9d9a-224a843c2ed4 {
  background-image: url(https://i.shgcdn.com/33da98dd-aa9b-4344-88cd-43d761beb083/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3093c770-8449-4a78-9d9a-224a843c2ed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3093c770-8449-4a78-9d9a-224a843c2ed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-122fc362-4ec9-4b9a-b303-958dc6b5438f {
  margin-top: 120px;
padding-top: 0px;
padding-left: 70px;
text-align: left;
}
@media (max-width: 767px){#s-122fc362-4ec9-4b9a-b303-958dc6b5438f {
  display: none;
}
#s-122fc362-4ec9-4b9a-b303-958dc6b5438f, #wrap-s-122fc362-4ec9-4b9a-b303-958dc6b5438f { display:none !important; }}
#s-122fc362-4ec9-4b9a-b303-958dc6b5438f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-122fc362-4ec9-4b9a-b303-958dc6b5438f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


}
#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 756px;
background-position: center center;
}
@media (min-width: 1200px){#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  min-height: 670px;
display: none;
}
#s-f739e1c5-da80-4eac-84ab-62fe7c055765, #wrap-s-f739e1c5-da80-4eac-84ab-62fe7c055765 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  min-height: 670px;
display: none;
}
#s-f739e1c5-da80-4eac-84ab-62fe7c055765, #wrap-s-f739e1c5-da80-4eac-84ab-62fe7c055765 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  min-height: 670px;
}
}@media (max-width: 767px){#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  min-height: 608px;
}
}
#s-f739e1c5-da80-4eac-84ab-62fe7c055765 {
  background-image: url(https://i.shgcdn.com/7554744c-1d97-49af-b7b3-583315795e10/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f739e1c5-da80-4eac-84ab-62fe7c055765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f739e1c5-da80-4eac-84ab-62fe7c055765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d264d9-404a-40fd-abac-b73411102883 {
  margin-top: 120px;
padding-top: 0px;
padding-left: 70px;
text-align: left;
}
@media (max-width: 767px){#s-e8d264d9-404a-40fd-abac-b73411102883 {
  display: none;
}
#s-e8d264d9-404a-40fd-abac-b73411102883, #wrap-s-e8d264d9-404a-40fd-abac-b73411102883 { display:none !important; }}
#s-e8d264d9-404a-40fd-abac-b73411102883 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e8d264d9-404a-40fd-abac-b73411102883 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: left;
}


}
#s-b14c630f-2522-40ba-b4c8-272a2f99181a {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b14c630f-2522-40ba-b4c8-272a2f99181a {
  margin-top: 67px;
margin-left: 20.6%;
margin-bottom: 75px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b14c630f-2522-40ba-b4c8-272a2f99181a {
  margin-top: 67px;
margin-left: 20.6%;
margin-bottom: 75px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b14c630f-2522-40ba-b4c8-272a2f99181a {
  margin-top: 67px;
margin-left: 5%;
margin-bottom: 67px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-b14c630f-2522-40ba-b4c8-272a2f99181a {
  margin-top: 0px;
margin-left: 29px;
margin-bottom: 0px;
margin-right: 29px;
}
}







#s-b14c630f-2522-40ba-b4c8-272a2f99181a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b14c630f-2522-40ba-b4c8-272a2f99181a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-213b9592-92e7-44c0-9915-d2a7ba5ecbca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-213b9592-92e7-44c0-9915-d2a7ba5ecbca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213b9592-92e7-44c0-9915-d2a7ba5ecbca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dec85261-1b5b-4f10-be48-165a00367510 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-dec85261-1b5b-4f10-be48-165a00367510 {
  padding-top: 46px;
padding-bottom: 10px;
}
}
#s-dec85261-1b5b-4f10-be48-165a00367510 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-dec85261-1b5b-4f10-be48-165a00367510 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}
#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af {
  padding-bottom: 15px;
}
}
#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-998f2c56-025b-4b7e-bc3d-b1bdc5fc52af .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-4c18cb93-1aa6-4bca-972f-80164bee5ffd {
  margin-bottom: 210px;
}
@media (min-width: 1200px){#s-4c18cb93-1aa6-4bca-972f-80164bee5ffd {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c18cb93-1aa6-4bca-972f-80164bee5ffd {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c18cb93-1aa6-4bca-972f-80164bee5ffd {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4c18cb93-1aa6-4bca-972f-80164bee5ffd {
  margin-bottom: 58px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-c65d3113-5aa7-482e-86de-dde29718a452 {
  margin-top: 28px;
margin-bottom: 28px;
padding-top: 6px;
padding-left: 90px;
padding-bottom: 6px;
padding-right: 90px;
border-radius: 0px;
background-color: rgba(33, 112, 188, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1.4px;
line-height: 2em;
}
#s-c65d3113-5aa7-482e-86de-dde29718a452:hover {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c65d3113-5aa7-482e-86de-dde29718a452:active {border-style: solid !important;
border-color: #2C2A34 !important;
background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c65d3113-5aa7-482e-86de-dde29718a452 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c65d3113-5aa7-482e-86de-dde29718a452 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c65d3113-5aa7-482e-86de-dde29718a452 {
  line-height: 1.5em;
}
}@media (max-width: 767px){#s-c65d3113-5aa7-482e-86de-dde29718a452 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 35px;
padding-right: 35px;
line-height: 1.5em;
}
}

  #s-c65d3113-5aa7-482e-86de-dde29718a452-root {
    text-align: center;
  }


#s-c65d3113-5aa7-482e-86de-dde29718a452.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c65d3113-5aa7-482e-86de-dde29718a452-root {
    text-align: center;
  }


#s-c65d3113-5aa7-482e-86de-dde29718a452.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c65d3113-5aa7-482e-86de-dde29718a452-root {
    text-align: center;
  }


#s-c65d3113-5aa7-482e-86de-dde29718a452.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c65d3113-5aa7-482e-86de-dde29718a452-root {
    text-align: center;
  }


#s-c65d3113-5aa7-482e-86de-dde29718a452.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c65d3113-5aa7-482e-86de-dde29718a452-root {
    text-align: center;
  }


#s-c65d3113-5aa7-482e-86de-dde29718a452.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 {
  margin-top: 150px;
margin-left: 20.6%;
margin-bottom: 150px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 {
  margin-top: 150px;
margin-left: 20.6%;
margin-bottom: 150px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 {
  margin-top: 0px;
margin-left: 28px;
margin-bottom: 50px;
margin-right: 28px;
}
}







#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa9b43d9-bf49-4145-b0ad-991c30b6ca55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-600884b1-fdbe-402d-acc4-17a256d5b909 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-600884b1-fdbe-402d-acc4-17a256d5b909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-600884b1-fdbe-402d-acc4-17a256d5b909.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a62f7bd8-1e7a-4661-b119-3e616530167a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a62f7bd8-1e7a-4661-b119-3e616530167a {
  margin-top: 70px;
margin-bottom: 25px;
}
}
#s-a62f7bd8-1e7a-4661-b119-3e616530167a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a62f7bd8-1e7a-4661-b119-3e616530167a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a62f7bd8-1e7a-4661-b119-3e616530167a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (max-width: 767px){#s-a62f7bd8-1e7a-4661-b119-3e616530167a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0.04px;
  text-align: center;
}


}
#s-5c4fda16-d362-46e5-8d0f-416ee674e30c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c4fda16-d362-46e5-8d0f-416ee674e30c {
  
}
}@media (max-width: 767px){#s-5c4fda16-d362-46e5-8d0f-416ee674e30c {
  
}
}







#s-5c4fda16-d362-46e5-8d0f-416ee674e30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c4fda16-d362-46e5-8d0f-416ee674e30c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 {
  margin-top: 70px;
margin-bottom: 25px;
}
}
#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 992px) and (max-width: 1199px){#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.035px;
  text-align: center;
}


}@media (max-width: 767px){#s-88ffff0c-877a-4b8e-90c2-df6a61fc9dd1 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0.04px;
  text-align: center;
}


}
#s-42912930-7415-4413-85a8-cf5b395882dc {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-42912930-7415-4413-85a8-cf5b395882dc {
  margin-top: 0px;
margin-left: 20.6%;
margin-bottom: 150px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42912930-7415-4413-85a8-cf5b395882dc {
  margin-left: 20.6%;
margin-bottom: 150px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42912930-7415-4413-85a8-cf5b395882dc {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-42912930-7415-4413-85a8-cf5b395882dc {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-left: 28px;
padding-right: 0px;
}
}







#s-42912930-7415-4413-85a8-cf5b395882dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42912930-7415-4413-85a8-cf5b395882dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed000158-870d-4dde-9f42-593b44fc5feb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-ed000158-870d-4dde-9f42-593b44fc5feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed000158-870d-4dde-9f42-593b44fc5feb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-90643c9e-dd41-4fdc-bc46-ce04bbcbf4ae {
  text-align: center;
}
@media (max-width: 767px){#s-90643c9e-dd41-4fdc-bc46-ce04bbcbf4ae {
  display: none;
}
#s-90643c9e-dd41-4fdc-bc46-ce04bbcbf4ae, #wrap-s-90643c9e-dd41-4fdc-bc46-ce04bbcbf4ae { display:none !important; }}
#s-628a1333-43eb-43fb-8c7d-47ee22b428e7 {
  text-align: center;
}
@media (min-width: 1200px){#s-628a1333-43eb-43fb-8c7d-47ee22b428e7 {
  display: none;
}
#s-628a1333-43eb-43fb-8c7d-47ee22b428e7, #wrap-s-628a1333-43eb-43fb-8c7d-47ee22b428e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-628a1333-43eb-43fb-8c7d-47ee22b428e7 {
  display: none;
}
#s-628a1333-43eb-43fb-8c7d-47ee22b428e7, #wrap-s-628a1333-43eb-43fb-8c7d-47ee22b428e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-628a1333-43eb-43fb-8c7d-47ee22b428e7 {
  display: none;
}
#s-628a1333-43eb-43fb-8c7d-47ee22b428e7, #wrap-s-628a1333-43eb-43fb-8c7d-47ee22b428e7 { display:none !important; }}
#s-8b0166c5-2b10-41d1-aacc-9d114b3f7ad1 {
  text-align: center;
}

#s-3aa81f64-0f0d-4335-abf2-017e70793708 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3aa81f64-0f0d-4335-abf2-017e70793708 {
  margin-top: 0px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aa81f64-0f0d-4335-abf2-017e70793708 {
  margin-top: 0px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3aa81f64-0f0d-4335-abf2-017e70793708 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3aa81f64-0f0d-4335-abf2-017e70793708 {
  margin-top: 0px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-3aa81f64-0f0d-4335-abf2-017e70793708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa81f64-0f0d-4335-abf2-017e70793708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f481fd4-6cc3-4d60-8b71-aa13dbc86c5d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-5f481fd4-6cc3-4d60-8b71-aa13dbc86c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f481fd4-6cc3-4d60-8b71-aa13dbc86c5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 {
  padding-bottom: 10px;
}
}
#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-a8eee6f9-64ae-49fd-b5ad-61fe9e358413 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 {
  padding-bottom: 15px;
}
}
#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-c402f0a8-91ab-47e4-adde-3a5229e488b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc {
  
}
}







#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e558f18-9692-4c45-b760-c8b4cf15a5cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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;
}

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 {
  text-align: center;
}
@media (min-width: 1200px){#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 {
  display: none;
}
#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2, #wrap-s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 {
  display: none;
}
#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2, #wrap-s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 {
  display: none;
}
#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2, #wrap-s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 { display:none !important; }}@media (max-width: 767px){#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 {
  min-height: 288px;
}
}






  #s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 img.shogun-image {
    

    
    
    
  }


#s-9c3ba35e-998c-4b75-bcd4-69526342bcf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc6750ac-04d3-49a0-93a8-c174bee67439 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fc6750ac-04d3-49a0-93a8-c174bee67439 {
  display: none;
}
#s-fc6750ac-04d3-49a0-93a8-c174bee67439, #wrap-s-fc6750ac-04d3-49a0-93a8-c174bee67439 { display:none !important; }}






  #s-fc6750ac-04d3-49a0-93a8-c174bee67439 img.shogun-image {
    

    
    
    
  }


#s-fc6750ac-04d3-49a0-93a8-c174bee67439 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a66c627-7bc7-4df0-9b20-526af1efe83a {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9a66c627-7bc7-4df0-9b20-526af1efe83a {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a66c627-7bc7-4df0-9b20-526af1efe83a {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a66c627-7bc7-4df0-9b20-526af1efe83a {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9a66c627-7bc7-4df0-9b20-526af1efe83a {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-9a66c627-7bc7-4df0-9b20-526af1efe83a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a66c627-7bc7-4df0-9b20-526af1efe83a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e9544c1-15c0-4073-b026-524f5e31f7b9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-6e9544c1-15c0-4073-b026-524f5e31f7b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e9544c1-15c0-4073-b026-524f5e31f7b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18c8a6e8-78e8-4b34-a464-849777b1a23e {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e {
  padding-bottom: 15px;
}
}
#s-18c8a6e8-78e8-4b34-a464-849777b1a23e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-18c8a6e8-78e8-4b34-a464-849777b1a23e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081 {
  
}
}







#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a2aa6f3-8360-46a7-b9eb-0a86d1ca8081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd {
  text-align: center;
}
@media (min-width: 1200px){#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd {
  min-height: 520px;
display: none;
}
#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd, #wrap-s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd {
  min-height: 520px;
display: none;
}
#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd, #wrap-s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd {
  min-height: 520px;
display: none;
}
#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd, #wrap-s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd { display:none !important; }}@media (max-width: 767px){#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd {
  min-height: 288px;
}
}






  #s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd img.shogun-image {
    

    
    
    
  }


#s-25a1eac5-5621-4dcd-b47f-5b27f3a70efd .shogun-image-content {
  
    align-items: center;
  
}

#s-aeacfd4f-252e-4a4c-99aa-378358998c2a {
  text-align: center;
}
@media (max-width: 767px){#s-aeacfd4f-252e-4a4c-99aa-378358998c2a {
  display: none;
}
#s-aeacfd4f-252e-4a4c-99aa-378358998c2a, #wrap-s-aeacfd4f-252e-4a4c-99aa-378358998c2a { display:none !important; }}






  #s-aeacfd4f-252e-4a4c-99aa-378358998c2a img.shogun-image {
    

    
    
    
  }


#s-aeacfd4f-252e-4a4c-99aa-378358998c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53eab847-d548-4db1-b6ed-8f5f0ce98d00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd82431d-f941-46c6-beb4-f7ee558be9f9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-fd82431d-f941-46c6-beb4-f7ee558be9f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd82431d-f941-46c6-beb4-f7ee558be9f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3daf4861-0b3a-415f-a439-e3503ea834c5 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 {
  padding-bottom: 15px;
}
}
#s-3daf4861-0b3a-415f-a439-e3503ea834c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-3daf4861-0b3a-415f-a439-e3503ea834c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-830247da-5b2a-4b04-8642-7f30c1327c1b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-830247da-5b2a-4b04-8642-7f30c1327c1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-830247da-5b2a-4b04-8642-7f30c1327c1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-830247da-5b2a-4b04-8642-7f30c1327c1b {
  
}
}







#s-830247da-5b2a-4b04-8642-7f30c1327c1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-830247da-5b2a-4b04-8642-7f30c1327c1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e64b996-5848-4f60-95e5-70463d46d2b6 {
  text-align: center;
}
@media (min-width: 1200px){#s-5e64b996-5848-4f60-95e5-70463d46d2b6 {
  min-height: 520px;
display: none;
}
#s-5e64b996-5848-4f60-95e5-70463d46d2b6, #wrap-s-5e64b996-5848-4f60-95e5-70463d46d2b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e64b996-5848-4f60-95e5-70463d46d2b6 {
  min-height: 520px;
display: none;
}
#s-5e64b996-5848-4f60-95e5-70463d46d2b6, #wrap-s-5e64b996-5848-4f60-95e5-70463d46d2b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e64b996-5848-4f60-95e5-70463d46d2b6 {
  min-height: 520px;
display: none;
}
#s-5e64b996-5848-4f60-95e5-70463d46d2b6, #wrap-s-5e64b996-5848-4f60-95e5-70463d46d2b6 { display:none !important; }}@media (max-width: 767px){#s-5e64b996-5848-4f60-95e5-70463d46d2b6 {
  min-height: 288px;
}
}






  #s-5e64b996-5848-4f60-95e5-70463d46d2b6 img.shogun-image {
    

    
    
    
  }


#s-5e64b996-5848-4f60-95e5-70463d46d2b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-04a7990d-34e2-479b-a4b4-9c3de686f575 {
  text-align: center;
}
@media (max-width: 767px){#s-04a7990d-34e2-479b-a4b4-9c3de686f575 {
  display: none;
}
#s-04a7990d-34e2-479b-a4b4-9c3de686f575, #wrap-s-04a7990d-34e2-479b-a4b4-9c3de686f575 { display:none !important; }}






  #s-04a7990d-34e2-479b-a4b4-9c3de686f575 img.shogun-image {
    

    
    
    
  }


#s-04a7990d-34e2-479b-a4b4-9c3de686f575 .shogun-image-content {
  
    align-items: center;
  
}

#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4a8c28-d12f-4797-86c0-ede5af84f7b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7b92837-ac6c-4b1d-bb5e-6be784447e95 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-e7b92837-ac6c-4b1d-bb5e-6be784447e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7b92837-ac6c-4b1d-bb5e-6be784447e95.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f {
  padding-bottom: 15px;
}
}
#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-7a29c4d4-fa8b-41e7-88e2-8a2669f7a73f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-714c97ca-0d98-41ed-8148-23a5507464e3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-714c97ca-0d98-41ed-8148-23a5507464e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-714c97ca-0d98-41ed-8148-23a5507464e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-714c97ca-0d98-41ed-8148-23a5507464e3 {
  
}
}







#s-714c97ca-0d98-41ed-8148-23a5507464e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714c97ca-0d98-41ed-8148-23a5507464e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a {
  text-align: center;
}
@media (min-width: 1200px){#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a {
  min-height: 520px;
display: none;
}
#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a, #wrap-s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a {
  min-height: 520px;
display: none;
}
#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a, #wrap-s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a {
  min-height: 520px;
display: none;
}
#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a, #wrap-s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a { display:none !important; }}@media (max-width: 767px){#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a {
  min-height: 288px;
}
}






  #s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a img.shogun-image {
    

    
    
    
  }


#s-6a0d7973-6f8e-4c4e-aa66-ccc78faa634a .shogun-image-content {
  
    align-items: center;
  
}

#s-e7474716-9f15-46b3-bdd0-93fa601267dd {
  text-align: center;
}
@media (max-width: 767px){#s-e7474716-9f15-46b3-bdd0-93fa601267dd {
  display: none;
}
#s-e7474716-9f15-46b3-bdd0-93fa601267dd, #wrap-s-e7474716-9f15-46b3-bdd0-93fa601267dd { display:none !important; }}






  #s-e7474716-9f15-46b3-bdd0-93fa601267dd img.shogun-image {
    

    
    
    
  }


#s-e7474716-9f15-46b3-bdd0-93fa601267dd .shogun-image-content {
  
    align-items: center;
  
}

#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c4c3497-704a-4251-9c42-b2c9ec0fef7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bf7d6c0-feac-4be9-bfe6-817b40ddc1f4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-2bf7d6c0-feac-4be9-bfe6-817b40ddc1f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bf7d6c0-feac-4be9-bfe6-817b40ddc1f4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a {
  padding-bottom: 15px;
}
}
#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-42b98a17-e250-4f10-a2c8-2e44ba9cc81a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-6a057532-022e-4779-8009-c5eb309a4bf4 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6a057532-022e-4779-8009-c5eb309a4bf4 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a057532-022e-4779-8009-c5eb309a4bf4 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a057532-022e-4779-8009-c5eb309a4bf4 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-6a057532-022e-4779-8009-c5eb309a4bf4 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-6a057532-022e-4779-8009-c5eb309a4bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a057532-022e-4779-8009-c5eb309a4bf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a85ef882-7c1e-4a02-b1e9-2dabb736660a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-a85ef882-7c1e-4a02-b1e9-2dabb736660a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a85ef882-7c1e-4a02-b1e9-2dabb736660a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 {
  padding-bottom: 15px;
}
}
#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-d4348e93-c6e1-4e35-ac67-1ba75f290a85 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946 {
  
}
}







#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d9f2b7-1682-4e8b-a2dc-c9cddda0d946.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 {
  text-align: center;
}
@media (min-width: 1200px){#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 {
  display: none;
}
#s-895af2b2-7d25-4788-a273-fd9b9180e9f6, #wrap-s-895af2b2-7d25-4788-a273-fd9b9180e9f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 {
  display: none;
}
#s-895af2b2-7d25-4788-a273-fd9b9180e9f6, #wrap-s-895af2b2-7d25-4788-a273-fd9b9180e9f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 {
  display: none;
}
#s-895af2b2-7d25-4788-a273-fd9b9180e9f6, #wrap-s-895af2b2-7d25-4788-a273-fd9b9180e9f6 { display:none !important; }}@media (max-width: 767px){#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 {
  min-height: 288px;
}
}






  #s-895af2b2-7d25-4788-a273-fd9b9180e9f6 img.shogun-image {
    

    
    
    
  }


#s-895af2b2-7d25-4788-a273-fd9b9180e9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be {
  display: none;
}
#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be, #wrap-s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be {
  display: none;
}
#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be, #wrap-s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be {
  display: none;
}
#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be, #wrap-s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be { display:none !important; }}@media (max-width: 767px){#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be {
  min-height: 288px;
}
}






  #s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be img.shogun-image {
    

    
    
    
  }


#s-bca73a57-fdbd-44f4-a315-c0bfe1c7d9be .shogun-image-content {
  
    align-items: center;
  
}

#s-ac258458-1548-40f3-8f6e-9fb3b16233c8 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ac258458-1548-40f3-8f6e-9fb3b16233c8 {
  display: none;
}
#s-ac258458-1548-40f3-8f6e-9fb3b16233c8, #wrap-s-ac258458-1548-40f3-8f6e-9fb3b16233c8 { display:none !important; }}






  #s-ac258458-1548-40f3-8f6e-9fb3b16233c8 img.shogun-image {
    

    
    
    
  }


#s-ac258458-1548-40f3-8f6e-9fb3b16233c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-078c6d56-aeea-4eaa-95a5-c084e61282ac {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-078c6d56-aeea-4eaa-95a5-c084e61282ac {
  display: none;
}
#s-078c6d56-aeea-4eaa-95a5-c084e61282ac, #wrap-s-078c6d56-aeea-4eaa-95a5-c084e61282ac { display:none !important; }}






  #s-078c6d56-aeea-4eaa-95a5-c084e61282ac img.shogun-image {
    

    
    
    
  }


#s-078c6d56-aeea-4eaa-95a5-c084e61282ac .shogun-image-content {
  
    align-items: center;
  
}

#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-69b46eda-671d-4c78-9ef6-d2a25b04b251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69b46eda-671d-4c78-9ef6-d2a25b04b251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-236d9cd9-a563-4e12-a1a3-e2ed3d07d1ad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-236d9cd9-a563-4e12-a1a3-e2ed3d07d1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236d9cd9-a563-4e12-a1a3-e2ed3d07d1ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-93186614-8ee8-44cc-b17a-5827e23faf6e {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e {
  padding-bottom: 15px;
}
}
#s-93186614-8ee8-44cc-b17a-5827e23faf6e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-93186614-8ee8-44cc-b17a-5827e23faf6e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-57a9dc3d-b694-457a-a8f6-4eec8229113f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-57a9dc3d-b694-457a-a8f6-4eec8229113f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57a9dc3d-b694-457a-a8f6-4eec8229113f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57a9dc3d-b694-457a-a8f6-4eec8229113f {
  
}
}







#s-57a9dc3d-b694-457a-a8f6-4eec8229113f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57a9dc3d-b694-457a-a8f6-4eec8229113f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d {
  text-align: center;
}
@media (min-width: 1200px){#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d {
  min-height: 520px;
display: none;
}
#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d, #wrap-s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d {
  min-height: 520px;
display: none;
}
#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d, #wrap-s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d {
  min-height: 520px;
display: none;
}
#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d, #wrap-s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d { display:none !important; }}@media (max-width: 767px){#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d {
  min-height: 288px;
}
}






  #s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d img.shogun-image {
    

    
    
    
  }


#s-a1b381b6-bb21-4d11-803b-f9ceb4fb863d .shogun-image-content {
  
    align-items: center;
  
}

#s-5649913d-2bb5-4675-9a51-ee2a990f76de {
  text-align: center;
}
@media (max-width: 767px){#s-5649913d-2bb5-4675-9a51-ee2a990f76de {
  display: none;
}
#s-5649913d-2bb5-4675-9a51-ee2a990f76de, #wrap-s-5649913d-2bb5-4675-9a51-ee2a990f76de { display:none !important; }}






  #s-5649913d-2bb5-4675-9a51-ee2a990f76de img.shogun-image {
    

    
    
    
  }


#s-5649913d-2bb5-4675-9a51-ee2a990f76de .shogun-image-content {
  
    align-items: center;
  
}

#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-647cf43b-b624-4b6d-a0d3-602e3de7d785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-647cf43b-b624-4b6d-a0d3-602e3de7d785.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77862692-97d0-45d0-ab0e-e8d017afba73 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-77862692-97d0-45d0-ab0e-e8d017afba73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77862692-97d0-45d0-ab0e-e8d017afba73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-feed9eff-6177-4866-a126-515576ccef50 {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-feed9eff-6177-4866-a126-515576ccef50 {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-feed9eff-6177-4866-a126-515576ccef50 {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-feed9eff-6177-4866-a126-515576ccef50 {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-feed9eff-6177-4866-a126-515576ccef50 {
  padding-bottom: 15px;
}
}
#s-feed9eff-6177-4866-a126-515576ccef50 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-feed9eff-6177-4866-a126-515576ccef50 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-feed9eff-6177-4866-a126-515576ccef50 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-feed9eff-6177-4866-a126-515576ccef50 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-feed9eff-6177-4866-a126-515576ccef50 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-879d74a1-a716-43ef-b3fd-16693bda538c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-879d74a1-a716-43ef-b3fd-16693bda538c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-879d74a1-a716-43ef-b3fd-16693bda538c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-879d74a1-a716-43ef-b3fd-16693bda538c {
  
}
}







#s-879d74a1-a716-43ef-b3fd-16693bda538c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879d74a1-a716-43ef-b3fd-16693bda538c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-993c528f-d132-4320-abd7-b907f8875ab8 {
  text-align: center;
}
@media (min-width: 1200px){#s-993c528f-d132-4320-abd7-b907f8875ab8 {
  min-height: 520px;
display: none;
}
#s-993c528f-d132-4320-abd7-b907f8875ab8, #wrap-s-993c528f-d132-4320-abd7-b907f8875ab8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-993c528f-d132-4320-abd7-b907f8875ab8 {
  min-height: 520px;
display: none;
}
#s-993c528f-d132-4320-abd7-b907f8875ab8, #wrap-s-993c528f-d132-4320-abd7-b907f8875ab8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-993c528f-d132-4320-abd7-b907f8875ab8 {
  min-height: 520px;
display: none;
}
#s-993c528f-d132-4320-abd7-b907f8875ab8, #wrap-s-993c528f-d132-4320-abd7-b907f8875ab8 { display:none !important; }}@media (max-width: 767px){#s-993c528f-d132-4320-abd7-b907f8875ab8 {
  min-height: 288px;
}
}






  #s-993c528f-d132-4320-abd7-b907f8875ab8 img.shogun-image {
    

    
    
    
  }


#s-993c528f-d132-4320-abd7-b907f8875ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aa6002e-39f9-4fb8-9849-4b9627414213 {
  text-align: center;
}
@media (max-width: 767px){#s-5aa6002e-39f9-4fb8-9849-4b9627414213 {
  display: none;
}
#s-5aa6002e-39f9-4fb8-9849-4b9627414213, #wrap-s-5aa6002e-39f9-4fb8-9849-4b9627414213 { display:none !important; }}






  #s-5aa6002e-39f9-4fb8-9849-4b9627414213 img.shogun-image {
    

    
    
    
  }


#s-5aa6002e-39f9-4fb8-9849-4b9627414213 .shogun-image-content {
  
    align-items: center;
  
}

#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-51f5ad59-030c-48b6-9bdd-a075d325fe62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f5ad59-030c-48b6-9bdd-a075d325fe62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e48eb185-36ce-4a0d-b615-d2bd033891a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-e48eb185-36ce-4a0d-b615-d2bd033891a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48eb185-36ce-4a0d-b615-d2bd033891a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1aa36533-c85a-47be-8407-7ba979bdbf6a {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a {
  padding-bottom: 15px;
}
}
#s-1aa36533-c85a-47be-8407-7ba979bdbf6a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-1aa36533-c85a-47be-8407-7ba979bdbf6a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-0fca30fd-3b68-420a-ab42-d0ab42805590 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0fca30fd-3b68-420a-ab42-d0ab42805590 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fca30fd-3b68-420a-ab42-d0ab42805590 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fca30fd-3b68-420a-ab42-d0ab42805590 {
  
}
}







#s-0fca30fd-3b68-420a-ab42-d0ab42805590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fca30fd-3b68-420a-ab42-d0ab42805590.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82b353e6-f971-49e7-abd3-070c8007f2e0 {
  text-align: center;
}
@media (min-width: 1200px){#s-82b353e6-f971-49e7-abd3-070c8007f2e0 {
  display: none;
}
#s-82b353e6-f971-49e7-abd3-070c8007f2e0, #wrap-s-82b353e6-f971-49e7-abd3-070c8007f2e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82b353e6-f971-49e7-abd3-070c8007f2e0 {
  display: none;
}
#s-82b353e6-f971-49e7-abd3-070c8007f2e0, #wrap-s-82b353e6-f971-49e7-abd3-070c8007f2e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82b353e6-f971-49e7-abd3-070c8007f2e0 {
  display: none;
}
#s-82b353e6-f971-49e7-abd3-070c8007f2e0, #wrap-s-82b353e6-f971-49e7-abd3-070c8007f2e0 { display:none !important; }}@media (max-width: 767px){#s-82b353e6-f971-49e7-abd3-070c8007f2e0 {
  min-height: 288px;
}
}






  #s-82b353e6-f971-49e7-abd3-070c8007f2e0 img.shogun-image {
    

    
    
    
  }


#s-82b353e6-f971-49e7-abd3-070c8007f2e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 {
  display: none;
}
#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30, #wrap-s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 {
  display: none;
}
#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30, #wrap-s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 {
  display: none;
}
#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30, #wrap-s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 { display:none !important; }}@media (max-width: 767px){#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 {
  min-height: 288px;
}
}






  #s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 img.shogun-image {
    

    
    
    
  }


#s-f2e6b7d3-399e-4a3e-95cb-b2283bc7cf30 .shogun-image-content {
  
    align-items: center;
  
}

#s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a {
  display: none;
}
#s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a, #wrap-s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a { display:none !important; }}






  #s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a img.shogun-image {
    

    
    
    
  }


#s-50aa3f53-a8e8-4088-b5e9-6d2b8638412a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb625916-75f1-4853-ab27-d5252da86560 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fb625916-75f1-4853-ab27-d5252da86560 {
  display: none;
}
#s-fb625916-75f1-4853-ab27-d5252da86560, #wrap-s-fb625916-75f1-4853-ab27-d5252da86560 { display:none !important; }}






  #s-fb625916-75f1-4853-ab27-d5252da86560 img.shogun-image {
    

    
    
    
  }


#s-fb625916-75f1-4853-ab27-d5252da86560 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 {
  margin-top: 147px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 {
  margin-top: 86px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 {
  margin-top: 86px;
margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}







#s-3fe4a900-fff8-4fd9-8412-3717e5f60458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe4a900-fff8-4fd9-8412-3717e5f60458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7892f9d8-a9b5-4cf6-8faa-0c2f015fd3e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-7892f9d8-a9b5-4cf6-8faa-0c2f015fd3e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7892f9d8-a9b5-4cf6-8faa-0c2f015fd3e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d48d3cf3-2554-46f7-95e7-6066f681317b {
  padding-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b {
  padding-bottom: 25px;
}
}@media (max-width: 767px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b {
  padding-bottom: 15px;
}
}
#s-d48d3cf3-2554-46f7-95e7-6066f681317b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.45em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-d48d3cf3-2554-46f7-95e7-6066f681317b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.7em;
  letter-spacing: 0.04px;
  
}


}
#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 {
  margin-top: 132px;
margin-left: 28px;
margin-bottom: 0px;
margin-right: 28px;
}
}







#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef37b553-c83f-47cc-bea0-cb61aa4072b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb671124-abc6-42a7-930e-340893b5d2ad {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb671124-abc6-42a7-930e-340893b5d2ad {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb671124-abc6-42a7-930e-340893b5d2ad {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb671124-abc6-42a7-930e-340893b5d2ad {
  
}
}







#s-bb671124-abc6-42a7-930e-340893b5d2ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb671124-abc6-42a7-930e-340893b5d2ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-def74125-4eb1-4184-ba23-6710cf5ba725 {
  padding-bottom: 18px;
text-align: center;
}

#s-def74125-4eb1-4184-ba23-6710cf5ba725 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-def74125-4eb1-4184-ba23-6710cf5ba725 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-def74125-4eb1-4184-ba23-6710cf5ba725 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-def74125-4eb1-4184-ba23-6710cf5ba725 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-def74125-4eb1-4184-ba23-6710cf5ba725 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
@media (max-width: 767px){#s-3a33b70d-9ca8-4a18-affa-b7872fcf93a8 {
  display: none;
}
#s-3a33b70d-9ca8-4a18-affa-b7872fcf93a8, #wrap-s-3a33b70d-9ca8-4a18-affa-b7872fcf93a8 { display:none !important; }}
@media (min-width: 1200px){#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d {
  display: none;
}
#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d, #wrap-s-cb52ea4b-9d60-4795-b82d-f89495e1f20d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d {
  display: none;
}
#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d, #wrap-s-cb52ea4b-9d60-4795-b82d-f89495e1f20d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d {
  display: none;
}
#s-cb52ea4b-9d60-4795-b82d-f89495e1f20d, #wrap-s-cb52ea4b-9d60-4795-b82d-f89495e1f20d { display:none !important; }}
#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 {
  margin-top: 122px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cd7ebb-01ee-41d9-9853-2b8bd42b3d63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c09bb61-6c1a-4bbb-9ae1-2149c2c880d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-2c09bb61-6c1a-4bbb-9ae1-2149c2c880d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c09bb61-6c1a-4bbb-9ae1-2149c2c880d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78501229-685e-4c6f-9968-4a81c68f8aca {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-78501229-685e-4c6f-9968-4a81c68f8aca {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-78501229-685e-4c6f-9968-4a81c68f8aca {
  padding-bottom: 10px;
}
}
#s-78501229-685e-4c6f-9968-4a81c68f8aca .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-78501229-685e-4c6f-9968-4a81c68f8aca .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-78501229-685e-4c6f-9968-4a81c68f8aca .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-78501229-685e-4c6f-9968-4a81c68f8aca .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-78501229-685e-4c6f-9968-4a81c68f8aca .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441 {
  
}
}







#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a045c8ff-b8ee-4f97-95d4-ff3389f18441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-defc6536-f524-4b5b-9411-86a458ab2f35 {
  text-align: center;
}
@media (min-width: 1200px){#s-defc6536-f524-4b5b-9411-86a458ab2f35 {
  display: none;
}
#s-defc6536-f524-4b5b-9411-86a458ab2f35, #wrap-s-defc6536-f524-4b5b-9411-86a458ab2f35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-defc6536-f524-4b5b-9411-86a458ab2f35 {
  display: none;
}
#s-defc6536-f524-4b5b-9411-86a458ab2f35, #wrap-s-defc6536-f524-4b5b-9411-86a458ab2f35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-defc6536-f524-4b5b-9411-86a458ab2f35 {
  display: none;
}
#s-defc6536-f524-4b5b-9411-86a458ab2f35, #wrap-s-defc6536-f524-4b5b-9411-86a458ab2f35 { display:none !important; }}@media (max-width: 767px){#s-defc6536-f524-4b5b-9411-86a458ab2f35 {
  min-height: 288px;
}
}






  #s-defc6536-f524-4b5b-9411-86a458ab2f35 img.shogun-image {
    

    
    
    
  }


#s-defc6536-f524-4b5b-9411-86a458ab2f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 {
  display: none;
}
#s-746ff908-c3d8-4b2a-a063-410a67f9dc67, #wrap-s-746ff908-c3d8-4b2a-a063-410a67f9dc67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 {
  display: none;
}
#s-746ff908-c3d8-4b2a-a063-410a67f9dc67, #wrap-s-746ff908-c3d8-4b2a-a063-410a67f9dc67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 {
  display: none;
}
#s-746ff908-c3d8-4b2a-a063-410a67f9dc67, #wrap-s-746ff908-c3d8-4b2a-a063-410a67f9dc67 { display:none !important; }}@media (max-width: 767px){#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 {
  min-height: 288px;
}
}






  #s-746ff908-c3d8-4b2a-a063-410a67f9dc67 img.shogun-image {
    

    
    
    
  }


#s-746ff908-c3d8-4b2a-a063-410a67f9dc67 .shogun-image-content {
  
    align-items: center;
  
}

#s-31104a40-3021-4e20-9699-cdd9065feeec {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-31104a40-3021-4e20-9699-cdd9065feeec {
  display: none;
}
#s-31104a40-3021-4e20-9699-cdd9065feeec, #wrap-s-31104a40-3021-4e20-9699-cdd9065feeec { display:none !important; }}






  #s-31104a40-3021-4e20-9699-cdd9065feeec img.shogun-image {
    

    
    
    
  }


#s-31104a40-3021-4e20-9699-cdd9065feeec .shogun-image-content {
  
    align-items: center;
  
}

#s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10 {
  display: none;
}
#s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10, #wrap-s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10 { display:none !important; }}






  #s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10 img.shogun-image {
    

    
    
    
  }


#s-0dde28c1-d12c-4a7b-9dde-d5d9337eae10 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a46e5b9-514e-4331-b119-273ad5e8aa26 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a46e5b9-514e-4331-b119-273ad5e8aa26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a46e5b9-514e-4331-b119-273ad5e8aa26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a46e5b9-514e-4331-b119-273ad5e8aa26 {
  
}
}







#s-5a46e5b9-514e-4331-b119-273ad5e8aa26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a46e5b9-514e-4331-b119-273ad5e8aa26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 {
  text-align: center;
}
@media (min-width: 1200px){#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 {
  display: none;
}
#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65, #wrap-s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 {
  display: none;
}
#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65, #wrap-s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 {
  display: none;
}
#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65, #wrap-s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 { display:none !important; }}@media (max-width: 767px){#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 {
  min-height: 288px;
}
}






  #s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 img.shogun-image {
    

    
    
    
  }


#s-baae0a2d-f98b-4ee3-b146-f3b4d7f32c65 .shogun-image-content {
  
    align-items: center;
  
}

#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 {
  display: none;
}
#s-633a931d-b8ce-45d5-a083-e8528b3b7d62, #wrap-s-633a931d-b8ce-45d5-a083-e8528b3b7d62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 {
  display: none;
}
#s-633a931d-b8ce-45d5-a083-e8528b3b7d62, #wrap-s-633a931d-b8ce-45d5-a083-e8528b3b7d62 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 {
  display: none;
}
#s-633a931d-b8ce-45d5-a083-e8528b3b7d62, #wrap-s-633a931d-b8ce-45d5-a083-e8528b3b7d62 { display:none !important; }}@media (max-width: 767px){#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 {
  min-height: 288px;
}
}






  #s-633a931d-b8ce-45d5-a083-e8528b3b7d62 img.shogun-image {
    

    
    
    
  }


#s-633a931d-b8ce-45d5-a083-e8528b3b7d62 .shogun-image-content {
  
    align-items: center;
  
}

#s-7165f48d-10e0-4109-bf37-c021f0726cf8 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7165f48d-10e0-4109-bf37-c021f0726cf8 {
  display: none;
}
#s-7165f48d-10e0-4109-bf37-c021f0726cf8, #wrap-s-7165f48d-10e0-4109-bf37-c021f0726cf8 { display:none !important; }}






  #s-7165f48d-10e0-4109-bf37-c021f0726cf8 img.shogun-image {
    

    
    
    
  }


#s-7165f48d-10e0-4109-bf37-c021f0726cf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-99fda93d-e1c8-4652-8205-fea1d9f64ace {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-99fda93d-e1c8-4652-8205-fea1d9f64ace {
  display: none;
}
#s-99fda93d-e1c8-4652-8205-fea1d9f64ace, #wrap-s-99fda93d-e1c8-4652-8205-fea1d9f64ace { display:none !important; }}






  #s-99fda93d-e1c8-4652-8205-fea1d9f64ace img.shogun-image {
    

    
    
    
  }


#s-99fda93d-e1c8-4652-8205-fea1d9f64ace .shogun-image-content {
  
    align-items: center;
  
}

#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 {
  margin-top: 122px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90019c9-b0ef-4f1b-ab35-a4d20a1830f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffdd99ae-032c-45cc-9f4e-fd2da36ff1a6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-ffdd99ae-032c-45cc-9f4e-fd2da36ff1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffdd99ae-032c-45cc-9f4e-fd2da36ff1a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb {
  padding-bottom: 10px;
}
}
#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-3d752ec4-515f-4b02-9f5b-c544e24d71bb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-9f7aba82-001c-4f0e-87e4-c615401098d7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9f7aba82-001c-4f0e-87e4-c615401098d7 {
  
}
}







#s-9f7aba82-001c-4f0e-87e4-c615401098d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f7aba82-001c-4f0e-87e4-c615401098d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 {
  text-align: center;
}
@media (min-width: 1200px){#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 {
  min-height: 520px;
display: none;
}
#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00, #wrap-s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 {
  min-height: 520px;
display: none;
}
#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00, #wrap-s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 {
  min-height: 520px;
display: none;
}
#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00, #wrap-s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 { display:none !important; }}@media (max-width: 767px){#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 {
  min-height: 288px;
}
}






  #s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 img.shogun-image {
    

    
    
    
  }


#s-f5215087-8bf0-49ea-8f29-aa6a5d943d00 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3e52e14-9150-4366-abf5-e5700abf7001 {
  text-align: center;
}
@media (max-width: 767px){#s-e3e52e14-9150-4366-abf5-e5700abf7001 {
  display: none;
}
#s-e3e52e14-9150-4366-abf5-e5700abf7001, #wrap-s-e3e52e14-9150-4366-abf5-e5700abf7001 { display:none !important; }}






  #s-e3e52e14-9150-4366-abf5-e5700abf7001 img.shogun-image {
    

    
    
    
  }


#s-e3e52e14-9150-4366-abf5-e5700abf7001 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c3aeafa-768f-4624-9485-b87f7daf589f {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c3aeafa-768f-4624-9485-b87f7daf589f {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c3aeafa-768f-4624-9485-b87f7daf589f {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c3aeafa-768f-4624-9485-b87f7daf589f {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3c3aeafa-768f-4624-9485-b87f7daf589f {
  margin-top: 122px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-3c3aeafa-768f-4624-9485-b87f7daf589f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c3aeafa-768f-4624-9485-b87f7daf589f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2f3e5b1-7ce6-413e-9e29-3089432df264 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-f2f3e5b1-7ce6-413e-9e29-3089432df264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f3e5b1-7ce6-413e-9e29-3089432df264.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-577973e0-16af-413a-a475-3fa22c5590b5 {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-577973e0-16af-413a-a475-3fa22c5590b5 {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-577973e0-16af-413a-a475-3fa22c5590b5 {
  padding-bottom: 10px;
}
}
#s-577973e0-16af-413a-a475-3fa22c5590b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-577973e0-16af-413a-a475-3fa22c5590b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-577973e0-16af-413a-a475-3fa22c5590b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-577973e0-16af-413a-a475-3fa22c5590b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-577973e0-16af-413a-a475-3fa22c5590b5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da {
  margin-top: 218px;
margin-left: 20.6%;
margin-bottom: 0px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da {
  margin-top: 132px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da {
  margin-top: 132px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 0px;
}
}







#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bbe1a4c-b02f-4b83-aa90-5895c0ed04da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-811e2e6f-f249-4df1-9d3a-87c7b745210e {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e {
  padding-bottom: 10px;
}
}
#s-811e2e6f-f249-4df1-9d3a-87c7b745210e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-811e2e6f-f249-4df1-9d3a-87c7b745210e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c {
  margin-top: 0px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c {
  margin-left: 20.6%;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c {
  margin-left: 20.6%;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 0px;
}
}







#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7b71f6-0bd7-4383-8a6d-ca845b870a3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-458eaf43-178c-4eec-b0db-9604e27fbe05 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-458eaf43-178c-4eec-b0db-9604e27fbe05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-458eaf43-178c-4eec-b0db-9604e27fbe05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 {
  margin-left: 20%;
margin-right: 20%;
min-height: 50px;
}
@media (min-width: 1200px){#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 {
  margin-top: 178px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 {
  margin-top: 178px;
margin-left: 20.6%;
margin-bottom: 30px;
margin-right: 20.6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 {
  margin-top: 102px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 {
  margin-top: 132px;
margin-left: 28px;
margin-bottom: 20px;
margin-right: 28px;
}
}







#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-416f4308-f47b-46f8-8a21-49b5a30fa0b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fad647c3-c44e-4089-b515-6b90f977b23c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
min-height: 50px;
}








#s-fad647c3-c44e-4089-b515-6b90f977b23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fad647c3-c44e-4089-b515-6b90f977b23c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b {
  padding-bottom: 56px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b {
  padding-bottom: 27px;
}
}@media (max-width: 767px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b {
  padding-bottom: 10px;
}
}
#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


@media (min-width: 1200px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.818em;
  letter-spacing: 0.035px;
  
}


}@media (max-width: 767px){#s-d7e83d0c-0be4-4f4e-8433-b80fcad79b5b .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.818em;
  letter-spacing: 0.04px;
  
}


}
/*
  $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}
