.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-72e93b33-b6c5-4868-b4ec-2291f68f4ce0 {
  min-height: 50px;
}








#s-72e93b33-b6c5-4868-b4ec-2291f68f4ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72e93b33-b6c5-4868-b4ec-2291f68f4ce0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-465ef7aa-e831-4777-9f1b-3ce41d0b6789 {
  min-height: 50px;
}








#s-465ef7aa-e831-4777-9f1b-3ce41d0b6789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-465ef7aa-e831-4777-9f1b-3ce41d0b6789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-5a762483-c9c6-4765-b1a5-fa9743c8e69d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5a762483-c9c6-4765-b1a5-fa9743c8e69d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5a762483-c9c6-4765-b1a5-fa9743c8e69d .shg-sld-nav-button.shg-sld-left,
#s-5a762483-c9c6-4765-b1a5-fa9743c8e69d .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-0ca492c8-7467-428a-8a0e-7774ca8fbc15 {
  text-align: center;
}







  #s-0ca492c8-7467-428a-8a0e-7774ca8fbc15 img.shogun-image {
    

    
    
    
  }


#s-0ca492c8-7467-428a-8a0e-7774ca8fbc15 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c2b78c-28af-4da7-bffb-8c589863e333 {
  text-align: center;
}







  #s-86c2b78c-28af-4da7-bffb-8c589863e333 img.shogun-image {
    

    
    
    
  }


#s-86c2b78c-28af-4da7-bffb-8c589863e333 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0c31de6-4d5a-4328-90e0-a3ab3d1256c8 {
  text-align: center;
}







  #s-c0c31de6-4d5a-4328-90e0-a3ab3d1256c8 img.shogun-image {
    

    
    
    
  }


#s-c0c31de6-4d5a-4328-90e0-a3ab3d1256c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a89f5fb9-d2b0-4a68-af6d-8bfdaeae3a16 {
  min-height: 50px;
}








#s-a89f5fb9-d2b0-4a68-af6d-8bfdaeae3a16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89f5fb9-d2b0-4a68-af6d-8bfdaeae3a16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2c64fef-bc15-45ad-9094-b89d0be5cd95 {
  min-height: 50px;
}








#s-a2c64fef-bc15-45ad-9094-b89d0be5cd95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2c64fef-bc15-45ad-9094-b89d0be5cd95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 {
  display: none;
}
#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4, #wrap-s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 { display:none !important; }}@media (max-width: 767px){#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 {
  display: none;
}
#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4, #wrap-s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 { display:none !important; }}







#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9a6157b-08ea-4ea0-bb7c-a9aad4c639b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e8becf-2579-409d-90eb-98ff4c08a945 {
  text-align: center;
}







  #s-e8e8becf-2579-409d-90eb-98ff4c08a945 img.shogun-image {
    

    
    
    
  }


#s-e8e8becf-2579-409d-90eb-98ff4c08a945 .shogun-image-content {
  
    align-items: center;
  
}

#s-04274154-1128-4ed4-851b-21a70e7053f3 {
  text-align: center;
}







  #s-04274154-1128-4ed4-851b-21a70e7053f3 img.shogun-image {
    

    
    
    
  }


#s-04274154-1128-4ed4-851b-21a70e7053f3 .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;
}

#s-db3838c4-8d53-4d6b-9ac2-711be67a242a {
  margin-left: -2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db3838c4-8d53-4d6b-9ac2-711be67a242a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.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-3696dbfd-b2d9-4a49-9e53-7ce4f91e74fb {
  margin-bottom: -2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3696dbfd-b2d9-4a49-9e53-7ce4f91e74fb .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-66eb1256-2691-4815-8862-b0ff4a1022b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66eb1256-2691-4815-8862-b0ff4a1022b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-6b24b64d-0d92-4c68-a3d6-989168c23a02 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6b24b64d-0d92-4c68-a3d6-989168c23a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b24b64d-0d92-4c68-a3d6-989168c23a02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b988918-db5d-4a33-a25e-b118cc08ea46 {
  margin-left: 8%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9b988918-db5d-4a33-a25e-b118cc08ea46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-abcb41f8-39c4-4706-8fa7-c387a656d01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abcb41f8-39c4-4706-8fa7-c387a656d01d .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-081746e7-826b-4b3a-899a-253db81761f5 {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-081746e7-826b-4b3a-899a-253db81761f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-081746e7-826b-4b3a-899a-253db81761f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ae7570-1cf5-4b35-abeb-32293d29f5db {
  margin-left: 8%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-21ae7570-1cf5-4b35-abeb-32293d29f5db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a87420cc-69e3-4479-9084-5c40167a6d2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a87420cc-69e3-4479-9084-5c40167a6d2c .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8fa5d916-328f-4224-8f1b-263167c3b54c {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-8fa5d916-328f-4224-8f1b-263167c3b54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa5d916-328f-4224-8f1b-263167c3b54c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd {
  margin-left: 8%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-760e273d-1d1d-481f-8fe6-f7aa5313bbdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-4898fa1d-7f60-4534-b6f2-fa494bc4c6f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4898fa1d-7f60-4534-b6f2-fa494bc4c6f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-52124600-2d76-4c34-acaf-4deef5545022 {
  min-height: 50px;
}








#s-52124600-2d76-4c34-acaf-4deef5545022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52124600-2d76-4c34-acaf-4deef5545022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34aef5f5-14ac-484b-9561-1337e26c64c4 {
  margin-left: 11%;
margin-right: 11%;
text-align: center;
}







  #s-34aef5f5-14ac-484b-9561-1337e26c64c4 img.shogun-image {
    

    
    
    
  }


#s-34aef5f5-14ac-484b-9561-1337e26c64c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7776c481-592a-4945-a2c2-882d99b566b1 {
  margin-left: 10%;
}

@media (min-width: 0px) {
[id="s-7776c481-592a-4945-a2c2-882d99b566b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7776c481-592a-4945-a2c2-882d99b566b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7776c481-592a-4945-a2c2-882d99b566b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7776c481-592a-4945-a2c2-882d99b566b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b471ad6e-3d0a-4c3a-b3bc-a064bace4d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b471ad6e-3d0a-4c3a-b3bc-a064bace4d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b471ad6e-3d0a-4c3a-b3bc-a064bace4d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b471ad6e-3d0a-4c3a-b3bc-a064bace4d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9fb2a14d-d0e2-4c0a-8eb1-de4b22677653 {
  margin-left: 0%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-9fb2a14d-d0e2-4c0a-8eb1-de4b22677653 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-059bedfd-9e97-4287-9a81-fde40eeaf272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-059bedfd-9e97-4287-9a81-fde40eeaf272 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-aa3b88a6-8390-481c-9d43-d7679327383e {
  text-align: center;
}







  #s-aa3b88a6-8390-481c-9d43-d7679327383e img.shogun-image {
    

    
    
    
  }


#s-aa3b88a6-8390-481c-9d43-d7679327383e .shogun-image-content {
  
    align-items: center;
  
}

#s-39a8ec30-0852-4571-ba24-ff4d5311aa72 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-39a8ec30-0852-4571-ba24-ff4d5311aa72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a8ec30-0852-4571-ba24-ff4d5311aa72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39a8ec30-0852-4571-ba24-ff4d5311aa72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a8ec30-0852-4571-ba24-ff4d5311aa72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b03df863-ae89-40fb-af58-3f2eade9c92c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b03df863-ae89-40fb-af58-3f2eade9c92c .shogun-heading-component h1 {
  color: rgba(62, 206, 192, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-b5d8dc15-a898-4959-a1d2-6d0bb3afce33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5d8dc15-a898-4959-a1d2-6d0bb3afce33 .shogun-heading-component h1 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}



#s-f6690573-858c-4c66-9aea-3d14567e17af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6690573-858c-4c66-9aea-3d14567e17af .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b29f3a0c-e79a-4cb3-8db3-a17e5b7e17a6 {
  text-align: center;
}







  #s-b29f3a0c-e79a-4cb3-8db3-a17e5b7e17a6 img.shogun-image {
    

    
    
    
  }


#s-b29f3a0c-e79a-4cb3-8db3-a17e5b7e17a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b5d1c2e-0dd7-44bc-a97c-2fafcd82a5e0 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-5b5d1c2e-0dd7-44bc-a97c-2fafcd82a5e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b5d1c2e-0dd7-44bc-a97c-2fafcd82a5e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b5d1c2e-0dd7-44bc-a97c-2fafcd82a5e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b5d1c2e-0dd7-44bc-a97c-2fafcd82a5e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c6d5cdb-2c43-4333-9ee8-1f26ae71500b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-0c6d5cdb-2c43-4333-9ee8-1f26ae71500b img.shogun-image {
    

    
    
    
  }


#s-0c6d5cdb-2c43-4333-9ee8-1f26ae71500b .shogun-image-content {
  
    align-items: center;
  
}

#s-1209d9bf-7033-46da-b1e2-8cc5caf3c864 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1209d9bf-7033-46da-b1e2-8cc5caf3c864 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-8300257c-c418-4253-badf-f70acd65f765 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8300257c-c418-4253-badf-f70acd65f765 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8d888534-c2bf-43d1-9e55-c98b3d81a90a {
  text-align: center;
}







  #s-8d888534-c2bf-43d1-9e55-c98b3d81a90a img.shogun-image {
    

    
    
    
  }


#s-8d888534-c2bf-43d1-9e55-c98b3d81a90a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3daf2816-b60a-4f7f-989c-751a0bb89893"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d4580083-8ae2-4c65-807a-0e20d7884004 {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-d4580083-8ae2-4c65-807a-0e20d7884004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4580083-8ae2-4c65-807a-0e20d7884004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2670bdf5-6967-42b4-9b2c-715bedee2aad {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-2670bdf5-6967-42b4-9b2c-715bedee2aad img.shogun-image {
    

    
    
    
  }


#s-2670bdf5-6967-42b4-9b2c-715bedee2aad .shogun-image-content {
  
    align-items: center;
  
}

#s-1d71ec47-b1c1-4183-bab7-5fb92e4854bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d71ec47-b1c1-4183-bab7-5fb92e4854bc .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-e46bda16-9894-402b-922d-36ae44061c0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e46bda16-9894-402b-922d-36ae44061c0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-dd705e27-abaa-4bfc-83a9-32f48ddea319 {
  text-align: center;
}







  #s-dd705e27-abaa-4bfc-83a9-32f48ddea319 img.shogun-image {
    

    
    
    
  }


#s-dd705e27-abaa-4bfc-83a9-32f48ddea319 .shogun-image-content {
  
    align-items: center;
  
}

#s-d951970f-2643-4f7b-8808-b21aba62b9c0 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-d951970f-2643-4f7b-8808-b21aba62b9c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d951970f-2643-4f7b-8808-b21aba62b9c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d951970f-2643-4f7b-8808-b21aba62b9c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d951970f-2643-4f7b-8808-b21aba62b9c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22c3a97f-d6fb-45e7-b131-8d2dc5fcab92 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-22c3a97f-d6fb-45e7-b131-8d2dc5fcab92 img.shogun-image {
    

    
    
    
  }


#s-22c3a97f-d6fb-45e7-b131-8d2dc5fcab92 .shogun-image-content {
  
    align-items: center;
  
}

#s-810a5055-0e0f-491f-99c9-803e4132ecca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-810a5055-0e0f-491f-99c9-803e4132ecca .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-53496396-2b27-4f23-931a-79cecfec5a92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53496396-2b27-4f23-931a-79cecfec5a92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-631372ef-bbe8-4137-8a35-7820b72ae7a8 {
  text-align: center;
}







  #s-631372ef-bbe8-4137-8a35-7820b72ae7a8 img.shogun-image {
    

    
    
    
  }


#s-631372ef-bbe8-4137-8a35-7820b72ae7a8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c4b3b01-dcdf-4e55-b89f-2986582ba282"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-48047163-9cd2-4de4-8244-cb343c51f18b {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-48047163-9cd2-4de4-8244-cb343c51f18b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48047163-9cd2-4de4-8244-cb343c51f18b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a22d31c-09bd-403b-a679-eb373bd0bf00 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-0a22d31c-09bd-403b-a679-eb373bd0bf00 img.shogun-image {
    

    
    
    
  }


#s-0a22d31c-09bd-403b-a679-eb373bd0bf00 .shogun-image-content {
  
    align-items: center;
  
}

#s-71f0fe5f-7419-4b6b-9284-90e26ce9d26f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71f0fe5f-7419-4b6b-9284-90e26ce9d26f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-8dfb0b04-4129-44e1-b251-3bbfb1d9bff4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8dfb0b04-4129-44e1-b251-3bbfb1d9bff4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8d3aeb9b-63dc-44be-adc8-8e4f859b625a {
  text-align: center;
}







  #s-8d3aeb9b-63dc-44be-adc8-8e4f859b625a img.shogun-image {
    

    
    
    
  }


#s-8d3aeb9b-63dc-44be-adc8-8e4f859b625a .shogun-image-content {
  
    align-items: center;
  
}

#s-028e5495-8e07-424b-9d53-7eca6c9034a3 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-028e5495-8e07-424b-9d53-7eca6c9034a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-028e5495-8e07-424b-9d53-7eca6c9034a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-028e5495-8e07-424b-9d53-7eca6c9034a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-028e5495-8e07-424b-9d53-7eca6c9034a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b1c120f-00aa-460c-b4c9-82718fe974f2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-1b1c120f-00aa-460c-b4c9-82718fe974f2 img.shogun-image {
    

    
    
    
  }


#s-1b1c120f-00aa-460c-b4c9-82718fe974f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd77c61a-d68b-4440-a802-b0c5f76c60cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd77c61a-d68b-4440-a802-b0c5f76c60cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-64189792-4a09-45c1-a3d9-42a02d435a6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64189792-4a09-45c1-a3d9-42a02d435a6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a52da078-54de-4b74-9a49-25e8fd895e91 {
  text-align: center;
}







  #s-a52da078-54de-4b74-9a49-25e8fd895e91 img.shogun-image {
    

    
    
    
  }


#s-a52da078-54de-4b74-9a49-25e8fd895e91 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb8886bb-b5c7-4891-84f3-6add64a07e8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-a66f7dee-0b88-4e10-b451-43d5320deb18 {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-a66f7dee-0b88-4e10-b451-43d5320deb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a66f7dee-0b88-4e10-b451-43d5320deb18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-557438e5-aea0-4eac-9282-1ccbcf8fcbef {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-557438e5-aea0-4eac-9282-1ccbcf8fcbef img.shogun-image {
    

    
    
    
  }


#s-557438e5-aea0-4eac-9282-1ccbcf8fcbef .shogun-image-content {
  
    align-items: center;
  
}

#s-9cf5061d-84db-4205-8e03-eb04d28b4a74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9cf5061d-84db-4205-8e03-eb04d28b4a74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-e529635a-289f-4590-887b-c294a321ee29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e529635a-289f-4590-887b-c294a321ee29 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c1f5318d-89e6-4d2f-9e4b-ce05f5085e0f {
  text-align: center;
}







  #s-c1f5318d-89e6-4d2f-9e4b-ce05f5085e0f img.shogun-image {
    

    
    
    
  }


#s-c1f5318d-89e6-4d2f-9e4b-ce05f5085e0f .shogun-image-content {
  
    align-items: center;
  
}

#s-721d78e2-11d0-44aa-9052-e84aa2373697 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-721d78e2-11d0-44aa-9052-e84aa2373697"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-721d78e2-11d0-44aa-9052-e84aa2373697"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-721d78e2-11d0-44aa-9052-e84aa2373697"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-721d78e2-11d0-44aa-9052-e84aa2373697"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b6b6e718-0055-46f5-a4ba-81be1c265e66 {
  min-height: 50px;
}








#s-b6b6e718-0055-46f5-a4ba-81be1c265e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b6e718-0055-46f5-a4ba-81be1c265e66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4af320db-973d-4cda-8fa3-10c585fe6511 {
  min-height: 50px;
}








#s-4af320db-973d-4cda-8fa3-10c585fe6511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af320db-973d-4cda-8fa3-10c585fe6511.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7ab8f36-11ec-4f81-9880-4efbadf26601 {
  margin-left: 34%;
min-height: 50px;
}








#s-d7ab8f36-11ec-4f81-9880-4efbadf26601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7ab8f36-11ec-4f81-9880-4efbadf26601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06a65f65-66ab-4d17-abff-fdc2dd2784bb {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-06a65f65-66ab-4d17-abff-fdc2dd2784bb img.shogun-image {
    

    
    
    
  }


#s-06a65f65-66ab-4d17-abff-fdc2dd2784bb .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6ec9f4-84d3-4e64-a3c3-77955c520049 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf6ec9f4-84d3-4e64-a3c3-77955c520049 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-11ef82e3-13ab-4583-99db-7ca1d6c7f98a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11ef82e3-13ab-4583-99db-7ca1d6c7f98a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5a72170e-e09e-4626-9910-fd614be56944 {
  text-align: center;
}







  #s-5a72170e-e09e-4626-9910-fd614be56944 img.shogun-image {
    

    
    
    
  }


#s-5a72170e-e09e-4626-9910-fd614be56944 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffaac152-7597-48e6-b554-45fccb6f192c {
  text-align: center;
}







  #s-ffaac152-7597-48e6-b554-45fccb6f192c img.shogun-image {
    

    
    
    
  }


#s-ffaac152-7597-48e6-b554-45fccb6f192c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3ed0248c-52b2-47b9-848e-f486f6f07c06 {
  margin-left: 10%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3ed0248c-52b2-47b9-848e-f486f6f07c06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8c99ef8d-2e5b-4600-9f88-8f6d60d4e4ed {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-8c99ef8d-2e5b-4600-9f88-8f6d60d4e4ed img.shogun-image {
    

    
    
    
  }


#s-8c99ef8d-2e5b-4600-9f88-8f6d60d4e4ed .shogun-image-content {
  
    align-items: center;
  
}

#s-2196fc4e-2eea-42da-a917-30fecec4e51f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2196fc4e-2eea-42da-a917-30fecec4e51f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-d63279ee-bf38-42a3-b2e9-a046132c71c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d63279ee-bf38-42a3-b2e9-a046132c71c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7fb570d5-7b35-47a6-972f-5433b4656b41 {
  margin-left: 0%;
margin-bottom: -2em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-7fb570d5-7b35-47a6-972f-5433b4656b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fb570d5-7b35-47a6-972f-5433b4656b41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ae52da9-44b1-4ed1-b8c7-71fa732d5bc8 {
  text-align: center;
}







  #s-7ae52da9-44b1-4ed1-b8c7-71fa732d5bc8 img.shogun-image {
    

    
    
    
  }


#s-7ae52da9-44b1-4ed1-b8c7-71fa732d5bc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbd07cfe-41b2-46f9-b91d-b72cc33adc19 {
  margin-left: 20%;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-dbd07cfe-41b2-46f9-b91d-b72cc33adc19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbd07cfe-41b2-46f9-b91d-b72cc33adc19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbd07cfe-41b2-46f9-b91d-b72cc33adc19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbd07cfe-41b2-46f9-b91d-b72cc33adc19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4670fb07-aa40-4d2b-9e22-26bc9a6ccd0a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-4670fb07-aa40-4d2b-9e22-26bc9a6ccd0a img.shogun-image {
    

    
    
    
  }


#s-4670fb07-aa40-4d2b-9e22-26bc9a6ccd0a .shogun-image-content {
  
    align-items: center;
  
}

#s-54fa18c4-3fde-4587-899b-a51a1b6499e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-54fa18c4-3fde-4587-899b-a51a1b6499e2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-6b8dc445-d192-426b-b60e-be94cd08f00c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b8dc445-d192-426b-b60e-be94cd08f00c .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e19ae292-121d-44cf-a5a9-fa0f620cffd5 {
  text-align: center;
}







  #s-e19ae292-121d-44cf-a5a9-fa0f620cffd5 img.shogun-image {
    

    
    
    
  }


#s-e19ae292-121d-44cf-a5a9-fa0f620cffd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d {
  margin-left: 10%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-245ffc1b-ea53-4b7d-a19d-e0c783b8ef2d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-d2cd700b-aaed-4858-8f84-892c71ec85c9 {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-d2cd700b-aaed-4858-8f84-892c71ec85c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2cd700b-aaed-4858-8f84-892c71ec85c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19db66b5-100f-4ede-956a-5c318fa3a525 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-19db66b5-100f-4ede-956a-5c318fa3a525 img.shogun-image {
    

    
    
    
  }


#s-19db66b5-100f-4ede-956a-5c318fa3a525 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5021ac4-8776-445a-ae4d-9e32452cf843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5021ac4-8776-445a-ae4d-9e32452cf843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-b92cabfa-107e-4121-89ef-82a362b0d488 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b92cabfa-107e-4121-89ef-82a362b0d488 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5b611e93-fe71-4d1f-8b5c-5f303baec466 {
  text-align: center;
}







  #s-5b611e93-fe71-4d1f-8b5c-5f303baec466 img.shogun-image {
    

    
    
    
  }


#s-5b611e93-fe71-4d1f-8b5c-5f303baec466 .shogun-image-content {
  
    align-items: center;
  
}

#s-37f79ee9-acaa-4005-b46c-6f279cc82464 {
  margin-left: 17%;
margin-right: 17%;
}

@media (min-width: 0px) {
[id="s-37f79ee9-acaa-4005-b46c-6f279cc82464"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f79ee9-acaa-4005-b46c-6f279cc82464"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37f79ee9-acaa-4005-b46c-6f279cc82464"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f79ee9-acaa-4005-b46c-6f279cc82464"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-eb015414-4746-4211-b261-116155afa567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb015414-4746-4211-b261-116155afa567"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb015414-4746-4211-b261-116155afa567"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb015414-4746-4211-b261-116155afa567"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aacc7a44-a1f8-4861-b82f-c776e69b30e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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;
}

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;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd {
  text-align: center;
}







  img.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
    
    
  }


.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shg-align-container {
  text-align: center
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
    
    
  }


.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shg-align-container {
  text-align: center
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
    
    
  }


.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shg-align-container {
  text-align: center
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
    
    
  }


.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shg-align-container {
  text-align: center
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
    
    
  }


.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shg-align-container {
  text-align: center
}

.s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c81f62-93e8-4c8e-9a97-1ec94d3776cd.shogun-image {
  box-sizing: border-box;
}


}
#s-1281b7b7-61e6-4466-8fea-705270ab4167 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1281b7b7-61e6-4466-8fea-705270ab4167 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-fb2a5d1a-3f5b-45bd-bf44-c07c98e65620 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb2a5d1a-3f5b-45bd-bf44-c07c98e65620 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0.3px;
  text-align: left;
}



#s-dccceb7f-041d-483a-b861-d15d7175a73d {
  text-align: center;
}







  #s-dccceb7f-041d-483a-b861-d15d7175a73d img.shogun-image {
    

    
    
    
  }


#s-dccceb7f-041d-483a-b861-d15d7175a73d .shogun-image-content {
  
    align-items: center;
  
}

#s-46e92248-d685-4b14-8e76-de38d76d902c {
  margin-left: 10%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46e92248-d685-4b14-8e76-de38d76d902c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-8327cafe-df42-4431-bb1c-15f7bf88e910 {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-8327cafe-df42-4431-bb1c-15f7bf88e910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8327cafe-df42-4431-bb1c-15f7bf88e910.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8140220-9063-4e0e-a654-0a7b62c63d31 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-a8140220-9063-4e0e-a654-0a7b62c63d31 img.shogun-image {
    

    
    
    
  }


#s-a8140220-9063-4e0e-a654-0a7b62c63d31 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b887ea9-3725-41a8-bf44-66900bec66d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b887ea9-3725-41a8-bf44-66900bec66d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-280515d5-1421-469d-80e7-bf60a92a0cfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-280515d5-1421-469d-80e7-bf60a92a0cfd .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b22b23ee-b45f-4281-a283-3fedcc187d63 {
  text-align: center;
}







  #s-b22b23ee-b45f-4281-a283-3fedcc187d63 img.shogun-image {
    

    
    
    
  }


#s-b22b23ee-b45f-4281-a283-3fedcc187d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cc33472-c945-435f-844d-8e597465a8d0 {
  margin-left: 17%;
margin-right: 17%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-5cc33472-c945-435f-844d-8e597465a8d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc33472-c945-435f-844d-8e597465a8d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bec6057-7682-4633-b94c-e8dfb1b3bcba {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}







  #s-3bec6057-7682-4633-b94c-e8dfb1b3bcba img.shogun-image {
    

    
    
    
  }


#s-3bec6057-7682-4633-b94c-e8dfb1b3bcba .shogun-image-content {
  
    align-items: center;
  
}

#s-d2359039-e82d-4047-a28e-f1f2d3c9bc52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2359039-e82d-4047-a28e-f1f2d3c9bc52 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0.5px;
  text-align: left;
}



#s-82a0f020-9e0a-4f51-a264-7536dcac79b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82a0f020-9e0a-4f51-a264-7536dcac79b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6bb29487-3375-4065-b277-527cb9017ec5 {
  text-align: center;
}







  #s-6bb29487-3375-4065-b277-527cb9017ec5 img.shogun-image {
    

    
    
    
  }


#s-6bb29487-3375-4065-b277-527cb9017ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b616de0-e0bc-4dd9-b4cd-97127281abdc {
  text-align: center;
}







  #s-1b616de0-e0bc-4dd9-b4cd-97127281abdc img.shogun-image {
    

    
    
    
  }


#s-1b616de0-e0bc-4dd9-b4cd-97127281abdc .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc30dfd-4507-4a74-838d-0a658f093514 {
  text-align: center;
}







  #s-2dc30dfd-4507-4a74-838d-0a658f093514 img.shogun-image {
    

    
    
    
  }


#s-2dc30dfd-4507-4a74-838d-0a658f093514 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}