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

.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: 1200px){#s-5b2eff25-3207-4f29-b14e-1be543422fb1 {
  display: none;
}
#s-5b2eff25-3207-4f29-b14e-1be543422fb1, #wrap-s-5b2eff25-3207-4f29-b14e-1be543422fb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b2eff25-3207-4f29-b14e-1be543422fb1 {
  display: none;
}
#s-5b2eff25-3207-4f29-b14e-1be543422fb1, #wrap-s-5b2eff25-3207-4f29-b14e-1be543422fb1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b2eff25-3207-4f29-b14e-1be543422fb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5b2eff25-3207-4f29-b14e-1be543422fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b2eff25-3207-4f29-b14e-1be543422fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b2eff25-3207-4f29-b14e-1be543422fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-bc828f5e-947b-41da-96cc-65673b00aad2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-bc828f5e-947b-41da-96cc-65673b00aad2 img.shogun-image {
    

    
    
    
  }


#s-bc828f5e-947b-41da-96cc-65673b00aad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5233f09-e941-4b37-8056-6689ba5c3ce0 {
  padding-left: 5px;
padding-right: 5px;
}

#s-a4a52059-cbbd-4f0a-9224-17bc5f43c805 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-a4a52059-cbbd-4f0a-9224-17bc5f43c805 img.shogun-image {
    

    
    
    
  }


#s-a4a52059-cbbd-4f0a-9224-17bc5f43c805 .shogun-image-content {
  
    align-items: center;
  
}

#s-64585849-ad5b-4615-8782-8b807e0fc212 {
  padding-left: 5px;
padding-right: 5px;
}

.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-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 {
  display: none;
}
#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6, #wrap-s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 { display:none !important; }}@media (max-width: 767px){#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 {
  display: none;
}
#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6, #wrap-s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 { display:none !important; }}







#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb3dc4f9-ba5c-477b-96b3-fe8f42e330d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c {
  display: none;
}
#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c, #wrap-s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c { display:none !important; }}@media (max-width: 767px){#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c {
  display: none;
}
#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c, #wrap-s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c { display:none !important; }}






  #s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c img.shogun-image {
    

    
    
    
  }


#s-5c63ca78-ee8b-4709-a7d0-ab4edfc9596c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3638643d-a42c-4991-8b10-d8a6615eb058 {
  display: none;
}
#s-3638643d-a42c-4991-8b10-d8a6615eb058, #wrap-s-3638643d-a42c-4991-8b10-d8a6615eb058 { display:none !important; }}@media (max-width: 767px){#s-3638643d-a42c-4991-8b10-d8a6615eb058 {
  display: none;
}
#s-3638643d-a42c-4991-8b10-d8a6615eb058, #wrap-s-3638643d-a42c-4991-8b10-d8a6615eb058 { display:none !important; }}
#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 {
  display: none;
}
#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137, #wrap-s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 { display:none !important; }}@media (max-width: 767px){#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 {
  display: none;
}
#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137, #wrap-s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 { display:none !important; }}






  #s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 img.shogun-image {
    

    
    
    
  }


#s-3cd097d2-a9e8-45c2-ab54-63a11e32b137 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-7c316162-e41c-4542-8018-caca19de8d92 {
  display: none;
}
#s-7c316162-e41c-4542-8018-caca19de8d92, #wrap-s-7c316162-e41c-4542-8018-caca19de8d92 { display:none !important; }}@media (max-width: 767px){#s-7c316162-e41c-4542-8018-caca19de8d92 {
  display: none;
}
#s-7c316162-e41c-4542-8018-caca19de8d92, #wrap-s-7c316162-e41c-4542-8018-caca19de8d92 { display:none !important; }}
#s-dc7f7084-fbb7-401a-b065-a046e0ae887b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-dc7f7084-fbb7-401a-b065-a046e0ae887b {
  display: none;
}
#s-dc7f7084-fbb7-401a-b065-a046e0ae887b, #wrap-s-dc7f7084-fbb7-401a-b065-a046e0ae887b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc7f7084-fbb7-401a-b065-a046e0ae887b {
  display: none;
}
#s-dc7f7084-fbb7-401a-b065-a046e0ae887b, #wrap-s-dc7f7084-fbb7-401a-b065-a046e0ae887b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc7f7084-fbb7-401a-b065-a046e0ae887b {
  
}
}@media (max-width: 767px){#s-dc7f7084-fbb7-401a-b065-a046e0ae887b {
  
}
}
@media (min-width: 0px) {
[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc7f7084-fbb7-401a-b065-a046e0ae887b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-74ccf400-1be1-4a01-b6a1-9a9a2c22dd73 {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-74ccf400-1be1-4a01-b6a1-9a9a2c22dd73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74ccf400-1be1-4a01-b6a1-9a9a2c22dd73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74ccf400-1be1-4a01-b6a1-9a9a2c22dd73 {
  
}
}@media (max-width: 767px){#s-74ccf400-1be1-4a01-b6a1-9a9a2c22dd73 {
  
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-4cb58425-9992-4bc0-97c6-015b035a6e6c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d7024931-b8c4-43b2-8a1d-7fcf191ca759 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-d7024931-b8c4-43b2-8a1d-7fcf191ca759 {
  display: none;
}
#s-d7024931-b8c4-43b2-8a1d-7fcf191ca759, #wrap-s-d7024931-b8c4-43b2-8a1d-7fcf191ca759 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7024931-b8c4-43b2-8a1d-7fcf191ca759 {
  display: none;
}
#s-d7024931-b8c4-43b2-8a1d-7fcf191ca759, #wrap-s-d7024931-b8c4-43b2-8a1d-7fcf191ca759 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7024931-b8c4-43b2-8a1d-7fcf191ca759"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7024931-b8c4-43b2-8a1d-7fcf191ca759"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7024931-b8c4-43b2-8a1d-7fcf191ca759"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7024931-b8c4-43b2-8a1d-7fcf191ca759"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-fcb1dfbd-2898-4d24-bddb-a18de3416481 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-26ea1137-b76d-4a04-adba-dbe1e55d1e71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26ea1137-b76d-4a04-adba-dbe1e55d1e71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26ea1137-b76d-4a04-adba-dbe1e55d1e71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26ea1137-b76d-4a04-adba-dbe1e55d1e71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-668dff45-48dc-4f38-8448-81ff98dd0c98 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9bb377f8-895d-4e46-bb64-8a6bc09dd61b {
  margin-left: 15px;
margin-right: 15px;
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9f570fbc-9813-46ce-b8e0-fe7f0ee342c9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-52aee8c6-c277-4f3b-b8d4-64d566e42f35 {
  margin-left: 15px;
margin-right: 15px;
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-fb4a0a14-f0f3-4560-a477-3ee8dc2aace9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-944475d8-a63a-405c-b33c-b716bb855887 {
  margin-left: 15px;
margin-right: 15px;
}

#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 {
  display: none;
}
#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85, #wrap-s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 {
  display: none;
}
#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85, #wrap-s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 { display:none !important; }}







#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-ffe4024a-1ae5-41f2-bb9d-2335ce810d85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7edaea4a-c0ca-4f87-a2fc-e4ff0ed68e45 {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c {
  display: none;
}
#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c, #wrap-s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c {
  display: none;
}
#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c, #wrap-s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c { display:none !important; }}







#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-839c1bbf-9de4-4d93-a75e-513f2a3fba9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 {
  display: none;
}
#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7, #wrap-s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 { display:none !important; }}@media (max-width: 767px){#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 {
  display: none;
}
#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7, #wrap-s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 { display:none !important; }}







#s-ae6aff0b-fa36-4d9c-b2ec-8115ed2678e7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9cfca21a-75ee-4ef7-9e30-6ca2a7e1f2f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-74373bad-087a-4844-bb8b-300f0a080092 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74373bad-087a-4844-bb8b-300f0a080092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b8908d4c-4d84-4b32-9b3d-9950efceb341 {
  text-align: left;
}







  #s-b8908d4c-4d84-4b32-9b3d-9950efceb341 img.shogun-image {
    

    
    
    
  }


#s-b8908d4c-4d84-4b32-9b3d-9950efceb341 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cf66e2b-4930-457b-97cc-c44bc4a073de {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-7cf66e2b-4930-457b-97cc-c44bc4a073de {
  display: none;
}
#s-7cf66e2b-4930-457b-97cc-c44bc4a073de, #wrap-s-7cf66e2b-4930-457b-97cc-c44bc4a073de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cf66e2b-4930-457b-97cc-c44bc4a073de {
  display: none;
}
#s-7cf66e2b-4930-457b-97cc-c44bc4a073de, #wrap-s-7cf66e2b-4930-457b-97cc-c44bc4a073de { display:none !important; }}
@media (min-width: 0px) {
[id="s-7cf66e2b-4930-457b-97cc-c44bc4a073de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cf66e2b-4930-457b-97cc-c44bc4a073de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7cf66e2b-4930-457b-97cc-c44bc4a073de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cf66e2b-4930-457b-97cc-c44bc4a073de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2f7c17b0-b865-4612-b2d2-0762d3257e7a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2f7c17b0-b865-4612-b2d2-0762d3257e7a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-2f7c17b0-b865-4612-b2d2-0762d3257e7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-2f7c17b0-b865-4612-b2d2-0762d3257e7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f7c17b0-b865-4612-b2d2-0762d3257e7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-6ad610da-d3e4-4735-9311-858d6abc65bb {
  text-align: center;
}







  #s-6ad610da-d3e4-4735-9311-858d6abc65bb img.shogun-image {
    

    
    
    
  }


#s-6ad610da-d3e4-4735-9311-858d6abc65bb .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-0bd689b8-3d9b-4671-a29e-35a4afd3347e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bd689b8-3d9b-4671-a29e-35a4afd3347e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7768092b-2f66-40f7-8db5-49900a9e1c38 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7768092b-2f66-40f7-8db5-49900a9e1c38"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-7768092b-2f66-40f7-8db5-49900a9e1c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-7768092b-2f66-40f7-8db5-49900a9e1c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-7768092b-2f66-40f7-8db5-49900a9e1c38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-dfce8f6c-112d-4e77-81cc-efc5a04b2e9b {
  text-align: center;
}







  #s-dfce8f6c-112d-4e77-81cc-efc5a04b2e9b img.shogun-image {
    

    
    
    
  }


#s-dfce8f6c-112d-4e77-81cc-efc5a04b2e9b .shogun-image-content {
  
    align-items: center;
  
}

#s-afebf2e7-31eb-410c-8eed-5e58333b5d82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afebf2e7-31eb-410c-8eed-5e58333b5d82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49a7e45f-84b5-4c88-9ad0-0c94bc9c21b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7beb9166-a0e8-4f4e-b395-c0013342345c {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7beb9166-a0e8-4f4e-b395-c0013342345c {
  display: none;
}
#s-7beb9166-a0e8-4f4e-b395-c0013342345c, #wrap-s-7beb9166-a0e8-4f4e-b395-c0013342345c { display:none !important; }}@media (max-width: 767px){#s-7beb9166-a0e8-4f4e-b395-c0013342345c {
  display: none;
}
#s-7beb9166-a0e8-4f4e-b395-c0013342345c, #wrap-s-7beb9166-a0e8-4f4e-b395-c0013342345c { display:none !important; }}
@media (min-width: 0px) {
[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7beb9166-a0e8-4f4e-b395-c0013342345c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-349fa878-7fd7-4f59-a7ae-6a672ed553b1 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-349fa878-7fd7-4f59-a7ae-6a672ed553b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-349fa878-7fd7-4f59-a7ae-6a672ed553b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-349fa878-7fd7-4f59-a7ae-6a672ed553b1 {
  
}
}@media (max-width: 767px){#s-349fa878-7fd7-4f59-a7ae-6a672ed553b1 {
  
}
}
#s-1ccd6e33-6a3e-4302-8526-2c8a7da887b0 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c {
  display: none;
}
#s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c, #wrap-s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c { display:none !important; }}@media (max-width: 767px){#s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c {
  display: none;
}
#s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c, #wrap-s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c { display:none !important; }}
@media (min-width: 0px) {
[id="s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20d0784c-9a83-4d8f-af49-b9f9a385eb4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-487d8925-bf76-453b-b4e7-108787d2ec52 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-fe63e2ca-f31e-4ad3-9e2a-3306749e5dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe63e2ca-f31e-4ad3-9e2a-3306749e5dc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fe63e2ca-f31e-4ad3-9e2a-3306749e5dc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe63e2ca-f31e-4ad3-9e2a-3306749e5dc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-22bcf21c-5b1c-463b-bee5-63288d167467 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-98a99f12-600d-41c8-9aa3-aa59b5f0c67a hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-7d802979-3184-4ab0-b3ee-134cff8bcbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d802979-3184-4ab0-b3ee-134cff8bcbf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7d802979-3184-4ab0-b3ee-134cff8bcbf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d802979-3184-4ab0-b3ee-134cff8bcbf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-2ddf66f9-5047-4c9f-879b-892a4d4db1ad {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 83, 83, 1) !important;}#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad-root {
    text-align: left;
  }


#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad-root {
    text-align: left;
  }


#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad-root {
    text-align: left;
  }


#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad-root {
    text-align: left;
  }


#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad-root {
    text-align: left;
  }


#s-2ddf66f9-5047-4c9f-879b-892a4d4db1ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c {
  display: none;
}
#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c, #wrap-s-c29b42c4-a5cc-418a-851b-f23fc6adda8c { display:none !important; }}@media (max-width: 767px){#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c {
  display: none;
}
#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c, #wrap-s-c29b42c4-a5cc-418a-851b-f23fc6adda8c { display:none !important; }}







#s-c29b42c4-a5cc-418a-851b-f23fc6adda8c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-d443fa2f-1e5c-474c-b590-a74dab68ddae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c {
  display: none;
}
#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c, #wrap-s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c { display:none !important; }}@media (max-width: 767px){#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c {
  display: none;
}
#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c, #wrap-s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c { display:none !important; }}







#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1cbbca-a3b1-466a-b820-01bbcc72a96c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b46e58bd-f825-494b-8c89-11525b01315c {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-b46e58bd-f825-494b-8c89-11525b01315c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-27fe5b1b-67a4-49c6-b993-971e90f0fa4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27fe5b1b-67a4-49c6-b993-971e90f0fa4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-27fe5b1b-67a4-49c6-b993-971e90f0fa4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-27fe5b1b-67a4-49c6-b993-971e90f0fa4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-ca2168c8-77d0-479f-8024-1285f87c5ced {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ca2168c8-77d0-479f-8024-1285f87c5ced"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-ca2168c8-77d0-479f-8024-1285f87c5ced"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-ca2168c8-77d0-479f-8024-1285f87c5ced"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca2168c8-77d0-479f-8024-1285f87c5ced"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-d7c1c0ee-f682-4bf6-b183-b4b337f65f4d {
  text-align: center;
}







  #s-d7c1c0ee-f682-4bf6-b183-b4b337f65f4d img.shogun-image {
    

    
    
    
  }


#s-d7c1c0ee-f682-4bf6-b183-b4b337f65f4d .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0f099a-461e-453b-8ccd-03974761b9c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a0f099a-461e-453b-8ccd-03974761b9c4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a3ec9efc-a1f1-47cb-9161-c8a5e8c11a87 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a3ec9efc-a1f1-47cb-9161-c8a5e8c11a87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ec9efc-a1f1-47cb-9161-c8a5e8c11a87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ec9efc-a1f1-47cb-9161-c8a5e8c11a87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ec9efc-a1f1-47cb-9161-c8a5e8c11a87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-6fde7b4e-d4a2-4bc9-aebb-460be008cf9e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6fde7b4e-d4a2-4bc9-aebb-460be008cf9e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-6fde7b4e-d4a2-4bc9-aebb-460be008cf9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-6fde7b4e-d4a2-4bc9-aebb-460be008cf9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fde7b4e-d4a2-4bc9-aebb-460be008cf9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-e9b93e2b-a2cd-40bb-81be-89a253722c2a {
  text-align: center;
}







  #s-e9b93e2b-a2cd-40bb-81be-89a253722c2a img.shogun-image {
    

    
    
    
  }


#s-e9b93e2b-a2cd-40bb-81be-89a253722c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-86d2371a-78e6-43a9-8113-5786dd64ef2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86d2371a-78e6-43a9-8113-5786dd64ef2d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b70cfd5f-7557-4a19-93ef-92c9a034a93c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b70cfd5f-7557-4a19-93ef-92c9a034a93c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b70cfd5f-7557-4a19-93ef-92c9a034a93c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b70cfd5f-7557-4a19-93ef-92c9a034a93c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b70cfd5f-7557-4a19-93ef-92c9a034a93c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-b3636d45-2b41-428a-b54f-09f0af41b8a7 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-b3636d45-2b41-428a-b54f-09f0af41b8a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3636d45-2b41-428a-b54f-09f0af41b8a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-95c8a23e-c9e1-471c-8548-ffec1a058e5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95c8a23e-c9e1-471c-8548-ffec1a058e5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-95c8a23e-c9e1-471c-8548-ffec1a058e5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-95c8a23e-c9e1-471c-8548-ffec1a058e5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2fe1289b-bcba-4dc8-bf5b-db6639181c08 {
  margin-top: 0px;
text-align: center;
}








#s-2fe1289b-bcba-4dc8-bf5b-db6639181c08 .shogun-image-content {
  
    align-items: center;
  
}

#s-deb92ba8-e3c8-4cad-9f47-9c238d8c8cc6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-deb92ba8-e3c8-4cad-9f47-9c238d8c8cc6 {
  
}
}







#s-deb92ba8-e3c8-4cad-9f47-9c238d8c8cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb92ba8-e3c8-4cad-9f47-9c238d8c8cc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba9be673-6233-4962-a7e4-a24dbe65f6da {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-ba9be673-6233-4962-a7e4-a24dbe65f6da {
  
}
}
@media (min-width: 0px) {
[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ba9be673-6233-4962-a7e4-a24dbe65f6da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-26d0e19b-7887-49f3-8316-a1abe892c8d7 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-c2a190f7-cf27-4920-bf9f-139f7718d39b {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-c2a190f7-cf27-4920-bf9f-139f7718d39b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a190f7-cf27-4920-bf9f-139f7718d39b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2a190f7-cf27-4920-bf9f-139f7718d39b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2a190f7-cf27-4920-bf9f-139f7718d39b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2a190f7-cf27-4920-bf9f-139f7718d39b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6255619a-0d23-47d6-9784-e032a0410d3d {
  min-height: 50px;
}
@media (max-width: 767px){#s-6255619a-0d23-47d6-9784-e032a0410d3d {
  
}
}







#s-6255619a-0d23-47d6-9784-e032a0410d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6255619a-0d23-47d6-9784-e032a0410d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8 {
  
}
}
@media (min-width: 0px) {
[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0cfdbc92-00d4-4674-a26d-03d42d5a89e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-c7c3a333-c27a-4a36-8e0c-72463ac13304 {
  margin-left: 15px;
margin-right: 15px;
}

#s-39eeaaf7-e834-4dcf-a1ef-f18666b5b385 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-39eeaaf7-e834-4dcf-a1ef-f18666b5b385 .shogun-image-content {
  
    align-items: center;
  
}

#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 {
  display: none;
}
#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6, #wrap-s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 {
  display: none;
}
#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6, #wrap-s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 {
  display: none;
}
#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6, #wrap-s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 { display:none !important; }}







#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-991dee3b-815f-4f9f-b49b-81ecd1bc9cf6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c7f08037-7b8b-4ba8-b8e6-896392c21a23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7f08037-7b8b-4ba8-b8e6-896392c21a23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7f08037-7b8b-4ba8-b8e6-896392c21a23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7f08037-7b8b-4ba8-b8e6-896392c21a23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b1de4369-11a3-437a-8942-a03a80450f38 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-b1de4369-11a3-437a-8942-a03a80450f38 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4677048-ff05-46e7-9537-455953e5ca7d {
  min-height: 50px;
}
@media (max-width: 767px){#s-b4677048-ff05-46e7-9537-455953e5ca7d {
  
}
}







#s-b4677048-ff05-46e7-9537-455953e5ca7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4677048-ff05-46e7-9537-455953e5ca7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8788126-3111-41a8-b35f-9ff018421ecb {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-d8788126-3111-41a8-b35f-9ff018421ecb {
  
}
}
@media (min-width: 0px) {
[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8788126-3111-41a8-b35f-9ff018421ecb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-ff5e19ef-ba16-453f-95f5-23f33c997a9b {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed2ff8b0-9c72-4739-92d4-5dfd94e73e37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-18ce5c6e-de26-42ab-b479-5ac283606575 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-18ce5c6e-de26-42ab-b479-5ac283606575 img.shogun-image {
    

    
    
    
  }


#s-18ce5c6e-de26-42ab-b479-5ac283606575 .shogun-image-content {
  
    align-items: center;
  
}

#s-84d8db3a-2253-416c-a66e-fff8fddb1543 {
  min-height: 50px;
}








#s-84d8db3a-2253-416c-a66e-fff8fddb1543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84d8db3a-2253-416c-a66e-fff8fddb1543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0efec1f1-90a2-474b-b71e-4bb900eef2bd {
  min-height: 50px;
}








#s-0efec1f1-90a2-474b-b71e-4bb900eef2bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0efec1f1-90a2-474b-b71e-4bb900eef2bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d0cecf9-1113-4ace-b39d-d45671bcf570 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d0cecf9-1113-4ace-b39d-d45671bcf570 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-af4a5af3-9587-4086-9591-0af451ceba8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af4a5af3-9587-4086-9591-0af451ceba8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af4a5af3-9587-4086-9591-0af451ceba8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af4a5af3-9587-4086-9591-0af451ceba8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-829f4953-7a36-4e73-bc02-54c6ba66b932 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-829f4953-7a36-4e73-bc02-54c6ba66b932 img.shogun-image {
    

    
    
    
  }


#s-829f4953-7a36-4e73-bc02-54c6ba66b932 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5f13017-cbad-465e-971d-b8a79819b79e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5f13017-cbad-465e-971d-b8a79819b79e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-a231862a-98b5-42eb-9e26-ef7a4d337570 {
  text-align: center;
}







  #s-a231862a-98b5-42eb-9e26-ef7a4d337570 img.shogun-image {
    

    
    
    
  }


#s-a231862a-98b5-42eb-9e26-ef7a4d337570 .shogun-image-content {
  
    align-items: center;
  
}

#s-03674ce1-97ef-494f-a83a-7d32ba265751 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03674ce1-97ef-494f-a83a-7d32ba265751 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-219c1df3-c74b-4a96-95e2-49dadafd45b5 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-219c1df3-c74b-4a96-95e2-49dadafd45b5 img.shogun-image {
    

    
    
    
  }


#s-219c1df3-c74b-4a96-95e2-49dadafd45b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c956051-b3fb-4506-9784-5070d478c14d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c956051-b3fb-4506-9784-5070d478c14d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-86fd3606-968b-4272-91c5-e8cb594946be {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-86fd3606-968b-4272-91c5-e8cb594946be img.shogun-image {
    

    
    
    
  }


#s-86fd3606-968b-4272-91c5-e8cb594946be .shogun-image-content {
  
    align-items: center;
  
}

#s-211256ed-2b2f-45a5-a332-3eaac2cc8fca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-211256ed-2b2f-45a5-a332-3eaac2cc8fca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-b0ff8bdc-1c85-438a-9598-f90d197df51d {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0ff8bdc-1c85-438a-9598-f90d197df51d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86872655-cff4-480e-a8c3-e6b647d4910a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 {
  padding-left: 0px;
padding-right: 0px;
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-dea7bac6-00db-4d47-aa2a-4b065d725393 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-ca516ee8-e0e2-4448-babe-b9123d90cda6 {
  margin-left: 15px;
margin-right: 15px;
}

#s-bd5898fc-fbe5-4b14-9fba-3b832f880351 {
  margin-left: 15px;
margin-right: 15px;
}

#s-0f958c5f-e327-4f1d-99f1-45ea0762cb06 {
  margin-left: 15px;
margin-right: 15px;
}

#s-26cae72c-61da-4d00-aa48-5df5b3b03145 {
  margin-left: 15px;
margin-right: 15px;
}

#s-6c67e299-bc62-4f61-9fdb-048611a14ecb {
  margin-left: 15px;
margin-right: 15px;
}

#s-7cba7be4-f84c-40ec-97aa-90d8370579fb {
  margin-left: 15px;
margin-right: 15px;
}

#s-b034dc5a-b4e5-4278-ba72-ffc9494d8812 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

#s-8109054c-f436-4ab4-8789-644d826eb2aa {
  text-align: center;
}







  #s-8109054c-f436-4ab4-8789-644d826eb2aa img.shogun-image {
    

    
    
    
  }


#s-8109054c-f436-4ab4-8789-644d826eb2aa .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}