.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-79d6e0b1-4f07-48cd-8dbf-0f99d8fdd768 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center top;
}
@media (max-width: 767px){#s-79d6e0b1-4f07-48cd-8dbf-0f99d8fdd768 {
  min-height: 750px;
}
}
#s-79d6e0b1-4f07-48cd-8dbf-0f99d8fdd768 {
  background-image: url(https://i.shgcdn.com/df383b98-963b-47f5-b3f0-d6d1acd2bfa5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-79d6e0b1-4f07-48cd-8dbf-0f99d8fdd768 > .shg-box-overlay {
  background-color: #252525;
  opacity: 0.2;
}#s-79d6e0b1-4f07-48cd-8dbf-0f99d8fdd768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-75668bee-845e-4f04-96c0-740e9abd646e {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-75668bee-845e-4f04-96c0-740e9abd646e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75668bee-845e-4f04-96c0-740e9abd646e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75668bee-845e-4f04-96c0-740e9abd646e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75668bee-845e-4f04-96c0-740e9abd646e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-9534edb2-98f6-4cfa-a03d-847ed731a724 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9534edb2-98f6-4cfa-a03d-847ed731a724 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-9534edb2-98f6-4cfa-a03d-847ed731a724 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-2912ded4-468e-4e7e-9a84-602c5e8eaabd {
  text-align: center;
}

#s-2912ded4-468e-4e7e-9a84-602c5e8eaabd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-2912ded4-468e-4e7e-9a84-602c5e8eaabd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}


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

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

.shg-btn-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-6def9344-2f49-4507-995d-8ed441d0317b {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 40px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 50, 130, 1);
background-position: center center;
}
#s-6def9344-2f49-4507-995d-8ed441d0317b:hover {background-color: rgba(1, 30, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6def9344-2f49-4507-995d-8ed441d0317b:active {background-color: rgba(1, 30, 65, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6def9344-2f49-4507-995d-8ed441d0317b-root {
    text-align: center;
  }


#s-6def9344-2f49-4507-995d-8ed441d0317b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6def9344-2f49-4507-995d-8ed441d0317b-root {
    text-align: center;
  }


#s-6def9344-2f49-4507-995d-8ed441d0317b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6def9344-2f49-4507-995d-8ed441d0317b-root {
    text-align: center;
  }


#s-6def9344-2f49-4507-995d-8ed441d0317b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6def9344-2f49-4507-995d-8ed441d0317b-root {
    text-align: center;
  }


#s-6def9344-2f49-4507-995d-8ed441d0317b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6def9344-2f49-4507-995d-8ed441d0317b-root {
    text-align: center;
  }


#s-6def9344-2f49-4507-995d-8ed441d0317b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-2df86ae0-c9ea-4195-a38a-4201de3bce8f {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-2df86ae0-c9ea-4195-a38a-4201de3bce8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2df86ae0-c9ea-4195-a38a-4201de3bce8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2836fc31-8260-4031-aec7-68d418e47539 {
  margin-left: 4%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-2836fc31-8260-4031-aec7-68d418e47539 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}



#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb {
  margin-left: 4%;
margin-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-ceeb99b6-36c6-4707-8194-41ee046dfdeb .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-c677f6ee-0433-45f2-8173-f6fcc1f4a875 .shogun-icon-wrapper {
  text-align: center;
}


#s-c677f6ee-0433-45f2-8173-f6fcc1f4a875 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-78367c8d-3d16-431e-9838-eecd2608281a {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-78367c8d-3d16-431e-9838-eecd2608281a {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-78367c8d-3d16-431e-9838-eecd2608281a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-4e631721-8dff-4f4f-a096-56c8b40aa22b {
  margin-top: 15px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-4e631721-8dff-4f4f-a096-56c8b40aa22b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e631721-8dff-4f4f-a096-56c8b40aa22b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4e631721-8dff-4f4f-a096-56c8b40aa22b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e631721-8dff-4f4f-a096-56c8b40aa22b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f2fd053a-460d-4cad-9b9e-b4429f669e4b-root {
    text-align: center;
  }


#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2fd053a-460d-4cad-9b9e-b4429f669e4b-root {
    text-align: center;
  }


#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2fd053a-460d-4cad-9b9e-b4429f669e4b-root {
    text-align: center;
  }


#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2fd053a-460d-4cad-9b9e-b4429f669e4b-root {
    text-align: center;
  }


#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2fd053a-460d-4cad-9b9e-b4429f669e4b-root {
    text-align: center;
  }


#s-f2fd053a-460d-4cad-9b9e-b4429f669e4b.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-0b1e3e56-9997-4247-a747-b5d691ad7687 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-0b1e3e56-9997-4247-a747-b5d691ad7687:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b1e3e56-9997-4247-a747-b5d691ad7687:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b1e3e56-9997-4247-a747-b5d691ad7687-root {
    text-align: center;
  }


#s-0b1e3e56-9997-4247-a747-b5d691ad7687.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b1e3e56-9997-4247-a747-b5d691ad7687-root {
    text-align: center;
  }


#s-0b1e3e56-9997-4247-a747-b5d691ad7687.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b1e3e56-9997-4247-a747-b5d691ad7687-root {
    text-align: center;
  }


#s-0b1e3e56-9997-4247-a747-b5d691ad7687.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b1e3e56-9997-4247-a747-b5d691ad7687-root {
    text-align: center;
  }


#s-0b1e3e56-9997-4247-a747-b5d691ad7687.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b1e3e56-9997-4247-a747-b5d691ad7687-root {
    text-align: center;
  }


#s-0b1e3e56-9997-4247-a747-b5d691ad7687.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19b4432d-b3a4-4d99-92ef-e60b835a00c4-root {
    text-align: center;
  }


#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19b4432d-b3a4-4d99-92ef-e60b835a00c4-root {
    text-align: center;
  }


#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19b4432d-b3a4-4d99-92ef-e60b835a00c4-root {
    text-align: center;
  }


#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19b4432d-b3a4-4d99-92ef-e60b835a00c4-root {
    text-align: center;
  }


#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19b4432d-b3a4-4d99-92ef-e60b835a00c4-root {
    text-align: center;
  }


#s-19b4432d-b3a4-4d99-92ef-e60b835a00c4.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-da9f9e13-6aca-4110-ba11-4563969cf6f3 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-da9f9e13-6aca-4110-ba11-4563969cf6f3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-da9f9e13-6aca-4110-ba11-4563969cf6f3:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-da9f9e13-6aca-4110-ba11-4563969cf6f3-root {
    text-align: center;
  }


#s-da9f9e13-6aca-4110-ba11-4563969cf6f3.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-da9f9e13-6aca-4110-ba11-4563969cf6f3-root {
    text-align: center;
  }


#s-da9f9e13-6aca-4110-ba11-4563969cf6f3.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da9f9e13-6aca-4110-ba11-4563969cf6f3-root {
    text-align: center;
  }


#s-da9f9e13-6aca-4110-ba11-4563969cf6f3.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da9f9e13-6aca-4110-ba11-4563969cf6f3-root {
    text-align: center;
  }


#s-da9f9e13-6aca-4110-ba11-4563969cf6f3.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-da9f9e13-6aca-4110-ba11-4563969cf6f3-root {
    text-align: center;
  }


#s-da9f9e13-6aca-4110-ba11-4563969cf6f3.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301-root {
    text-align: center;
  }


#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301-root {
    text-align: center;
  }


#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301-root {
    text-align: center;
  }


#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301-root {
    text-align: center;
  }


#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301-root {
    text-align: center;
  }


#s-975bf7fc-05bb-49a2-b0fb-7f9ab3d27301.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-08efa01d-b781-4281-a3ec-ceeceddcd731 {
  box-shadow:3px 3px 8px 0px rgba(0, 0, 0, 0.2);
margin-top: 10px;
margin-left: 4%;
margin-bottom: 10px;
margin-right: 4%;
padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
}
#s-08efa01d-b781-4281-a3ec-ceeceddcd731:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08efa01d-b781-4281-a3ec-ceeceddcd731:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-08efa01d-b781-4281-a3ec-ceeceddcd731-root {
    text-align: center;
  }


#s-08efa01d-b781-4281-a3ec-ceeceddcd731.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08efa01d-b781-4281-a3ec-ceeceddcd731-root {
    text-align: center;
  }


#s-08efa01d-b781-4281-a3ec-ceeceddcd731.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08efa01d-b781-4281-a3ec-ceeceddcd731-root {
    text-align: center;
  }


#s-08efa01d-b781-4281-a3ec-ceeceddcd731.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08efa01d-b781-4281-a3ec-ceeceddcd731-root {
    text-align: center;
  }


#s-08efa01d-b781-4281-a3ec-ceeceddcd731.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08efa01d-b781-4281-a3ec-ceeceddcd731-root {
    text-align: center;
  }


#s-08efa01d-b781-4281-a3ec-ceeceddcd731.shg-btn {
  color: #ffffff;
  
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  block ;
}
}
#s-9c0a3083-dc4a-4c57-8e6c-ba14cbc4cbfa {
  min-height: 50px;
}








#s-9c0a3083-dc4a-4c57-8e6c-ba14cbc4cbfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0a3083-dc4a-4c57-8e6c-ba14cbc4cbfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a41959d4-71d8-4269-8127-bf318e598a76 {
  text-align: left;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-82ff8843-c364-413e-b338-35a313510d4b {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
}
@media (max-width: 767px){#s-82ff8843-c364-413e-b338-35a313510d4b {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-3112936e-b1e8-4252-8861-0a43b9ccc132 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-3112936e-b1e8-4252-8861-0a43b9ccc132 {
  min-height: 300px;
}
}







#s-3112936e-b1e8-4252-8861-0a43b9ccc132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3112936e-b1e8-4252-8861-0a43b9ccc132.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07b73db4-edb2-4efd-9582-33274bfb44a0 {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 25px;
padding-left: 15%;
padding-bottom: 25px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-07b73db4-edb2-4efd-9582-33274bfb44a0 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-07b73db4-edb2-4efd-9582-33274bfb44a0 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-07b73db4-edb2-4efd-9582-33274bfb44a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b73db4-edb2-4efd-9582-33274bfb44a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4c701c6-595f-4d8b-9f7f-bed43cc3f830 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4c701c6-595f-4d8b-9f7f-bed43cc3f830 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d4c701c6-595f-4d8b-9f7f-bed43cc3f830 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ffba0dd-d4be-415d-bfc4-ceafbd297bc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fa52b12d-e428-4667-8ed1-c8d17c44fb0c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
min-height: 50px;
}








#s-fa52b12d-e428-4667-8ed1-c8d17c44fb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa52b12d-e428-4667-8ed1-c8d17c44fb0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6b5f0f4-34b7-4007-8a0f-8a9cb7bca57d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d6b5f0f4-34b7-4007-8a0f-8a9cb7bca57d .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5141b283-e844-4bcf-8581-1f24c8b42597 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 2%;
padding-bottom: 2%;
}

#s-835a6188-428e-4773-93f5-38e7b5e0a47f {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(236, 236, 236, 1);
}

@media (min-width: 0px) {
[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835a6188-428e-4773-93f5-38e7b5e0a47f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-0ef557d2-4f87-4d0d-8b73-7afc740fc89c {
  min-height: 50px;
}








#s-0ef557d2-4f87-4d0d-8b73-7afc740fc89c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ef557d2-4f87-4d0d-8b73-7afc740fc89c.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-6bc904bb-9251-4ca2-8e18-dd2bebcb476f {
  max-width: 1200px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-6bc904bb-9251-4ca2-8e18-dd2bebcb476f img.shogun-image,
  #s-6bc904bb-9251-4ca2-8e18-dd2bebcb476f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6bc904bb-9251-4ca2-8e18-dd2bebcb476f {
    width: 100%;
    height: auto;
  }



  #s-6bc904bb-9251-4ca2-8e18-dd2bebcb476f img.shogun-image {
    

    
    
    
  }


#s-6bc904bb-9251-4ca2-8e18-dd2bebcb476f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1906a34-83f3-44e5-a572-3c5bf5995963 {
  padding-top: 300px;
padding-bottom: 300px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f1906a34-83f3-44e5-a572-3c5bf5995963 {
  padding-top: 200px;
padding-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1906a34-83f3-44e5-a572-3c5bf5995963 {
  padding-top: 150px;
padding-bottom: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1906a34-83f3-44e5-a572-3c5bf5995963 {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-f1906a34-83f3-44e5-a572-3c5bf5995963 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-f1906a34-83f3-44e5-a572-3c5bf5995963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1906a34-83f3-44e5-a572-3c5bf5995963.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3e15471-a088-4f78-b0d1-d77cd28d5df7 {
  text-align: center;
}

#s-a3e15471-a088-4f78-b0d1-d77cd28d5df7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a3e15471-a088-4f78-b0d1-d77cd28d5df7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-153bd12b-5fa3-4190-9401-cceb664911bd {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-153bd12b-5fa3-4190-9401-cceb664911bd {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-153bd12b-5fa3-4190-9401-cceb664911bd {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-153bd12b-5fa3-4190-9401-cceb664911bd {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-153bd12b-5fa3-4190-9401-cceb664911bd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-314dabae-88b0-482a-a618-73f190e3dce2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-314dabae-88b0-482a-a618-73f190e3dce2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-314dabae-88b0-482a-a618-73f190e3dce2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-314dabae-88b0-482a-a618-73f190e3dce2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-314dabae-88b0-482a-a618-73f190e3dce2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 {
  max-width: 522px;
aspect-ratio: 522/348;
text-align: center;
}





  #s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 img.shogun-image,
  #s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 {
    width: 100%;
    height: auto;
  }



  #s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 img.shogun-image {
    

    
    
    
  }


#s-8acbe7f5-5caf-4bfb-bf3f-382737908f54 .shogun-image-content {
  
    align-items: center;
  
}

#s-34e96c26-ca67-4812-af33-7482ace0fa29 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-47e99b29-4559-44b0-b69a-9203168a6572 {
  max-width: 522px;
aspect-ratio: 522/348;
text-align: center;
}





  #s-47e99b29-4559-44b0-b69a-9203168a6572 img.shogun-image,
  #s-47e99b29-4559-44b0-b69a-9203168a6572 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-47e99b29-4559-44b0-b69a-9203168a6572 {
    width: 100%;
    height: auto;
  }



  #s-47e99b29-4559-44b0-b69a-9203168a6572 img.shogun-image {
    

    
    
    
  }


#s-47e99b29-4559-44b0-b69a-9203168a6572 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad92792-ffe4-48d9-a834-f8edf039c4cd {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 {
  max-width: 522px;
aspect-ratio: 522/348;
text-align: center;
}





  #s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 img.shogun-image,
  #s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 {
    width: 100%;
    height: auto;
  }



  #s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 img.shogun-image {
    

    
    
    
  }


#s-ac3f80d1-5744-46c7-84ac-2a901ad3d937 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dc2300b-45d3-42d0-ac82-b80563627102 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5dda720c-b2ea-4286-afaf-61c4103901c0 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5dda720c-b2ea-4286-afaf-61c4103901c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dda720c-b2ea-4286-afaf-61c4103901c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 {
  padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 .shg-sld-nav-button.shg-sld-left,
#s-d5994eca-fa33-4c74-b7a2-5a191311d4a8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
aspect-ratio: 1800/1200;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
    width: 100%;
    height: auto;
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
    
    
  }


.s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
      position: relative;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
    width: 100%;
    height: auto;
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
    
    
  }


.s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
      position: relative;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
    width: 100%;
    height: auto;
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
    
    
  }


.s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
      position: relative;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
    width: 100%;
    height: auto;
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
    
    
  }


.s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
      position: relative;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
    width: 100%;
    height: auto;
  }

  #s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
    
    
  }


.s-7dcbf3b2-37df-4622-8b72-143e80820ab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container {
      position: relative;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dcbf3b2-37df-4622-8b72-143e80820ab0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c27476dc-df64-495c-8981-f171f77c7b4c {
  max-width: 90%;
aspect-ratio: 1500/867;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }

    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-link {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c {
    width: 100%;
    height: auto;
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
    
    
  }


.s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-content {
  
    align-items: center;
  
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c27476dc-df64-495c-8981-f171f77c7b4c {
      --shg-aspect-ratio: calc(1500/867); 
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
      position: relative;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }

    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-link {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c {
    width: 100%;
    height: auto;
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
    
    
  }


.s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-content {
  
    align-items: center;
  
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c27476dc-df64-495c-8981-f171f77c7b4c {
      --shg-aspect-ratio: calc(1500/867); 
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
      position: relative;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }

    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-link {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c {
    width: 100%;
    height: auto;
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
    
    
  }


.s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-content {
  
    align-items: center;
  
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c27476dc-df64-495c-8981-f171f77c7b4c {
      --shg-aspect-ratio: calc(1500/867); 
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
      position: relative;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }

    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-link {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c {
    width: 100%;
    height: auto;
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
    
    
  }


.s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-content {
  
    align-items: center;
  
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c27476dc-df64-495c-8981-f171f77c7b4c {
      --shg-aspect-ratio: calc(1500/867); 
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
      position: relative;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }

    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-link {
      aspect-ratio: 1500/867;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c27476dc-df64-495c-8981-f171f77c7b4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c {
    width: 100%;
    height: auto;
  }

  #s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
    
    
  }


.s-c27476dc-df64-495c-8981-f171f77c7b4c .shogun-image-content {
  
    align-items: center;
  
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c27476dc-df64-495c-8981-f171f77c7b4c {
      --shg-aspect-ratio: calc(1500/867); 
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container {
      position: relative;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c27476dc-df64-495c-8981-f171f77c7b4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
  max-width: 1800px;
aspect-ratio: 1800/1200;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
    width: 100%;
    height: auto;
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
    
    
  }


.s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
      position: relative;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
    width: 100%;
    height: auto;
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
    
    
  }


.s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
      position: relative;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
    width: 100%;
    height: auto;
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
    
    
  }


.s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
      position: relative;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
    width: 100%;
    height: auto;
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
    
    
  }


.s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
      position: relative;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
    width: 100%;
    height: auto;
  }

  #s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
    
    
  }


.s-3ee9fa37-48c5-4047-9138-0bee200582d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container {
      position: relative;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3ee9fa37-48c5-4047-9138-0bee200582d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
  max-width: 1800px;
aspect-ratio: 1800/1200;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
    width: 100%;
    height: auto;
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
    
    
  }


.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
      position: relative;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
    width: 100%;
    height: auto;
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
    
    
  }


.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
      position: relative;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
    width: 100%;
    height: auto;
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
    
    
  }


.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
      position: relative;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
    width: 100%;
    height: auto;
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
    
    
  }


.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
      position: relative;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }

    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-link {
      aspect-ratio: 1800/1200;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
    width: 100%;
    height: auto;
  }

  #s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
    
    
  }


.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f .shogun-image-content {
  
    align-items: center;
  
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f {
      --shg-aspect-ratio: calc(1800/1200); 
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container {
      position: relative;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52170a5f-59e9-4cd0-a71b-f18a58d27d2f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-20b75e2e-d1d5-4cb1-8d3c-8d903f841674 {
  padding-top: 20px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-20b75e2e-d1d5-4cb1-8d3c-8d903f841674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b75e2e-d1d5-4cb1-8d3c-8d903f841674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd6ab7e7-8ce5-42e7-b5f7-5780bca4e443 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd6ab7e7-8ce5-42e7-b5f7-5780bca4e443 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-bd6ab7e7-8ce5-42e7-b5f7-5780bca4e443 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-dca603f2-c1ee-4ddd-a415-3a29cf910d38 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-dca603f2-c1ee-4ddd-a415-3a29cf910d38 {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-dca603f2-c1ee-4ddd-a415-3a29cf910d38 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-ce1d3172-cbac-4cec-9558-796dde7e116b {
  min-height: 50px;
}








#s-ce1d3172-cbac-4cec-9558-796dde7e116b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce1d3172-cbac-4cec-9558-796dde7e116b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a01687-09e6-4bde-8b36-0cb284a4ade4 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-48a01687-09e6-4bde-8b36-0cb284a4ade4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48a01687-09e6-4bde-8b36-0cb284a4ade4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48a01687-09e6-4bde-8b36-0cb284a4ade4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48a01687-09e6-4bde-8b36-0cb284a4ade4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-197e6169-b750-4b65-b956-49134a112415 {
  min-height: 50px;
}








#s-197e6169-b750-4b65-b956-49134a112415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-197e6169-b750-4b65-b956-49134a112415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 {
  padding-bottom: 4%;
max-width: 1800px;
aspect-ratio: 1800/1200;
}





  #s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 img.shogun-image,
  #s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 {
    width: 100%;
    height: auto;
  }



  #s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 img.shogun-image {
    

    
    
    
  }


#s-ac77d73d-77f7-4eca-9b61-dc2bee7657e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5881712f-a86d-47ca-8b53-2c6781c1bf6c {
  text-align: left;
}

#s-5881712f-a86d-47ca-8b53-2c6781c1bf6c .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-251dc818-05bd-45e2-b5b1-0710394f9e7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-251dc818-05bd-45e2-b5b1-0710394f9e7c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-df26b1a3-f79a-4bd8-8329-a9c2f5b7a47a {
  min-height: 50px;
}








#s-df26b1a3-f79a-4bd8-8329-a9c2f5b7a47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df26b1a3-f79a-4bd8-8329-a9c2f5b7a47a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0753c503-7c1e-4531-8c0a-4316d401a3f1 {
  padding-bottom: 4%;
max-width: 1800px;
aspect-ratio: 1800/1200;
}





  #s-0753c503-7c1e-4531-8c0a-4316d401a3f1 img.shogun-image,
  #s-0753c503-7c1e-4531-8c0a-4316d401a3f1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0753c503-7c1e-4531-8c0a-4316d401a3f1 {
    width: 100%;
    height: auto;
  }



  #s-0753c503-7c1e-4531-8c0a-4316d401a3f1 img.shogun-image {
    

    
    
    
  }


#s-0753c503-7c1e-4531-8c0a-4316d401a3f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-66f3180c-e6ba-445e-a69e-282bcebe2ad1 {
  text-align: left;
}

#s-66f3180c-e6ba-445e-a69e-282bcebe2ad1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-40a63574-240b-44d7-85f0-e84ff6387e62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-40a63574-240b-44d7-85f0-e84ff6387e62 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-78900b24-0e2e-46a6-9a19-5e5edad8a2e4 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-78900b24-0e2e-46a6-9a19-5e5edad8a2e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78900b24-0e2e-46a6-9a19-5e5edad8a2e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78900b24-0e2e-46a6-9a19-5e5edad8a2e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78900b24-0e2e-46a6-9a19-5e5edad8a2e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 {
  padding-bottom: 4%;
max-width: 1800px;
aspect-ratio: 1800/1200;
}





  #s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 img.shogun-image,
  #s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 {
    width: 100%;
    height: auto;
  }



  #s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 img.shogun-image {
    

    
    
    
  }


#s-a78fe0ab-c0ea-482a-906c-9a7a3f5bec55 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e6c834-f4d7-45f0-a18e-416e4d7c1e0c {
  min-height: 50px;
}








#s-c7e6c834-f4d7-45f0-a18e-416e4d7c1e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e6c834-f4d7-45f0-a18e-416e4d7c1e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-096e3821-3b85-4802-b2cb-c76f2c048f60 {
  text-align: left;
}

#s-096e3821-3b85-4802-b2cb-c76f2c048f60 .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-60a5d2c8-3148-4c9d-a4c7-1bb3ac41629b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-60a5d2c8-3148-4c9d-a4c7-1bb3ac41629b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-7e3301e7-6b55-4833-8ae2-8b362e09b8cc {
  min-height: 50px;
}








#s-7e3301e7-6b55-4833-8ae2-8b362e09b8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e3301e7-6b55-4833-8ae2-8b362e09b8cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98b2d48f-71c9-4144-934b-1c1e5659b23c {
  padding-bottom: 4%;
max-width: 1800px;
aspect-ratio: 1800/1200;
}





  #s-98b2d48f-71c9-4144-934b-1c1e5659b23c img.shogun-image,
  #s-98b2d48f-71c9-4144-934b-1c1e5659b23c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98b2d48f-71c9-4144-934b-1c1e5659b23c {
    width: 100%;
    height: auto;
  }



  #s-98b2d48f-71c9-4144-934b-1c1e5659b23c img.shogun-image {
    

    
    
    
  }


#s-98b2d48f-71c9-4144-934b-1c1e5659b23c .shogun-image-content {
  
    align-items: center;
  
}

#s-5c74a823-744d-44e7-b1cc-cc689b833fea {
  text-align: left;
}

#s-5c74a823-744d-44e7-b1cc-cc689b833fea .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5bba2f49-3986-4517-a197-6bc31cae9e74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bba2f49-3986-4517-a197-6bc31cae9e74 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c95ccb5a-2cb6-4cc4-aadf-9266df3102d4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-c95ccb5a-2cb6-4cc4-aadf-9266df3102d4 {
  min-height: 300px;
}
}







#s-c95ccb5a-2cb6-4cc4-aadf-9266df3102d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c95ccb5a-2cb6-4cc4-aadf-9266df3102d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bc66871-8f27-49f1-b636-d6f72492047a {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-0bc66871-8f27-49f1-b636-d6f72492047a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc66871-8f27-49f1-b636-d6f72492047a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a369e94-ca9a-4181-8f84-653281008ba2 {
  margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a369e94-ca9a-4181-8f84-653281008ba2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-2a369e94-ca9a-4181-8f84-653281008ba2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}


}
#s-7d6e5a7c-04cc-4701-8740-9c233064eecc {
  margin-left: 20%;
margin-right: 20%;
padding-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-7d6e5a7c-04cc-4701-8740-9c233064eecc {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-7d6e5a7c-04cc-4701-8740-9c233064eecc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-f486aafa-e288-44c5-a4e1-efefd9cda3c6 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-f486aafa-e288-44c5-a4e1-efefd9cda3c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f486aafa-e288-44c5-a4e1-efefd9cda3c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f486aafa-e288-44c5-a4e1-efefd9cda3c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f486aafa-e288-44c5-a4e1-efefd9cda3c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-f486aafa-e288-44c5-a4e1-efefd9cda3c6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ac394091-e43f-4b17-b575-aac7d82c4299 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ac394091-e43f-4b17-b575-aac7d82c4299 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ac394091-e43f-4b17-b575-aac7d82c4299 td.shogun-table-column {
  background-color: rgba(236, 236, 236, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ac394091-e43f-4b17-b575-aac7d82c4299 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-ac394091-e43f-4b17-b575-aac7d82c4299 td.shogun-table-column, #s-ac394091-e43f-4b17-b575-aac7d82c4299 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-41d02c31-26d0-401a-a8e0-08dd66503b8f {
  background-color: rgba(255, 255, 255, 1);
}

#s-26764d76-e055-427d-8bd6-95b896885187 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-26764d76-e055-427d-8bd6-95b896885187 .shogun-icon-wrapper {
  text-align: left;
}


#s-26764d76-e055-427d-8bd6-95b896885187 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-db2b3259-b554-4882-8a3f-e34ee80f2dc8 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-db2b3259-b554-4882-8a3f-e34ee80f2dc8 .shogun-icon-wrapper {
  text-align: left;
}


#s-db2b3259-b554-4882-8a3f-e34ee80f2dc8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-ba0dd32c-88a2-4ee6-b3ab-e8b03908eb4a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-ba0dd32c-88a2-4ee6-b3ab-e8b03908eb4a .shogun-icon-wrapper {
  text-align: left;
}


#s-ba0dd32c-88a2-4ee6-b3ab-e8b03908eb4a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-76aa792e-d421-422e-a298-5076b7a55240 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-76aa792e-d421-422e-a298-5076b7a55240 .shogun-icon-wrapper {
  text-align: left;
}


#s-76aa792e-d421-422e-a298-5076b7a55240 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-921635b5-abd7-4fe6-921e-5173ad92d545 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-921635b5-abd7-4fe6-921e-5173ad92d545 .shogun-icon-wrapper {
  text-align: left;
}


#s-921635b5-abd7-4fe6-921e-5173ad92d545 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-9ed5e73c-d88a-4a77-b50e-3b0e8297e908 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-9ed5e73c-d88a-4a77-b50e-3b0e8297e908 .shogun-icon-wrapper {
  text-align: left;
}


#s-9ed5e73c-d88a-4a77-b50e-3b0e8297e908 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-10be0413-248f-4819-88a8-225c5a2d680a {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-10be0413-248f-4819-88a8-225c5a2d680a .shogun-icon-wrapper {
  text-align: left;
}


#s-10be0413-248f-4819-88a8-225c5a2d680a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-e9e8cc02-021c-4112-ac2a-58cb3267824e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-e9e8cc02-021c-4112-ac2a-58cb3267824e .shogun-icon-wrapper {
  text-align: left;
}


#s-e9e8cc02-021c-4112-ac2a-58cb3267824e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: #495056;
}

#s-fcd994ba-ed65-4f64-853b-5afdcc177e12 {
  background-color: rgba(234, 236, 245, 1);
}

#s-b3aaab4c-8f4d-4120-aa85-0f4445777009 {
  background-color: rgba(255, 255, 255, 1);
}

#s-f695f069-ace7-4aee-8618-e186a9d81d07 {
  background-color: rgba(255, 255, 255, 1);
}

#s-c88d925d-23bd-4256-889f-b2fcbe58f34d {
  background-color: rgba(255, 255, 255, 1);
}

#s-2995a40e-de2e-41c0-a8ef-be5215c11cca {
  background-color: rgba(255, 255, 255, 1);
}

#s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
  margin-top: 15px;
margin-bottom: 15px;
max-width: 1093px;
aspect-ratio: 1093/729;
text-align: center;
}
@media (min-width: 1200px){#s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
  margin-top: 15px;
margin-bottom: 15px;
}
}




  #s-313f6f33-fe10-4557-a729-6fe2a68979c6 img.shogun-image,
  #s-313f6f33-fe10-4557-a729-6fe2a68979c6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-313f6f33-fe10-4557-a729-6fe2a68979c6 {
    width: 100%;
    height: auto;
  }



  #s-313f6f33-fe10-4557-a729-6fe2a68979c6 img.shogun-image {
    

    
    
    
  }


#s-313f6f33-fe10-4557-a729-6fe2a68979c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0578605c-b3b4-4789-8c02-e21bdb4a2f5c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0578605c-b3b4-4789-8c02-e21bdb4a2f5c {
  padding-top: 25px;
padding-bottom: 25px;
}
}@media (max-width: 767px){#s-0578605c-b3b4-4789-8c02-e21bdb4a2f5c {
  padding-top: 25px;
padding-bottom: 25px;
}
}







#s-0578605c-b3b4-4789-8c02-e21bdb4a2f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0578605c-b3b4-4789-8c02-e21bdb4a2f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a94380-3016-4a28-903c-82b1eb35fe05 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-d9a94380-3016-4a28-903c-82b1eb35fe05 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-d9a94380-3016-4a28-903c-82b1eb35fe05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9a94380-3016-4a28-903c-82b1eb35fe05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9a94380-3016-4a28-903c-82b1eb35fe05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9a94380-3016-4a28-903c-82b1eb35fe05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d9a94380-3016-4a28-903c-82b1eb35fe05"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e97606dd-4c36-49ce-a446-992d9df97ae2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e5de522f-2991-4d45-816a-d994a6e57b60 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-e5de522f-2991-4d45-816a-d994a6e57b60 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-f4eb0f7b-ae92-43a0-bbfd-7ce058ac0853 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-f4eb0f7b-ae92-43a0-bbfd-7ce058ac0853 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c {
  max-width: 2600px;
aspect-ratio: 2600/1696;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c {
  margin-top: 15px;
margin-bottom: 15px;
display: none;
}
#s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c, #wrap-s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c { display: none !important; }}




  #s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c img.shogun-image,
  #s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c {
    width: 100%;
    height: auto;
  }



  #s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c img.shogun-image {
    

    
    
    
  }


#s-5964e4ab-2fd7-4cbf-91cf-695e141b0c7c .shogun-image-content {
  
    align-items: center;
  
}

#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
  max-width: 1740px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
  display: none;
}
#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99, #wrap-s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
  display: none;
}
#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99, #wrap-s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
  margin-top: 15px;
margin-bottom: 15px;
display: none;
}
#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99, #wrap-s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 { display: none !important; }}@media (max-width: 767px){#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
  margin-top: 15px;
margin-bottom: 15px;
display: unset;
}
#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99, #wrap-s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 { display: unset !important; }}




  #s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 img.shogun-image,
  #s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 {
    width: 100%;
    height: auto;
  }



  #s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 img.shogun-image {
    

    
    
    
  }


#s-3e917f17-d2af-430f-9bec-f3ebfabf4d99 .shogun-image-content {
  
    align-items: center;
  
}

#s-e41ebe48-7a0f-4983-839e-faa1bae0a862 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-e41ebe48-7a0f-4983-839e-faa1bae0a862 {
  min-height: 300px;
}
}







#s-e41ebe48-7a0f-4983-839e-faa1bae0a862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e41ebe48-7a0f-4983-839e-faa1bae0a862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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