#s-0a7f6a18-dce7-46a6-b212-76b2804a6df4 {
  text-align: left;
}

.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-24a6859b-17dd-4c42-b6ca-bcaecd79e40c {
  margin-left: 0em;
margin-right: 0em;
min-height: 0px;
}
@media (min-width: 1200px){#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c {
  margin-top: -3.5em;
padding-top: 0em;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c {
  margin-top: -3em;
padding-top: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c {
  margin-top: 3em;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c {
  margin-top: 2em;
margin-bottom: 0em;
}
}







#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a6859b-17dd-4c42-b6ca-bcaecd79e40c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-c035863e-28cf-4276-9024-a27a63f03c5b {
  text-align: center;
}







  #s-c035863e-28cf-4276-9024-a27a63f03c5b img.shogun-image {
    

    
    
    
  }


#s-c035863e-28cf-4276-9024-a27a63f03c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-f275cea5-97ff-438f-93ae-ef2242e8cc9f {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-f275cea5-97ff-438f-93ae-ef2242e8cc9f {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-f275cea5-97ff-438f-93ae-ef2242e8cc9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f275cea5-97ff-438f-93ae-ef2242e8cc9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-37d25f0e-5828-4710-bea9-0fa707c26cb9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-37d25f0e-5828-4710-bea9-0fa707c26cb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37d25f0e-5828-4710-bea9-0fa707c26cb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d25f0e-5828-4710-bea9-0fa707c26cb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-44379c3f-7cf8-4072-93ed-7f1f4479345a {
  text-align: center;
}
@media (max-width: 767px){#s-44379c3f-7cf8-4072-93ed-7f1f4479345a {
  padding-bottom: 2em;
}
}






  #s-44379c3f-7cf8-4072-93ed-7f1f4479345a img.shogun-image {
    

    
    
    
  }


#s-44379c3f-7cf8-4072-93ed-7f1f4479345a .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-842b03b6-3f37-4065-9abe-eb4db9d42ead {
  margin-left: 3em;
margin-right: 3em;
padding-left: 0em;
padding-right: 0em;
text-align: left;
}
@media (min-width: 1200px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead {
  margin-top: 10em;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead {
  margin-top: 10em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead {
  margin-top: 3em;
margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead {
  margin-left: 2em;
margin-right: 2em;
}
}
#s-842b03b6-3f37-4065-9abe-eb4db9d42ead .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 6em;
  line-height: 0.8em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 5.25em;
  line-height: 0.8em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 5.25em;
  line-height: 0.8em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2.75em;
  line-height: 0.8em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-842b03b6-3f37-4065-9abe-eb4db9d42ead .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Medium";
  font-style:  normal ;
  font-size: 2em;
  line-height: 0.8em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-b100aa1f-6687-48eb-a898-fe13b6defe45 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
min-height: 50em;
}
@media (min-width: 1200px){#s-b100aa1f-6687-48eb-a898-fe13b6defe45 {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 2em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b100aa1f-6687-48eb-a898-fe13b6defe45 {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 2em;
margin-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b100aa1f-6687-48eb-a898-fe13b6defe45 {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 0px;
margin-right: 0em;
min-height: 33em;
}
}@media (max-width: 767px){#s-b100aa1f-6687-48eb-a898-fe13b6defe45 {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 1em;
margin-right: 0em;
min-height: 15em;
}
}







#s-b100aa1f-6687-48eb-a898-fe13b6defe45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b100aa1f-6687-48eb-a898-fe13b6defe45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db096737-1a62-477f-9627-26792c048755 {
  min-height: 50px;
}








#s-db096737-1a62-477f-9627-26792c048755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db096737-1a62-477f-9627-26792c048755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89fab4a2-9dfb-4bcc-b82d-6e67e878655b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89fab4a2-9dfb-4bcc-b82d-6e67e878655b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Regular";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}



#s-7547662e-a666-4b98-870f-ec4252a5d0d2 {
  min-height: 50px;
}








#s-7547662e-a666-4b98-870f-ec4252a5d0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7547662e-a666-4b98-870f-ec4252a5d0d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-c7454882-acd9-4808-8d87-c86b926f671d {
  
}
}@media (max-width: 767px){#s-c7454882-acd9-4808-8d87-c86b926f671d {
  
}
}
@media (min-width: 0px) {
[id="s-c7454882-acd9-4808-8d87-c86b926f671d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-c7454882-acd9-4808-8d87-c86b926f671d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-c7454882-acd9-4808-8d87-c86b926f671d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-c7454882-acd9-4808-8d87-c86b926f671d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 0px) {
[id="s-e2b927e4-98d2-48c1-9452-d56c8823fcde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2b927e4-98d2-48c1-9452-d56c8823fcde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b927e4-98d2-48c1-9452-d56c8823fcde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b927e4-98d2-48c1-9452-d56c8823fcde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d88f44c-30d6-4686-afb5-cd90dbb825db {
  text-align: center;
}







  #s-4d88f44c-30d6-4686-afb5-cd90dbb825db img.shogun-image {
    

    
    
    
  }


#s-4d88f44c-30d6-4686-afb5-cd90dbb825db .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-42ee09b3-f285-44db-bd45-39bc4b1a9cf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42ee09b3-f285-44db-bd45-39bc4b1a9cf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42ee09b3-f285-44db-bd45-39bc4b1a9cf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42ee09b3-f285-44db-bd45-39bc4b1a9cf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-60700699-6de2-4e12-b874-053c4a9e9a9b {
  text-align: center;
}







  #s-60700699-6de2-4e12-b874-053c4a9e9a9b img.shogun-image {
    

    
    
    
  }


#s-60700699-6de2-4e12-b874-053c4a9e9a9b .shogun-image-content {
  
    align-items: center;
  
}

#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea {
  margin-top: 2em;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea {
  display: none;
}
#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea, #wrap-s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea {
  display: none;
}
#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea, #wrap-s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea {
  display: none;
}
#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea, #wrap-s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea { display:none !important; }}@media (max-width: 767px){#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea {
  margin-top: 1em;
padding-left: 0.5em;
padding-right: 0.5em;
display: none;
}
#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea, #wrap-s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea { display:none !important; }}







#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ef52ffb-0f56-40c8-a412-2b13a5ea6aea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb7e82ec-7815-4ea2-8394-23540ef24b2d {
  margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bb7e82ec-7815-4ea2-8394-23540ef24b2d {
  margin-bottom: 1.5em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb7e82ec-7815-4ea2-8394-23540ef24b2d {
  margin-bottom: 1.5em;
}
}@media (max-width: 767px){#s-bb7e82ec-7815-4ea2-8394-23540ef24b2d {
  margin-bottom: 0px;
}
}
#s-bb7e82ec-7815-4ea2-8394-23540ef24b2d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 1.875em;
  
  
  
}



@media (max-width: 767px){#s-5434844a-c1cd-4f5a-84e0-b5aeb0046ab2 {
  margin-top: 1em;
}
}
@media (min-width: 0px) {
[id="s-5434844a-c1cd-4f5a-84e0-b5aeb0046ab2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5434844a-c1cd-4f5a-84e0-b5aeb0046ab2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-5434844a-c1cd-4f5a-84e0-b5aeb0046ab2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-5434844a-c1cd-4f5a-84e0-b5aeb0046ab2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-a613584a-c724-4210-b205-2f6effbbb493 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a613584a-c724-4210-b205-2f6effbbb493 {
  margin-top: 0em;
margin-bottom: 0.5em;
}
}







#s-a613584a-c724-4210-b205-2f6effbbb493 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a613584a-c724-4210-b205-2f6effbbb493.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bb3afdb-6c1b-4e15-b99c-3d7bd4a314e6 {
  text-align: center;
}







  #s-2bb3afdb-6c1b-4e15-b99c-3d7bd4a314e6 img.shogun-image {
    

    
    
    
  }


#s-2bb3afdb-6c1b-4e15-b99c-3d7bd4a314e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4da867e-aa4d-455e-89fd-5ec2d3afd522 {
  margin-left: 2em;
min-height: 50px;
}








#s-d4da867e-aa4d-455e-89fd-5ec2d3afd522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4da867e-aa4d-455e-89fd-5ec2d3afd522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ca408c5-c06c-4580-a860-9880fbd7c53c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6ca408c5-c06c-4580-a860-9880fbd7c53c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


#s-6ca408c5-c06c-4580-a860-9880fbd7c53c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d0ab726a-c4f2-48eb-a199-66df07e5b4f4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d0ab726a-c4f2-48eb-a199-66df07e5b4f4 {
  margin-bottom: 0.5em;
}
}







#s-d0ab726a-c4f2-48eb-a199-66df07e5b4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0ab726a-c4f2-48eb-a199-66df07e5b4f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f489a84-089a-455b-a47e-bf742eb4221d {
  text-align: center;
}







  #s-8f489a84-089a-455b-a47e-bf742eb4221d img.shogun-image {
    

    
    
    
  }


#s-8f489a84-089a-455b-a47e-bf742eb4221d .shogun-image-content {
  
    align-items: center;
  
}

#s-480c4b99-ef12-4a6f-a47f-0a37ec78cbe8 {
  margin-left: 2em;
min-height: 50px;
}








#s-480c4b99-ef12-4a6f-a47f-0a37ec78cbe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480c4b99-ef12-4a6f-a47f-0a37ec78cbe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbd378c0-5eae-4bca-aae2-03d5b4ca763f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fbd378c0-5eae-4bca-aae2-03d5b4ca763f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


#s-fbd378c0-5eae-4bca-aae2-03d5b4ca763f .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-054516a0-a4a0-4a74-bc86-39ab6e0a1609 {
  min-height: 50px;
}








#s-054516a0-a4a0-4a74-bc86-39ab6e0a1609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-054516a0-a4a0-4a74-bc86-39ab6e0a1609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc36ad1b-1948-4261-82b8-d69a47cd20d9 {
  text-align: center;
}







  #s-dc36ad1b-1948-4261-82b8-d69a47cd20d9 img.shogun-image {
    

    
    
    
  }


#s-dc36ad1b-1948-4261-82b8-d69a47cd20d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f19ac1e-8ef3-46a9-b034-a4e34675a9a7 {
  margin-left: 2em;
min-height: 50px;
}








#s-0f19ac1e-8ef3-46a9-b034-a4e34675a9a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f19ac1e-8ef3-46a9-b034-a4e34675a9a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5bdd262-e55e-4824-8016-62979c64ae23 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5bdd262-e55e-4824-8016-62979c64ae23 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


#s-b5bdd262-e55e-4824-8016-62979c64ae23 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 {
  margin-top: 8em;
margin-left: 5em;
margin-right: 5em;
min-height: 50px;
}
@media (min-width: 1200px){#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 {
  display: none;
}
#s-04ffd395-8297-4e38-a6fd-7fd48b24c820, #wrap-s-04ffd395-8297-4e38-a6fd-7fd48b24c820 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 {
  display: none;
}
#s-04ffd395-8297-4e38-a6fd-7fd48b24c820, #wrap-s-04ffd395-8297-4e38-a6fd-7fd48b24c820 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 {
  display: none;
}
#s-04ffd395-8297-4e38-a6fd-7fd48b24c820, #wrap-s-04ffd395-8297-4e38-a6fd-7fd48b24c820 { display:none !important; }}@media (max-width: 767px){#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 {
  margin-top: 3em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
}
}







#s-04ffd395-8297-4e38-a6fd-7fd48b24c820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ffd395-8297-4e38-a6fd-7fd48b24c820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13ad369c-cf12-46fd-8f6d-b2fa731e1b42 {
  min-height: 50px;
}








#s-13ad369c-cf12-46fd-8f6d-b2fa731e1b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13ad369c-cf12-46fd-8f6d-b2fa731e1b42.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-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-182abf91-5bb5-4c6f-a7ef-57e784f13fa9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-00ac8844-d842-442a-a710-3dad65bf4326 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-00ac8844-d842-442a-a710-3dad65bf4326"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00ac8844-d842-442a-a710-3dad65bf4326"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00ac8844-d842-442a-a710-3dad65bf4326"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00ac8844-d842-442a-a710-3dad65bf4326"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7eefe749-6136-4998-a96c-d6b9f699ed6f {
  margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-7eefe749-6136-4998-a96c-d6b9f699ed6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7eefe749-6136-4998-a96c-d6b9f699ed6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7eefe749-6136-4998-a96c-d6b9f699ed6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eefe749-6136-4998-a96c-d6b9f699ed6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bc6dafe5-754e-4917-be15-ee7ff0ff1b6d {
  text-align: center;
}







  #s-bc6dafe5-754e-4917-be15-ee7ff0ff1b6d img.shogun-image {
    

    
    
    
  }


#s-bc6dafe5-754e-4917-be15-ee7ff0ff1b6d .shogun-image-content {
  
    align-items: center;
  
}

#s-43541acb-7baa-49f6-a42e-61409423bfe5 {
  text-align: center;
}







  #s-43541acb-7baa-49f6-a42e-61409423bfe5 img.shogun-image {
    

    
    
    
  }


#s-43541acb-7baa-49f6-a42e-61409423bfe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a75ab702-100e-4c56-b432-dc2b51427009 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}







  #s-a75ab702-100e-4c56-b432-dc2b51427009 img.shogun-image {
    

    
    
    
  }


#s-a75ab702-100e-4c56-b432-dc2b51427009 .shogun-image-content {
  
    align-items: center;
  
}

#s-82b6f052-ff82-4dfa-bfd3-bc91b48fd224 {
  margin-top: 10px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-82b6f052-ff82-4dfa-bfd3-bc91b48fd224"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-82b6f052-ff82-4dfa-bfd3-bc91b48fd224"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-82b6f052-ff82-4dfa-bfd3-bc91b48fd224"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-82b6f052-ff82-4dfa-bfd3-bc91b48fd224"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-21736edb-d9e8-40b4-aeb5-386c25bb2d85 {
  text-align: center;
}







  #s-21736edb-d9e8-40b4-aeb5-386c25bb2d85 img.shogun-image {
    

    
    
    
  }


#s-21736edb-d9e8-40b4-aeb5-386c25bb2d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ffe352-014a-4526-b715-c8a0a0d8a852 {
  text-align: center;
}







  #s-07ffe352-014a-4526-b715-c8a0a0d8a852 img.shogun-image {
    

    
    
    
  }


#s-07ffe352-014a-4526-b715-c8a0a0d8a852 .shogun-image-content {
  
    align-items: center;
  
}

#s-6445b586-951f-4c49-921b-ec667661c32b {
  margin-top: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-6445b586-951f-4c49-921b-ec667661c32b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6445b586-951f-4c49-921b-ec667661c32b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6445b586-951f-4c49-921b-ec667661c32b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6445b586-951f-4c49-921b-ec667661c32b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-946a7259-5810-4c56-a1ed-a2d49fc3c5ae {
  text-align: center;
}







  #s-946a7259-5810-4c56-a1ed-a2d49fc3c5ae img.shogun-image {
    

    
    
    
  }


#s-946a7259-5810-4c56-a1ed-a2d49fc3c5ae .shogun-image-content {
  
    align-items: center;
  
}

#s-1cc54fa8-8d95-420c-a868-3ad81a7658ae {
  text-align: center;
}







  #s-1cc54fa8-8d95-420c-a868-3ad81a7658ae img.shogun-image {
    

    
    
    
  }


#s-1cc54fa8-8d95-420c-a868-3ad81a7658ae .shogun-image-content {
  
    align-items: center;
  
}

#s-403c8cf9-421a-43f1-93ad-6d98a7bf8465 {
  margin-top: 10px;
text-align: center;
}







  #s-403c8cf9-421a-43f1-93ad-6d98a7bf8465 img.shogun-image {
    

    
    
    
  }


#s-403c8cf9-421a-43f1-93ad-6d98a7bf8465 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae80a7df-3d30-4e14-9f1e-62a1cdc175b3 {
  margin-top: 10px;
min-height: 50px;
}








#s-ae80a7df-3d30-4e14-9f1e-62a1cdc175b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae80a7df-3d30-4e14-9f1e-62a1cdc175b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-451e0d87-6d58-4bb7-a56c-5daabe40ae94 {
  margin-top: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-451e0d87-6d58-4bb7-a56c-5daabe40ae94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-451e0d87-6d58-4bb7-a56c-5daabe40ae94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-451e0d87-6d58-4bb7-a56c-5daabe40ae94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-451e0d87-6d58-4bb7-a56c-5daabe40ae94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-306e1862-8a8a-4710-8677-06b29617dfc5 {
  text-align: center;
}







  #s-306e1862-8a8a-4710-8677-06b29617dfc5 img.shogun-image {
    

    
    
    
  }


#s-306e1862-8a8a-4710-8677-06b29617dfc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-05df3563-25a1-42e4-b83e-aabb50a05584 {
  text-align: center;
}







  #s-05df3563-25a1-42e4-b83e-aabb50a05584 img.shogun-image {
    

    
    
    
  }


#s-05df3563-25a1-42e4-b83e-aabb50a05584 .shogun-image-content {
  
    align-items: center;
  
}

#s-19d95b00-248e-4beb-96b6-04f5486dc91c {
  margin-top: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-19d95b00-248e-4beb-96b6-04f5486dc91c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-19d95b00-248e-4beb-96b6-04f5486dc91c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-19d95b00-248e-4beb-96b6-04f5486dc91c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-19d95b00-248e-4beb-96b6-04f5486dc91c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0f6e6e01-93d5-4fbf-bdf3-9654da2ef09e {
  text-align: center;
}







  #s-0f6e6e01-93d5-4fbf-bdf3-9654da2ef09e img.shogun-image {
    

    
    
    
  }


#s-0f6e6e01-93d5-4fbf-bdf3-9654da2ef09e .shogun-image-content {
  
    align-items: center;
  
}

#s-6c67d580-6f13-4985-a9f9-5ba28db70ac0 {
  text-align: center;
}







  #s-6c67d580-6f13-4985-a9f9-5ba28db70ac0 img.shogun-image {
    

    
    
    
  }


#s-6c67d580-6f13-4985-a9f9-5ba28db70ac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d43852-5f74-450c-bd71-f4ff3bf30366 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}







  #s-f0d43852-5f74-450c-bd71-f4ff3bf30366 img.shogun-image {
    

    
    
    
  }


#s-f0d43852-5f74-450c-bd71-f4ff3bf30366 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac68931-8869-490c-ada7-14870267d2c7 {
  margin-top: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5ac68931-8869-490c-ada7-14870267d2c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5ac68931-8869-490c-ada7-14870267d2c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5ac68931-8869-490c-ada7-14870267d2c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ac68931-8869-490c-ada7-14870267d2c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-358a93f6-d402-45d6-9d91-f81d9b7e1063 {
  text-align: center;
}







  #s-358a93f6-d402-45d6-9d91-f81d9b7e1063 img.shogun-image {
    

    
    
    
  }


#s-358a93f6-d402-45d6-9d91-f81d9b7e1063 .shogun-image-content {
  
    align-items: center;
  
}

#s-6695e49f-be41-42bb-a186-817f847f5baf {
  text-align: center;
}







  #s-6695e49f-be41-42bb-a186-817f847f5baf img.shogun-image {
    

    
    
    
  }


#s-6695e49f-be41-42bb-a186-817f847f5baf .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa1080d-899e-4b3d-9dcd-d8ded1624253 {
  margin-top: 10px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-5fa1080d-899e-4b3d-9dcd-d8ded1624253"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5fa1080d-899e-4b3d-9dcd-d8ded1624253"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5fa1080d-899e-4b3d-9dcd-d8ded1624253"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fa1080d-899e-4b3d-9dcd-d8ded1624253"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e5604695-e4cf-40d2-9631-621f4ed46f06 {
  text-align: center;
}







  #s-e5604695-e4cf-40d2-9631-621f4ed46f06 img.shogun-image {
    

    
    
    
  }


#s-e5604695-e4cf-40d2-9631-621f4ed46f06 .shogun-image-content {
  
    align-items: center;
  
}

#s-21ae0ca7-5632-42b4-8eda-8eec66a1fd95 {
  text-align: center;
}







  #s-21ae0ca7-5632-42b4-8eda-8eec66a1fd95 img.shogun-image {
    

    
    
    
  }


#s-21ae0ca7-5632-42b4-8eda-8eec66a1fd95 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1798864-9372-4c0b-8471-cf95ace93268 {
  margin-top: 10px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d1798864-9372-4c0b-8471-cf95ace93268"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d1798864-9372-4c0b-8471-cf95ace93268"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d1798864-9372-4c0b-8471-cf95ace93268"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1798864-9372-4c0b-8471-cf95ace93268"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-44864e02-6e6f-48fa-b8a5-3bc1b9467bb5 {
  text-align: center;
}







  #s-44864e02-6e6f-48fa-b8a5-3bc1b9467bb5 img.shogun-image {
    

    
    
    
  }


#s-44864e02-6e6f-48fa-b8a5-3bc1b9467bb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1b38d5-7b35-494b-beba-a8ee889d30d4 {
  text-align: center;
}







  #s-cd1b38d5-7b35-494b-beba-a8ee889d30d4 img.shogun-image {
    

    
    
    
  }


#s-cd1b38d5-7b35-494b-beba-a8ee889d30d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-84f9e8e8-ca63-431c-bcd2-d7f133d45d80 {
  max-width: 100%;
}

@media (min-width: 0px) {
[id="s-84f9e8e8-ca63-431c-bcd2-d7f133d45d80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-84f9e8e8-ca63-431c-bcd2-d7f133d45d80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-84f9e8e8-ca63-431c-bcd2-d7f133d45d80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-84f9e8e8-ca63-431c-bcd2-d7f133d45d80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-84712222-5015-4fef-bda3-6298f792e4c2 {
  text-align: center;
}







  #s-84712222-5015-4fef-bda3-6298f792e4c2 img.shogun-image {
    

    
    
    
  }


#s-84712222-5015-4fef-bda3-6298f792e4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d6f7ada-09c5-4d23-b80b-585266401d7b {
  text-align: center;
}







  #s-5d6f7ada-09c5-4d23-b80b-585266401d7b img.shogun-image {
    

    
    
    
  }


#s-5d6f7ada-09c5-4d23-b80b-585266401d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-a9df5d67-5ab8-4c53-8eeb-6a4f04bcb82e {
  margin-top: 10px;
max-width: 94%;
}

@media (min-width: 0px) {
[id="s-a9df5d67-5ab8-4c53-8eeb-6a4f04bcb82e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a9df5d67-5ab8-4c53-8eeb-6a4f04bcb82e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a9df5d67-5ab8-4c53-8eeb-6a4f04bcb82e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9df5d67-5ab8-4c53-8eeb-6a4f04bcb82e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-985c755c-525f-4ca1-a861-d7c7e781681f {
  text-align: center;
}







  #s-985c755c-525f-4ca1-a861-d7c7e781681f img.shogun-image {
    

    
    
    
  }


#s-985c755c-525f-4ca1-a861-d7c7e781681f .shogun-image-content {
  
    align-items: center;
  
}

#s-267fe2b0-e821-4fbc-8ae6-4a78d67bd217 {
  text-align: center;
}







  #s-267fe2b0-e821-4fbc-8ae6-4a78d67bd217 img.shogun-image {
    

    
    
    
  }


#s-267fe2b0-e821-4fbc-8ae6-4a78d67bd217 .shogun-image-content {
  
    align-items: center;
  
}

#s-38f33bfd-4890-4a9a-8982-4d193e1324bd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 0px;
min-height: 50px;
}








#s-38f33bfd-4890-4a9a-8982-4d193e1324bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f33bfd-4890-4a9a-8982-4d193e1324bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dec15c3-2057-4ad6-814e-fc765ef5b6cd {
  text-align: center;
}







  #s-7dec15c3-2057-4ad6-814e-fc765ef5b6cd img.shogun-image {
    

    
    
    
  }


#s-7dec15c3-2057-4ad6-814e-fc765ef5b6cd .shogun-image-content {
  
    align-items: center;
  
}

#s-35b8a4b0-1db6-4d9e-8bf8-ec2130f12114 {
  margin-top: 15px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-35b8a4b0-1db6-4d9e-8bf8-ec2130f12114"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-35b8a4b0-1db6-4d9e-8bf8-ec2130f12114"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35b8a4b0-1db6-4d9e-8bf8-ec2130f12114"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35b8a4b0-1db6-4d9e-8bf8-ec2130f12114"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5d5bc992-1e1c-4668-902f-a80e29329cc2 {
  text-align: center;
}







  #s-5d5bc992-1e1c-4668-902f-a80e29329cc2 img.shogun-image {
    

    
    
    
  }


#s-5d5bc992-1e1c-4668-902f-a80e29329cc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d0fa81-b164-49ee-9742-9840ff6892ad {
  text-align: center;
}







  #s-d5d0fa81-b164-49ee-9742-9840ff6892ad img.shogun-image {
    

    
    
    
  }


#s-d5d0fa81-b164-49ee-9742-9840ff6892ad .shogun-image-content {
  
    align-items: center;
  
}

#s-0c506940-5a80-4646-8438-546c8d0be0a0 {
  margin-top: 0.5em;
padding-top: 0px;
padding-left: 0%;
}








#s-0c506940-5a80-4646-8438-546c8d0be0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c506940-5a80-4646-8438-546c8d0be0a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e4788fa-9d4d-4daa-9075-19c524012eff {
  margin-top: -10px;
text-align: center;
}







  #s-9e4788fa-9d4d-4daa-9075-19c524012eff img.shogun-image {
    

    
    
    
  }


#s-9e4788fa-9d4d-4daa-9075-19c524012eff .shogun-image-content {
  
    align-items: center;
  
}

#s-006cb827-dd01-4c0e-b6f4-931361b5c7e1 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-006cb827-dd01-4c0e-b6f4-931361b5c7e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-006cb827-dd01-4c0e-b6f4-931361b5c7e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-006cb827-dd01-4c0e-b6f4-931361b5c7e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-006cb827-dd01-4c0e-b6f4-931361b5c7e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fbeca054-a991-477f-b1ac-1498ce025be2 {
  text-align: center;
}







  #s-fbeca054-a991-477f-b1ac-1498ce025be2 img.shogun-image {
    

    
    
    
  }


#s-fbeca054-a991-477f-b1ac-1498ce025be2 .shogun-image-content {
  
    align-items: center;
  
}

#s-038b1433-03f4-4c7a-8bf6-bc4313b215b7 {
  text-align: center;
}







  #s-038b1433-03f4-4c7a-8bf6-bc4313b215b7 img.shogun-image {
    

    
    
    
  }


#s-038b1433-03f4-4c7a-8bf6-bc4313b215b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d285990-b709-4c25-91dd-df29ca842b0c {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-3d285990-b709-4c25-91dd-df29ca842b0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3d285990-b709-4c25-91dd-df29ca842b0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3d285990-b709-4c25-91dd-df29ca842b0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d285990-b709-4c25-91dd-df29ca842b0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7d72a233-3b12-4db1-bd5b-46285bfd6ad9 {
  text-align: center;
}







  #s-7d72a233-3b12-4db1-bd5b-46285bfd6ad9 img.shogun-image {
    

    
    
    
  }


#s-7d72a233-3b12-4db1-bd5b-46285bfd6ad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-51d3f4d5-6f41-44f8-a120-c811a38dc330 {
  text-align: center;
}







  #s-51d3f4d5-6f41-44f8-a120-c811a38dc330 img.shogun-image {
    

    
    
    
  }


#s-51d3f4d5-6f41-44f8-a120-c811a38dc330 .shogun-image-content {
  
    align-items: center;
  
}

#s-5931873b-a670-43ac-b3f9-06ae161fca3c {
  margin-top: 14px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-5931873b-a670-43ac-b3f9-06ae161fca3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5931873b-a670-43ac-b3f9-06ae161fca3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5931873b-a670-43ac-b3f9-06ae161fca3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5931873b-a670-43ac-b3f9-06ae161fca3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d8130822-0a0f-4567-a384-b7942509e9b8 {
  text-align: center;
}







  #s-d8130822-0a0f-4567-a384-b7942509e9b8 img.shogun-image {
    

    
    
    
  }


#s-d8130822-0a0f-4567-a384-b7942509e9b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab540e58-aa10-4c3f-8281-2947f9fe57f1 {
  text-align: center;
}







  #s-ab540e58-aa10-4c3f-8281-2947f9fe57f1 img.shogun-image {
    

    
    
    
  }


#s-ab540e58-aa10-4c3f-8281-2947f9fe57f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f744f17b-129e-4ade-b399-a2bdeb13d362 {
  margin-top: 8em;
margin-left: 5em;
margin-right: 5em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f744f17b-129e-4ade-b399-a2bdeb13d362 {
  margin-top: 5em;
}
}@media (max-width: 767px){#s-f744f17b-129e-4ade-b399-a2bdeb13d362 {
  display: none;
}
#s-f744f17b-129e-4ade-b399-a2bdeb13d362, #wrap-s-f744f17b-129e-4ade-b399-a2bdeb13d362 { display:none !important; }}







#s-f744f17b-129e-4ade-b399-a2bdeb13d362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f744f17b-129e-4ade-b399-a2bdeb13d362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f5b2f4b-4a75-46bf-a0a4-11f680930a7b {
  min-height: 50px;
}








#s-6f5b2f4b-4a75-46bf-a0a4-11f680930a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f5b2f4b-4a75-46bf-a0a4-11f680930a7b.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-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2e3fe994-221d-4c94-a5a7-da63acc35de6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-1d6600b2-e4c1-4109-aff5-113a1b00242c {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d6600b2-e4c1-4109-aff5-113a1b00242c {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-1d6600b2-e4c1-4109-aff5-113a1b00242c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1d6600b2-e4c1-4109-aff5-113a1b00242c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d6600b2-e4c1-4109-aff5-113a1b00242c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d6600b2-e4c1-4109-aff5-113a1b00242c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a0e8a65c-4c51-47bd-9955-654401c8ddef {
  margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-a0e8a65c-4c51-47bd-9955-654401c8ddef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a0e8a65c-4c51-47bd-9955-654401c8ddef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a0e8a65c-4c51-47bd-9955-654401c8ddef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0e8a65c-4c51-47bd-9955-654401c8ddef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e4283064-fc44-47ed-98a1-7262a4ec0e31 {
  text-align: center;
}







  #s-e4283064-fc44-47ed-98a1-7262a4ec0e31 img.shogun-image {
    

    
    
    
  }


#s-e4283064-fc44-47ed-98a1-7262a4ec0e31 .shogun-image-content {
  
    align-items: center;
  
}

#s-70fadcb7-7165-4eb9-ac16-44e9ae8ae73e {
  text-align: center;
}







  #s-70fadcb7-7165-4eb9-ac16-44e9ae8ae73e img.shogun-image {
    

    
    
    
  }


#s-70fadcb7-7165-4eb9-ac16-44e9ae8ae73e .shogun-image-content {
  
    align-items: center;
  
}

#s-abd26b4d-f46b-4adc-89e2-9fd3c1bd6b71 {
  margin-bottom: 10px;
padding-top: 10px;
text-align: center;
}







  #s-abd26b4d-f46b-4adc-89e2-9fd3c1bd6b71 img.shogun-image {
    

    
    
    
  }


#s-abd26b4d-f46b-4adc-89e2-9fd3c1bd6b71 .shogun-image-content {
  
    align-items: center;
  
}

#s-e53efc4b-8e65-4f41-9f20-ebc691bbdffa {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 10px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-e53efc4b-8e65-4f41-9f20-ebc691bbdffa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e53efc4b-8e65-4f41-9f20-ebc691bbdffa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e53efc4b-8e65-4f41-9f20-ebc691bbdffa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e53efc4b-8e65-4f41-9f20-ebc691bbdffa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-71f1d2a5-b898-460f-af11-6ffc05fd4a5a {
  text-align: center;
}







  #s-71f1d2a5-b898-460f-af11-6ffc05fd4a5a img.shogun-image {
    

    
    
    
  }


#s-71f1d2a5-b898-460f-af11-6ffc05fd4a5a .shogun-image-content {
  
    align-items: center;
  
}

#s-a8637dbe-92c0-4b32-927c-e6b81c3a826a {
  text-align: center;
}







  #s-a8637dbe-92c0-4b32-927c-e6b81c3a826a img.shogun-image {
    

    
    
    
  }


#s-a8637dbe-92c0-4b32-927c-e6b81c3a826a .shogun-image-content {
  
    align-items: center;
  
}

#s-0b9010b9-ae73-46b5-b8a0-f281edef7ec8 {
  margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0b9010b9-ae73-46b5-b8a0-f281edef7ec8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0b9010b9-ae73-46b5-b8a0-f281edef7ec8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9010b9-ae73-46b5-b8a0-f281edef7ec8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9010b9-ae73-46b5-b8a0-f281edef7ec8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-beac77f2-83bb-4466-b56f-d9201e28d0b2 {
  text-align: center;
}







  #s-beac77f2-83bb-4466-b56f-d9201e28d0b2 img.shogun-image {
    

    
    
    
  }


#s-beac77f2-83bb-4466-b56f-d9201e28d0b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-376e86c1-9fef-4b0d-8f83-a6040ddedbf4 {
  text-align: center;
}







  #s-376e86c1-9fef-4b0d-8f83-a6040ddedbf4 img.shogun-image {
    

    
    
    
  }


#s-376e86c1-9fef-4b0d-8f83-a6040ddedbf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb2e9b7b-1803-4a9e-bda2-8da68347b0e4 {
  max-width: 100%;
}

@media (min-width: 0px) {
[id="s-eb2e9b7b-1803-4a9e-bda2-8da68347b0e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-eb2e9b7b-1803-4a9e-bda2-8da68347b0e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2e9b7b-1803-4a9e-bda2-8da68347b0e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2e9b7b-1803-4a9e-bda2-8da68347b0e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b404d125-381f-4452-a57c-cd9f08a7e71a {
  text-align: center;
}







  #s-b404d125-381f-4452-a57c-cd9f08a7e71a img.shogun-image {
    

    
    
    
  }


#s-b404d125-381f-4452-a57c-cd9f08a7e71a .shogun-image-content {
  
    align-items: center;
  
}

#s-d2cb3b0c-943b-490d-ac65-2063663b0202 {
  text-align: center;
}







  #s-d2cb3b0c-943b-490d-ac65-2063663b0202 img.shogun-image {
    

    
    
    
  }


#s-d2cb3b0c-943b-490d-ac65-2063663b0202 .shogun-image-content {
  
    align-items: center;
  
}

#s-57d92331-20d7-4a2b-8d12-7438e03a02a8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-57d92331-20d7-4a2b-8d12-7438e03a02a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d92331-20d7-4a2b-8d12-7438e03a02a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61 {
  margin-top: 0em;
padding-top: 8em;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61 {
  padding-top: 5em;
}
}
@media (min-width: 0px) {
[id="s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9a11a1c-becd-4eeb-a20e-ff72b23ecd61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-22f59d33-94a6-4125-8a95-bc81be3a65bc {
  margin-top: 5px;
margin-bottom: 10px;
padding-top: 0px;
text-align: center;
}







  #s-22f59d33-94a6-4125-8a95-bc81be3a65bc img.shogun-image {
    

    
    
    
  }


#s-22f59d33-94a6-4125-8a95-bc81be3a65bc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fd8cc5fa-bd8c-4755-aacc-c8103a554c4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fd8cc5fa-bd8c-4755-aacc-c8103a554c4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fd8cc5fa-bd8c-4755-aacc-c8103a554c4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd8cc5fa-bd8c-4755-aacc-c8103a554c4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0cb6a09-fa17-4b50-893d-64c932a4d040 {
  text-align: center;
}







  #s-d0cb6a09-fa17-4b50-893d-64c932a4d040 img.shogun-image {
    

    
    
    
  }


#s-d0cb6a09-fa17-4b50-893d-64c932a4d040 .shogun-image-content {
  
    align-items: center;
  
}

#s-5019a78a-fc9a-42a4-9f17-56010638b999 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5019a78a-fc9a-42a4-9f17-56010638b999"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-e67c70a2-c9a4-4648-92e5-9145ab4dd146 {
  text-align: center;
}







  #s-e67c70a2-c9a4-4648-92e5-9145ab4dd146 img.shogun-image {
    

    
    
    
  }


#s-e67c70a2-c9a4-4648-92e5-9145ab4dd146 .shogun-image-content {
  
    align-items: center;
  
}

#s-05992be8-0e4b-4aa5-a08b-71ad1a86822e {
  text-align: center;
}







  #s-05992be8-0e4b-4aa5-a08b-71ad1a86822e img.shogun-image {
    

    
    
    
  }


#s-05992be8-0e4b-4aa5-a08b-71ad1a86822e .shogun-image-content {
  
    align-items: center;
  
}

#s-0fc528cb-51a3-4e58-8a05-15d186f96a18 {
  margin-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc528cb-51a3-4e58-8a05-15d186f96a18 {
  margin-top: 5px;
}
}






  #s-0fc528cb-51a3-4e58-8a05-15d186f96a18 img.shogun-image {
    

    
    
    
  }


#s-0fc528cb-51a3-4e58-8a05-15d186f96a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-064b81c2-51d5-4e15-b357-a6198b653d60 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-064b81c2-51d5-4e15-b357-a6198b653d60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25 {
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25 {
  margin-top: 2px;
}
}
@media (min-width: 0px) {
[id="s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5ad5b7c9-7b64-4427-98d2-abc3166dfd25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5f27e45c-6ba5-412a-a03a-39c24f0a4f29 {
  text-align: center;
}







  #s-5f27e45c-6ba5-412a-a03a-39c24f0a4f29 img.shogun-image {
    

    
    
    
  }


#s-5f27e45c-6ba5-412a-a03a-39c24f0a4f29 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cef1acc-f66e-4e11-9b7e-bc2b23830c48 {
  text-align: center;
}







  #s-0cef1acc-f66e-4e11-9b7e-bc2b23830c48 img.shogun-image {
    

    
    
    
  }


#s-0cef1acc-f66e-4e11-9b7e-bc2b23830c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-073ec910-70cf-4613-b2bc-28f9bc92b1e7 {
  text-align: center;
}







  #s-073ec910-70cf-4613-b2bc-28f9bc92b1e7 img.shogun-image {
    

    
    
    
  }


#s-073ec910-70cf-4613-b2bc-28f9bc92b1e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae5256e2-4403-45d0-a5b0-217819077d1e {
  margin-top: 10px;
margin-bottom: 0px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-ae5256e2-4403-45d0-a5b0-217819077d1e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ae5256e2-4403-45d0-a5b0-217819077d1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ae5256e2-4403-45d0-a5b0-217819077d1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ae5256e2-4403-45d0-a5b0-217819077d1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b4069694-067f-403e-a463-9df475721b0b {
  text-align: center;
}







  #s-b4069694-067f-403e-a463-9df475721b0b img.shogun-image {
    

    
    
    
  }


#s-b4069694-067f-403e-a463-9df475721b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-b0572c15-6a7b-486a-a952-4dc84dc992dd {
  text-align: center;
}







  #s-b0572c15-6a7b-486a-a952-4dc84dc992dd img.shogun-image {
    

    
    
    
  }


#s-b0572c15-6a7b-486a-a952-4dc84dc992dd .shogun-image-content {
  
    align-items: center;
  
}

#s-85f7a385-46b3-4383-adec-85069709f677 {
  text-align: center;
}







  #s-85f7a385-46b3-4383-adec-85069709f677 img.shogun-image {
    

    
    
    
  }


#s-85f7a385-46b3-4383-adec-85069709f677 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fbdc76-3ed1-41ce-9d86-14d57ac01fff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-31bde59b-5130-406d-bef1-5610ebbe4e8d {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-31bde59b-5130-406d-bef1-5610ebbe4e8d img.shogun-image {
    

    
    
    
  }


#s-31bde59b-5130-406d-bef1-5610ebbe4e8d .shogun-image-content {
  
    align-items: center;
  
}

#s-4ecc351a-072e-4a9a-9f41-09e7807f6af9 {
  text-align: center;
}







  #s-4ecc351a-072e-4a9a-9f41-09e7807f6af9 img.shogun-image {
    

    
    
    
  }


#s-4ecc351a-072e-4a9a-9f41-09e7807f6af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f57da3dd-7b91-4581-b116-928c361abf5d {
  text-align: center;
}







  #s-f57da3dd-7b91-4581-b116-928c361abf5d img.shogun-image {
    

    
    
    
  }


#s-f57da3dd-7b91-4581-b116-928c361abf5d .shogun-image-content {
  
    align-items: center;
  
}

#s-6f92ef52-56c8-45c5-ab3d-cc1089e098e8 {
  margin-top: 5px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-6f92ef52-56c8-45c5-ab3d-cc1089e098e8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-6f92ef52-56c8-45c5-ab3d-cc1089e098e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-6f92ef52-56c8-45c5-ab3d-cc1089e098e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-6f92ef52-56c8-45c5-ab3d-cc1089e098e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f12aba30-380d-48f9-a888-0c27e30c3480 {
  text-align: center;
}







  #s-f12aba30-380d-48f9-a888-0c27e30c3480 img.shogun-image {
    

    
    
    
  }


#s-f12aba30-380d-48f9-a888-0c27e30c3480 .shogun-image-content {
  
    align-items: center;
  
}

#s-48b357cb-7879-4e2b-908f-2d2cdf622561 {
  text-align: center;
}







  #s-48b357cb-7879-4e2b-908f-2d2cdf622561 img.shogun-image {
    

    
    
    
  }


#s-48b357cb-7879-4e2b-908f-2d2cdf622561 .shogun-image-content {
  
    align-items: center;
  
}

#s-26a16239-1144-4bcd-9fe3-4718cbba6953 {
  text-align: center;
}







  #s-26a16239-1144-4bcd-9fe3-4718cbba6953 img.shogun-image {
    

    
    
    
  }


#s-26a16239-1144-4bcd-9fe3-4718cbba6953 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c5d4b7c-8910-4f2f-a249-003ba5e8dfcb {
  text-align: center;
}







  #s-5c5d4b7c-8910-4f2f-a249-003ba5e8dfcb img.shogun-image {
    

    
    
    
  }


#s-5c5d4b7c-8910-4f2f-a249-003ba5e8dfcb .shogun-image-content {
  
    align-items: center;
  
}

#s-fa3289b2-1466-4ec1-a9fe-37472da2390c {
  margin-bottom: 10px;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-fa3289b2-1466-4ec1-a9fe-37472da2390c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fa3289b2-1466-4ec1-a9fe-37472da2390c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fa3289b2-1466-4ec1-a9fe-37472da2390c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa3289b2-1466-4ec1-a9fe-37472da2390c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-22a3d3d2-24ad-4af9-be98-e842e0c1db0c {
  text-align: center;
}







  #s-22a3d3d2-24ad-4af9-be98-e842e0c1db0c img.shogun-image {
    

    
    
    
  }


#s-22a3d3d2-24ad-4af9-be98-e842e0c1db0c .shogun-image-content {
  
    align-items: center;
  
}

#s-726a62aa-86ab-47e8-8f17-48a3e27848ea {
  text-align: center;
}







  #s-726a62aa-86ab-47e8-8f17-48a3e27848ea img.shogun-image {
    

    
    
    
  }


#s-726a62aa-86ab-47e8-8f17-48a3e27848ea .shogun-image-content {
  
    align-items: center;
  
}

#s-858a2059-e270-45d4-a870-d005873767fb {
  max-width: 100%;
}

@media (min-width: 0px) {
[id="s-858a2059-e270-45d4-a870-d005873767fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-858a2059-e270-45d4-a870-d005873767fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-858a2059-e270-45d4-a870-d005873767fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-858a2059-e270-45d4-a870-d005873767fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-309b46be-9a0b-4fda-b173-a55dd623f5b8 {
  text-align: center;
}







  #s-309b46be-9a0b-4fda-b173-a55dd623f5b8 img.shogun-image {
    

    
    
    
  }


#s-309b46be-9a0b-4fda-b173-a55dd623f5b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-54f960c6-134d-4a88-9c95-6b900df35fd6 {
  text-align: center;
}







  #s-54f960c6-134d-4a88-9c95-6b900df35fd6 img.shogun-image {
    

    
    
    
  }


#s-54f960c6-134d-4a88-9c95-6b900df35fd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 {
  margin-top: 8em;
margin-left: 1em;
margin-bottom: 8em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 {
  margin-top: 8em;
margin-bottom: 8em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 {
  margin-top: 8em;
margin-bottom: 8em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 {
  margin-top: 5em;
margin-bottom: 5em;
}
}@media (max-width: 767px){#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 {
  margin-top: 5em;
margin-left: 0.5em;
margin-bottom: 3em;
margin-right: 0.5em;
}
}







#s-9bf841a0-8296-4cdb-8fd4-e996b822b772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bf841a0-8296-4cdb-8fd4-e996b822b772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cecbd0d0-45d3-4481-a374-d32a743e9ebb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cecbd0d0-45d3-4481-a374-d32a743e9ebb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  line-height: 0.8em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-cecbd0d0-45d3-4481-a374-d32a743e9ebb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cecbd0d0-45d3-4481-a374-d32a743e9ebb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cecbd0d0-45d3-4481-a374-d32a743e9ebb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 6em;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-f457536d-67b6-4014-9672-6bab3a5a32bc {
  margin-top: 3em;
margin-left: 3em;
margin-bottom: 3em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f457536d-67b6-4014-9672-6bab3a5a32bc {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f457536d-67b6-4014-9672-6bab3a5a32bc {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
margin-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f457536d-67b6-4014-9672-6bab3a5a32bc {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-f457536d-67b6-4014-9672-6bab3a5a32bc {
  margin-top: 0em;
margin-bottom: 2em;
}
}







#s-f457536d-67b6-4014-9672-6bab3a5a32bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f457536d-67b6-4014-9672-6bab3a5a32bc.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-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0em);
}

[id="s-cd944bb1-d1e9-40fa-94c0-1a7d58ffb06c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0em);
}

}

#s-482509d3-e1b3-4071-bebc-62c9c78e91c1 {
  margin-right: 0em;
min-height: 50px;
}
@media (max-width: 767px){#s-482509d3-e1b3-4071-bebc-62c9c78e91c1 {
  margin-top: -1em;
margin-left: 0em;
margin-bottom: -2em;
min-height: 0px;
}
}







#s-482509d3-e1b3-4071-bebc-62c9c78e91c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482509d3-e1b3-4071-bebc-62c9c78e91c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-404ffdbd-250f-4607-b17c-381c85aca443 {
  max-width: 100%;
text-align: right;
}







  #s-404ffdbd-250f-4607-b17c-381c85aca443 img.shogun-image {
    

    
    
    
  }


#s-404ffdbd-250f-4607-b17c-381c85aca443 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7f0f4491-c761-4d04-8508-cfef1e1b5110 {
  margin-left: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f0f4491-c761-4d04-8508-cfef1e1b5110 {
  margin-left: 0em;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-7f0f4491-c761-4d04-8508-cfef1e1b5110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f0f4491-c761-4d04-8508-cfef1e1b5110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-7f0f4491-c761-4d04-8508-cfef1e1b5110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-7f0f4491-c761-4d04-8508-cfef1e1b5110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5em);
}

}

#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 {
  margin-top: 2em;
margin-left: 0%;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 {
  margin-top: 1em;
margin-left: 0em;
margin-right: 0em;
padding-top: 0em;
padding-bottom: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 {
  margin-top: 1em;
margin-left: 0em;
margin-right: 0em;
padding-top: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 {
  margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 {
  margin-top: 0em;
margin-right: 0em;
}
}







#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-965ff4cf-d8d4-4f9b-8536-1cdf92e719c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32a6ff23-6761-451f-9546-81c56ed516a6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-32a6ff23-6761-451f-9546-81c56ed516a6 {
  margin-right: 6em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32a6ff23-6761-451f-9546-81c56ed516a6 {
  margin-right: 6em;
}
}@media (max-width: 767px){#s-32a6ff23-6761-451f-9546-81c56ed516a6 {
  margin-bottom: 1em;
}
}
#s-32a6ff23-6761-451f-9546-81c56ed516a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-e64c3af0-fe5b-4a0a-b537-bc5368924ee8 {
  margin-top: 0.5em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e64c3af0-fe5b-4a0a-b537-bc5368924ee8 {
  margin-top: 0.5em;
margin-bottom: 0em;
}
}
#s-f502ae5a-f29b-4e5e-8544-001c6caaf861 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f502ae5a-f29b-4e5e-8544-001c6caaf861 {
  min-height: 0px;
}
}







#s-f502ae5a-f29b-4e5e-8544-001c6caaf861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f502ae5a-f29b-4e5e-8544-001c6caaf861.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ccf36788-8eef-4700-88a2-d51fa4e317ee {
  text-align: center;
}







  #s-ccf36788-8eef-4700-88a2-d51fa4e317ee img.shogun-image {
    

    
    
    
  }


#s-ccf36788-8eef-4700-88a2-d51fa4e317ee .shogun-image-content {
  
    align-items: center;
  
}

#s-c6072822-21b5-48df-b425-726465f6461f {
  margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c6072822-21b5-48df-b425-726465f6461f {
  margin-top: -4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6072822-21b5-48df-b425-726465f6461f {
  margin-top: -4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6072822-21b5-48df-b425-726465f6461f {
  margin-top: 0em;
}
}@media (max-width: 767px){#s-c6072822-21b5-48df-b425-726465f6461f {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-c6072822-21b5-48df-b425-726465f6461f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6072822-21b5-48df-b425-726465f6461f.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-ea189087-6c52-4af9-8ff3-0b6d1774728d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea189087-6c52-4af9-8ff3-0b6d1774728d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-ea189087-6c52-4af9-8ff3-0b6d1774728d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-ea189087-6c52-4af9-8ff3-0b6d1774728d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-d1efbfc1-b140-4194-b012-3269e67454f1 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-d1efbfc1-b140-4194-b012-3269e67454f1 {
  margin-bottom: 0em;
padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1efbfc1-b140-4194-b012-3269e67454f1 {
  margin-bottom: 0em;
padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1efbfc1-b140-4194-b012-3269e67454f1 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2.5em;
}
}@media (max-width: 767px){#s-d1efbfc1-b140-4194-b012-3269e67454f1 {
  margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-d1efbfc1-b140-4194-b012-3269e67454f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1efbfc1-b140-4194-b012-3269e67454f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex{
    display:flex;
    padding-bottom:10px;
}
.imgg{
  width:60px!important;
  padding-top:10px;
    
}
.tex{
    margin-left:10px;
}
.text-logo{
    
    margin-top: 30px;
}
.logo-text .tex{
    font-size: 1.5vw;
}
@media screen and (max-width: 900px) and (min-width: 60px) {
  .logo-text .tex{
    font-size: 13px;
}  
}
#s-f5ff8a7c-6d39-4028-8c4f-385e3d982b16 {
  padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-f5ff8a7c-6d39-4028-8c4f-385e3d982b16 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5ff8a7c-6d39-4028-8c4f-385e3d982b16 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0%;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5ff8a7c-6d39-4028-8c4f-385e3d982b16 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-f5ff8a7c-6d39-4028-8c4f-385e3d982b16 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-position: center center;
}
@media (min-width: 1200px){#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 {
  min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 {
  min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 {
  min-height: 25em;
}
}@media (max-width: 767px){#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 {
  min-height: 18em;
}
}







#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aabeb262-254f-4d4e-9271-ac2c0a90c3b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cfd7a17-fa2b-46d0-8dc1-75e3150b6147 {
  margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-7cfd7a17-fa2b-46d0-8dc1-75e3150b6147 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-7cfd7a17-fa2b-46d0-8dc1-75e3150b6147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cfd7a17-fa2b-46d0-8dc1-75e3150b6147.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-1db2e00c-707e-4e80-bd81-28702be9f17b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1db2e00c-707e-4e80-bd81-28702be9f17b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-1db2e00c-707e-4e80-bd81-28702be9f17b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-1db2e00c-707e-4e80-bd81-28702be9f17b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-1db2e00c-707e-4e80-bd81-28702be9f17b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-206c1a48-3dec-47fe-a38f-065350ee3169 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-206c1a48-3dec-47fe-a38f-065350ee3169 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-206c1a48-3dec-47fe-a38f-065350ee3169 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 21px;
min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-206c1a48-3dec-47fe-a38f-065350ee3169 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 22px;
min-height: 25em;
}
}@media (max-width: 767px){#s-206c1a48-3dec-47fe-a38f-065350ee3169 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 18em;
}
}







#s-206c1a48-3dec-47fe-a38f-065350ee3169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-206c1a48-3dec-47fe-a38f-065350ee3169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29461205-d576-48dd-825f-53f3e0c337f3 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 0px;
background-color: rgba(20, 20, 20, 1);
}
@media (min-width: 1200px){#s-29461205-d576-48dd-825f-53f3e0c337f3 {
  margin-top: 0em;
padding-top: 2px;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29461205-d576-48dd-825f-53f3e0c337f3 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29461205-d576-48dd-825f-53f3e0c337f3 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2.5em;
}
}@media (max-width: 767px){#s-29461205-d576-48dd-825f-53f3e0c337f3 {
  margin-top: 0em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 2.5em;
padding-right: 2em;
}
}







#s-29461205-d576-48dd-825f-53f3e0c337f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29461205-d576-48dd-825f-53f3e0c337f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a572b9d4-e78c-4e89-a40b-2f6911169ba5 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 2.5em;
padding-right: 2.5em;
}
@media (min-width: 1200px){#s-a572b9d4-e78c-4e89-a40b-2f6911169ba5 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a572b9d4-e78c-4e89-a40b-2f6911169ba5 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a572b9d4-e78c-4e89-a40b-2f6911169ba5 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a572b9d4-e78c-4e89-a40b-2f6911169ba5 {
  margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0%;
}
}
#s-284aac40-a051-4d06-8a9f-8df1563ee028 {
  margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-284aac40-a051-4d06-8a9f-8df1563ee028 {
  margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-284aac40-a051-4d06-8a9f-8df1563ee028 {
  margin-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-284aac40-a051-4d06-8a9f-8df1563ee028 {
  margin-bottom: 0em;
}
}@media (max-width: 767px){#s-284aac40-a051-4d06-8a9f-8df1563ee028 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-284aac40-a051-4d06-8a9f-8df1563ee028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284aac40-a051-4d06-8a9f-8df1563ee028.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-0c6d4121-cfd4-4f9d-91b6-aaf40c108416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c6d4121-cfd4-4f9d-91b6-aaf40c108416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-0c6d4121-cfd4-4f9d-91b6-aaf40c108416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-0c6d4121-cfd4-4f9d-91b6-aaf40c108416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-0c6d4121-cfd4-4f9d-91b6-aaf40c108416"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 {
  min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 {
  min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 {
  min-height: 0em;
}
}@media (max-width: 767px){#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 {
  min-height: 18em;
}
}







#s-ba307de4-8e9c-43f1-b019-2e6215bcc974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba307de4-8e9c-43f1-b019-2e6215bcc974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 {
  margin-top: 2em;
margin-right: 2em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(20, 20, 20, 1);
}
@media (min-width: 1200px){#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 {
  margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 3em;
padding-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 {
  margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 3em;
padding-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 {
  margin-top: 0em;
margin-left: 0em;
margin-right: 0em;
padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2.5em;
}
}@media (max-width: 767px){#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0.5em;
margin-right: 0em;
padding-top: 1em;
padding-left: 2.5em;
padding-right: 2em;
}
}







#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4269b95a-25c9-4d9a-83a7-2f8d8df72bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68d9a0da-0307-4ea7-a62f-210d3fdaa69e {
  padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-68d9a0da-0307-4ea7-a62f-210d3fdaa69e {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68d9a0da-0307-4ea7-a62f-210d3fdaa69e {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68d9a0da-0307-4ea7-a62f-210d3fdaa69e {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-68d9a0da-0307-4ea7-a62f-210d3fdaa69e {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 0.5em;
min-height: 50em;
}
@media (min-width: 1200px){#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 {
  margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 {
  margin-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 {
  margin-left: 0em;
margin-right: 0em;
min-height: 45em;
}
}@media (max-width: 767px){#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 {
  margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
min-height: 20em;
}
}







#s-95b1eba7-8523-4fb2-abeb-fe96ee731862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95b1eba7-8523-4fb2-abeb-fe96ee731862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e873380a-fbea-41f6-88ad-6130755b2f1f {
  margin-top: 8em;
margin-left: 1em;
margin-bottom: 8em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e873380a-fbea-41f6-88ad-6130755b2f1f {
  margin-top: 8em;
margin-bottom: 8em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e873380a-fbea-41f6-88ad-6130755b2f1f {
  margin-top: 8em;
margin-bottom: 8em;
}
}@media (max-width: 767px){#s-e873380a-fbea-41f6-88ad-6130755b2f1f {
  margin-top: 5em;
margin-left: 0.5em;
margin-bottom: 3em;
margin-right: 0.5em;
}
}







#s-e873380a-fbea-41f6-88ad-6130755b2f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e873380a-fbea-41f6-88ad-6130755b2f1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-533a47a5-59f9-4146-850c-901674e3e1b2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-533a47a5-59f9-4146-850c-901674e3e1b2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-533a47a5-59f9-4146-850c-901674e3e1b2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 6em;
  line-height: 0.8em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-533a47a5-59f9-4146-850c-901674e3e1b2 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-a17e4c20-cc97-498a-86a1-6f7013fed248 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a17e4c20-cc97-498a-86a1-6f7013fed248 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  line-height: 0.8em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-a17e4c20-cc97-498a-86a1-6f7013fed248 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a17e4c20-cc97-498a-86a1-6f7013fed248 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a17e4c20-cc97-498a-86a1-6f7013fed248 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 6em;
  line-height: 0.8em;
  
  text-align: center;
}


}
#s-3d52801d-d147-4699-be57-a9ea39764220 {
  margin-top: 3em;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-3d52801d-d147-4699-be57-a9ea39764220 {
  margin-top: 0em;
}
}







#s-3d52801d-d147-4699-be57-a9ea39764220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d52801d-d147-4699-be57-a9ea39764220.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c {
  margin-left: 3em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c {
  margin-left: 3em;
margin-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c {
  margin-left: 2em;
margin-right: 0em;
}
}@media (max-width: 767px){#s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-2499ef7d-ae86-4289-99c7-f1c1bb2b766c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0em);
}

}

#s-b5e59f25-2dd1-456e-aaa2-102455b5f96a {
  min-height: 50px;
}
@media (max-width: 767px){#s-b5e59f25-2dd1-456e-aaa2-102455b5f96a {
  margin-left: 2.5em;
margin-right: 2.5em;
min-height: 0px;
}
}







#s-b5e59f25-2dd1-456e-aaa2-102455b5f96a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e59f25-2dd1-456e-aaa2-102455b5f96a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5182a2-1e58-43e3-abd3-35295a0e538b {
  text-align: center;
}







  #s-7f5182a2-1e58-43e3-abd3-35295a0e538b img.shogun-image {
    

    
    
    
  }


#s-7f5182a2-1e58-43e3-abd3-35295a0e538b .shogun-image-content {
  
    align-items: center;
  
}

#s-3405cada-173c-4225-89aa-e5af3c366429 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -5em;
margin-right: 0em;
min-height: 40em;
background-position: center center;
}
@media (min-width: 1200px){#s-3405cada-173c-4225-89aa-e5af3c366429 {
  min-height: 35em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3405cada-173c-4225-89aa-e5af3c366429 {
  min-height: 35em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3405cada-173c-4225-89aa-e5af3c366429 {
  margin-left: -3em;
}
}@media (max-width: 767px){#s-3405cada-173c-4225-89aa-e5af3c366429 {
  min-height: 20em;
}
}







#s-3405cada-173c-4225-89aa-e5af3c366429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3405cada-173c-4225-89aa-e5af3c366429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c9cbb90-09e7-4060-aa3c-033404894154 {
  margin-left: 3em;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 1200px){#s-4c9cbb90-09e7-4060-aa3c-033404894154 {
  margin-left: 3em;
}
}
@media (min-width: 0px) {
[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9cbb90-09e7-4060-aa3c-033404894154"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9 {
  margin-top: 0em;
padding-top: 0em;
padding-left: 4em;
padding-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9 {
  padding-left: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9 {
  padding-left: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9 {
  padding-left: 0em;
}
}







#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff7ffbd-078a-48c2-9e5c-e54bead0c4c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  line-height: 1em;
  
  text-align: left;
}


@media (max-width: 767px){#s-0f7dfc18-7dd4-42a7-b094-b6d31e897520 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 2em;
  line-height: 1em;
  
  text-align: left;
}


}
#s-4fd1b892-3cbd-447c-af0d-4f66cbdb89c7 {
  padding-top: 1em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-4fd1b892-3cbd-447c-af0d-4f66cbdb89c7 {
  padding-left: 0em;
padding-right: 4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fd1b892-3cbd-447c-af0d-4f66cbdb89c7 {
  padding-left: 0em;
padding-right: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fd1b892-3cbd-447c-af0d-4f66cbdb89c7 {
  padding-left: 0em;
}
}@media (max-width: 767px){#s-4fd1b892-3cbd-447c-af0d-4f66cbdb89c7 {
  padding-left: 0em;
}
}
#s-46589d12-6f48-4206-b29a-18a1849c9248 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-46589d12-6f48-4206-b29a-18a1849c9248 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46589d12-6f48-4206-b29a-18a1849c9248 {
  margin-top: 0em;
}
}@media (max-width: 767px){#s-46589d12-6f48-4206-b29a-18a1849c9248 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-46589d12-6f48-4206-b29a-18a1849c9248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46589d12-6f48-4206-b29a-18a1849c9248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b4f3dd5-a47c-4128-9dc9-4be66314b609 {
  margin-top: 0em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-6b4f3dd5-a47c-4128-9dc9-4be66314b609"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b4f3dd5-a47c-4128-9dc9-4be66314b609"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-6b4f3dd5-a47c-4128-9dc9-4be66314b609"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-6b4f3dd5-a47c-4128-9dc9-4be66314b609"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-27f4e03f-feb1-4837-be77-14122e698a32 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-27f4e03f-feb1-4837-be77-14122e698a32 {
  min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27f4e03f-feb1-4837-be77-14122e698a32 {
  min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27f4e03f-feb1-4837-be77-14122e698a32 {
  min-height: 25em;
}
}@media (max-width: 767px){#s-27f4e03f-feb1-4837-be77-14122e698a32 {
  margin-bottom: 0.5em;
min-height: 18em;
}
}







#s-27f4e03f-feb1-4837-be77-14122e698a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27f4e03f-feb1-4837-be77-14122e698a32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5917cb3-5d1b-46b7-8761-af3f87492201 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-a5917cb3-5d1b-46b7-8761-af3f87492201 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5917cb3-5d1b-46b7-8761-af3f87492201 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5917cb3-5d1b-46b7-8761-af3f87492201 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2.5em;
}
}@media (max-width: 767px){#s-a5917cb3-5d1b-46b7-8761-af3f87492201 {
  padding-top: 1px;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-a5917cb3-5d1b-46b7-8761-af3f87492201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5917cb3-5d1b-46b7-8761-af3f87492201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e3efc4c-5648-44db-bf4f-07712bc48153 {
  padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-9e3efc4c-5648-44db-bf4f-07712bc48153 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e3efc4c-5648-44db-bf4f-07712bc48153 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e3efc4c-5648-44db-bf4f-07712bc48153 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-9e3efc4c-5648-44db-bf4f-07712bc48153 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 {
  margin-top: 0.5em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 {
  margin-top: 0.5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
}
}@media (max-width: 767px){#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 {
  margin-left: 0.5em;
margin-bottom: 0px;
margin-right: 0em;
}
}







#s-e9efe8a7-9401-4b58-bd86-321bc40cd677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9efe8a7-9401-4b58-bd86-321bc40cd677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-954f68cd-df33-4547-95bf-1b0bfafe98ec {
  margin-top: 1em;
margin-bottom: 1em;
}
@media (min-width: 1200px){#s-954f68cd-df33-4547-95bf-1b0bfafe98ec {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-954f68cd-df33-4547-95bf-1b0bfafe98ec {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-954f68cd-df33-4547-95bf-1b0bfafe98ec {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-954f68cd-df33-4547-95bf-1b0bfafe98ec {
  margin-top: 0.5em;
margin-bottom: 0.5em;
}
}
@media (min-width: 0px) {
[id="s-954f68cd-df33-4547-95bf-1b0bfafe98ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-954f68cd-df33-4547-95bf-1b0bfafe98ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-954f68cd-df33-4547-95bf-1b0bfafe98ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-954f68cd-df33-4547-95bf-1b0bfafe98ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-6b7caeb8-104d-409b-94a9-6da09bdbd008 {
  background-repeat: no-repeat;
background-size: contain;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 0px;
background-position: center center;
}
@media (max-width: 767px){#s-6b7caeb8-104d-409b-94a9-6da09bdbd008 {
  margin-top: 0em;
margin-bottom: 0em;
margin-right: 0em;
min-height: 28em;
}
}







#s-6b7caeb8-104d-409b-94a9-6da09bdbd008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7caeb8-104d-409b-94a9-6da09bdbd008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2b94167-8277-4776-92e1-e0d48084ee31 {
  background-size: cover;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 0px;
background-position: center center;
background-color: rgba(20, 20, 20, 1);
}
@media (min-width: 1200px){#s-b2b94167-8277-4776-92e1-e0d48084ee31 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2b94167-8277-4776-92e1-e0d48084ee31 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2b94167-8277-4776-92e1-e0d48084ee31 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2.5em;
}
}@media (max-width: 767px){#s-b2b94167-8277-4776-92e1-e0d48084ee31 {
  margin-top: 0.5em;
padding-top: 1em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-b2b94167-8277-4776-92e1-e0d48084ee31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b94167-8277-4776-92e1-e0d48084ee31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1db112df-e9d2-45ca-9b2c-bf694e5c4579 {
  padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-1db112df-e9d2-45ca-9b2c-bf694e5c4579 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1db112df-e9d2-45ca-9b2c-bf694e5c4579 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1db112df-e9d2-45ca-9b2c-bf694e5c4579 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-1db112df-e9d2-45ca-9b2c-bf694e5c4579 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-22dbe601-363f-41bc-bd32-7dd01fb06cac {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
min-height: 50em;
}
@media (min-width: 1200px){#s-22dbe601-363f-41bc-bd32-7dd01fb06cac {
  margin-top: 1em;
margin-left: 0em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22dbe601-363f-41bc-bd32-7dd01fb06cac {
  margin-top: 1em;
margin-left: 0em;
margin-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-22dbe601-363f-41bc-bd32-7dd01fb06cac {
  margin-top: 2em;
margin-left: 0em;
margin-right: 0em;
min-height: 33em;
}
}@media (max-width: 767px){#s-22dbe601-363f-41bc-bd32-7dd01fb06cac {
  margin-top: 2em;
margin-left: 0em;
margin-right: 0em;
min-height: 20em;
}
}







#s-22dbe601-363f-41bc-bd32-7dd01fb06cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22dbe601-363f-41bc-bd32-7dd01fb06cac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f426ad5c-bb75-4989-95d9-590dba0201bd {
  margin-top: 8em;
margin-bottom: 8em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f426ad5c-bb75-4989-95d9-590dba0201bd {
  margin-top: 8em;
margin-left: 1em;
margin-bottom: 8em;
margin-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f426ad5c-bb75-4989-95d9-590dba0201bd {
  margin-top: 8em;
margin-bottom: 8em;
}
}@media (max-width: 767px){#s-f426ad5c-bb75-4989-95d9-590dba0201bd {
  margin-top: 5em;
margin-bottom: 3em;
}
}







#s-f426ad5c-bb75-4989-95d9-590dba0201bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f426ad5c-bb75-4989-95d9-590dba0201bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21cec3f8-16a5-4afd-ab96-839ced3eeca8 {
  text-align: center;
}

#s-21cec3f8-16a5-4afd-ab96-839ced3eeca8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 6em;
  line-height: 0.8em;
  
  
}


@media (min-width: 1200px){#s-21cec3f8-16a5-4afd-ab96-839ced3eeca8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-21cec3f8-16a5-4afd-ab96-839ced3eeca8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 10em;
  line-height: 0.8em;
  
  
}


}@media (max-width: 767px){#s-21cec3f8-16a5-4afd-ab96-839ced3eeca8 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Light";
  font-style:  normal ;
  font-size: 3em;
  line-height: 0.8em;
  
  
}


}
#s-75271189-b0d1-4225-907c-f5ce3c9645d5 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-75271189-b0d1-4225-907c-f5ce3c9645d5 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-75271189-b0d1-4225-907c-f5ce3c9645d5 {
  margin-left: 0.5em;
margin-right: 0.5em;
padding-left: 0em;
padding-right: 0em;
}
}







#s-75271189-b0d1-4225-907c-f5ce3c9645d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75271189-b0d1-4225-907c-f5ce3c9645d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-075cd146-4396-4543-a54a-24d8f14eb03b {
  margin-top: 0em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-075cd146-4396-4543-a54a-24d8f14eb03b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-075cd146-4396-4543-a54a-24d8f14eb03b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-075cd146-4396-4543-a54a-24d8f14eb03b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-075cd146-4396-4543-a54a-24d8f14eb03b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-075cd146-4396-4543-a54a-24d8f14eb03b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0.5em;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
padding-right: 2em;
}
}@media (max-width: 767px){#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 {
  padding-top: 1em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f8ce792-c197-470d-8c0c-a1f1a64b2859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2c23617-268c-4069-b59f-a5b2fcc5b96f {
  margin-left: 1em;
margin-right: 0em;
padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-c2c23617-268c-4069-b59f-a5b2fcc5b96f {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2c23617-268c-4069-b59f-a5b2fcc5b96f {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2c23617-268c-4069-b59f-a5b2fcc5b96f {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-c2c23617-268c-4069-b59f-a5b2fcc5b96f {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 {
  min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 {
  min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 {
  min-height: 25em;
}
}@media (max-width: 767px){#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 {
  min-height: 25em;
}
}







#s-5bea94dd-5753-4c10-ae5a-8432f9f31051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bea94dd-5753-4c10-ae5a-8432f9f31051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 {
  min-height: 46em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 {
  min-height: 46em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 {
  min-height: 50em;
}
}@media (max-width: 767px){#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 {
  margin-bottom: 0.5em;
min-height: 27em;
}
}







#s-7f899bd9-a9d2-4d41-b497-469a758eaa81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f899bd9-a9d2-4d41-b497-469a758eaa81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ada2f97-14d7-49b0-a43a-5d37efb11c38 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-3ada2f97-14d7-49b0-a43a-5d37efb11c38 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-3ada2f97-14d7-49b0-a43a-5d37efb11c38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ada2f97-14d7-49b0-a43a-5d37efb11c38.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-98dc09c5-3fad-4cba-86e2-5cae57c4efef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98dc09c5-3fad-4cba-86e2-5cae57c4efef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-98dc09c5-3fad-4cba-86e2-5cae57c4efef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-98dc09c5-3fad-4cba-86e2-5cae57c4efef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0px;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 {
  padding-top: 2em;
padding-bottom: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 {
  padding-top: 2em;
padding-left: 2.5em;
padding-bottom: 3em;
}
}@media (max-width: 767px){#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 {
  margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 2.5em;
padding-bottom: 1em;
padding-right: 2em;
}
}







#s-2caf04a5-4940-4c96-97ee-b08844aff8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2caf04a5-4940-4c96-97ee-b08844aff8a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62711a32-dd38-45ce-bf74-f520ff5259d5 {
  padding-left: 2em;
padding-right: 2em;
}
@media (min-width: 1200px){#s-62711a32-dd38-45ce-bf74-f520ff5259d5 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62711a32-dd38-45ce-bf74-f520ff5259d5 {
  margin-left: 6em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62711a32-dd38-45ce-bf74-f520ff5259d5 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-62711a32-dd38-45ce-bf74-f520ff5259d5 {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
}
}
#s-909f9283-1a8c-43e2-94d0-478de28f9a17 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 18em;
background-position: center center;
}
@media (min-width: 1200px){#s-909f9283-1a8c-43e2-94d0-478de28f9a17 {
  min-height: 25em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-909f9283-1a8c-43e2-94d0-478de28f9a17 {
  min-height: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-909f9283-1a8c-43e2-94d0-478de28f9a17 {
  min-height: 25em;
}
}







#s-909f9283-1a8c-43e2-94d0-478de28f9a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-909f9283-1a8c-43e2-94d0-478de28f9a17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50em;
}
@media (min-width: 1200px){#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 {
  margin-top: 2em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 {
  margin-top: 2em;
margin-bottom: 0em;
margin-right: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 {
  margin-top: 2px;
margin-left: 0em;
margin-bottom: 2px;
margin-right: 0em;
min-height: 45em;
}
}@media (max-width: 767px){#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 {
  margin-top: 1em;
margin-left: 0em;
margin-right: 0em;
min-height: 20em;
}
}







#s-b45027e9-3aec-400f-91c0-c64fea5b18e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b45027e9-3aec-400f-91c0-c64fea5b18e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 {
  margin-top: 2em;
margin-left: 4em;
margin-bottom: 2em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 {
  margin-top: 5em;
margin-left: 3em;
margin-bottom: 3em;
margin-right: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 {
  margin-top: 5em;
margin-left: 3em;
margin-bottom: 3em;
margin-right: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 {
  margin-top: 3em;
margin-left: 5em;
margin-right: 5em;
}
}@media (max-width: 767px){#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 {
  margin-left: 2.5em;
margin-right: 2em;
}
}







#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af8c5d86-643d-4590-b8bd-78bd3a3dd0a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baeeeb65-295c-40af-bb4b-6e697e36ab23 {
  margin-top: 2em;
margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-baeeeb65-295c-40af-bb4b-6e697e36ab23 {
  margin-top: 1em;
margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-baeeeb65-295c-40af-bb4b-6e697e36ab23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baeeeb65-295c-40af-bb4b-6e697e36ab23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21245630-c8b9-4d58-a435-2f404d069d45 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
text-align: center;
}







  #s-21245630-c8b9-4d58-a435-2f404d069d45 img.shogun-image {
    

    
    
    
  }


#s-21245630-c8b9-4d58-a435-2f404d069d45 .shogun-image-content {
  
    align-items: center;
  
}

#s-11ec79e8-1025-413a-a41a-88d7c42ab245 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-11ec79e8-1025-413a-a41a-88d7c42ab245 {
  margin-left: 0.5em;
margin-right: 0.5em;
}
}







#s-11ec79e8-1025-413a-a41a-88d7c42ab245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ec79e8-1025-413a-a41a-88d7c42ab245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 {
  padding-top: 4em;
padding-bottom: 4em;
text-align: center;
}
@media (min-width: 1200px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 {
  padding-top: 10em;
padding-bottom: 10em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 {
  padding-top: 10em;
padding-bottom: 10em;
}
}@media (max-width: 767px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 {
  padding-top: 5em;
padding-bottom: 3em;
}
}
#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 1200px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 6em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 6em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe9c42c4-b858-41c5-ac4c-511bf8609764 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 6em;
  
  
  
}


}
#s-885c66b3-0ed0-4075-9bb6-f48a46caad7a {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50em;
background-position: center center;
}
@media (max-width: 767px){#s-885c66b3-0ed0-4075-9bb6-f48a46caad7a {
  min-height: 20em;
}
}







#s-885c66b3-0ed0-4075-9bb6-f48a46caad7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-885c66b3-0ed0-4075-9bb6-f48a46caad7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbd4d0a9-2ee3-4876-925e-2629e3a09f87 {
  margin-left: 1em;
margin-right: 1em;
min-height: 50px;
}








#s-bbd4d0a9-2ee3-4876-925e-2629e3a09f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd4d0a9-2ee3-4876-925e-2629e3a09f87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a49915c9-fd65-41b1-bbef-d7fca318b5b9 {
  text-align: center;
}







  #s-a49915c9-fd65-41b1-bbef-d7fca318b5b9 img.shogun-image {
    

    
    
    
  }


#s-a49915c9-fd65-41b1-bbef-d7fca318b5b9 .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}