.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-8b906d64-0d0b-4589-9c5d-458b4da0cc48 {
  min-height: 50px;
}








#s-8b906d64-0d0b-4589-9c5d-458b4da0cc48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b906d64-0d0b-4589-9c5d-458b4da0cc48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-adc692d6-ba08-4ee6-9e8f-79f6156e00a4 {
  margin-top: 0em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adc692d6-ba08-4ee6-9e8f-79f6156e00a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-359ce9fc-73b7-42d3-9e90-d455a5d34f8d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 160px;
max-width: 1650px;
background-attachment: scroll;
}








#s-359ce9fc-73b7-42d3-9e90-d455a5d34f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359ce9fc-73b7-42d3-9e90-d455a5d34f8d.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-abedb5a7-b230-45f8-a6de-5ccdda1c6c89 {
  text-align: center;
}
@media (max-width: 767px){#s-abedb5a7-b230-45f8-a6de-5ccdda1c6c89 {
  display: none;
}
#s-abedb5a7-b230-45f8-a6de-5ccdda1c6c89, #wrap-s-abedb5a7-b230-45f8-a6de-5ccdda1c6c89 { display: none !important; }}






  #s-abedb5a7-b230-45f8-a6de-5ccdda1c6c89 img.shogun-image {
    

    
    
    
  }


#s-abedb5a7-b230-45f8-a6de-5ccdda1c6c89 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d0edbdd-9009-4815-8719-680d2123af2a {
  text-align: center;
}
@media (min-width: 1200px){#s-0d0edbdd-9009-4815-8719-680d2123af2a {
  display: none;
}
#s-0d0edbdd-9009-4815-8719-680d2123af2a, #wrap-s-0d0edbdd-9009-4815-8719-680d2123af2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d0edbdd-9009-4815-8719-680d2123af2a {
  display: none;
}
#s-0d0edbdd-9009-4815-8719-680d2123af2a, #wrap-s-0d0edbdd-9009-4815-8719-680d2123af2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d0edbdd-9009-4815-8719-680d2123af2a {
  display: none;
}
#s-0d0edbdd-9009-4815-8719-680d2123af2a, #wrap-s-0d0edbdd-9009-4815-8719-680d2123af2a { display: none !important; }}






  #s-0d0edbdd-9009-4815-8719-680d2123af2a img.shogun-image {
    

    
    
    
  }


#s-0d0edbdd-9009-4815-8719-680d2123af2a .shogun-image-content {
  
    align-items: center;
  
}

#s-4f0a5bbc-755e-4d06-8517-c163cf049189 {
  margin-top: 3em;
margin-left: 3em;
margin-bottom: 4em;
margin-right: 3em;
min-height: 50px;
}
@media (max-width: 767px){#s-4f0a5bbc-755e-4d06-8517-c163cf049189 {
  display: none;
}
#s-4f0a5bbc-755e-4d06-8517-c163cf049189, #wrap-s-4f0a5bbc-755e-4d06-8517-c163cf049189 { display: none !important; }}
#s-4f0a5bbc-755e-4d06-8517-c163cf049189 {
  background-image: url();
}








#s-4f0a5bbc-755e-4d06-8517-c163cf049189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f0a5bbc-755e-4d06-8517-c163cf049189.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-1924d752-f140-4f40-a826-392f2785c7b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1924d752-f140-4f40-a826-392f2785c7b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1924d752-f140-4f40-a826-392f2785c7b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1924d752-f140-4f40-a826-392f2785c7b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ca04386-c9b3-497b-a928-2c83a3d3a184 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ca04386-c9b3-497b-a928-2c83a3d3a184 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fde80359-d8ae-4268-8ea5-b491b61e8448 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fde80359-d8ae-4268-8ea5-b491b61e8448 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f573b936-7fda-4aeb-abfe-78b9c59fb286 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f573b936-7fda-4aeb-abfe-78b9c59fb286 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d11878cb-e278-4280-a792-ca49bc08e8e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d11878cb-e278-4280-a792-ca49bc08e8e2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b4fcaf77-8769-4a0a-8146-ec1140c0461f {
  min-height: 50px;
}








#s-b4fcaf77-8769-4a0a-8146-ec1140c0461f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4fcaf77-8769-4a0a-8146-ec1140c0461f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6828a486-a133-4a5a-ada4-cfe2e04691d4 {
  text-align: left;
}







  #s-6828a486-a133-4a5a-ada4-cfe2e04691d4 img.shogun-image {
    

    
    
    
  }


#s-6828a486-a133-4a5a-ada4-cfe2e04691d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-53e887a6-f6a6-40fb-b152-fe866dfed86f {
  max-width: 800px;
aspect-ratio: 800/833;
text-align: center;
opacity: 1;
}





  #s-53e887a6-f6a6-40fb-b152-fe866dfed86f img.shogun-image,
  #s-53e887a6-f6a6-40fb-b152-fe866dfed86f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53e887a6-f6a6-40fb-b152-fe866dfed86f {
    width: 100%;
    height: auto;
  }



  #s-53e887a6-f6a6-40fb-b152-fe866dfed86f img.shogun-image {
    

    
    
    
  }


#s-53e887a6-f6a6-40fb-b152-fe866dfed86f .shogun-image-content {
  
    align-items: center;
  
}

#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 {
  margin-top: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 {
  display: none;
}
#s-7935a251-a13f-4197-bd0e-86f83a8b56a4, #wrap-s-7935a251-a13f-4197-bd0e-86f83a8b56a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 {
  display: none;
}
#s-7935a251-a13f-4197-bd0e-86f83a8b56a4, #wrap-s-7935a251-a13f-4197-bd0e-86f83a8b56a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 {
  display: none;
}
#s-7935a251-a13f-4197-bd0e-86f83a8b56a4, #wrap-s-7935a251-a13f-4197-bd0e-86f83a8b56a4 { display: none !important; }}@media (max-width: 767px){#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 {
  
}
}







#s-7935a251-a13f-4197-bd0e-86f83a8b56a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7935a251-a13f-4197-bd0e-86f83a8b56a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cefd2db2-138f-4b17-b23c-bc0f84a861aa {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cefd2db2-138f-4b17-b23c-bc0f84a861aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c0f96168-3309-4977-bdd7-c808b7157d87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 {
  margin-bottom: 1em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
max-width: 800px;
aspect-ratio: 800/833;
text-align: center;
opacity: 1;
}





  #s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 img.shogun-image,
  #s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 {
    width: 100%;
    height: auto;
  }



  #s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 img.shogun-image {
    

    
    
    
  }


#s-e7ff1b56-c15c-4a40-a17e-33103ad50db9 .shogun-image-content {
  
    align-items: center;
  
}

#s-771e9c46-4cd7-4e01-8344-90b9f3c15030 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-771e9c46-4cd7-4e01-8344-90b9f3c15030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771e9c46-4cd7-4e01-8344-90b9f3c15030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c3cf408-bc4c-42b0-a647-c8050f874fe1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c3cf408-bc4c-42b0-a647-c8050f874fe1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-69a20dbe-cdd6-491a-8d9c-ce731da8e7fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69a20dbe-cdd6-491a-8d9c-ce731da8e7fb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-35b41abf-d5bd-4037-86d2-a994d7489970 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35b41abf-d5bd-4037-86d2-a994d7489970 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b3acd4aa-ed83-4904-bd1a-94f4eacc3c10 {
  min-height: 50px;
}








#s-b3acd4aa-ed83-4904-bd1a-94f4eacc3c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3acd4aa-ed83-4904-bd1a-94f4eacc3c10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e3423c1-64e4-48d4-adae-99bba0a025c6 {
  margin-bottom: 4em;
text-align: left;
}







  #s-3e3423c1-64e4-48d4-adae-99bba0a025c6 img.shogun-image {
    

    
    
    
  }


#s-3e3423c1-64e4-48d4-adae-99bba0a025c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-22ed6952-011e-4fcd-94b3-7dff4fd06e4c {
  margin-top: 0em;
margin-bottom: 2px;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-22ed6952-011e-4fcd-94b3-7dff4fd06e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ed6952-011e-4fcd-94b3-7dff4fd06e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c9b3e71-8e61-42e3-8562-c21c9398167b {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c9b3e71-8e61-42e3-8562-c21c9398167b {
  display: none;
}
#s-3c9b3e71-8e61-42e3-8562-c21c9398167b, #wrap-s-3c9b3e71-8e61-42e3-8562-c21c9398167b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c9b3e71-8e61-42e3-8562-c21c9398167b {
  display: none;
}
#s-3c9b3e71-8e61-42e3-8562-c21c9398167b, #wrap-s-3c9b3e71-8e61-42e3-8562-c21c9398167b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c9b3e71-8e61-42e3-8562-c21c9398167b {
  display: none;
}
#s-3c9b3e71-8e61-42e3-8562-c21c9398167b, #wrap-s-3c9b3e71-8e61-42e3-8562-c21c9398167b { display: none !important; }}@media (max-width: 767px){#s-3c9b3e71-8e61-42e3-8562-c21c9398167b {
  
}
}







#s-3c9b3e71-8e61-42e3-8562-c21c9398167b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c9b3e71-8e61-42e3-8562-c21c9398167b.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-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e5c0e47-ed1e-44dc-a33f-33030e150282"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b76b4cc2-fdf6-4e34-a72f-783e7108c9b1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b76b4cc2-fdf6-4e34-a72f-783e7108c9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76b4cc2-fdf6-4e34-a72f-783e7108c9b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75ffa714-bc5c-447c-b85a-62d631c769e3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
max-width: 800px;
aspect-ratio: 800/833;
text-align: center;
}





  #s-75ffa714-bc5c-447c-b85a-62d631c769e3 img.shogun-image,
  #s-75ffa714-bc5c-447c-b85a-62d631c769e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-75ffa714-bc5c-447c-b85a-62d631c769e3 {
    width: 100%;
    height: auto;
  }



  #s-75ffa714-bc5c-447c-b85a-62d631c769e3 img.shogun-image {
    

    
    
    
  }


#s-75ffa714-bc5c-447c-b85a-62d631c769e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a36a502-6c05-414b-9b4a-e447c1498a30 {
  margin-top: 1em;
margin-bottom: 0em;
min-height: 50px;
}








#s-4a36a502-6c05-414b-9b4a-e447c1498a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a36a502-6c05-414b-9b4a-e447c1498a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dc82836-5a34-49ab-b3e3-9d4840d71555 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dc82836-5a34-49ab-b3e3-9d4840d71555 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-16055fa7-9b01-4867-b387-e8c1feddd196 {
  text-align: center;
}

#s-f6a24860-b920-451b-8bb5-3534902a0045 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6a24860-b920-451b-8bb5-3534902a0045"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e68900ce-ce9e-4938-b7c1-167d805f4cb6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e68900ce-ce9e-4938-b7c1-167d805f4cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68900ce-ce9e-4938-b7c1-167d805f4cb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2eb26e8-66e6-4c6f-a161-ad877b78aab4 {
  padding-left: 3em;
padding-bottom: 1em;
padding-right: 3em;
text-align: center;
}







  #s-e2eb26e8-66e6-4c6f-a161-ad877b78aab4 img.shogun-image {
    

    
    
    
  }


#s-e2eb26e8-66e6-4c6f-a161-ad877b78aab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0e9536-d43a-476a-bed2-0e1a0c37aa9a {
  margin-top: 1em;
margin-bottom: 0em;
min-height: 50px;
}








#s-2c0e9536-d43a-476a-bed2-0e1a0c37aa9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c0e9536-d43a-476a-bed2-0e1a0c37aa9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fee1343e-f149-4974-ba5e-4b1acaaa45ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee1343e-f149-4974-ba5e-4b1acaaa45ac .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



@media (max-width: 767px){#s-4e70bc21-ef50-45a2-ba4b-66382fdd3233 {
  display: none;
}
#s-4e70bc21-ef50-45a2-ba4b-66382fdd3233, #wrap-s-4e70bc21-ef50-45a2-ba4b-66382fdd3233 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e70bc21-ef50-45a2-ba4b-66382fdd3233"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-aa6897d4-195f-4b41-918f-c83d67c8d956 {
  text-align: center;
}







  #s-aa6897d4-195f-4b41-918f-c83d67c8d956 img.shogun-image {
    

    
    
    
  }


#s-aa6897d4-195f-4b41-918f-c83d67c8d956 .shogun-image-content {
  
    align-items: center;
  
}

#s-c27614a5-7062-48cb-905d-aa6d0b446fb7 {
  margin-top: 1em;
margin-bottom: 0em;
}
@media (min-width: 1200px){#s-c27614a5-7062-48cb-905d-aa6d0b446fb7 {
  display: none;
}
#s-c27614a5-7062-48cb-905d-aa6d0b446fb7, #wrap-s-c27614a5-7062-48cb-905d-aa6d0b446fb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c27614a5-7062-48cb-905d-aa6d0b446fb7 {
  display: none;
}
#s-c27614a5-7062-48cb-905d-aa6d0b446fb7, #wrap-s-c27614a5-7062-48cb-905d-aa6d0b446fb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c27614a5-7062-48cb-905d-aa6d0b446fb7 {
  display: none;
}
#s-c27614a5-7062-48cb-905d-aa6d0b446fb7, #wrap-s-c27614a5-7062-48cb-905d-aa6d0b446fb7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c27614a5-7062-48cb-905d-aa6d0b446fb7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c27614a5-7062-48cb-905d-aa6d0b446fb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c27614a5-7062-48cb-905d-aa6d0b446fb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c27614a5-7062-48cb-905d-aa6d0b446fb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-23d01991-149b-4efa-b364-84459c78006d {
  text-align: center;
}







  #s-23d01991-149b-4efa-b364-84459c78006d img.shogun-image {
    

    
    
    
  }


#s-23d01991-149b-4efa-b364-84459c78006d .shogun-image-content {
  
    align-items: center;
  
}

#s-5efd91af-756f-4a79-b4e4-c6b624b899f8 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}

#s-18d3b031-2c83-4c7f-9dee-83e5754396c1 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 850px;
background-color: rgba(244, 243, 239, 1);
}








#s-18d3b031-2c83-4c7f-9dee-83e5754396c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18d3b031-2c83-4c7f-9dee-83e5754396c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c589b4-042b-4a87-b6fb-61c293a737af {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-37c589b4-042b-4a87-b6fb-61c293a737af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37c589b4-042b-4a87-b6fb-61c293a737af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37c589b4-042b-4a87-b6fb-61c293a737af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37c589b4-042b-4a87-b6fb-61c293a737af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea3b4cf1-d94d-48f2-b235-13497bbeeaac {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-ea3b4cf1-d94d-48f2-b235-13497bbeeaac img.shogun-image {
    

    
    
    
  }


#s-ea3b4cf1-d94d-48f2-b235-13497bbeeaac .shogun-image-content {
  
    align-items: center;
  
}

#s-f54634d2-d2b3-48cf-85cf-52a80ae809cc {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f54634d2-d2b3-48cf-85cf-52a80ae809cc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 10em;
padding-right: 10em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 {
  display: none;
}
#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78, #wrap-s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 { display: none !important; }}@media (max-width: 767px){#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 {
  display: none;
}
#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78, #wrap-s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 { display: none !important; }}







#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a83f9a0f-ef8b-4fa3-b0f9-140da6dfca78.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-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22b253b9-c9cf-47ad-8e22-907c710ace9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-89b6b72a-7b47-491e-a346-3077c54180c1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-89b6b72a-7b47-491e-a346-3077c54180c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b6b72a-7b47-491e-a346-3077c54180c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/833;
text-align: center;
}





  #s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c img.shogun-image,
  #s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c {
    width: 100%;
    height: auto;
  }



  #s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c img.shogun-image {
    

    
    
    
  }


#s-83e9a2ef-2dc9-47ab-9d33-89eba0ca3b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-877681c4-cea6-4ce6-8c21-cce51d9dffa9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-877681c4-cea6-4ce6-8c21-cce51d9dffa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-877681c4-cea6-4ce6-8c21-cce51d9dffa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cebdc6e2-8da6-4be4-8384-e8dbcbf2f3eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cebdc6e2-8da6-4be4-8384-e8dbcbf2f3eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0ddf171d-60ff-4d00-84e5-6358efdb12c5 {
  text-align: left;
}

#s-21125a6d-d81c-480a-9b41-bea56b187a5d {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-21125a6d-d81c-480a-9b41-bea56b187a5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-de7c864d-985c-42c7-8829-87e5a0307286 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-de7c864d-985c-42c7-8829-87e5a0307286 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de7c864d-985c-42c7-8829-87e5a0307286.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-254e3338-43f1-444c-bfd7-7aaefcd8940f {
  text-align: center;
}







  #s-254e3338-43f1-444c-bfd7-7aaefcd8940f img.shogun-image {
    

    
    
    
  }


#s-254e3338-43f1-444c-bfd7-7aaefcd8940f .shogun-image-content {
  
    align-items: center;
  
}

#s-7edb4b3e-3dfa-46ea-9db0-87f09ad53cda {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-7edb4b3e-3dfa-46ea-9db0-87f09ad53cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edb4b3e-3dfa-46ea-9db0-87f09ad53cda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b49e47e-b3b8-4f28-a94a-18a7af1808d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b49e47e-b3b8-4f28-a94a-18a7af1808d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-1708c8e3-5040-445b-9dc5-05ad229bf62d {
  display: none;
}
#s-1708c8e3-5040-445b-9dc5-05ad229bf62d, #wrap-s-1708c8e3-5040-445b-9dc5-05ad229bf62d { display: none !important; }}
@media (min-width: 0px) {
[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1708c8e3-5040-445b-9dc5-05ad229bf62d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-67945ecc-ab3c-4d15-88d8-4ebf642d396b {
  text-align: center;
}







  #s-67945ecc-ab3c-4d15-88d8-4ebf642d396b img.shogun-image {
    

    
    
    
  }


#s-67945ecc-ab3c-4d15-88d8-4ebf642d396b .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d2c1a0-4f0d-4453-b045-ddfc22ea0875 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-73f8778e-559a-4684-a73b-b6e63a43e90f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-73f8778e-559a-4684-a73b-b6e63a43e90f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73f8778e-559a-4684-a73b-b6e63a43e90f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-388b4ed4-3139-4459-94db-7a9cd0f4a250 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-388b4ed4-3139-4459-94db-7a9cd0f4a250"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-de40bbdf-2658-4cb3-8879-6592f0ae418e {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-de40bbdf-2658-4cb3-8879-6592f0ae418e img.shogun-image {
    

    
    
    
  }


#s-de40bbdf-2658-4cb3-8879-6592f0ae418e .shogun-image-content {
  
    align-items: center;
  
}

#s-1a8d5f6b-e96b-4f18-bde9-47f3ec231927 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-1a8d5f6b-e96b-4f18-bde9-47f3ec231927 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4e3049a5-29c2-40d0-8b3b-cd0730961251 {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
}
@media (min-width: 1200px){#s-4e3049a5-29c2-40d0-8b3b-cd0730961251 {
  display: none;
}
#s-4e3049a5-29c2-40d0-8b3b-cd0730961251, #wrap-s-4e3049a5-29c2-40d0-8b3b-cd0730961251 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e3049a5-29c2-40d0-8b3b-cd0730961251 {
  display: none;
}
#s-4e3049a5-29c2-40d0-8b3b-cd0730961251, #wrap-s-4e3049a5-29c2-40d0-8b3b-cd0730961251 { display: none !important; }}@media (max-width: 767px){#s-4e3049a5-29c2-40d0-8b3b-cd0730961251 {
  display: none;
}
#s-4e3049a5-29c2-40d0-8b3b-cd0730961251, #wrap-s-4e3049a5-29c2-40d0-8b3b-cd0730961251 { display: none !important; }}







#s-4e3049a5-29c2-40d0-8b3b-cd0730961251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e3049a5-29c2-40d0-8b3b-cd0730961251.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-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-475c56d7-7e4a-418b-a76f-387441f06305"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-73d4843a-79b8-4fc3-b3dd-ffb2679eeea8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-73d4843a-79b8-4fc3-b3dd-ffb2679eeea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d4843a-79b8-4fc3-b3dd-ffb2679eeea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 800/833;
text-align: center;
}





  #s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 img.shogun-image,
  #s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 {
    width: 100%;
    height: auto;
  }



  #s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 img.shogun-image {
    

    
    
    
  }


#s-2dafc863-bacf-4bf8-ac15-e794b9b324a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebfb175b-236d-4be6-8a1a-9a4c6855c912 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ebfb175b-236d-4be6-8a1a-9a4c6855c912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebfb175b-236d-4be6-8a1a-9a4c6855c912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-361fa3c2-81b1-4e48-aac9-4a36557c9c30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-361fa3c2-81b1-4e48-aac9-4a36557c9c30 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2c1fefc4-52c2-4aa3-a861-e2553515a1a7 {
  text-align: left;
}

#s-68b24200-8b2b-4de2-85c2-9298e71dfcb6 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-68b24200-8b2b-4de2-85c2-9298e71dfcb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-48a5995c-9e52-4cfb-b5ce-405537a853bb {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-48a5995c-9e52-4cfb-b5ce-405537a853bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a5995c-9e52-4cfb-b5ce-405537a853bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33ef36e9-844a-4f6d-ba44-ab2120290a81 {
  text-align: center;
}







  #s-33ef36e9-844a-4f6d-ba44-ab2120290a81 img.shogun-image {
    

    
    
    
  }


#s-33ef36e9-844a-4f6d-ba44-ab2120290a81 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c7dae5-6ec9-48fa-9993-1b2bb1ced487 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-34c7dae5-6ec9-48fa-9993-1b2bb1ced487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c7dae5-6ec9-48fa-9993-1b2bb1ced487.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60dca26a-fede-4e98-a40b-f1bca4d5c4b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-60dca26a-fede-4e98-a40b-f1bca4d5c4b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-8095bdc6-c671-406d-9793-75cc79c90f41 {
  display: none;
}
#s-8095bdc6-c671-406d-9793-75cc79c90f41, #wrap-s-8095bdc6-c671-406d-9793-75cc79c90f41 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8095bdc6-c671-406d-9793-75cc79c90f41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-bfa6d134-4e17-4dbd-aacd-372cab3cfc3f {
  text-align: center;
}







  #s-bfa6d134-4e17-4dbd-aacd-372cab3cfc3f img.shogun-image {
    

    
    
    
  }


#s-bfa6d134-4e17-4dbd-aacd-372cab3cfc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-0296b53c-ad1e-4efd-91e1-36af1351e3a7 {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-1b174e9a-c2ef-418d-b862-399ebdc7eb33 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-1b174e9a-c2ef-418d-b862-399ebdc7eb33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b174e9a-c2ef-418d-b862-399ebdc7eb33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62035a6e-520a-4be4-a360-175b13abe166 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-62035a6e-520a-4be4-a360-175b13abe166"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d2a93bc9-65a1-4599-af64-16ac96dff515 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-d2a93bc9-65a1-4599-af64-16ac96dff515 img.shogun-image {
    

    
    
    
  }


#s-d2a93bc9-65a1-4599-af64-16ac96dff515 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e2ab31e-6f15-42e5-bf8f-2ab74431edf6 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8e2ab31e-6f15-42e5-bf8f-2ab74431edf6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 {
  display: none;
}
#s-3aee4e67-2f70-4c7f-8418-da68339e08d1, #wrap-s-3aee4e67-2f70-4c7f-8418-da68339e08d1 { display: none !important; }}@media (max-width: 767px){#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 {
  display: none;
}
#s-3aee4e67-2f70-4c7f-8418-da68339e08d1, #wrap-s-3aee4e67-2f70-4c7f-8418-da68339e08d1 { display: none !important; }}







#s-3aee4e67-2f70-4c7f-8418-da68339e08d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aee4e67-2f70-4c7f-8418-da68339e08d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fc6303f-8aa8-4cda-8019-139a93991402 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 4em;
padding-bottom: 0em;
padding-right: 4em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fc6303f-8aa8-4cda-8019-139a93991402"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-22ea2ffe-bd8d-41c6-bb70-3c3b63b9d948 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-22ea2ffe-bd8d-41c6-bb70-3c3b63b9d948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ea2ffe-bd8d-41c6-bb70-3c3b63b9d948.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-62247989-3cb0-4e87-b95e-a01f744add9e {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-62247989-3cb0-4e87-b95e-a01f744add9e img.shogun-image {
    

    
    
    
  }


#s-62247989-3cb0-4e87-b95e-a01f744add9e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3c24c631-49e0-4cbf-8c7c-980d6b896a7e {
  padding-right: 0em;
min-height: 50px;
}








#s-3c24c631-49e0-4cbf-8c7c-980d6b896a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c24c631-49e0-4cbf-8c7c-980d6b896a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33269cfb-e7d0-4a2f-b22b-0f418982e39c {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-33269cfb-e7d0-4a2f-b22b-0f418982e39c img.shogun-image {
    

    
    
    
  }


#s-33269cfb-e7d0-4a2f-b22b-0f418982e39c .shogun-image-content {
  
    align-items: center;
  
}

#s-67f10d4a-91f6-4380-8376-0dc43a9491da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67f10d4a-91f6-4380-8376-0dc43a9491da .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-065d4455-b594-4365-afd5-a8e41ccebaa9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-065d4455-b594-4365-afd5-a8e41ccebaa9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-065d4455-b594-4365-afd5-a8e41ccebaa9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-065d4455-b594-4365-afd5-a8e41ccebaa9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c8c4c7e9-435d-4892-a474-6b4b0c9d8f6b {
  min-height: 50px;
}








#s-c8c4c7e9-435d-4892-a474-6b4b0c9d8f6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c4c7e9-435d-4892-a474-6b4b0c9d8f6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35123b06-4d9a-4b14-a857-041d1d4ff9c0 {
  text-align: left;
}







  #s-35123b06-4d9a-4b14-a857-041d1d4ff9c0 img.shogun-image {
    

    
    
    
  }


#s-35123b06-4d9a-4b14-a857-041d1d4ff9c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b741478-0e84-45bf-b19a-22c0b8b04ebe {
  min-height: 50px;
}








#s-7b741478-0e84-45bf-b19a-22c0b8b04ebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b741478-0e84-45bf-b19a-22c0b8b04ebe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06ee13ed-dddf-4666-ba6a-2d770c084a33 {
  text-align: left;
}







  #s-06ee13ed-dddf-4666-ba6a-2d770c084a33 img.shogun-image {
    

    
    
    
  }


#s-06ee13ed-dddf-4666-ba6a-2d770c084a33 .shogun-image-content {
  
    align-items: center;
  
}

#s-71789c93-8822-4406-8bb6-8371d2db0864 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-71789c93-8822-4406-8bb6-8371d2db0864 {
  display: none;
}
#s-71789c93-8822-4406-8bb6-8371d2db0864, #wrap-s-71789c93-8822-4406-8bb6-8371d2db0864 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71789c93-8822-4406-8bb6-8371d2db0864 {
  display: none;
}
#s-71789c93-8822-4406-8bb6-8371d2db0864, #wrap-s-71789c93-8822-4406-8bb6-8371d2db0864 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71789c93-8822-4406-8bb6-8371d2db0864 {
  
}
}@media (max-width: 767px){#s-71789c93-8822-4406-8bb6-8371d2db0864 {
  display: none;
}
#s-71789c93-8822-4406-8bb6-8371d2db0864, #wrap-s-71789c93-8822-4406-8bb6-8371d2db0864 { display: none !important; }}







#s-71789c93-8822-4406-8bb6-8371d2db0864 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71789c93-8822-4406-8bb6-8371d2db0864.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93d6d921-3799-4b3d-8c75-a0dfb86ac046 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 0em;
padding-right: 3em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d6d921-3799-4b3d-8c75-a0dfb86ac046"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7d7e0fcb-096f-4fad-a888-b4962f90810c {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-7d7e0fcb-096f-4fad-a888-b4962f90810c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d7e0fcb-096f-4fad-a888-b4962f90810c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2a3fbc9b-18d7-4ace-82a8-fad357ead3bd {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-2a3fbc9b-18d7-4ace-82a8-fad357ead3bd img.shogun-image {
    

    
    
    
  }


#s-2a3fbc9b-18d7-4ace-82a8-fad357ead3bd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0835f099-bc59-42e0-a92f-e0055b29640e {
  padding-right: 0em;
min-height: 50px;
}








#s-0835f099-bc59-42e0-a92f-e0055b29640e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0835f099-bc59-42e0-a92f-e0055b29640e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1943041-25ef-4180-ad97-8ca98bbbd115 {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}







  #s-e1943041-25ef-4180-ad97-8ca98bbbd115 img.shogun-image {
    

    
    
    
  }


#s-e1943041-25ef-4180-ad97-8ca98bbbd115 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1ff6a6-0c1b-4b25-8b52-c836748e3ccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b1ff6a6-0c1b-4b25-8b52-c836748e3ccd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7c13a989-18bd-4187-a738-5a9bd22e16a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-0e9d275d-450e-4f0a-ae20-b0ce2c84b8cd {
  min-height: 50px;
}








#s-0e9d275d-450e-4f0a-ae20-b0ce2c84b8cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9d275d-450e-4f0a-ae20-b0ce2c84b8cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50f2251e-6ca5-43b1-8921-9a3a06836cc1 {
  text-align: left;
}







  #s-50f2251e-6ca5-43b1-8921-9a3a06836cc1 img.shogun-image {
    

    
    
    
  }


#s-50f2251e-6ca5-43b1-8921-9a3a06836cc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-58cc4a15-2c22-432d-a732-ea2e2e1d154b {
  min-height: 50px;
}








#s-58cc4a15-2c22-432d-a732-ea2e2e1d154b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58cc4a15-2c22-432d-a732-ea2e2e1d154b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-608cde67-48bc-4540-9632-cf856dfa4242 {
  text-align: left;
}







  #s-608cde67-48bc-4540-9632-cf856dfa4242 img.shogun-image {
    

    
    
    
  }


#s-608cde67-48bc-4540-9632-cf856dfa4242 .shogun-image-content {
  
    align-items: center;
  
}

#s-1425d53d-305e-4e61-844f-94c61c029d39 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-1425d53d-305e-4e61-844f-94c61c029d39 {
  display: none;
}
#s-1425d53d-305e-4e61-844f-94c61c029d39, #wrap-s-1425d53d-305e-4e61-844f-94c61c029d39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1425d53d-305e-4e61-844f-94c61c029d39 {
  display: none;
}
#s-1425d53d-305e-4e61-844f-94c61c029d39, #wrap-s-1425d53d-305e-4e61-844f-94c61c029d39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1425d53d-305e-4e61-844f-94c61c029d39 {
  display: none;
}
#s-1425d53d-305e-4e61-844f-94c61c029d39, #wrap-s-1425d53d-305e-4e61-844f-94c61c029d39 { display: none !important; }}@media (max-width: 767px){#s-1425d53d-305e-4e61-844f-94c61c029d39 {
  
}
}







#s-1425d53d-305e-4e61-844f-94c61c029d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1425d53d-305e-4e61-844f-94c61c029d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e95cde7-e647-45d0-ad98-876f98ac9092 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0e95cde7-e647-45d0-ad98-876f98ac9092"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81431d1f-fd8d-41b9-9575-9140c3ad130a {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-81431d1f-fd8d-41b9-9575-9140c3ad130a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81431d1f-fd8d-41b9-9575-9140c3ad130a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1e7dc900-bcde-4035-88c2-3d778cfd7155 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-1e7dc900-bcde-4035-88c2-3d778cfd7155 img.shogun-image {
    

    
    
    
  }


#s-1e7dc900-bcde-4035-88c2-3d778cfd7155 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cae65d3e-d175-46f3-83c2-08b845db0730 {
  padding-top: 2em;
padding-right: 0em;
min-height: 50px;
}








#s-cae65d3e-d175-46f3-83c2-08b845db0730 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae65d3e-d175-46f3-83c2-08b845db0730.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cb1cc4b-c797-49b0-ad4e-a6d61a398031 {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-3cb1cc4b-c797-49b0-ad4e-a6d61a398031 img.shogun-image {
    

    
    
    
  }


#s-3cb1cc4b-c797-49b0-ad4e-a6d61a398031 .shogun-image-content {
  
    align-items: center;
  
}

#s-d98616ae-4982-4cfd-9916-1949bc41f010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d98616ae-4982-4cfd-9916-1949bc41f010 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4a656df9-f244-4afe-97d1-d5427472d9cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a656df9-f244-4afe-97d1-d5427472d9cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a656df9-f244-4afe-97d1-d5427472d9cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a656df9-f244-4afe-97d1-d5427472d9cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb729c8f-ae52-45b7-8ad4-6cba336fdc71 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-bb729c8f-ae52-45b7-8ad4-6cba336fdc71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb729c8f-ae52-45b7-8ad4-6cba336fdc71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07992fbf-c550-4d8a-97fa-a0687e057bba {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}







  #s-07992fbf-c550-4d8a-97fa-a0687e057bba img.shogun-image {
    

    
    
    
  }


#s-07992fbf-c550-4d8a-97fa-a0687e057bba .shogun-image-content {
  
    align-items: center;
  
}

#s-850ace1b-6eab-4a60-b423-7c2342e03628 {
  min-height: 50px;
}








#s-850ace1b-6eab-4a60-b423-7c2342e03628 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-850ace1b-6eab-4a60-b423-7c2342e03628.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f4d132-da4e-45df-a6f3-2fbf7c06427d {
  margin-bottom: 1em;
min-height: 50px;
}








#s-66f4d132-da4e-45df-a6f3-2fbf7c06427d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66f4d132-da4e-45df-a6f3-2fbf7c06427d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99eddde7-3df7-4155-b9ae-7423f738a096 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}







  #s-99eddde7-3df7-4155-b9ae-7423f738a096 img.shogun-image {
    

    
    
    
  }


#s-99eddde7-3df7-4155-b9ae-7423f738a096 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 0px;
padding-bottom: 0em;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 243, 239, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc {
  
}
}@media (max-width: 767px){#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc {
  
}
}







#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d5235df-1cc7-463a-9c96-2c87f1e28adc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 {
  display: none;
}
#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5, #wrap-s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 {
  display: none;
}
#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5, #wrap-s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 { display: none !important; }}







#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b610aae-9ede-4dfd-8351-5868d0aeaef5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a9f138a-2ce7-4309-aea2-cbec7ee69b95 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7a9f138a-2ce7-4309-aea2-cbec7ee69b95 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-99d10e1e-6cb5-4cb2-8916-dc57a56b9fc0 {
  margin-top: 0em;
}

#s-6f139c58-2def-472b-a646-1fcc5756ba74 {
  padding-top: 2em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6f139c58-2def-472b-a646-1fcc5756ba74 {
  display: none;
}
#s-6f139c58-2def-472b-a646-1fcc5756ba74, #wrap-s-6f139c58-2def-472b-a646-1fcc5756ba74 { display: none !important; }}@media (max-width: 767px){#s-6f139c58-2def-472b-a646-1fcc5756ba74 {
  display: none;
}
#s-6f139c58-2def-472b-a646-1fcc5756ba74, #wrap-s-6f139c58-2def-472b-a646-1fcc5756ba74 { display: none !important; }}







#s-6f139c58-2def-472b-a646-1fcc5756ba74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f139c58-2def-472b-a646-1fcc5756ba74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1f237b1-81b5-46ff-8b70-22763d8e2cc4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d1f237b1-81b5-46ff-8b70-22763d8e2cc4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-df8fdbe9-7bb8-4ab9-b7ed-050c1fcb43f7 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-8c5701d5-72ad-4d09-9e5b-b9a4c81df00e {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
min-height: 50px;
}








#s-8c5701d5-72ad-4d09-9e5b-b9a4c81df00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c5701d5-72ad-4d09-9e5b-b9a4c81df00e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4590e41d-5441-48ae-b201-cd638bb8fb86 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 900px;
}
@media (max-width: 767px){#s-4590e41d-5441-48ae-b201-cd638bb8fb86 {
  
}
}
@media (min-width: 0px) {
[id="s-4590e41d-5441-48ae-b201-cd638bb8fb86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4590e41d-5441-48ae-b201-cd638bb8fb86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4590e41d-5441-48ae-b201-cd638bb8fb86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4590e41d-5441-48ae-b201-cd638bb8fb86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-354c3d07-6ffe-4210-9901-5bb918f9a821 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-354c3d07-6ffe-4210-9901-5bb918f9a821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-354c3d07-6ffe-4210-9901-5bb918f9a821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-237a4f30-6a51-4732-a1b1-8a981870f0db {
  margin-bottom: 0em;
padding-bottom: 1em;
text-align: center;
}







  #s-237a4f30-6a51-4732-a1b1-8a981870f0db img.shogun-image {
    

    
    
    
  }


#s-237a4f30-6a51-4732-a1b1-8a981870f0db .shogun-image-content {
  
    align-items: center;
  
}

#s-01634b57-0d32-485b-9330-aec3bc6f7603 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-01634b57-0d32-485b-9330-aec3bc6f7603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01634b57-0d32-485b-9330-aec3bc6f7603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb2b86e4-cfae-47b2-88c6-0a6b03b898a9 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}







  #s-bb2b86e4-cfae-47b2-88c6-0a6b03b898a9 img.shogun-image {
    

    
    
    
  }


#s-bb2b86e4-cfae-47b2-88c6-0a6b03b898a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3228819-0a2f-4963-922f-7df5164967a0 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-d3228819-0a2f-4963-922f-7df5164967a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3228819-0a2f-4963-922f-7df5164967a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44e18bbd-482a-4dc2-9492-c9748d1a85e5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-44e18bbd-482a-4dc2-9492-c9748d1a85e5 img.shogun-image {
    

    
    
    
  }


#s-44e18bbd-482a-4dc2-9492-c9748d1a85e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fdf3a47-3ba8-4868-961d-9973b6746371 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-1fdf3a47-3ba8-4868-961d-9973b6746371 img.shogun-image {
    

    
    
    
  }


#s-1fdf3a47-3ba8-4868-961d-9973b6746371 .shogun-image-content {
  
    align-items: center;
  
}

#s-de07952f-2da7-468b-88bb-3204682baeaf {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-de07952f-2da7-468b-88bb-3204682baeaf {
  
}
}
#s-de07952f-2da7-468b-88bb-3204682baeaf {
  background-image: url();
}








#s-de07952f-2da7-468b-88bb-3204682baeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de07952f-2da7-468b-88bb-3204682baeaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4aa93f4-9b2e-40b6-9fa7-d35e43782552 {
  margin-top: 0em;
margin-bottom: 1em;
text-align: center;
}







  #s-c4aa93f4-9b2e-40b6-9fa7-d35e43782552 img.shogun-image {
    

    
    
    
  }


#s-c4aa93f4-9b2e-40b6-9fa7-d35e43782552 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ea53058-eca3-4bba-9603-17438e873703 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ea53058-eca3-4bba-9603-17438e873703 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-3a6c0e12-df79-4cf2-b0ef-f7b2c75bae1d {
  min-height: 50px;
}








#s-3a6c0e12-df79-4cf2-b0ef-f7b2c75bae1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6c0e12-df79-4cf2-b0ef-f7b2c75bae1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
