.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-aed9a1a2-b208-49e2-878a-2cb93ae98218 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-aed9a1a2-b208-49e2-878a-2cb93ae98218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aed9a1a2-b208-49e2-878a-2cb93ae98218.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-078fe317-3e9f-44bd-81e8-7db9018c5634 {
  margin-bottom: 32px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(250, 236, 215, 1);
}
@media (min-width: 1200px){#s-078fe317-3e9f-44bd-81e8-7db9018c5634 {
  display: none;
}
#s-078fe317-3e9f-44bd-81e8-7db9018c5634, #wrap-s-078fe317-3e9f-44bd-81e8-7db9018c5634 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-078fe317-3e9f-44bd-81e8-7db9018c5634 {
  display: none;
}
#s-078fe317-3e9f-44bd-81e8-7db9018c5634, #wrap-s-078fe317-3e9f-44bd-81e8-7db9018c5634 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-078fe317-3e9f-44bd-81e8-7db9018c5634 {
  display: none;
}
#s-078fe317-3e9f-44bd-81e8-7db9018c5634, #wrap-s-078fe317-3e9f-44bd-81e8-7db9018c5634 { display:none !important; }}@media (max-width: 767px){#s-078fe317-3e9f-44bd-81e8-7db9018c5634 {
  margin-bottom: 16px;
display: none;
}
#s-078fe317-3e9f-44bd-81e8-7db9018c5634, #wrap-s-078fe317-3e9f-44bd-81e8-7db9018c5634 { display:none !important; }}







#s-078fe317-3e9f-44bd-81e8-7db9018c5634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078fe317-3e9f-44bd-81e8-7db9018c5634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec921ebb-8336-4983-bb87-9304cbe382f8 {
  margin-top: 5%;
padding-left: 40%;
padding-right: 40%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec921ebb-8336-4983-bb87-9304cbe382f8 {
  margin-top: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec921ebb-8336-4983-bb87-9304cbe382f8 {
  margin-top: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec921ebb-8336-4983-bb87-9304cbe382f8 {
  margin-top: 3%;
padding-left: 35%;
padding-right: 35%;
}
}@media (max-width: 767px){#s-ec921ebb-8336-4983-bb87-9304cbe382f8 {
  padding-left: 30%;
padding-right: 30%;
}
}







#s-ec921ebb-8336-4983-bb87-9304cbe382f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec921ebb-8336-4983-bb87-9304cbe382f8.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;
}
#s-5aec2096-efec-4059-9195-4196ef3c3f19 {
  text-align: center;
}







  #s-5aec2096-efec-4059-9195-4196ef3c3f19 img.shogun-image {
    

    
    
    
  }


#s-5aec2096-efec-4059-9195-4196ef3c3f19 .shogun-image-content {
  
    align-items: center;
  
}

#s-829ebba5-8993-4247-91d8-05410e06e2ab {
  padding-left: 22%;
padding-right: 22%;
min-height: 50px;
}
@media (min-width: 1200px){#s-829ebba5-8993-4247-91d8-05410e06e2ab {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-829ebba5-8993-4247-91d8-05410e06e2ab {
  padding-left: 22%;
padding-right: 22%;
}
}@media (max-width: 767px){#s-829ebba5-8993-4247-91d8-05410e06e2ab {
  padding-left: 18%;
padding-right: 18%;
}
}







#s-829ebba5-8993-4247-91d8-05410e06e2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-829ebba5-8993-4247-91d8-05410e06e2ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-cb6c2d21-9265-4e61-944c-03bff02731fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa {
  padding-bottom: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa {
  padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa {
  padding-top: 10px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa {
  padding-top: 15px;
padding-bottom: 25px;
}
}
#s-cb6c2d21-9265-4e61-944c-03bff02731fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.6em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.6em;
  
  
}


}@media (max-width: 767px){#s-cb6c2d21-9265-4e61-944c-03bff02731fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.6em;
  
  
}


}
#s-93682381-eb5d-42f4-8c29-5b6f5e244bbb {
  margin-left: 16px;
margin-bottom: 15px;
margin-right: 16px;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-93682381-eb5d-42f4-8c29-5b6f5e244bbb {
  
}
}







#s-93682381-eb5d-42f4-8c29-5b6f5e244bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93682381-eb5d-42f4-8c29-5b6f5e244bbb.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;
}

@media (min-width: 0px) {
[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8aa20c2a-f712-480a-bebe-82e12613147b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5c846f87-5010-4d12-9131-cbda95c19f7c {
  margin-left: 16px;
margin-bottom: 0px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-5c846f87-5010-4d12-9131-cbda95c19f7c {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-5c846f87-5010-4d12-9131-cbda95c19f7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c846f87-5010-4d12-9131-cbda95c19f7c {
  cursor: pointer;
}#s-5c846f87-5010-4d12-9131-cbda95c19f7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb {
  text-align: center;
}
@media (max-width: 767px){#s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb {
  display: none;
}
#s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb, #wrap-s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb { display:none !important; }}






  #s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb img.shogun-image {
    

    
    
    
  }


#s-e7c2cdf3-c48e-4e8b-9b04-8afdbba7d1fb .shogun-image-content {
  
    align-items: center;
  
}

#s-73018583-7394-49d3-9926-79bf5c1e2343 {
  text-align: center;
}
@media (min-width: 1200px){#s-73018583-7394-49d3-9926-79bf5c1e2343 {
  display: none;
}
#s-73018583-7394-49d3-9926-79bf5c1e2343, #wrap-s-73018583-7394-49d3-9926-79bf5c1e2343 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73018583-7394-49d3-9926-79bf5c1e2343 {
  display: none;
}
#s-73018583-7394-49d3-9926-79bf5c1e2343, #wrap-s-73018583-7394-49d3-9926-79bf5c1e2343 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73018583-7394-49d3-9926-79bf5c1e2343 {
  display: none;
}
#s-73018583-7394-49d3-9926-79bf5c1e2343, #wrap-s-73018583-7394-49d3-9926-79bf5c1e2343 { display:none !important; }}






  #s-73018583-7394-49d3-9926-79bf5c1e2343 img.shogun-image {
    

    
    
    
  }


#s-73018583-7394-49d3-9926-79bf5c1e2343 .shogun-image-content {
  
    align-items: center;
  
}

#s-94402664-4e31-4475-81d1-25445ff7fb71 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 16%;
text-align: left;
}
@media (min-width: 1200px){#s-94402664-4e31-4475-81d1-25445ff7fb71 {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94402664-4e31-4475-81d1-25445ff7fb71 {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94402664-4e31-4475-81d1-25445ff7fb71 {
  padding-top: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-94402664-4e31-4475-81d1-25445ff7fb71 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-94402664-4e31-4475-81d1-25445ff7fb71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-94402664-4e31-4475-81d1-25445ff7fb71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94402664-4e31-4475-81d1-25445ff7fb71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b {
  padding-top: 10px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b {
  padding-top: 10px;
padding-bottom: 28px;
}
}
#s-8e9bbcdd-275d-43ad-83f8-a09b15f1172b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8152dd60-0f58-414a-87c1-c5d2cc1d4f3c {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-8152dd60-0f58-414a-87c1-c5d2cc1d4f3c {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-8152dd60-0f58-414a-87c1-c5d2cc1d4f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8152dd60-0f58-414a-87c1-c5d2cc1d4f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6da9d522-077e-4146-be68-ca22db03f7a5 {
  margin-bottom: 32px;
}

@media (min-width: 0px) {
[id="s-6da9d522-077e-4146-be68-ca22db03f7a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-6da9d522-077e-4146-be68-ca22db03f7a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-6da9d522-077e-4146-be68-ca22db03f7a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-6da9d522-077e-4146-be68-ca22db03f7a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-082f2342-37d6-498a-a57a-afee48b9a2a4 {
  min-height: 50px;
}








#s-082f2342-37d6-498a-a57a-afee48b9a2a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-082f2342-37d6-498a-a57a-afee48b9a2a4 {
  cursor: pointer;
}#s-082f2342-37d6-498a-a57a-afee48b9a2a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f9383d0-9893-4d3b-8675-fe8449b43cf2 {
  text-align: center;
}







  #s-2f9383d0-9893-4d3b-8675-fe8449b43cf2 img.shogun-image {
    

    
    
    
  }


#s-2f9383d0-9893-4d3b-8675-fe8449b43cf2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-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-fd8b703a-5f7e-4457-bef5-a59c3beb3885 {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 75px;
padding-bottom: 5px;
padding-right: 75px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885 {
  padding-left: 55px;
padding-right: 55px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885 {
  padding-left: 8px;
padding-right: 8px;
}
}@media (max-width: 767px){#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885 {
  padding-left: 8px;
padding-right: 8px;
}
}

  #s-fd8b703a-5f7e-4457-bef5-a59c3beb3885-root {
    text-align: center;
  }


#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd8b703a-5f7e-4457-bef5-a59c3beb3885-root {
    text-align: center;
  }


#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd8b703a-5f7e-4457-bef5-a59c3beb3885-root {
    text-align: center;
  }


#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd8b703a-5f7e-4457-bef5-a59c3beb3885-root {
    text-align: center;
  }


#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd8b703a-5f7e-4457-bef5-a59c3beb3885-root {
    text-align: center;
  }


#s-fd8b703a-5f7e-4457-bef5-a59c3beb3885.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-983652ac-5e67-485c-9641-2eb7ea7d60dd {
  min-height: 50px;
}








#s-983652ac-5e67-485c-9641-2eb7ea7d60dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983652ac-5e67-485c-9641-2eb7ea7d60dd {
  cursor: pointer;
}#s-983652ac-5e67-485c-9641-2eb7ea7d60dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d57f9a6a-874d-418d-806c-9fa040c049c1 {
  text-align: center;
}







  #s-d57f9a6a-874d-418d-806c-9fa040c049c1 img.shogun-image {
    

    
    
    
  }


#s-d57f9a6a-874d-418d-806c-9fa040c049c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b07b88f3-e11e-4947-a802-58ce2a9d9668 {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 60px;
padding-bottom: 5px;
padding-right: 60px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b07b88f3-e11e-4947-a802-58ce2a9d9668:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b07b88f3-e11e-4947-a802-58ce2a9d9668:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-b07b88f3-e11e-4947-a802-58ce2a9d9668 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b07b88f3-e11e-4947-a802-58ce2a9d9668 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b07b88f3-e11e-4947-a802-58ce2a9d9668 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-b07b88f3-e11e-4947-a802-58ce2a9d9668 {
  padding-top: 6px;
padding-left: 7px;
padding-bottom: 6px;
padding-right: 7px;
}
}

  #s-b07b88f3-e11e-4947-a802-58ce2a9d9668-root {
    text-align: center;
  }


#s-b07b88f3-e11e-4947-a802-58ce2a9d9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b07b88f3-e11e-4947-a802-58ce2a9d9668-root {
    text-align: center;
  }


#s-b07b88f3-e11e-4947-a802-58ce2a9d9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b07b88f3-e11e-4947-a802-58ce2a9d9668-root {
    text-align: center;
  }


#s-b07b88f3-e11e-4947-a802-58ce2a9d9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b07b88f3-e11e-4947-a802-58ce2a9d9668-root {
    text-align: center;
  }


#s-b07b88f3-e11e-4947-a802-58ce2a9d9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b07b88f3-e11e-4947-a802-58ce2a9d9668-root {
    text-align: center;
  }


#s-b07b88f3-e11e-4947-a802-58ce2a9d9668.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b91615b3-a0b5-484c-b316-4ade4cb88a4d {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-b91615b3-a0b5-484c-b316-4ade4cb88a4d {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-b91615b3-a0b5-484c-b316-4ade4cb88a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91615b3-a0b5-484c-b316-4ade4cb88a4d {
  cursor: pointer;
}#s-b91615b3-a0b5-484c-b316-4ade4cb88a4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66ce8762-64d8-4180-9e5a-3241fb4b35d5 {
  min-height: 50px;
}








#s-66ce8762-64d8-4180-9e5a-3241fb4b35d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66ce8762-64d8-4180-9e5a-3241fb4b35d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7a23f1f-0c1b-41cd-971f-72ea1be68db4 {
  text-align: center;
}







  #s-a7a23f1f-0c1b-41cd-971f-72ea1be68db4 img.shogun-image {
    

    
    
    
  }


#s-a7a23f1f-0c1b-41cd-971f-72ea1be68db4 .shogun-image-content {
  
    align-items: center;
  
}

#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-56ae26a2-eaf9-4e35-9d82-777f65ff53dc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-2d021e9c-dae4-445b-9151-265fe82dbebd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd {
  padding-top: 0px;
padding-bottom: 0px;
padding-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
#s-2d021e9c-dae4-445b-9151-265fe82dbebd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2d021e9c-dae4-445b-9151-265fe82dbebd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f {
  padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f {
  padding-bottom: 20px;
}
}
#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dbaf6c6b-ba02-4214-a8dc-c1c1fb22418f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-24f9cf49-0a28-4206-a0f8-3ec77472169f {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-24f9cf49-0a28-4206-a0f8-3ec77472169f {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-24f9cf49-0a28-4206-a0f8-3ec77472169f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24f9cf49-0a28-4206-a0f8-3ec77472169f {
  cursor: pointer;
}#s-24f9cf49-0a28-4206-a0f8-3ec77472169f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b80139cc-faf8-4a6f-82bf-e7ac2d4319f2 {
  text-align: center;
}







  #s-b80139cc-faf8-4a6f-82bf-e7ac2d4319f2 img.shogun-image {
    

    
    
    
  }


#s-b80139cc-faf8-4a6f-82bf-e7ac2d4319f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-94d47152-7320-42e3-8331-0389fba3c091 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-94d47152-7320-42e3-8331-0389fba3c091 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94d47152-7320-42e3-8331-0389fba3c091 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94d47152-7320-42e3-8331-0389fba3c091 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-94d47152-7320-42e3-8331-0389fba3c091 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-94d47152-7320-42e3-8331-0389fba3c091 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-94d47152-7320-42e3-8331-0389fba3c091 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-94d47152-7320-42e3-8331-0389fba3c091 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-863d40db-b38a-488c-bcdd-490cce796ac4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-863d40db-b38a-488c-bcdd-490cce796ac4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-863d40db-b38a-488c-bcdd-490cce796ac4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-863d40db-b38a-488c-bcdd-490cce796ac4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-863d40db-b38a-488c-bcdd-490cce796ac4 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-863d40db-b38a-488c-bcdd-490cce796ac4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-863d40db-b38a-488c-bcdd-490cce796ac4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-a77e8233-2623-4e28-bc4e-acba463a41bf {
  padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-a77e8233-2623-4e28-bc4e-acba463a41bf {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a77e8233-2623-4e28-bc4e-acba463a41bf {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a77e8233-2623-4e28-bc4e-acba463a41bf {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-a77e8233-2623-4e28-bc4e-acba463a41bf {
  padding-bottom: 28px;
}
}
#s-a77e8233-2623-4e28-bc4e-acba463a41bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a77e8233-2623-4e28-bc4e-acba463a41bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-a3d5dc02-86b2-415a-8dc0-3079e5ea884a {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-a3d5dc02-86b2-415a-8dc0-3079e5ea884a {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-a3d5dc02-86b2-415a-8dc0-3079e5ea884a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d5dc02-86b2-415a-8dc0-3079e5ea884a {
  cursor: pointer;
}#s-a3d5dc02-86b2-415a-8dc0-3079e5ea884a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-040f606f-8edc-47e2-ae01-af6cda5e784c {
  text-align: center;
}







  #s-040f606f-8edc-47e2-ae01-af6cda5e784c img.shogun-image {
    

    
    
    
  }


#s-040f606f-8edc-47e2-ae01-af6cda5e784c .shogun-image-content {
  
    align-items: center;
  
}

#s-094c0126-735e-48f8-b87f-84f7aed17518 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-094c0126-735e-48f8-b87f-84f7aed17518 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-094c0126-735e-48f8-b87f-84f7aed17518 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-094c0126-735e-48f8-b87f-84f7aed17518 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-094c0126-735e-48f8-b87f-84f7aed17518 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-094c0126-735e-48f8-b87f-84f7aed17518 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-094c0126-735e-48f8-b87f-84f7aed17518 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-094c0126-735e-48f8-b87f-84f7aed17518 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6611920d-6fd4-4a4d-bfcd-d2f2db61416a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 {
  padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 {
  padding-bottom: 28px;
}
}
#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f6b5624a-42ab-4d6c-848f-97b3e086aab2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-bdfd30a3-cb25-4728-ba5f-caacd091c44d {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-bdfd30a3-cb25-4728-ba5f-caacd091c44d {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-bdfd30a3-cb25-4728-ba5f-caacd091c44d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfd30a3-cb25-4728-ba5f-caacd091c44d {
  cursor: pointer;
}#s-bdfd30a3-cb25-4728-ba5f-caacd091c44d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02cd63dc-96e9-4736-af11-097a2bc7c68e {
  text-align: center;
}







  #s-02cd63dc-96e9-4736-af11-097a2bc7c68e img.shogun-image {
    

    
    
    
  }


#s-02cd63dc-96e9-4736-af11-097a2bc7c68e .shogun-image-content {
  
    align-items: center;
  
}

#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 {
  padding-top: 11px;
padding-bottom: 11px;
}
}
#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-a04424da-3c6f-4072-ac09-3d0605dd32f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-530eef87-7d02-45af-ba88-73f41ea4f62b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-530eef87-7d02-45af-ba88-73f41ea4f62b {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-530eef87-7d02-45af-ba88-73f41ea4f62b {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-530eef87-7d02-45af-ba88-73f41ea4f62b {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-530eef87-7d02-45af-ba88-73f41ea4f62b {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-530eef87-7d02-45af-ba88-73f41ea4f62b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-530eef87-7d02-45af-ba88-73f41ea4f62b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 {
  padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 {
  padding-bottom: 28px;
}
}
#s-2752ae14-2282-4e0c-a03f-286efbc3dcf9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-21423944-6244-4b1a-bf9f-6d513465060c {
  margin-left: 16px;
margin-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-21423944-6244-4b1a-bf9f-6d513465060c {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-21423944-6244-4b1a-bf9f-6d513465060c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21423944-6244-4b1a-bf9f-6d513465060c {
  cursor: pointer;
}#s-21423944-6244-4b1a-bf9f-6d513465060c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc86afcb-3064-4121-a893-9092ffc438e2 {
  text-align: center;
}







  #s-fc86afcb-3064-4121-a893-9092ffc438e2 img.shogun-image {
    

    
    
    
  }


#s-fc86afcb-3064-4121-a893-9092ffc438e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f846d0b1-4437-4258-a165-4690b74487d1 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-f846d0b1-4437-4258-a165-4690b74487d1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f846d0b1-4437-4258-a165-4690b74487d1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f846d0b1-4437-4258-a165-4690b74487d1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-f846d0b1-4437-4258-a165-4690b74487d1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-f846d0b1-4437-4258-a165-4690b74487d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f846d0b1-4437-4258-a165-4690b74487d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}@media (max-width: 767px){#s-f846d0b1-4437-4258-a165-4690b74487d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: left;
}


}
#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-98ceda7b-5efc-4b94-b457-dc30309ad1f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd {
  padding-top: 10px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd {
  padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd {
  padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd {
  padding-bottom: 28px;
}
}
#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-53319d79-8e83-41d7-bcf3-94d9eded1ecd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 {
  margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 {
  display: none;
}
#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9, #wrap-s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 {
  display: none;
}
#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9, #wrap-s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 {
  display: none;
}
#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9, #wrap-s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 { display:none !important; }}@media (max-width: 767px){#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 {
  margin-left: 16px;
margin-bottom: 48px;
margin-right: 16px;
display: none;
}
#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9, #wrap-s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 { display:none !important; }}







#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf4971f9-bb6f-43f1-8e99-2abefe3b3cb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8734f35e-681e-4295-a64f-0e9bade31bc3 {
  text-align: center;
}
@media (max-width: 767px){#s-8734f35e-681e-4295-a64f-0e9bade31bc3 {
  display: none;
}
#s-8734f35e-681e-4295-a64f-0e9bade31bc3, #wrap-s-8734f35e-681e-4295-a64f-0e9bade31bc3 { display:none !important; }}






  #s-8734f35e-681e-4295-a64f-0e9bade31bc3 img.shogun-image {
    

    
    
    
  }


#s-8734f35e-681e-4295-a64f-0e9bade31bc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-949497dd-1b17-4d89-bfb5-24019c3a433a {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 75px;
padding-bottom: 5px;
padding-right: 75px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-949497dd-1b17-4d89-bfb5-24019c3a433a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-949497dd-1b17-4d89-bfb5-24019c3a433a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-949497dd-1b17-4d89-bfb5-24019c3a433a-root {
    text-align: center;
  }


#s-949497dd-1b17-4d89-bfb5-24019c3a433a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-949497dd-1b17-4d89-bfb5-24019c3a433a-root {
    text-align: center;
  }


#s-949497dd-1b17-4d89-bfb5-24019c3a433a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-949497dd-1b17-4d89-bfb5-24019c3a433a-root {
    text-align: center;
  }


#s-949497dd-1b17-4d89-bfb5-24019c3a433a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-949497dd-1b17-4d89-bfb5-24019c3a433a-root {
    text-align: center;
  }


#s-949497dd-1b17-4d89-bfb5-24019c3a433a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-949497dd-1b17-4d89-bfb5-24019c3a433a-root {
    text-align: center;
  }


#s-949497dd-1b17-4d89-bfb5-24019c3a433a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-efd3ea97-830e-4300-b30b-17c1d0b950bb {
  text-align: center;
}
@media (min-width: 1200px){#s-efd3ea97-830e-4300-b30b-17c1d0b950bb {
  display: none;
}
#s-efd3ea97-830e-4300-b30b-17c1d0b950bb, #wrap-s-efd3ea97-830e-4300-b30b-17c1d0b950bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efd3ea97-830e-4300-b30b-17c1d0b950bb {
  display: none;
}
#s-efd3ea97-830e-4300-b30b-17c1d0b950bb, #wrap-s-efd3ea97-830e-4300-b30b-17c1d0b950bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efd3ea97-830e-4300-b30b-17c1d0b950bb {
  display: none;
}
#s-efd3ea97-830e-4300-b30b-17c1d0b950bb, #wrap-s-efd3ea97-830e-4300-b30b-17c1d0b950bb { display:none !important; }}






  #s-efd3ea97-830e-4300-b30b-17c1d0b950bb img.shogun-image {
    

    
    
    
  }


#s-efd3ea97-830e-4300-b30b-17c1d0b950bb .shogun-image-content {
  
    align-items: center;
  
}

#s-738584e7-6336-47ef-9f4e-e4016a2d6973 {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 75px;
padding-bottom: 5px;
padding-right: 75px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-738584e7-6336-47ef-9f4e-e4016a2d6973:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-738584e7-6336-47ef-9f4e-e4016a2d6973:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-738584e7-6336-47ef-9f4e-e4016a2d6973-root {
    text-align: center;
  }


#s-738584e7-6336-47ef-9f4e-e4016a2d6973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-738584e7-6336-47ef-9f4e-e4016a2d6973-root {
    text-align: center;
  }


#s-738584e7-6336-47ef-9f4e-e4016a2d6973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-738584e7-6336-47ef-9f4e-e4016a2d6973-root {
    text-align: center;
  }


#s-738584e7-6336-47ef-9f4e-e4016a2d6973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-738584e7-6336-47ef-9f4e-e4016a2d6973-root {
    text-align: center;
  }


#s-738584e7-6336-47ef-9f4e-e4016a2d6973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-738584e7-6336-47ef-9f4e-e4016a2d6973-root {
    text-align: center;
  }


#s-738584e7-6336-47ef-9f4e-e4016a2d6973.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee {
  margin-left: 32px;
margin-bottom: 32px;
margin-right: 32px;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee {
  
}
}@media (max-width: 767px){#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee {
  margin-left: 16px;
margin-bottom: 48px;
margin-right: 16px;
}
}







#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3b9f857-818f-49b1-b1bc-0c7be96897ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7dc7dd67-32f2-4b38-afa4-0230e186a11d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dc7dd67-32f2-4b38-afa4-0230e186a11d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7dc7dd67-32f2-4b38-afa4-0230e186a11d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dc7dd67-32f2-4b38-afa4-0230e186a11d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f21a6edc-5e0e-4a9a-887d-d489af5a596a {
  text-align: center;
}







  #s-f21a6edc-5e0e-4a9a-887d-d489af5a596a img.shogun-image {
    

    
    
    
  }


#s-f21a6edc-5e0e-4a9a-887d-d489af5a596a .shogun-image-content {
  
    align-items: center;
  
}

#s-183ee5d0-0169-43e3-8cd7-00b707932831 {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 75px;
padding-bottom: 5px;
padding-right: 75px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-183ee5d0-0169-43e3-8cd7-00b707932831:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-183ee5d0-0169-43e3-8cd7-00b707932831:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-183ee5d0-0169-43e3-8cd7-00b707932831-root {
    text-align: center;
  }


#s-183ee5d0-0169-43e3-8cd7-00b707932831.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-183ee5d0-0169-43e3-8cd7-00b707932831-root {
    text-align: center;
  }


#s-183ee5d0-0169-43e3-8cd7-00b707932831.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-183ee5d0-0169-43e3-8cd7-00b707932831-root {
    text-align: center;
  }


#s-183ee5d0-0169-43e3-8cd7-00b707932831.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-183ee5d0-0169-43e3-8cd7-00b707932831-root {
    text-align: center;
  }


#s-183ee5d0-0169-43e3-8cd7-00b707932831.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-183ee5d0-0169-43e3-8cd7-00b707932831-root {
    text-align: center;
  }


#s-183ee5d0-0169-43e3-8cd7-00b707932831.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3826cc85-dc8a-4f45-93a0-8e55af855915 {
  text-align: center;
}







  #s-3826cc85-dc8a-4f45-93a0-8e55af855915 img.shogun-image {
    

    
    
    
  }


#s-3826cc85-dc8a-4f45-93a0-8e55af855915 .shogun-image-content {
  
    align-items: center;
  
}

#s-8794f246-bc56-4991-9efc-06d0e4a0a754 {
  background-size: undefined 0px;
padding-top: 5px;
padding-left: 75px;
padding-bottom: 5px;
padding-right: 75px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8794f246-bc56-4991-9efc-06d0e4a0a754:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8794f246-bc56-4991-9efc-06d0e4a0a754:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-8794f246-bc56-4991-9efc-06d0e4a0a754 {
  padding-left: 56px;
padding-right: 56px;
}
}

  #s-8794f246-bc56-4991-9efc-06d0e4a0a754-root {
    text-align: center;
  }


#s-8794f246-bc56-4991-9efc-06d0e4a0a754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8794f246-bc56-4991-9efc-06d0e4a0a754-root {
    text-align: center;
  }


#s-8794f246-bc56-4991-9efc-06d0e4a0a754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8794f246-bc56-4991-9efc-06d0e4a0a754-root {
    text-align: center;
  }


#s-8794f246-bc56-4991-9efc-06d0e4a0a754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8794f246-bc56-4991-9efc-06d0e4a0a754-root {
    text-align: center;
  }


#s-8794f246-bc56-4991-9efc-06d0e4a0a754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8794f246-bc56-4991-9efc-06d0e4a0a754-root {
    text-align: center;
  }


#s-8794f246-bc56-4991-9efc-06d0e4a0a754.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2a910ece-ca4d-481d-84da-7de3a99dd3f9 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-2a910ece-ca4d-481d-84da-7de3a99dd3f9 {
  
}
}







#s-2a910ece-ca4d-481d-84da-7de3a99dd3f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a910ece-ca4d-481d-84da-7de3a99dd3f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fc775ba-eafc-4f84-a4c3-2bb199e20655 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0%;
padding-left: 14%;
padding-bottom: 0%;
padding-right: 14%;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4fc775ba-eafc-4f84-a4c3-2bb199e20655 {
  padding-top: 0px;
padding-left: 48px;
padding-bottom: 0px;
padding-right: 48px;
}
}







#s-4fc775ba-eafc-4f84-a4c3-2bb199e20655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fc775ba-eafc-4f84-a4c3-2bb199e20655.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-23a368e9-40f3-41c9-90b8-ae3f1a609bdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-23a368e9-40f3-41c9-90b8-ae3f1a609bdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23a368e9-40f3-41c9-90b8-ae3f1a609bdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23a368e9-40f3-41c9-90b8-ae3f1a609bdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-af17050d-22e9-4096-89d0-cce22525052f {
  text-align: center;
}







  #s-af17050d-22e9-4096-89d0-cce22525052f img.shogun-image {
    

    
    
    
  }


#s-af17050d-22e9-4096-89d0-cce22525052f .shogun-image-content {
  
    align-items: center;
  
}

#s-c9dc395e-9496-4a89-acbb-7d8f9ea05f3c {
  text-align: center;
}







  #s-c9dc395e-9496-4a89-acbb-7d8f9ea05f3c img.shogun-image {
    

    
    
    
  }


#s-c9dc395e-9496-4a89-acbb-7d8f9ea05f3c .shogun-image-content {
  
    align-items: center;
  
}

#s-a4b0aefe-4ab2-4bc8-887a-ac941b147b2f {
  text-align: center;
}







  #s-a4b0aefe-4ab2-4bc8-887a-ac941b147b2f img.shogun-image {
    

    
    
    
  }


#s-a4b0aefe-4ab2-4bc8-887a-ac941b147b2f .shogun-image-content {
  
    align-items: center;
  
}

#s-50a3bf4d-fc7a-4669-b408-092bd8c06003 {
  text-align: center;
}







  #s-50a3bf4d-fc7a-4669-b408-092bd8c06003 img.shogun-image {
    

    
    
    
  }


#s-50a3bf4d-fc7a-4669-b408-092bd8c06003 .shogun-image-content {
  
    align-items: center;
  
}

#s-1363b03f-4205-4c71-8915-eda804169b07 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0%;
padding-left: 14%;
padding-bottom: 0%;
padding-right: 14%;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1363b03f-4205-4c71-8915-eda804169b07 {
  padding-left: 32px;
padding-right: 32px;
}
}







#s-1363b03f-4205-4c71-8915-eda804169b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1363b03f-4205-4c71-8915-eda804169b07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc7a8b28-f7ec-410d-9bb2-3e1e37ae035a {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cc7a8b28-f7ec-410d-9bb2-3e1e37ae035a {
  
}
}







#s-cc7a8b28-f7ec-410d-9bb2-3e1e37ae035a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7a8b28-f7ec-410d-9bb2-3e1e37ae035a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dff9262-1624-4994-8172-86d6123820c8 {
  margin-bottom: 16px;
min-height: 50px;
}








#s-3dff9262-1624-4994-8172-86d6123820c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dff9262-1624-4994-8172-86d6123820c8 {
  cursor: pointer;
}#s-3dff9262-1624-4994-8172-86d6123820c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03b94023-aa16-4e30-b1eb-e0b318e4c1e4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-03b94023-aa16-4e30-b1eb-e0b318e4c1e4 {
  padding-top: 8px;
padding-bottom: 0px;
}
}
#s-03b94023-aa16-4e30-b1eb-e0b318e4c1e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "FuturaLTPro-Book";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-03b94023-aa16-4e30-b1eb-e0b318e4c1e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "FuturaLTPro-Book";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-align: center;
}


}
#s-744968b5-442b-4092-8af9-cedd7483181e {
  padding-top: 8px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-744968b5-442b-4092-8af9-cedd7483181e {
  padding-bottom: 0px;
}
}
#s-744968b5-442b-4092-8af9-cedd7483181e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "FuturaLTPro-Book";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-744968b5-442b-4092-8af9-cedd7483181e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "FuturaLTPro-Book";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0px;
  text-align: center;
}


}
#s-d711463e-a719-46d4-a25b-075fb8379397 {
  padding-top: 8px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d711463e-a719-46d4-a25b-075fb8379397 {
  padding-bottom: 0px;
}
}
#s-d711463e-a719-46d4-a25b-075fb8379397 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d711463e-a719-46d4-a25b-075fb8379397 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: 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}
