.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-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a282456a-6af0-44ae-8093-958fa5c6f401 {
  min-height: 50px;
}








#s-a282456a-6af0-44ae-8093-958fa5c6f401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a282456a-6af0-44ae-8093-958fa5c6f401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2efc80a5-5d96-4325-986d-623023645671 {
  min-height: 50px;
}








#s-2efc80a5-5d96-4325-986d-623023645671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2efc80a5-5d96-4325-986d-623023645671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4618f041-6342-4953-a7a9-c42be41410e6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4618f041-6342-4953-a7a9-c42be41410e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4618f041-6342-4953-a7a9-c42be41410e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4618f041-6342-4953-a7a9-c42be41410e6 {
  
}
}@media (max-width: 767px){#s-4618f041-6342-4953-a7a9-c42be41410e6 {
  
}
}







#s-4618f041-6342-4953-a7a9-c42be41410e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4618f041-6342-4953-a7a9-c42be41410e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
}
@media (min-width: 1200px){#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 {
  
}
}@media (max-width: 767px){#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 {
  
}
}







#s-b2245b87-f83f-4e30-b156-4ea42e7f3491 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-b2245b87-f83f-4e30-b156-4ea42e7f3491.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1b21a8c2-709e-47cc-977e-04ff5746abfd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1b21a8c2-709e-47cc-977e-04ff5746abfd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1b21a8c2-709e-47cc-977e-04ff5746abfd .shg-sld-nav-button.shg-sld-left,
#s-1b21a8c2-709e-47cc-977e-04ff5746abfd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-c0b7d372-db7d-4232-b652-69d71a16ddc8 {
  text-align: left;
opacity: 0.7;
}







  #s-c0b7d372-db7d-4232-b652-69d71a16ddc8 img.shogun-image {
    

    
    
    
  }


#s-c0b7d372-db7d-4232-b652-69d71a16ddc8 .shogun-image-content {
  
    align-items: 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-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d0400d66-e5b6-47cd-afc3-711c39b352f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 {
  box-shadow:1px 1px 1px 1px rgba(64, 64, 64, 0);
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 {
  
}
}@media (max-width: 767px){#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 {
  
}
}
#s-24b97812-9c5c-4afc-8e91-bc30a4d92390 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-69995538-5d55-493f-934e-f7ecde6db00f hr {
  border-top: 2px solid #ddd;
}

.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-979dd4ba-027e-46e3-9338-1264d46f7cc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-979dd4ba-027e-46e3-9338-1264d46f7cc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-979dd4ba-027e-46e3-9338-1264d46f7cc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-979dd4ba-027e-46e3-9338-1264d46f7cc5-root {
    text-align: center;
  }


#s-979dd4ba-027e-46e3-9338-1264d46f7cc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-979dd4ba-027e-46e3-9338-1264d46f7cc5-root {
    text-align: center;
  }


#s-979dd4ba-027e-46e3-9338-1264d46f7cc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-979dd4ba-027e-46e3-9338-1264d46f7cc5-root {
    text-align: center;
  }


#s-979dd4ba-027e-46e3-9338-1264d46f7cc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-979dd4ba-027e-46e3-9338-1264d46f7cc5-root {
    text-align: center;
  }


#s-979dd4ba-027e-46e3-9338-1264d46f7cc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-979dd4ba-027e-46e3-9338-1264d46f7cc5-root {
    text-align: center;
  }


#s-979dd4ba-027e-46e3-9338-1264d46f7cc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4840f45c-a99a-4af1-bf3a-1777cf1cab71 {
  text-align: center;
opacity: 0.71;
}







  #s-4840f45c-a99a-4af1-bf3a-1777cf1cab71 img.shogun-image {
    

    
    
    
  }


#s-4840f45c-a99a-4af1-bf3a-1777cf1cab71 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c3b51331-5001-43c6-9b81-1fa9ab10783f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b51331-5001-43c6-9b81-1fa9ab10783f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b51331-5001-43c6-9b81-1fa9ab10783f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b51331-5001-43c6-9b81-1fa9ab10783f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-94bee4b5-3f16-404c-b892-510e44afc850 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-94bee4b5-3f16-404c-b892-510e44afc850 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94bee4b5-3f16-404c-b892-510e44afc850 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94bee4b5-3f16-404c-b892-510e44afc850 {
  
}
}@media (max-width: 767px){#s-94bee4b5-3f16-404c-b892-510e44afc850 {
  
}
}
#s-94bee4b5-3f16-404c-b892-510e44afc850 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-0d541991-a5ba-453d-a01f-0a7f395bca3a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0d541991-a5ba-453d-a01f-0a7f395bca3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d541991-a5ba-453d-a01f-0a7f395bca3a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d541991-a5ba-453d-a01f-0a7f395bca3a-root {
    text-align: center;
  }


#s-0d541991-a5ba-453d-a01f-0a7f395bca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d541991-a5ba-453d-a01f-0a7f395bca3a-root {
    text-align: center;
  }


#s-0d541991-a5ba-453d-a01f-0a7f395bca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d541991-a5ba-453d-a01f-0a7f395bca3a-root {
    text-align: center;
  }


#s-0d541991-a5ba-453d-a01f-0a7f395bca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d541991-a5ba-453d-a01f-0a7f395bca3a-root {
    text-align: center;
  }


#s-0d541991-a5ba-453d-a01f-0a7f395bca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d541991-a5ba-453d-a01f-0a7f395bca3a-root {
    text-align: center;
  }


#s-0d541991-a5ba-453d-a01f-0a7f395bca3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9863d94-3f14-40f9-8b14-1d472032b245 {
  text-align: center;
opacity: 1;
}







  #s-f9863d94-3f14-40f9-8b14-1d472032b245 img.shogun-image {
    

    
    
    
  }


#s-f9863d94-3f14-40f9-8b14-1d472032b245 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7a483c8a-75e7-4f5f-8780-0efb30da0f7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a483c8a-75e7-4f5f-8780-0efb30da0f7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a483c8a-75e7-4f5f-8780-0efb30da0f7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a483c8a-75e7-4f5f-8780-0efb30da0f7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b {
  
}
}@media (max-width: 767px){#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b {
  
}
}
#s-9882ef89-3ee2-4ab2-9f15-cffbe3d8be8b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 0px;
}
#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4db8b96a-c09d-47e7-b1f5-077cd891ca13-root {
    text-align: center;
  }


#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4db8b96a-c09d-47e7-b1f5-077cd891ca13-root {
    text-align: center;
  }


#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4db8b96a-c09d-47e7-b1f5-077cd891ca13-root {
    text-align: center;
  }


#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4db8b96a-c09d-47e7-b1f5-077cd891ca13-root {
    text-align: center;
  }


#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4db8b96a-c09d-47e7-b1f5-077cd891ca13-root {
    text-align: center;
  }


#s-4db8b96a-c09d-47e7-b1f5-077cd891ca13.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ef70df3b-0676-46f3-9a93-9e5eecd76c0e {
  min-height: 50px;
}








#s-ef70df3b-0676-46f3-9a93-9e5eecd76c0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef70df3b-0676-46f3-9a93-9e5eecd76c0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e729e618-1e85-4d7e-8cac-d8f01fda1e28 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-e729e618-1e85-4d7e-8cac-d8f01fda1e28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e729e618-1e85-4d7e-8cac-d8f01fda1e28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e729e618-1e85-4d7e-8cac-d8f01fda1e28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e729e618-1e85-4d7e-8cac-d8f01fda1e28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d92a3477-2776-453b-b88a-39173401bb96 {
  min-height: 50px;
}








#s-d92a3477-2776-453b-b88a-39173401bb96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92a3477-2776-453b-b88a-39173401bb96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3579333-3508-42aa-aa19-6923ed07c067 {
  min-height: 50px;
}








#s-a3579333-3508-42aa-aa19-6923ed07c067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3579333-3508-42aa-aa19-6923ed07c067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 {
  
}
}@media (max-width: 767px){#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 {
  
}
}
#s-f46daa09-b9c3-464e-b6e1-c901d35c3c89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



.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-cf9c8f2b-45b9-42ff-9e4d-51c38ce40b81 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-cf9c8f2b-45b9-42ff-9e4d-51c38ce40b81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9c8f2b-45b9-42ff-9e4d-51c38ce40b81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9c8f2b-45b9-42ff-9e4d-51c38ce40b81 {
  
}
}@media (max-width: 767px){#s-cf9c8f2b-45b9-42ff-9e4d-51c38ce40b81 {
  
}
}
#s-0692c8b1-617c-44a7-8601-3fee8b5614c4 {
  min-height: 50px;
}








#s-0692c8b1-617c-44a7-8601-3fee8b5614c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0692c8b1-617c-44a7-8601-3fee8b5614c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef {
  
}
}@media (max-width: 767px){#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef {
  
}
}
#s-1312ace5-b1a0-43b6-8a25-836f9b7310ef .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-1f15ca5e-2a28-47ab-abba-8dcb43947e2c {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-1f15ca5e-2a28-47ab-abba-8dcb43947e2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f15ca5e-2a28-47ab-abba-8dcb43947e2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f15ca5e-2a28-47ab-abba-8dcb43947e2c {
  
}
}@media (max-width: 767px){#s-1f15ca5e-2a28-47ab-abba-8dcb43947e2c {
  
}
}
#s-c58fee74-d278-4145-93e6-30afb1656c8b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c58fee74-d278-4145-93e6-30afb1656c8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c58fee74-d278-4145-93e6-30afb1656c8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c58fee74-d278-4145-93e6-30afb1656c8b {
  
}
}@media (max-width: 767px){#s-c58fee74-d278-4145-93e6-30afb1656c8b {
  
}
}
#s-c58fee74-d278-4145-93e6-30afb1656c8b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-5302d70a-b9ff-4f8f-94f1-bd2935c29f62 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5302d70a-b9ff-4f8f-94f1-bd2935c29f62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5302d70a-b9ff-4f8f-94f1-bd2935c29f62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5302d70a-b9ff-4f8f-94f1-bd2935c29f62 {
  
}
}@media (max-width: 767px){#s-5302d70a-b9ff-4f8f-94f1-bd2935c29f62 {
  
}
}
#s-4329f04c-0035-415a-b8d5-3f6c04dc1003 {
  min-height: 50px;
}








#s-4329f04c-0035-415a-b8d5-3f6c04dc1003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4329f04c-0035-415a-b8d5-3f6c04dc1003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-745c6ec7-cf63-424f-8805-61408aba950c {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-745c6ec7-cf63-424f-8805-61408aba950c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-745c6ec7-cf63-424f-8805-61408aba950c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-745c6ec7-cf63-424f-8805-61408aba950c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-745c6ec7-cf63-424f-8805-61408aba950c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085 {
  
}
}@media (max-width: 767px){#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085 {
  
}
}

  #s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085-root {
    text-align: center;
  }


#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085-root {
    text-align: center;
  }


#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085-root {
    text-align: center;
  }


#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085-root {
    text-align: center;
  }


#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085-root {
    text-align: center;
  }


#s-6291ac57-8fb2-4d2b-bef8-6ada5f7dc085.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-12f91c7a-c737-40fa-89c9-b47e21811810 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-12f91c7a-c737-40fa-89c9-b47e21811810:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-12f91c7a-c737-40fa-89c9-b47e21811810:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-12f91c7a-c737-40fa-89c9-b47e21811810 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12f91c7a-c737-40fa-89c9-b47e21811810 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12f91c7a-c737-40fa-89c9-b47e21811810 {
  
}
}@media (max-width: 767px){#s-12f91c7a-c737-40fa-89c9-b47e21811810 {
  
}
}

  #s-12f91c7a-c737-40fa-89c9-b47e21811810-root {
    text-align: center;
  }


#s-12f91c7a-c737-40fa-89c9-b47e21811810.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-12f91c7a-c737-40fa-89c9-b47e21811810-root {
    text-align: center;
  }


#s-12f91c7a-c737-40fa-89c9-b47e21811810.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12f91c7a-c737-40fa-89c9-b47e21811810-root {
    text-align: center;
  }


#s-12f91c7a-c737-40fa-89c9-b47e21811810.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12f91c7a-c737-40fa-89c9-b47e21811810-root {
    text-align: center;
  }


#s-12f91c7a-c737-40fa-89c9-b47e21811810.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12f91c7a-c737-40fa-89c9-b47e21811810-root {
    text-align: center;
  }


#s-12f91c7a-c737-40fa-89c9-b47e21811810.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68 {
  
}
}@media (max-width: 767px){#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68 {
  
}
}

  #s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68-root {
    text-align: center;
  }


#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68-root {
    text-align: center;
  }


#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68-root {
    text-align: center;
  }


#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68-root {
    text-align: center;
  }


#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68-root {
    text-align: center;
  }


#s-fc388a19-9c51-4fe0-bca4-1ffcf4f81a68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd {
  
}
}@media (max-width: 767px){#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd {
  
}
}
#s-67571ecf-0927-45e7-8dcf-8df3e5c7eddd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2458ecdb-4b7a-44b1-9bcb-8a9baba549e0 {
  min-height: 50px;
}








#s-2458ecdb-4b7a-44b1-9bcb-8a9baba549e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2458ecdb-4b7a-44b1-9bcb-8a9baba549e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-850cdf75-5f1d-4f0a-a53c-721057793ad7 {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}







  #s-850cdf75-5f1d-4f0a-a53c-721057793ad7 img.shogun-image {
    

    
    
    
  }


#s-850cdf75-5f1d-4f0a-a53c-721057793ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d4986bb-e70b-4d77-a199-b98deb5c726e {
  min-height: 50px;
}








#s-0d4986bb-e70b-4d77-a199-b98deb5c726e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4986bb-e70b-4d77-a199-b98deb5c726e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfc2dbf2-cc83-4dc4-b413-4cd2cbcacd18 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-cfc2dbf2-cc83-4dc4-b413-4cd2cbcacd18 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cfc2dbf2-cc83-4dc4-b413-4cd2cbcacd18 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cfc2dbf2-cc83-4dc4-b413-4cd2cbcacd18 {
  
}
}@media (max-width: 767px){#s-cfc2dbf2-cc83-4dc4-b413-4cd2cbcacd18 {
  
}
}
#s-8ad2b72e-3be8-4e48-a374-cab90b0e0e90 {
  min-height: 50px;
}








#s-8ad2b72e-3be8-4e48-a374-cab90b0e0e90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ad2b72e-3be8-4e48-a374-cab90b0e0e90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d3fd81b-cb6d-4155-8c2c-1f2a406bcf21 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-8d3fd81b-cb6d-4155-8c2c-1f2a406bcf21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d3fd81b-cb6d-4155-8c2c-1f2a406bcf21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d3fd81b-cb6d-4155-8c2c-1f2a406bcf21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d3fd81b-cb6d-4155-8c2c-1f2a406bcf21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ed5b795-9a1c-4071-b373-3d69204943df {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-9ed5b795-9a1c-4071-b373-3d69204943df:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9ed5b795-9a1c-4071-b373-3d69204943df:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ed5b795-9a1c-4071-b373-3d69204943df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ed5b795-9a1c-4071-b373-3d69204943df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ed5b795-9a1c-4071-b373-3d69204943df {
  
}
}@media (max-width: 767px){#s-9ed5b795-9a1c-4071-b373-3d69204943df {
  
}
}

  #s-9ed5b795-9a1c-4071-b373-3d69204943df-root {
    text-align: center;
  }


#s-9ed5b795-9a1c-4071-b373-3d69204943df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ed5b795-9a1c-4071-b373-3d69204943df-root {
    text-align: center;
  }


#s-9ed5b795-9a1c-4071-b373-3d69204943df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ed5b795-9a1c-4071-b373-3d69204943df-root {
    text-align: center;
  }


#s-9ed5b795-9a1c-4071-b373-3d69204943df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ed5b795-9a1c-4071-b373-3d69204943df-root {
    text-align: center;
  }


#s-9ed5b795-9a1c-4071-b373-3d69204943df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ed5b795-9a1c-4071-b373-3d69204943df-root {
    text-align: center;
  }


#s-9ed5b795-9a1c-4071-b373-3d69204943df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b {
  
}
}@media (max-width: 767px){#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b {
  
}
}
#s-0020b9b9-de5d-4860-b5f0-5b8bc3cf3b2b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-36b475e9-ef28-4a7b-81df-1658c0549380 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-36b475e9-ef28-4a7b-81df-1658c0549380 img.shogun-image {
    

    
    
    
  }


#s-36b475e9-ef28-4a7b-81df-1658c0549380 .shogun-image-content {
  
    align-items: center;
  
}

#s-8de16566-a75d-4089-ae92-adedd96af600 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-8de16566-a75d-4089-ae92-adedd96af600"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8de16566-a75d-4089-ae92-adedd96af600"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8de16566-a75d-4089-ae92-adedd96af600"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8de16566-a75d-4089-ae92-adedd96af600"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-41734128-46bf-49d5-80f0-666f900d6efc {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-41734128-46bf-49d5-80f0-666f900d6efc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41734128-46bf-49d5-80f0-666f900d6efc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41734128-46bf-49d5-80f0-666f900d6efc {
  
}
}@media (max-width: 767px){#s-41734128-46bf-49d5-80f0-666f900d6efc {
  margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-ae5fd82f-4ede-4cc3-9f3b-6cb284f0674c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae5fd82f-4ede-4cc3-9f3b-6cb284f0674c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae5fd82f-4ede-4cc3-9f3b-6cb284f0674c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae5fd82f-4ede-4cc3-9f3b-6cb284f0674c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89 {
  
}
}@media (max-width: 767px){#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89 {
  
}
}

  #s-add95cb1-8c4f-4cce-a3f2-528d7c157e89-root {
    text-align: center;
  }


#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-add95cb1-8c4f-4cce-a3f2-528d7c157e89-root {
    text-align: center;
  }


#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-add95cb1-8c4f-4cce-a3f2-528d7c157e89-root {
    text-align: center;
  }


#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-add95cb1-8c4f-4cce-a3f2-528d7c157e89-root {
    text-align: center;
  }


#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-add95cb1-8c4f-4cce-a3f2-528d7c157e89-root {
    text-align: center;
  }


#s-add95cb1-8c4f-4cce-a3f2-528d7c157e89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-45675d07-d622-4487-93c0-b91fedb617a0 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-45675d07-d622-4487-93c0-b91fedb617a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45675d07-d622-4487-93c0-b91fedb617a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45675d07-d622-4487-93c0-b91fedb617a0 {
  
}
}@media (max-width: 767px){#s-45675d07-d622-4487-93c0-b91fedb617a0 {
  
}
}







#s-45675d07-d622-4487-93c0-b91fedb617a0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-45675d07-d622-4487-93c0-b91fedb617a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25de0403-5dd1-4c66-8199-154c0c8038ec {
  min-height: 50px;
}








#s-25de0403-5dd1-4c66-8199-154c0c8038ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25de0403-5dd1-4c66-8199-154c0c8038ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 {
  
}
}@media (max-width: 767px){#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 {
  
}
}
#s-b789d05a-14d5-4bc8-b187-fca431b6d2c1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-3c6c072b-3571-4ec7-8b11-1280c1167e27 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-3c6c072b-3571-4ec7-8b11-1280c1167e27 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c6c072b-3571-4ec7-8b11-1280c1167e27 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c6c072b-3571-4ec7-8b11-1280c1167e27 {
  
}
}@media (max-width: 767px){#s-3c6c072b-3571-4ec7-8b11-1280c1167e27 {
  
}
}
#s-b8af6a52-c4dd-408f-9a52-a7ee555a3b24 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-b8af6a52-c4dd-408f-9a52-a7ee555a3b24 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8af6a52-c4dd-408f-9a52-a7ee555a3b24 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8af6a52-c4dd-408f-9a52-a7ee555a3b24 {
  
}
}@media (max-width: 767px){#s-b8af6a52-c4dd-408f-9a52-a7ee555a3b24 {
  
}
}
#s-d468cdb9-47c6-45c2-bc20-5c0184519094 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-d468cdb9-47c6-45c2-bc20-5c0184519094 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d468cdb9-47c6-45c2-bc20-5c0184519094 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d468cdb9-47c6-45c2-bc20-5c0184519094 {
  
}
}@media (max-width: 767px){#s-d468cdb9-47c6-45c2-bc20-5c0184519094 {
  
}
}
#s-250c036b-2c92-41f9-b608-2202596c2c7a {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-250c036b-2c92-41f9-b608-2202596c2c7a {
  display: unset;
}
#s-250c036b-2c92-41f9-b608-2202596c2c7a, #wrap-s-250c036b-2c92-41f9-b608-2202596c2c7a { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-250c036b-2c92-41f9-b608-2202596c2c7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-250c036b-2c92-41f9-b608-2202596c2c7a {
  display: none;
}
#s-250c036b-2c92-41f9-b608-2202596c2c7a, #wrap-s-250c036b-2c92-41f9-b608-2202596c2c7a { display: none !important; }}@media (max-width: 767px){#s-250c036b-2c92-41f9-b608-2202596c2c7a {
  display: none;
}
#s-250c036b-2c92-41f9-b608-2202596c2c7a, #wrap-s-250c036b-2c92-41f9-b608-2202596c2c7a { display: none !important; }}
#s-182ab6a9-c7cb-418e-ab8d-b1650fd282e4 {
  padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-182ab6a9-c7cb-418e-ab8d-b1650fd282e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-182ab6a9-c7cb-418e-ab8d-b1650fd282e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-182ab6a9-c7cb-418e-ab8d-b1650fd282e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-182ab6a9-c7cb-418e-ab8d-b1650fd282e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 119, 17, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28:active {background-color: rgba(232, 0, 51, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28 {
  
}
}@media (max-width: 767px){#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28 {
  
}
}

  #s-7a76b0d2-988a-47f0-89ea-edf04ad84e28-root {
    text-align: center;
  }


#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a76b0d2-988a-47f0-89ea-edf04ad84e28-root {
    text-align: center;
  }


#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a76b0d2-988a-47f0-89ea-edf04ad84e28-root {
    text-align: center;
  }


#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a76b0d2-988a-47f0-89ea-edf04ad84e28-root {
    text-align: center;
  }


#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a76b0d2-988a-47f0-89ea-edf04ad84e28-root {
    text-align: center;
  }


#s-7a76b0d2-988a-47f0-89ea-edf04ad84e28.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e7a3a4-7930-4e54-9e6b-d18f08dbd5a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}@media (max-width: 767px){#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 {
  
}
}







#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc9584b-1d9b-47bf-9ae1-428293e8f152.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}@media (max-width: 767px){#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda {
  
}
}







#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51a2e8e-d33b-4d05-a8dc-cd605ea68bda.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28464480-cabb-42df-b125-e12e529a4782 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}@media (max-width: 767px){#s-28464480-cabb-42df-b125-e12e529a4782 {
  
}
}







#s-28464480-cabb-42df-b125-e12e529a4782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28464480-cabb-42df-b125-e12e529a4782.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(234, 249, 254, 1);
}
@media (min-width: 1200px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}@media (max-width: 767px){#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c {
  
}
}







#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-a8343895-53f0-4e40-a1e2-49cceb54cc0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}@media (max-width: 767px){#s-27d999ea-147c-4b68-8e21-9863e5528140 {
  
}
}







#s-27d999ea-147c-4b68-8e21-9863e5528140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d999ea-147c-4b68-8e21-9863e5528140.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}@media (max-width: 767px){#s-694686f6-b8e4-4faf-96ec-c69834ca109e {
  
}
}







#s-694686f6-b8e4-4faf-96ec-c69834ca109e > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-694686f6-b8e4-4faf-96ec-c69834ca109e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ece535a-dd02-4d7e-86da-0abe52e18924 {
  text-align: center;
}







  #s-3ece535a-dd02-4d7e-86da-0abe52e18924 img.shogun-image {
    

    
    
    
  }


#s-3ece535a-dd02-4d7e-86da-0abe52e18924 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}@media (max-width: 767px){#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f {
  
}
}







#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d85910-530c-40a1-9a56-1ccbe3d6422f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03587ea3-616e-4dad-815d-a9e678b9e955 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03587ea3-616e-4dad-815d-a9e678b9e955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-fa2f9f5a-6de3-474a-a683-ca06a1cc1fb1 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-7c30216d-d2ed-4b8b-8da3-544acba7a38a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b36e598c-73c2-48cd-aa20-d0446b7ecdaf {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-5f9b8bbf-a4fe-48f7-bdf4-b803ac5c8305 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-0aec4a26-412f-4915-a89e-682303063801 {
  min-height: 50px;
}








#s-0aec4a26-412f-4915-a89e-682303063801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aec4a26-412f-4915-a89e-682303063801.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789 {
  min-height: 50px;
}








#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c0eaaa6-eab5-45ea-81fd-ee4b9790b789.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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