.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-70970971-1097-48bd-95af-14ab3ec8da26 {
  padding-top: 6em;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 198, 41, 1);
}








#s-70970971-1097-48bd-95af-14ab3ec8da26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70970971-1097-48bd-95af-14ab3ec8da26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38d54c1c-c72f-415e-8cdf-c3210b9f9e64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-38d54c1c-c72f-415e-8cdf-c3210b9f9e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d54c1c-c72f-415e-8cdf-c3210b9f9e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98c32094-f8a6-4e4e-854b-f567145426a1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-bottom: 6%;
min-height: 50px;
}








#s-98c32094-f8a6-4e4e-854b-f567145426a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98c32094-f8a6-4e4e-854b-f567145426a1.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-f8daf590-eebe-4aa5-bc7c-822ec3cc701c {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 42em;
text-align: left;
}

#s-f8daf590-eebe-4aa5-bc7c-822ec3cc701c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 72px;
  
  
  text-align: left;
}



#s-20492fb3-f4cd-4221-bda7-03025ca79c0f {
  margin-top: 3em;
margin-bottom: 2em;
padding-top: 5px;
padding-bottom: 5px;
max-width: 30em;
text-align: left;
}
@media (max-width: 767px){#s-20492fb3-f4cd-4221-bda7-03025ca79c0f {
  margin-top: 1em;
margin-bottom: 1em;
}
}
#s-20492fb3-f4cd-4221-bda7-03025ca79c0f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-ccb384b6-7750-41d5-a7d9-2c6f8455a914 {
  margin-top: 4em;
margin-bottom: 4em;
}

#s-a7df1016-2cf5-4df7-b38c-dfe05ef6dc0c {
  text-align: left;
}

.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-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(65, 173, 73, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6:hover {background-color: rgba(65, 173, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6:active {background-color: rgba(65, 173, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
}
}

  #s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6-root {
    text-align: left;
  }


#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6-root {
    text-align: left;
  }


#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6-root {
    text-align: left;
  }


#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6-root {
    text-align: left;
  }


#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6-root {
    text-align: center;
  }


#s-8cd2dcc5-91ad-4bdf-b26d-7bd5dcc819c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
.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-b9e98844-147c-4fea-a1ff-65d51fd91d7f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-b9e98844-147c-4fea-a1ff-65d51fd91d7f {
  display: none;
}
#s-b9e98844-147c-4fea-a1ff-65d51fd91d7f, #wrap-s-b9e98844-147c-4fea-a1ff-65d51fd91d7f { display: none !important; }}
@media (min-width: 0px) {
[id="s-b9e98844-147c-4fea-a1ff-65d51fd91d7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-b9e98844-147c-4fea-a1ff-65d51fd91d7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e98844-147c-4fea-a1ff-65d51fd91d7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e98844-147c-4fea-a1ff-65d51fd91d7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-cd7b61f5-0496-40c8-a938-5f8bf913803e {
  min-height: 50px;
}
@media (max-width: 767px){#s-cd7b61f5-0496-40c8-a938-5f8bf913803e {
  margin-bottom: 20px;
}
}
#s-cd7b61f5-0496-40c8-a938-5f8bf913803e {
  background-image: url();
}








#s-cd7b61f5-0496-40c8-a938-5f8bf913803e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7b61f5-0496-40c8-a938-5f8bf913803e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aab7adb2-a61b-437c-be6d-c4d7828cd7c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-293e3ac3-4cc4-4acd-b117-9c136eedf119 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-293e3ac3-4cc4-4acd-b117-9c136eedf119 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-22c60a7a-74be-4749-98e4-00b2089ebefb {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-22c60a7a-74be-4749-98e4-00b2089ebefb .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-4b8766f5-799d-4e69-aced-11674a17e2ff {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b8766f5-799d-4e69-aced-11674a17e2ff {
  margin-bottom: 20px;
}
}
#s-4b8766f5-799d-4e69-aced-11674a17e2ff {
  background-image: url();
}








#s-4b8766f5-799d-4e69-aced-11674a17e2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b8766f5-799d-4e69-aced-11674a17e2ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d5c7a6-2fdd-404a-87cf-39c1022265d5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-7671e794-9e6e-4c49-b1f1-59312a2f9d7f {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7671e794-9e6e-4c49-b1f1-59312a2f9d7f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7cb5e1d9-2cf9-4ac7-99f8-caa151701c48 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 11em;
text-align: center;
}

#s-7cb5e1d9-2cf9-4ac7-99f8-caa151701c48 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-de40a734-51cf-4a5d-bea0-03742da347ee {
  min-height: 50px;
}
@media (max-width: 767px){#s-de40a734-51cf-4a5d-bea0-03742da347ee {
  margin-bottom: 20px;
}
}
#s-de40a734-51cf-4a5d-bea0-03742da347ee {
  background-image: url();
}








#s-de40a734-51cf-4a5d-bea0-03742da347ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de40a734-51cf-4a5d-bea0-03742da347ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e7328d-3c98-4799-8214-a2b5bf4b74eb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-61ad6421-4aec-48c0-9950-f64ff86f96e6 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61ad6421-4aec-48c0-9950-f64ff86f96e6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-8adaf438-704a-4d62-82fd-cbe5d26a5b5c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 12em;
text-align: center;
}

#s-8adaf438-704a-4d62-82fd-cbe5d26a5b5c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



#s-e7fe5d6b-6bb3-4422-8bac-21c13f800a30 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e7fe5d6b-6bb3-4422-8bac-21c13f800a30 {
  margin-bottom: 20px;
}
}
#s-e7fe5d6b-6bb3-4422-8bac-21c13f800a30 {
  background-image: url();
}








#s-e7fe5d6b-6bb3-4422-8bac-21c13f800a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7fe5d6b-6bb3-4422-8bac-21c13f800a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aaabe84-d60c-4e3e-8be8-3d8227d8d0fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3291a703-d006-4af7-a965-9e41d5fff30b {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3291a703-d006-4af7-a965-9e41d5fff30b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-0dcfca1b-2950-462b-8096-21b15ca173cc {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 10em;
text-align: center;
}

#s-0dcfca1b-2950-462b-8096-21b15ca173cc .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-c258593d-3b47-4a65-a3e6-f72c93b1a274 {
  text-align: center;
}
@media (min-width: 1200px){#s-c258593d-3b47-4a65-a3e6-f72c93b1a274 {
  display: none;
}
#s-c258593d-3b47-4a65-a3e6-f72c93b1a274, #wrap-s-c258593d-3b47-4a65-a3e6-f72c93b1a274 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c258593d-3b47-4a65-a3e6-f72c93b1a274 {
  display: none;
}
#s-c258593d-3b47-4a65-a3e6-f72c93b1a274, #wrap-s-c258593d-3b47-4a65-a3e6-f72c93b1a274 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c258593d-3b47-4a65-a3e6-f72c93b1a274 {
  display: none;
}
#s-c258593d-3b47-4a65-a3e6-f72c93b1a274, #wrap-s-c258593d-3b47-4a65-a3e6-f72c93b1a274 { display: none !important; }}






  #s-c258593d-3b47-4a65-a3e6-f72c93b1a274 img.shogun-image {
    

    
    
    
  }


#s-c258593d-3b47-4a65-a3e6-f72c93b1a274 .shogun-image-content {
  
    align-items: center;
  
}

.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-2040f1a2-d131-4f13-9b19-ccac0d1e50d4 {
  margin-top: 4em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
max-width: 1280px;
}

#s-a880532f-77eb-420d-821d-26dce0d4b467 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5em;
padding-left: 4%;
padding-bottom: 20em;
padding-right: 4%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a880532f-77eb-420d-821d-26dce0d4b467 {
  padding-bottom: 20em;
}
}@media (max-width: 767px){#s-a880532f-77eb-420d-821d-26dce0d4b467 {
  padding-top: 3em;
padding-bottom: 0em;
}
}
#s-a880532f-77eb-420d-821d-26dce0d4b467 {
  background-image: url();
}








#s-a880532f-77eb-420d-821d-26dce0d4b467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a880532f-77eb-420d-821d-26dce0d4b467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e32fb300-3039-4acb-a806-c1e3f9ff6faf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-e32fb300-3039-4acb-a806-c1e3f9ff6faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32fb300-3039-4acb-a806-c1e3f9ff6faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-684560bc-289f-4b22-9842-7a910eb172a7 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 35em;
text-align: left;
}

#s-684560bc-289f-4b22-9842-7a910eb172a7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



#s-cf596509-d120-4173-b1c5-de1d5a05e3ea {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 28em;
text-align: left;
}

#s-cf596509-d120-4173-b1c5-de1d5a05e3ea .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-62b47033-87ea-4c0a-8eb2-ded19983256b {
  padding-top: 15em;
padding-left: 4%;
padding-bottom: 15em;
padding-right: 4%;
min-height: 50px;
}

#s-62b47033-87ea-4c0a-8eb2-ded19983256b {
  background-image: url();
}








#s-62b47033-87ea-4c0a-8eb2-ded19983256b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b47033-87ea-4c0a-8eb2-ded19983256b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-151a589d-5601-45f8-b7df-2fb82e3cb3ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-151a589d-5601-45f8-b7df-2fb82e3cb3ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151a589d-5601-45f8-b7df-2fb82e3cb3ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2629648e-1e37-4ded-bc7a-554c00f12c73 {
  margin-left: auto;
min-height: 50px;
max-width: 640px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2629648e-1e37-4ded-bc7a-554c00f12c73 {
  max-width: 400px;
}
}







#s-2629648e-1e37-4ded-bc7a-554c00f12c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2629648e-1e37-4ded-bc7a-554c00f12c73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823e1492-e01b-4c2c-a117-04f78c14fbfa {
  margin-top: 0em;
margin-bottom: 30px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 29em;
text-align: left;
}

#s-823e1492-e01b-4c2c-a117-04f78c14fbfa .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: left;
}



.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-b3e2e7e9-020b-45ce-af2f-5371ff42ab8d {
  padding-top: 8%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(65, 173, 73, 1);
}








#s-b3e2e7e9-020b-45ce-af2f-5371ff42ab8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e2e7e9-020b-45ce-af2f-5371ff42ab8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-592df6b8-9987-4a73-900d-c36d5036c169 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-592df6b8-9987-4a73-900d-c36d5036c169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592df6b8-9987-4a73-900d-c36d5036c169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e309a8a-6168-495c-aeb4-5e70d0aa42ac {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 32em;
text-align: left;
}

#s-6e309a8a-6168-495c-aeb4-5e70d0aa42ac .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-c483e909-c2d5-4350-a77d-ebb97b4cef70 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c483e909-c2d5-4350-a77d-ebb97b4cef70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c483e909-c2d5-4350-a77d-ebb97b4cef70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c483e909-c2d5-4350-a77d-ebb97b4cef70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c483e909-c2d5-4350-a77d-ebb97b4cef70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-31ca328f-df05-44bc-b5d1-ce1e5c081a2e {
  margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}







  #s-31ca328f-df05-44bc-b5d1-ce1e5c081a2e img.shogun-image {
    

    
    
    
  }


#s-31ca328f-df05-44bc-b5d1-ce1e5c081a2e .shogun-image-content {
  
    align-items: center;
  
}

#s-cfab7cde-93be-4b67-b863-04ef698c7544 {
  max-width: 240px;
}

#s-94cf3e88-5f1c-4f11-b41f-ddb1b52f591c {
  margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}







  #s-94cf3e88-5f1c-4f11-b41f-ddb1b52f591c img.shogun-image {
    

    
    
    
  }


#s-94cf3e88-5f1c-4f11-b41f-ddb1b52f591c .shogun-image-content {
  
    align-items: center;
  
}

#s-c925bacd-c710-4f2c-98fc-2298602bb6e1 {
  max-width: 240px;
}

#s-92a21bac-7d4d-4846-b821-9d2d5e9dde61 {
  margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}
@media (max-width: 767px){#s-92a21bac-7d4d-4846-b821-9d2d5e9dde61 {
  margin-top: 20px;
}
}






  #s-92a21bac-7d4d-4846-b821-9d2d5e9dde61 img.shogun-image {
    

    
    
    
  }


#s-92a21bac-7d4d-4846-b821-9d2d5e9dde61 .shogun-image-content {
  
    align-items: center;
  
}

#s-e94e062b-7bea-4435-976a-a92341ad1a47 {
  max-width: 240px;
}

#s-ebfbd622-fdcd-4b02-8e8c-b7624bab4730 {
  margin-bottom: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
text-align: center;
}
@media (max-width: 767px){#s-ebfbd622-fdcd-4b02-8e8c-b7624bab4730 {
  margin-top: 20px;
}
}






  #s-ebfbd622-fdcd-4b02-8e8c-b7624bab4730 img.shogun-image {
    

    
    
    
  }


#s-ebfbd622-fdcd-4b02-8e8c-b7624bab4730 .shogun-image-content {
  
    align-items: center;
  
}

#s-6020018d-fcfc-40c3-89e6-8282fad9a479 {
  max-width: 240px;
}

#s-023d7669-3540-4f2d-93d5-bda1c7b109ed {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 8%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
min-height: 50px;
background-position: center center;
}








#s-023d7669-3540-4f2d-93d5-bda1c7b109ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-023d7669-3540-4f2d-93d5-bda1c7b109ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d21e6845-3635-4409-a9e7-dda2f04fbf9d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-d21e6845-3635-4409-a9e7-dda2f04fbf9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d21e6845-3635-4409-a9e7-dda2f04fbf9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aaefbc2-df06-4f8b-a624-51d92076bdc9 {
  margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 32em;
text-align: left;
}

#s-8aaefbc2-df06-4f8b-a624-51d92076bdc9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b2eab118-6206-4368-925e-edffde4cd786 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b2eab118-6206-4368-925e-edffde4cd786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2eab118-6206-4368-925e-edffde4cd786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2eab118-6206-4368-925e-edffde4cd786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2eab118-6206-4368-925e-edffde4cd786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e6523402-7796-4b5c-b3f7-bc3ff20dcef1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 240px;
max-width: 206px;
background-color: rgba(255, 198, 41, 1);
}
@media (max-width: 767px){#s-e6523402-7796-4b5c-b3f7-bc3ff20dcef1 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 140px;
max-width: 180px;
}
}







#s-e6523402-7796-4b5c-b3f7-bc3ff20dcef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6523402-7796-4b5c-b3f7-bc3ff20dcef1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-1408d88d-da3a-47d4-b510-60c58c35ee58 {
  min-height: 0px;
max-width: 70px;
text-align: center;
}







  img.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
    
    
  }


.s-1408d88d-da3a-47d4-b510-60c58c35ee58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
    
    
  }


.s-1408d88d-da3a-47d4-b510-60c58c35ee58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
    
    
  }


.s-1408d88d-da3a-47d4-b510-60c58c35ee58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
    
    
  }


.s-1408d88d-da3a-47d4-b510-60c58c35ee58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
    
    
  }


.s-1408d88d-da3a-47d4-b510-60c58c35ee58 .shogun-image-content {
  
    align-items: center;
  
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1408d88d-da3a-47d4-b510-60c58c35ee58.shogun-image {
  box-sizing: border-box;
}



}
#s-7f338cae-d9a6-4a54-b7a2-da4859e013bf {
  margin-top: 26px;
}

#s-f0a51716-baf5-4578-9ef1-1ea6ce7ef773 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 240px;
max-width: 206px;
background-color: rgba(255, 198, 41, 1);
}
@media (max-width: 767px){#s-f0a51716-baf5-4578-9ef1-1ea6ce7ef773 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 140px;
max-width: 180px;
}
}







#s-f0a51716-baf5-4578-9ef1-1ea6ce7ef773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a51716-baf5-4578-9ef1-1ea6ce7ef773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417 {
  max-width: 70px;
text-align: center;
}







  img.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
    
    
  }


.s-ab33b327-94d4-4e55-a1f8-a0802696c417 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
    
    
  }


.s-ab33b327-94d4-4e55-a1f8-a0802696c417 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
    
    
  }


.s-ab33b327-94d4-4e55-a1f8-a0802696c417 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
    
    
  }


.s-ab33b327-94d4-4e55-a1f8-a0802696c417 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
    
    
  }


.s-ab33b327-94d4-4e55-a1f8-a0802696c417 .shogun-image-content {
  
    align-items: center;
  
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab33b327-94d4-4e55-a1f8-a0802696c417.shogun-image {
  box-sizing: border-box;
}



}
#s-1e5a94a6-07ec-421f-b586-b02c1175a61c {
  margin-top: 26px;
}

#s-3d8576db-2377-45c8-8364-b48bd43a0afc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
min-height: 240px;
max-width: 206px;
background-color: rgba(255, 198, 41, 1);
}
@media (max-width: 767px){#s-3d8576db-2377-45c8-8364-b48bd43a0afc {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 140px;
max-width: 180px;
}
}







#s-3d8576db-2377-45c8-8364-b48bd43a0afc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d8576db-2377-45c8-8364-b48bd43a0afc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 {
  text-align: center;
}
@media (max-width: 767px){#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 {
  max-width: 70px;
}
}






  img.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
    
    
  }


.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
    
    
  }


.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
    
    
  }


.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
    
    
  }


.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
    
    
  }


.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd95e906-a015-4a1c-95d8-47c4ed7a2870.shogun-image {
  box-sizing: border-box;
}



}
#s-d77f3e52-604d-49ad-bc7d-d6040238ea53 {
  margin-top: 26px;
}

#s-61d4059f-d671-4b50-bf7b-7379cc8ab9bd {
  text-align: left;
}

#s-32eb2de8-76c9-44bc-ac02-60efd1269511 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
background-color: rgba(65, 173, 73, 1);
}








#s-32eb2de8-76c9-44bc-ac02-60efd1269511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32eb2de8-76c9-44bc-ac02-60efd1269511.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-513cdc0b-f436-4a63-8ef6-beac99042b63 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-513cdc0b-f436-4a63-8ef6-beac99042b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-513cdc0b-f436-4a63-8ef6-beac99042b63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fb92c30-52e6-4604-aab8-8266cf3708a2 {
  margin-top: 1em;
margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fb92c30-52e6-4604-aab8-8266cf3708a2 {
  
}
}@media (max-width: 767px){#s-3fb92c30-52e6-4604-aab8-8266cf3708a2 {
  
}
}
#s-3fb92c30-52e6-4604-aab8-8266cf3708a2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1em;
  
  text-align: left;
}



#s-564cffd8-6f31-4749-9de0-ffa46534eb93 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1280px;
}
@media (max-width: 767px){#s-564cffd8-6f31-4749-9de0-ffa46534eb93 {
  
}
}
@media (min-width: 0px) {
[id="s-564cffd8-6f31-4749-9de0-ffa46534eb93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564cffd8-6f31-4749-9de0-ffa46534eb93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-564cffd8-6f31-4749-9de0-ffa46534eb93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-564cffd8-6f31-4749-9de0-ffa46534eb93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a69fe2ef-cfb6-4931-bf19-ea01078f8c85 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-a69fe2ef-cfb6-4931-bf19-ea01078f8c85 img.shogun-image {
    

    
    
    
  }


#s-a69fe2ef-cfb6-4931-bf19-ea01078f8c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-405a9480-e0a4-4508-8563-80275fb42e21 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 70px;
padding-right: 2%;
min-height: 50px;
background-color: rgba(65, 173, 73, 1);
}








#s-405a9480-e0a4-4508-8563-80275fb42e21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405a9480-e0a4-4508-8563-80275fb42e21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74b0d1f5-1a0b-4f17-b30a-70a3201f3e11 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-74b0d1f5-1a0b-4f17-b30a-70a3201f3e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b0d1f5-1a0b-4f17-b30a-70a3201f3e11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed21a8c-1cd5-40ca-ae3d-37a00d93f55f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 33em;
text-align: center;
}

#s-eed21a8c-1cd5-40ca-ae3d-37a00d93f55f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  
  text-align: center;
}



#s-425c8c76-a8e1-4cba-bd45-6818f32bdc3e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 1280px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-a2ad99ce-e1ae-424f-8411-0a3a3d004360 {
  padding-top: 30px;
padding-left: 4%;
padding-bottom: 30px;
padding-right: 4%;
min-height: 50px;
}

#s-a2ad99ce-e1ae-424f-8411-0a3a3d004360 {
  background-image: url();
}








#s-a2ad99ce-e1ae-424f-8411-0a3a3d004360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ad99ce-e1ae-424f-8411-0a3a3d004360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d35068-70d0-40fa-ad53-c2cced226dff {
  margin-top: 93px;
margin-left: auto;
margin-bottom: 93px;
margin-right: auto;
min-height: 50px;
max-width: 1280px;
}








#s-28d35068-70d0-40fa-ad53-c2cced226dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d35068-70d0-40fa-ad53-c2cced226dff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a7a58d4-3209-4d2d-8eb0-75f480e8d7c7 {
  margin-left: auto;
min-height: 50px;
max-width: 640px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a7a58d4-3209-4d2d-8eb0-75f480e8d7c7 {
  max-width: 400px;
}
}







#s-1a7a58d4-3209-4d2d-8eb0-75f480e8d7c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a7a58d4-3209-4d2d-8eb0-75f480e8d7c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-313d3566-aef9-46eb-9299-fa26fd2fdf28 {
  margin-top: 0em;
margin-bottom: 30px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 29em;
text-align: left;
}

#s-313d3566-aef9-46eb-9299-fa26fd2fdf28 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b42c1e52-f894-4597-bc62-b1abba7f67bb {
  margin-top: 100px;
padding-top: 0.5em;
padding-left: 22%;
padding-bottom: 0.5em;
padding-right: 22%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
background-color: rgba(65, 173, 73, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b42c1e52-f894-4597-bc62-b1abba7f67bb:hover {background-color: rgba(65, 173, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b42c1e52-f894-4597-bc62-b1abba7f67bb:active {background-color: rgba(65, 173, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-b42c1e52-f894-4597-bc62-b1abba7f67bb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
max-width: 100%;
text-align: center;
text-decoration: none;
}
}

  #s-b42c1e52-f894-4597-bc62-b1abba7f67bb-root {
    text-align: left;
  }


#s-b42c1e52-f894-4597-bc62-b1abba7f67bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b42c1e52-f894-4597-bc62-b1abba7f67bb-root {
    text-align: left;
  }


#s-b42c1e52-f894-4597-bc62-b1abba7f67bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b42c1e52-f894-4597-bc62-b1abba7f67bb-root {
    text-align: left;
  }


#s-b42c1e52-f894-4597-bc62-b1abba7f67bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b42c1e52-f894-4597-bc62-b1abba7f67bb-root {
    text-align: left;
  }


#s-b42c1e52-f894-4597-bc62-b1abba7f67bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b42c1e52-f894-4597-bc62-b1abba7f67bb-root {
    text-align: center;
  }


#s-b42c1e52-f894-4597-bc62-b1abba7f67bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $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}
