<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; .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-6ad0026e-42bf-4b35-b1a5-d8dce42a1511 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -45px;
margin-bottom: 0px;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}

#s-6ad0026e-42bf-4b35-b1a5-d8dce42a1511 {
  background-image: url(https://i.shgcdn.com/131124d4-e17d-4816-a905-96cf46b04d24/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6ad0026e-42bf-4b35-b1a5-d8dce42a1511 &gt; .shg-box-overlay {
  background-color: rgba(37, 37, 37, 1);
  opacity: 0.4;
}#s-6ad0026e-42bf-4b35-b1a5-d8dce42a1511.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-66a69845-d377-4b1b-9e21-7370848218cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-66a69845-d377-4b1b-9e21-7370848218cd {
  
}
}
#s-66a69845-d377-4b1b-9e21-7370848218cd .shogun-heading-component h1 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: center;
}



#s-222fab22-4bdb-4ca6-9042-94f8dc49f86d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-222fab22-4bdb-4ca6-9042-94f8dc49f86d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-222fab22-4bdb-4ca6-9042-94f8dc49f86d {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-222fab22-4bdb-4ca6-9042-94f8dc49f86d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-222fab22-4bdb-4ca6-9042-94f8dc49f86d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3fec60e-58ca-4259-9db5-f6768ffa6fb4 {
  min-height: 50px;
}








#s-f3fec60e-58ca-4259-9db5-f6768ffa6fb4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3fec60e-58ca-4259-9db5-f6768ffa6fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f095072-44de-492e-b0de-e5ed482eda10 {
  min-height: 50px;
}








#s-2f095072-44de-492e-b0de-e5ed482eda10 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f095072-44de-492e-b0de-e5ed482eda10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10d60f0b-d412-47b4-bddd-85859c95e8dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10d60f0b-d412-47b4-bddd-85859c95e8dd .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fdae3c75-55b1-44d1-8e8e-f41d6a3b130b {
  min-height: 50px;
}








#s-fdae3c75-55b1-44d1-8e8e-f41d6a3b130b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdae3c75-55b1-44d1-8e8e-f41d6a3b130b.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 &gt; * {
  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-ef41d0e3-f43c-4a1a-a422-37a5b3c71487"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef41d0e3-f43c-4a1a-a422-37a5b3c71487"] &gt; .shg-row &gt; .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ef41d0e3-f43c-4a1a-a422-37a5b3c71487"] &gt; .shg-row &gt; .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef41d0e3-f43c-4a1a-a422-37a5b3c71487"] &gt; .shg-row &gt; .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

.shogun-image-content-not-linked &gt; 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 &gt; div {
  width: 100%;
}

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

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

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

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

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

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

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image,
  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
    width: 100%;
    height: auto;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
    
    
  }


.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image,
  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
    width: 100%;
    height: auto;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
    
    
  }


.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image,
  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
    width: 100%;
    height: auto;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
    
    
  }


.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image,
  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
    width: 100%;
    height: auto;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
    
    
  }


.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
  box-sizing: border-box;
}

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



  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image,
  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 {
    width: 100%;
    height: auto;
  }

  #s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
    
    
  }


.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0be7e6c2-e2c2-4d9c-95a3-09d5039ce0b0.shogun-image {
  box-sizing: border-box;
}

}
#s-275e0429-47cd-48ac-b078-1e7b295821a6 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image,
  #s-275e0429-47cd-48ac-b078-1e7b295821a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 {
    width: 100%;
    height: auto;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
    
    
  }


.s-275e0429-47cd-48ac-b078-1e7b295821a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image,
  #s-275e0429-47cd-48ac-b078-1e7b295821a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 {
    width: 100%;
    height: auto;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
    
    
  }


.s-275e0429-47cd-48ac-b078-1e7b295821a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
  box-sizing: border-box;
}

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



  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image,
  #s-275e0429-47cd-48ac-b078-1e7b295821a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 {
    width: 100%;
    height: auto;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
    
    
  }


.s-275e0429-47cd-48ac-b078-1e7b295821a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
  box-sizing: border-box;
}

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



  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image,
  #s-275e0429-47cd-48ac-b078-1e7b295821a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 {
    width: 100%;
    height: auto;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
    
    
  }


.s-275e0429-47cd-48ac-b078-1e7b295821a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
  box-sizing: border-box;
}

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



  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image,
  #s-275e0429-47cd-48ac-b078-1e7b295821a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 {
    width: 100%;
    height: auto;
  }

  #s-275e0429-47cd-48ac-b078-1e7b295821a6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
    
    
  }


.s-275e0429-47cd-48ac-b078-1e7b295821a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-275e0429-47cd-48ac-b078-1e7b295821a6.shogun-image {
  box-sizing: border-box;
}

}
#s-65167c31-20a8-408b-bb25-558c48ac8f8f {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image,
  #s-65167c31-20a8-408b-bb25-558c48ac8f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f {
    width: 100%;
    height: auto;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
    
    
  }


.s-65167c31-20a8-408b-bb25-558c48ac8f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image,
  #s-65167c31-20a8-408b-bb25-558c48ac8f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f {
    width: 100%;
    height: auto;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
    
    
  }


.s-65167c31-20a8-408b-bb25-558c48ac8f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
  box-sizing: border-box;
}

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



  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image,
  #s-65167c31-20a8-408b-bb25-558c48ac8f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f {
    width: 100%;
    height: auto;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
    
    
  }


.s-65167c31-20a8-408b-bb25-558c48ac8f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
  box-sizing: border-box;
}

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



  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image,
  #s-65167c31-20a8-408b-bb25-558c48ac8f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f {
    width: 100%;
    height: auto;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
    
    
  }


.s-65167c31-20a8-408b-bb25-558c48ac8f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
  box-sizing: border-box;
}

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



  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image,
  #s-65167c31-20a8-408b-bb25-558c48ac8f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f {
    width: 100%;
    height: auto;
  }

  #s-65167c31-20a8-408b-bb25-558c48ac8f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
    
    
  }


.s-65167c31-20a8-408b-bb25-558c48ac8f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65167c31-20a8-408b-bb25-558c48ac8f8f.shogun-image {
  box-sizing: border-box;
}

}
#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
  max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image,
  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
    width: 100%;
    height: auto;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
    
    
  }


.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){



  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image,
  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
    width: 100%;
    height: auto;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
    
    
  }


.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
  box-sizing: border-box;
}

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



  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image,
  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
    width: 100%;
    height: auto;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
    
    
  }


.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
  box-sizing: border-box;
}

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



  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image,
  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
    width: 100%;
    height: auto;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
    
    
  }


.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
  box-sizing: border-box;
}

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



  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image,
  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 {
    width: 100%;
    height: auto;
  }

  #s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
    
    
  }


.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71 .shogun-image-content {
  
    align-items: center;
  
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19f66fe-0562-4f57-ab41-963d8bc2ee71.shogun-image {
  box-sizing: border-box;
}

}
#s-c1c313af-d7ff-4829-a745-47d3fc92e841 {
  min-height: 50px;
}








#s-c1c313af-d7ff-4829-a745-47d3fc92e841 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1c313af-d7ff-4829-a745-47d3fc92e841.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b16c67ff-86f7-48bb-9cf3-cbe801c49c3c hr {
  border-top: 2px solid #ddd;
}

.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-8bcbbcd7-78c7-414d-b5ad-2e2473c46476 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-8bcbbcd7-78c7-414d-b5ad-2e2473c46476 {
  
}
}
@media (min-width: 0px) {
[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8cd3ee22-cceb-4e07-955b-99d4aaa691bb"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b78e138a-bdcd-4299-b2d5-b62c5ffbf524 {
  min-height: 50px;
}








#s-b78e138a-bdcd-4299-b2d5-b62c5ffbf524 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78e138a-bdcd-4299-b2d5-b62c5ffbf524.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fcb0802-3cdb-499b-b5e4-0d48cf9f6e45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fcb0802-3cdb-499b-b5e4-0d48cf9f6e45 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6999b5ab-19c8-4615-8d54-4125d51a3665 {
  text-align: left;
}

#s-7cbef1df-3867-44ec-824c-d644ab8e168d {
  margin-top: 20px;
}

#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb {
  background-image: url(https://i.shgcdn.com/361e5ef0-7f57-4a31-a6c7-7a12852fc6e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6c70ef2-86cc-4a0a-811c-af0d55fc4fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4323ffc2-c2ed-4821-acac-6927eb7d1ee8 hr {
  border-top: 2px solid #ddd;
}

#s-bf18d700-7785-4d0b-b9b3-073771c57736 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-bf18d700-7785-4d0b-b9b3-073771c57736 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf18d700-7785-4d0b-b9b3-073771c57736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87edf9d9-b277-4f28-9a5d-e792bf8ebeed {
  padding-top: 40px;
padding-left: 14%;
padding-bottom: 40px;
padding-right: 14%;
min-height: 50px;
}








#s-87edf9d9-b277-4f28-9a5d-e792bf8ebeed &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87edf9d9-b277-4f28-9a5d-e792bf8ebeed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7067e31-0ae0-4c3d-9d7d-7884ce4fc258 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7067e31-0ae0-4c3d-9d7d-7884ce4fc258 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bc978a5e-e258-4130-aad7-85689cc72945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc978a5e-e258-4130-aad7-85689cc72945 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5a4f89ea-a73a-42f5-aad8-3d50e8a633be {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a4f89ea-a73a-42f5-aad8-3d50e8a633be {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a4f89ea-a73a-42f5-aad8-3d50e8a633be {
  margin-left: 10%;
margin-right: 10%;
}
}







#s-5a4f89ea-a73a-42f5-aad8-3d50e8a633be &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a4f89ea-a73a-42f5-aad8-3d50e8a633be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e610ee71-654b-416d-845a-e8b5e7d1c521 {
  min-height: 50px;
}








#s-e610ee71-654b-416d-845a-e8b5e7d1c521 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e610ee71-654b-416d-845a-e8b5e7d1c521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41de8ffe-5af3-430c-a774-671bd7074675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41de8ffe-5af3-430c-a774-671bd7074675 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1ba135c2-6156-4cdf-8d59-d50079d633c5 {
  min-height: 50px;
}








#s-1ba135c2-6156-4cdf-8d59-d50079d633c5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba135c2-6156-4cdf-8d59-d50079d633c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c0f584a-5b47-4430-9b72-429a183f889e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c0f584a-5b47-4430-9b72-429a183f889e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39f3e655-f9fb-4182-a064-90d0db498e36"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-not-linked &gt; 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 &gt; 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-d8088fbc-de0f-42ef-8f9d-09d4cf82fcf8 {
  margin-bottom: 20px;
text-align: left;
}







  #s-d8088fbc-de0f-42ef-8f9d-09d4cf82fcf8 img.shogun-image {
    

    
    
    
  }


#s-d8088fbc-de0f-42ef-8f9d-09d4cf82fcf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aef666a-0452-429e-82f7-dc3c3bf77e40 {
  padding-top: 20px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(219, 216, 211, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6aef666a-0452-429e-82f7-dc3c3bf77e40"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aef666a-0452-429e-82f7-dc3c3bf77e40"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6aef666a-0452-429e-82f7-dc3c3bf77e40"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aef666a-0452-429e-82f7-dc3c3bf77e40"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-76df986f-1d4b-458f-8279-c14d16285ae0 {
  min-height: 50px;
}








#s-76df986f-1d4b-458f-8279-c14d16285ae0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76df986f-1d4b-458f-8279-c14d16285ae0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-360808a2-fad3-431c-acd6-d79580d55dff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-360808a2-fad3-431c-acd6-d79580d55dff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-edd99c15-5428-4b66-8292-bc17cfa8e340 {
  padding-bottom: 10px;
}

#s-eca33f8e-3cb7-4f7e-8734-533a9a08ccdd {
  min-height: 50px;
}








#s-eca33f8e-3cb7-4f7e-8734-533a9a08ccdd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eca33f8e-3cb7-4f7e-8734-533a9a08ccdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c18e67da-7111-45ca-ba1e-508038c21877 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c18e67da-7111-45ca-ba1e-508038c21877 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-52cc325c-bb76-4b72-9a74-c3e7a448eaf8 {
  padding-bottom: 10px;
}

#s-d4266a46-8bf4-4989-bd9e-4c3a65186146 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 2%;
padding-bottom: 20px;
padding-right: 2%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(219, 216, 211, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d4266a46-8bf4-4989-bd9e-4c3a65186146"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4266a46-8bf4-4989-bd9e-4c3a65186146"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4266a46-8bf4-4989-bd9e-4c3a65186146"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4266a46-8bf4-4989-bd9e-4c3a65186146"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1ee040fa-1b57-4878-aad7-6d74584492db {
  min-height: 50px;
}








#s-1ee040fa-1b57-4878-aad7-6d74584492db &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee040fa-1b57-4878-aad7-6d74584492db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f88c92c-e975-4dfd-ab74-134f4276254d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f88c92c-e975-4dfd-ab74-134f4276254d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4f9c24e9-bc64-4f77-b402-7f8378c2543a {
  padding-bottom: 10px;
}

#s-ca0aa0e8-4338-4d49-aad0-44ddcba0f6bc {
  min-height: 50px;
}








#s-ca0aa0e8-4338-4d49-aad0-44ddcba0f6bc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca0aa0e8-4338-4d49-aad0-44ddcba0f6bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f49b3aa-93a0-4a57-a202-7bd182d94890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f49b3aa-93a0-4a57-a202-7bd182d94890 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-eb9f19f8-38c3-4aed-8828-c2e7e63e3b78 {
  padding-bottom: 10px;
}

#s-b5a585b1-cf2f-407e-94e5-489251038bcb {
  min-height: 50px;
}








#s-b5a585b1-cf2f-407e-94e5-489251038bcb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5a585b1-cf2f-407e-94e5-489251038bcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da26e295-197b-4764-b5d9-76e8154c1840 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da26e295-197b-4764-b5d9-76e8154c1840 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cd52c78e-0b08-4176-a2d9-dcb5f54a9fdb"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd52c78e-0b08-4176-a2d9-dcb5f54a9fdb"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd52c78e-0b08-4176-a2d9-dcb5f54a9fdb"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd52c78e-0b08-4176-a2d9-dcb5f54a9fdb"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9aa40ed8-a5b7-4155-ae5e-ff8ccd28c270 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9aa40ed8-a5b7-4155-ae5e-ff8ccd28c270 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aa40ed8-a5b7-4155-ae5e-ff8ccd28c270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14da2775-ed33-4e5f-a580-44bcae187f96 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-14da2775-ed33-4e5f-a580-44bcae187f96 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14da2775-ed33-4e5f-a580-44bcae187f96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fdb26d9-a362-4c46-bdc2-2d29b2144585 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4fdb26d9-a362-4c46-bdc2-2d29b2144585"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fdb26d9-a362-4c46-bdc2-2d29b2144585"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fdb26d9-a362-4c46-bdc2-2d29b2144585"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fdb26d9-a362-4c46-bdc2-2d29b2144585"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4fdb26d9-a362-4c46-bdc2-2d29b2144585"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f062458-f97d-4898-b56c-f9bcc4c26582 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-1f062458-f97d-4898-b56c-f9bcc4c26582 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f062458-f97d-4898-b56c-f9bcc4c26582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebacdb89-4d87-4900-b63f-4a65778ab5ec {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ebacdb89-4d87-4900-b63f-4a65778ab5ec &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebacdb89-4d87-4900-b63f-4a65778ab5ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce328c1a-e482-426e-add4-450bfd6df04f {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ce328c1a-e482-426e-add4-450bfd6df04f"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce328c1a-e482-426e-add4-450bfd6df04f"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce328c1a-e482-426e-add4-450bfd6df04f"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce328c1a-e482-426e-add4-450bfd6df04f"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-551057ec-47de-410f-bb24-41b8084fbb4b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-551057ec-47de-410f-bb24-41b8084fbb4b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-551057ec-47de-410f-bb24-41b8084fbb4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84fe2a32-3138-47d7-958e-aa19241cf045 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-84fe2a32-3138-47d7-958e-aa19241cf045 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84fe2a32-3138-47d7-958e-aa19241cf045.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-bf41db6f-31a2-4863-987e-683ff8e0444b"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf41db6f-31a2-4863-987e-683ff8e0444b"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf41db6f-31a2-4863-987e-683ff8e0444b"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf41db6f-31a2-4863-987e-683ff8e0444b"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-bf41db6f-31a2-4863-987e-683ff8e0444b"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-58736a07-f2a5-4d0d-8c5b-1a84cd75ae3a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-58736a07-f2a5-4d0d-8c5b-1a84cd75ae3a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58736a07-f2a5-4d0d-8c5b-1a84cd75ae3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28784bba-34c1-4452-9170-def7a87077d9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-28784bba-34c1-4452-9170-def7a87077d9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28784bba-34c1-4452-9170-def7a87077d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51242812-4d35-4e4f-bd01-973d4ae9d6f8 {
  min-height: 50px;
}








#s-51242812-4d35-4e4f-bd01-973d4ae9d6f8 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51242812-4d35-4e4f-bd01-973d4ae9d6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c023423-df25-40ec-9dd8-a30274496f73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3c023423-df25-40ec-9dd8-a30274496f73 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-131551e8-bf62-4ebc-bc42-4958cc51c18a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-131551e8-bf62-4ebc-bc42-4958cc51c18a"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-131551e8-bf62-4ebc-bc42-4958cc51c18a"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-131551e8-bf62-4ebc-bc42-4958cc51c18a"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ad95241-43c3-4f28-b744-377b01df81cf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-0ad95241-43c3-4f28-b744-377b01df81cf &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad95241-43c3-4f28-b744-377b01df81cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b81ba0fd-a4d5-4e51-8b8f-fbec36910b06 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-b81ba0fd-a4d5-4e51-8b8f-fbec36910b06 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81ba0fd-a4d5-4e51-8b8f-fbec36910b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54df7b4b-5609-4068-9a67-e84dc112311a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-54df7b4b-5609-4068-9a67-e84dc112311a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54df7b4b-5609-4068-9a67-e84dc112311a"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54df7b4b-5609-4068-9a67-e84dc112311a"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54df7b4b-5609-4068-9a67-e84dc112311a"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-54df7b4b-5609-4068-9a67-e84dc112311a"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-90136905-4f09-4506-8a11-558acd3fd449 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-90136905-4f09-4506-8a11-558acd3fd449 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90136905-4f09-4506-8a11-558acd3fd449.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbaebd76-eae7-4998-bf58-a32acc4ebfd5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dbaebd76-eae7-4998-bf58-a32acc4ebfd5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbaebd76-eae7-4998-bf58-a32acc4ebfd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-636f9be5-7cb3-48a3-8681-ad8aaefba0cd {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-636f9be5-7cb3-48a3-8681-ad8aaefba0cd"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-636f9be5-7cb3-48a3-8681-ad8aaefba0cd"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-636f9be5-7cb3-48a3-8681-ad8aaefba0cd"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-636f9be5-7cb3-48a3-8681-ad8aaefba0cd"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a56e655-e2ed-4c8e-8a66-dddaf4ebe8e0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4a56e655-e2ed-4c8e-8a66-dddaf4ebe8e0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a56e655-e2ed-4c8e-8a66-dddaf4ebe8e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7ee99f6-1247-48e7-b403-3bc02f393a50 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c7ee99f6-1247-48e7-b403-3bc02f393a50 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7ee99f6-1247-48e7-b403-3bc02f393a50.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-2b6d663f-fcd6-4997-b2dd-1fb53bd72217"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b6d663f-fcd6-4997-b2dd-1fb53bd72217"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b6d663f-fcd6-4997-b2dd-1fb53bd72217"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b6d663f-fcd6-4997-b2dd-1fb53bd72217"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2b6d663f-fcd6-4997-b2dd-1fb53bd72217"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5ab8b077-a4f3-477d-b8eb-a76db409e31a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-5ab8b077-a4f3-477d-b8eb-a76db409e31a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab8b077-a4f3-477d-b8eb-a76db409e31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dd89d2e-4585-4a37-91a9-2c7e6bb65e7d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5dd89d2e-4585-4a37-91a9-2c7e6bb65e7d &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd89d2e-4585-4a37-91a9-2c7e6bb65e7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14e5bb70-b97a-440b-8645-456222d4e581 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-14e5bb70-b97a-440b-8645-456222d4e581"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14e5bb70-b97a-440b-8645-456222d4e581"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14e5bb70-b97a-440b-8645-456222d4e581"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14e5bb70-b97a-440b-8645-456222d4e581"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9199fe6f-ee84-4dde-9b21-e51729dd6c05 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9199fe6f-ee84-4dde-9b21-e51729dd6c05 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9199fe6f-ee84-4dde-9b21-e51729dd6c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9c70cb8-79ff-45e2-9f66-5b2be6961aaa {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-c9c70cb8-79ff-45e2-9f66-5b2be6961aaa &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9c70cb8-79ff-45e2-9f66-5b2be6961aaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45149637-936b-4bff-b9e6-515f747e5e5c {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-45149637-936b-4bff-b9e6-515f747e5e5c"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45149637-936b-4bff-b9e6-515f747e5e5c"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45149637-936b-4bff-b9e6-515f747e5e5c"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45149637-936b-4bff-b9e6-515f747e5e5c"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-45149637-936b-4bff-b9e6-515f747e5e5c"] &gt; .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a824f29e-8c84-46b1-a383-ffb24a0b0954 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-a824f29e-8c84-46b1-a383-ffb24a0b0954 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a824f29e-8c84-46b1-a383-ffb24a0b0954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91a12ba6-3491-4fd3-8e4b-3b5e490478c9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-91a12ba6-3491-4fd3-8e4b-3b5e490478c9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a12ba6-3491-4fd3-8e4b-3b5e490478c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3388e2a-988c-43eb-a5de-127b0bc9f559 {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a3388e2a-988c-43eb-a5de-127b0bc9f559"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3388e2a-988c-43eb-a5de-127b0bc9f559"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3388e2a-988c-43eb-a5de-127b0bc9f559"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3388e2a-988c-43eb-a5de-127b0bc9f559"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2de408ee-9c9e-4b36-ba2d-e9d7ef0db1ac {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-2de408ee-9c9e-4b36-ba2d-e9d7ef0db1ac &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de408ee-9c9e-4b36-ba2d-e9d7ef0db1ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82ba9d16-de4a-417e-8427-f7041fec56a8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-82ba9d16-de4a-417e-8427-f7041fec56a8 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ba9d16-de4a-417e-8427-f7041fec56a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52bc3d67-c2e4-4bbb-b309-f329f0b1842c {
  min-height: 50px;
}








#s-52bc3d67-c2e4-4bbb-b309-f329f0b1842c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52bc3d67-c2e4-4bbb-b309-f329f0b1842c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5baaf748-127b-4094-a2eb-f646d82cfbca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5baaf748-127b-4094-a2eb-f646d82cfbca .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-342e0178-b788-467f-b911-e9bb5057bd0c {
  min-height: 50px;
}








#s-342e0178-b788-467f-b911-e9bb5057bd0c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-342e0178-b788-467f-b911-e9bb5057bd0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b4d02f-d262-47fc-834c-0726413c3d15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1b4d02f-d262-47fc-834c-0726413c3d15 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d690b4f3-3f3e-4d14-bef9-1a362ed24d52 {
  min-height: 50px;
}








#s-d690b4f3-3f3e-4d14-bef9-1a362ed24d52 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d690b4f3-3f3e-4d14-bef9-1a362ed24d52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4439344-5fd7-4c0e-8046-0eca67ffc17e {
  padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-c4439344-5fd7-4c0e-8046-0eca67ffc17e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e7a9ac71-f199-41ce-b5f7-a439149406b0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-e7a9ac71-f199-41ce-b5f7-a439149406b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7a9ac71-f199-41ce-b5f7-a439149406b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7a9ac71-f199-41ce-b5f7-a439149406b0-root {
    text-align: left;
  }


#s-e7a9ac71-f199-41ce-b5f7-a439149406b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7a9ac71-f199-41ce-b5f7-a439149406b0-root {
    text-align: left;
  }


#s-e7a9ac71-f199-41ce-b5f7-a439149406b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7a9ac71-f199-41ce-b5f7-a439149406b0-root {
    text-align: left;
  }


#s-e7a9ac71-f199-41ce-b5f7-a439149406b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7a9ac71-f199-41ce-b5f7-a439149406b0-root {
    text-align: left;
  }


#s-e7a9ac71-f199-41ce-b5f7-a439149406b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7a9ac71-f199-41ce-b5f7-a439149406b0-root {
    text-align: left;
  }


#s-e7a9ac71-f199-41ce-b5f7-a439149406b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-822d84b5-b522-4d87-8c65-01a1b2f6e337 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-822d84b5-b522-4d87-8c65-01a1b2f6e337 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-92527b5e-282c-4e1d-94c6-bf27e0d8a7d1 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-92527b5e-282c-4e1d-94c6-bf27e0d8a7d1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b0e2713e-1674-4801-90c8-39db88840651"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e2713e-1674-4801-90c8-39db88840651"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0e2713e-1674-4801-90c8-39db88840651"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0e2713e-1674-4801-90c8-39db88840651"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8a734feb-ba72-4f20-b5c3-b3454c287e19 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8a734feb-ba72-4f20-b5c3-b3454c287e19 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a734feb-ba72-4f20-b5c3-b3454c287e19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-efd13622-5ecc-483b-9723-bf366fc42c4b {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 100px;
text-align: left;
}







  #s-efd13622-5ecc-483b-9723-bf366fc42c4b img.shogun-image {
    

    
    
    
  }


#s-efd13622-5ecc-483b-9723-bf366fc42c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-0094a59e-ce78-4e98-8330-b3f187b64437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0094a59e-ce78-4e98-8330-b3f187b64437 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-16897faf-3dcb-4cdf-b60c-51d633bac3de {
  margin-top: 10px;
}

#s-6d221e6f-8336-40a7-a67b-5100f210360f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6d221e6f-8336-40a7-a67b-5100f210360f &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d221e6f-8336-40a7-a67b-5100f210360f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-132008c0-1825-408a-aa10-5cb82d7d026d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 190px;
text-align: left;
}







  #s-132008c0-1825-408a-aa10-5cb82d7d026d img.shogun-image {
    

    
    
    
  }


#s-132008c0-1825-408a-aa10-5cb82d7d026d .shogun-image-content {
  
    align-items: center;
  
}

#s-24ed4df6-1474-451e-a41a-39542b6bdd6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24ed4df6-1474-451e-a41a-39542b6bdd6a .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0f3d697f-ca17-4e37-b0c8-7d5b669c6353 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-5a56af4b-0604-43c4-9a5f-af4d2d0e1f7e {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-5a56af4b-0604-43c4-9a5f-af4d2d0e1f7e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a56af4b-0604-43c4-9a5f-af4d2d0e1f7e"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a56af4b-0604-43c4-9a5f-af4d2d0e1f7e"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a56af4b-0604-43c4-9a5f-af4d2d0e1f7e"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f655487-9b49-459b-b32d-b8720431f064 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-3f655487-9b49-459b-b32d-b8720431f064 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f655487-9b49-459b-b32d-b8720431f064.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d5591d6e-e203-47d6-8b57-b3561628f9f1 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 200px;
text-align: left;
}







  #s-d5591d6e-e203-47d6-8b57-b3561628f9f1 img.shogun-image {
    

    
    
    
  }


#s-d5591d6e-e203-47d6-8b57-b3561628f9f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b29a328-a209-46c4-8c8d-6d60aea3be78 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b29a328-a209-46c4-8c8d-6d60aea3be78 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d039fad4-cbdf-444b-a4e9-a54030abd30f {
  margin-top: 10px;
}

#s-cffc4044-57de-4f5e-b6c3-d533701435cf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-cffc4044-57de-4f5e-b6c3-d533701435cf &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cffc4044-57de-4f5e-b6c3-d533701435cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-875759cf-25a4-421d-ae2b-c8077f268718 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 150px;
text-align: left;
}







  #s-875759cf-25a4-421d-ae2b-c8077f268718 img.shogun-image {
    

    
    
    
  }


#s-875759cf-25a4-421d-ae2b-c8077f268718 .shogun-image-content {
  
    align-items: center;
  
}

#s-63e63dd5-47f4-4874-b4e3-77c9f0904eee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-63e63dd5-47f4-4874-b4e3-77c9f0904eee .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1a83843f-f1f2-435a-b6ec-1094a5d27399 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-6be4bafd-a29a-4993-a021-0e244e878afe {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-6be4bafd-a29a-4993-a021-0e244e878afe"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be4bafd-a29a-4993-a021-0e244e878afe"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6be4bafd-a29a-4993-a021-0e244e878afe"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be4bafd-a29a-4993-a021-0e244e878afe"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c695f719-e762-4475-844d-eface0de5080 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c695f719-e762-4475-844d-eface0de5080 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c695f719-e762-4475-844d-eface0de5080.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb28bea2-5c6e-4691-8edc-f0b762426071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb28bea2-5c6e-4691-8edc-f0b762426071 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-78cc0cfe-1e82-4774-9b41-b10e1acf0d62 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-d4795270-317b-4bed-b12e-488d1f9221b9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d4795270-317b-4bed-b12e-488d1f9221b9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-fb21bc34-6fcb-4792-bd8c-5747c259a295"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb21bc34-6fcb-4792-bd8c-5747c259a295"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb21bc34-6fcb-4792-bd8c-5747c259a295"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb21bc34-6fcb-4792-bd8c-5747c259a295"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4921251f-201b-4ac1-993c-30cec3458b78 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4921251f-201b-4ac1-993c-30cec3458b78 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4921251f-201b-4ac1-993c-30cec3458b78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2633510-f419-4a5e-bcce-8d7e5aba4437 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 300px;
text-align: left;
}







  #s-b2633510-f419-4a5e-bcce-8d7e5aba4437 img.shogun-image {
    

    
    
    
  }


#s-b2633510-f419-4a5e-bcce-8d7e5aba4437 .shogun-image-content {
  
    align-items: center;
  
}

#s-90f47255-eb8e-4de4-8457-e7018eb9a8c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90f47255-eb8e-4de4-8457-e7018eb9a8c1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d3967716-373d-46e2-903c-d9c17afd65fa {
  margin-top: 10px;
}

#s-a059726f-f795-4187-890a-b7c29969489a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a059726f-f795-4187-890a-b7c29969489a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a059726f-f795-4187-890a-b7c29969489a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43b9dde3-f6ac-4f10-9542-ed25d9683b1e {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 179px;
text-align: left;
}







  #s-43b9dde3-f6ac-4f10-9542-ed25d9683b1e img.shogun-image {
    

    
    
    
  }


#s-43b9dde3-f6ac-4f10-9542-ed25d9683b1e .shogun-image-content {
  
    align-items: center;
  
}

#s-e9b3f701-addd-40ed-b243-15f6f112a554 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9b3f701-addd-40ed-b243-15f6f112a554 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-05e37549-e091-4846-9aa8-ff6d496c20a0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-f2f8ee6b-7af2-443d-ac77-579a2d47acb7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f2f8ee6b-7af2-443d-ac77-579a2d47acb7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f8ee6b-7af2-443d-ac77-579a2d47acb7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38aac30d-7589-48fd-abdd-392527964917 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 195px;
text-align: left;
}







  #s-38aac30d-7589-48fd-abdd-392527964917 img.shogun-image {
    

    
    
    
  }


#s-38aac30d-7589-48fd-abdd-392527964917 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a4cb998-a60c-4ba1-b847-41d21cf2f089 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5a4cb998-a60c-4ba1-b847-41d21cf2f089 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5d21ffa3-b633-4c36-9e4d-a246bad3811f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-432ae387-3cf7-48e5-a8b7-49384acb4a3a {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-432ae387-3cf7-48e5-a8b7-49384acb4a3a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-432ae387-3cf7-48e5-a8b7-49384acb4a3a"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-432ae387-3cf7-48e5-a8b7-49384acb4a3a"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-432ae387-3cf7-48e5-a8b7-49384acb4a3a"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1e572720-2f12-4d91-bcc2-f8d2822811a2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1e572720-2f12-4d91-bcc2-f8d2822811a2 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e572720-2f12-4d91-bcc2-f8d2822811a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b9f939f8-e492-47b5-87c6-f08da3fb4df6 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 187px;
text-align: left;
}







  #s-b9f939f8-e492-47b5-87c6-f08da3fb4df6 img.shogun-image {
    

    
    
    
  }


#s-b9f939f8-e492-47b5-87c6-f08da3fb4df6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f92cdbea-938a-4d38-b6b9-84f449130340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f92cdbea-938a-4d38-b6b9-84f449130340 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2c3430fd-8349-408c-90ae-9f0f720b0edc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-6eeb31df-5941-466c-a850-b9813dc37816 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6eeb31df-5941-466c-a850-b9813dc37816 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eeb31df-5941-466c-a850-b9813dc37816.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e876161-8348-48a6-b192-82b4d4ae2aa7 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 400px;
text-align: left;
}







  #s-5e876161-8348-48a6-b192-82b4d4ae2aa7 img.shogun-image {
    

    
    
    
  }


#s-5e876161-8348-48a6-b192-82b4d4ae2aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e65ca85-4fd5-4970-bbc2-0a81f046ca2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e65ca85-4fd5-4970-bbc2-0a81f046ca2c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-8ed2d2d9-9c59-459c-831d-ca16962d0a2c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-db76eda3-c8ec-49ff-b336-2e569777c655 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db76eda3-c8ec-49ff-b336-2e569777c655 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e864766b-4f5d-4840-9021-3d8c7c7b3054 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e864766b-4f5d-4840-9021-3d8c7c7b3054 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ec8e5197-9211-476c-b2f7-60cf716376e9"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec8e5197-9211-476c-b2f7-60cf716376e9"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec8e5197-9211-476c-b2f7-60cf716376e9"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec8e5197-9211-476c-b2f7-60cf716376e9"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8f7b7faa-3ed6-4b0f-95ff-7cc57cb3c385 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8f7b7faa-3ed6-4b0f-95ff-7cc57cb3c385 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f7b7faa-3ed6-4b0f-95ff-7cc57cb3c385.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-01a8e7a5-ed56-4eb1-9e2f-f15c3aa3118b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01a8e7a5-ed56-4eb1-9e2f-f15c3aa3118b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-86dc4b42-451f-47ed-811e-21006affc796 {
  margin-top: 10px;
}

#s-ff3af29c-2bbb-4619-8323-9abb4c7f4a10 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ff3af29c-2bbb-4619-8323-9abb4c7f4a10 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3af29c-2bbb-4619-8323-9abb4c7f4a10.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b30ed914-43b1-442d-b33e-8a45a5f04e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b30ed914-43b1-442d-b33e-8a45a5f04e9e .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-27fb7463-65a0-4ff0-a673-40bf031ed211 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-be86c9f6-f6e8-42aa-bafb-2efa482c2888 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-be86c9f6-f6e8-42aa-bafb-2efa482c2888 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be86c9f6-f6e8-42aa-bafb-2efa482c2888.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac860267-069b-4883-86a1-f79ac6b69af0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac860267-069b-4883-86a1-f79ac6b69af0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e22cddcf-dc44-4f99-a6a5-6d0b6dd126ab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-06396343-bffb-484d-b735-2f1239b55659 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06396343-bffb-484d-b735-2f1239b55659 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-795ed576-f78c-4133-927b-19f4772159fb {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-795ed576-f78c-4133-927b-19f4772159fb"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-795ed576-f78c-4133-927b-19f4772159fb"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-795ed576-f78c-4133-927b-19f4772159fb"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-795ed576-f78c-4133-927b-19f4772159fb"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e26f3fc9-cf7c-48df-987b-2ac83f3e3a70 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e26f3fc9-cf7c-48df-987b-2ac83f3e3a70 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e26f3fc9-cf7c-48df-987b-2ac83f3e3a70.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bfc202cf-10c6-401b-9ff0-de539a5b4732 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 230px;
text-align: left;
}







  #s-bfc202cf-10c6-401b-9ff0-de539a5b4732 img.shogun-image {
    

    
    
    
  }


#s-bfc202cf-10c6-401b-9ff0-de539a5b4732 .shogun-image-content {
  
    align-items: center;
  
}

#s-d41baa32-7597-4cbf-9259-8933ca25c0f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d41baa32-7597-4cbf-9259-8933ca25c0f0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-ede23b34-b9d4-4fcb-9615-02947847d66e {
  margin-top: 10px;
}

#s-e6dc2e02-8277-48dc-8d00-1c81eebc7307 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e6dc2e02-8277-48dc-8d00-1c81eebc7307 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6dc2e02-8277-48dc-8d00-1c81eebc7307.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69cc4529-ef67-4184-bd68-3d5a0c091eb0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 355px;
text-align: left;
}







  #s-69cc4529-ef67-4184-bd68-3d5a0c091eb0 img.shogun-image {
    

    
    
    
  }


#s-69cc4529-ef67-4184-bd68-3d5a0c091eb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6df9c600-7e4b-48ba-9146-33eca04f26fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6df9c600-7e4b-48ba-9146-33eca04f26fc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3866b42f-921f-4408-b1e5-e3379dd92066 {
  margin-top: 10px;
}

#s-0736158c-ee39-42fe-98e2-9656d11401e6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-0736158c-ee39-42fe-98e2-9656d11401e6 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0736158c-ee39-42fe-98e2-9656d11401e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8afb4697-83d7-4951-b994-86148874225a {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 170px;
text-align: left;
}







  #s-8afb4697-83d7-4951-b994-86148874225a img.shogun-image {
    

    
    
    
  }


#s-8afb4697-83d7-4951-b994-86148874225a .shogun-image-content {
  
    align-items: center;
  
}

#s-209974d4-f8ca-4e45-a3b2-d3a13c02417f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-209974d4-f8ca-4e45-a3b2-d3a13c02417f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-dfdc60f5-7055-4583-8cb0-a4e204ed1cdc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-c2087368-f6bd-4e06-ba2a-dcf656b59aea {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-c2087368-f6bd-4e06-ba2a-dcf656b59aea"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2087368-f6bd-4e06-ba2a-dcf656b59aea"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c2087368-f6bd-4e06-ba2a-dcf656b59aea"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2087368-f6bd-4e06-ba2a-dcf656b59aea"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59203031-2d55-49be-bde3-57125d821fb0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-59203031-2d55-49be-bde3-57125d821fb0 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59203031-2d55-49be-bde3-57125d821fb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86568e2-9a44-4462-82c9-f53e823d37a0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 150px;
text-align: left;
}







  #s-b86568e2-9a44-4462-82c9-f53e823d37a0 img.shogun-image {
    

    
    
    
  }


#s-b86568e2-9a44-4462-82c9-f53e823d37a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7e17b84-28db-4d66-b00a-cc76e3b9ad13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7e17b84-28db-4d66-b00a-cc76e3b9ad13 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-0db62705-621e-44cb-bc4f-472f984940e7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-9a4c32a2-21f7-4e18-b20a-9c61866dc152 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a4c32a2-21f7-4e18-b20a-9c61866dc152 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-be901d04-e993-4257-903a-de408b71f038 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-af5efc7d-7a5f-45f0-9052-21bdf8ebb04e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af5efc7d-7a5f-45f0-9052-21bdf8ebb04e"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af5efc7d-7a5f-45f0-9052-21bdf8ebb04e"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af5efc7d-7a5f-45f0-9052-21bdf8ebb04e"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5b12889c-684f-4b84-8acc-0a7e1fa0d470 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5b12889c-684f-4b84-8acc-0a7e1fa0d470 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b12889c-684f-4b84-8acc-0a7e1fa0d470.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb6cecd4-878e-418a-821f-7bfda8d13d1e {
  padding-top: 0px;
padding-bottom: 0px;
max-width: 165px;
text-align: left;
}







  #s-eb6cecd4-878e-418a-821f-7bfda8d13d1e img.shogun-image {
    

    
    
    
  }


#s-eb6cecd4-878e-418a-821f-7bfda8d13d1e .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d89d03-957c-4c78-bbae-0c6a4d5a1694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2d89d03-957c-4c78-bbae-0c6a4d5a1694 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-bdfec7e6-7694-4a7d-8ff0-64bd766c703d {
  margin-top: 10px;
}

#s-dafb8c98-3ae0-42ae-a4bd-c6f31f4419a1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dafb8c98-3ae0-42ae-a4bd-c6f31f4419a1 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dafb8c98-3ae0-42ae-a4bd-c6f31f4419a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f56d80aa-49a1-45ea-a25f-dab8fcc2c78c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 110px;
text-align: left;
}







  #s-f56d80aa-49a1-45ea-a25f-dab8fcc2c78c img.shogun-image {
    

    
    
    
  }


#s-f56d80aa-49a1-45ea-a25f-dab8fcc2c78c .shogun-image-content {
  
    align-items: center;
  
}

#s-264ace09-63d7-45c3-abce-9ec284abdf40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-264ace09-63d7-45c3-abce-9ec284abdf40 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-deb06cf8-7e67-4bde-a194-b324f1f595cd {
  margin-top: 10px;
}

#s-0a7a7f96-6475-48a2-888a-3bba28b31233 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-0a7a7f96-6475-48a2-888a-3bba28b31233 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7a7f96-6475-48a2-888a-3bba28b31233.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8990631d-a114-4094-a22a-e59045efc2cf {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 301px;
aspect-ratio: 301/96;
text-align: center;
}





  #s-8990631d-a114-4094-a22a-e59045efc2cf img.shogun-image,
  #s-8990631d-a114-4094-a22a-e59045efc2cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8990631d-a114-4094-a22a-e59045efc2cf {
    width: 100%;
    height: auto;
  }



  #s-8990631d-a114-4094-a22a-e59045efc2cf img.shogun-image {
    

    
    
    
  }


#s-8990631d-a114-4094-a22a-e59045efc2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-d7687925-e847-4c50-b284-4225ecf6b447 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7687925-e847-4c50-b284-4225ecf6b447 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1a5e5381-0dc5-48de-9542-24093e93aa29 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-f94d813e-e4c6-4051-bcd0-fdea886d8226 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f94d813e-e4c6-4051-bcd0-fdea886d8226 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-53876306-240c-44af-895e-ddf663d09e88"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53876306-240c-44af-895e-ddf663d09e88"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53876306-240c-44af-895e-ddf663d09e88"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53876306-240c-44af-895e-ddf663d09e88"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15faed86-e082-4c38-9153-d5587b48484c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-15faed86-e082-4c38-9153-d5587b48484c &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15faed86-e082-4c38-9153-d5587b48484c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ff3e476-b3f3-46f3-b1bb-b5fb06645e5a {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 145px;
text-align: left;
}







  #s-9ff3e476-b3f3-46f3-b1bb-b5fb06645e5a img.shogun-image {
    

    
    
    
  }


#s-9ff3e476-b3f3-46f3-b1bb-b5fb06645e5a .shogun-image-content {
  
    align-items: center;
  
}

#s-ea6106d5-50bf-41d5-b3c5-1ed449097200 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea6106d5-50bf-41d5-b3c5-1ed449097200 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d20301dc-a4d3-439b-942c-0fc5a252dbc2 {
  margin-top: 10px;
}

#s-bc0cb1fa-5928-44b3-9956-1368debdfb26 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-bc0cb1fa-5928-44b3-9956-1368debdfb26 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0cb1fa-5928-44b3-9956-1368debdfb26.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c429754e-0068-4a29-803c-18ac1dc2e1e5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 260px;
text-align: left;
}







  #s-c429754e-0068-4a29-803c-18ac1dc2e1e5 img.shogun-image {
    

    
    
    
  }


#s-c429754e-0068-4a29-803c-18ac1dc2e1e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-18993acd-2a34-4379-8373-012f907297e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18993acd-2a34-4379-8373-012f907297e6 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d6eecfeb-9303-4c2d-b9b4-35cec0226420 {
  margin-top: 10px;
}

#s-c8a9c967-a2d2-44e1-b764-412d36392766 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c8a9c967-a2d2-44e1-b764-412d36392766 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8a9c967-a2d2-44e1-b764-412d36392766.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-04aa672a-eeb2-43c8-92ab-4cbc02ea47d7 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}







  #s-04aa672a-eeb2-43c8-92ab-4cbc02ea47d7 img.shogun-image {
    

    
    
    
  }


#s-04aa672a-eeb2-43c8-92ab-4cbc02ea47d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d850bd0e-ab0e-4fd7-b673-62226d426d0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d850bd0e-ab0e-4fd7-b673-62226d426d0f .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-1b704fb5-2ea0-4121-98ed-dfb53e2e9d78 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-c5fe5ec1-9eee-4e97-956d-1901daca73ac {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-c5fe5ec1-9eee-4e97-956d-1901daca73ac"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fe5ec1-9eee-4e97-956d-1901daca73ac"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5fe5ec1-9eee-4e97-956d-1901daca73ac"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5fe5ec1-9eee-4e97-956d-1901daca73ac"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-15135d35-8882-4a3b-9c21-c78fc1bb0a41 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-15135d35-8882-4a3b-9c21-c78fc1bb0a41 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15135d35-8882-4a3b-9c21-c78fc1bb0a41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bf1b8ec5-134c-4cc7-b324-f47c0c4ab359 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 200px;
text-align: left;
}







  #s-bf1b8ec5-134c-4cc7-b324-f47c0c4ab359 img.shogun-image {
    

    
    
    
  }


#s-bf1b8ec5-134c-4cc7-b324-f47c0c4ab359 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bbe79c4-021a-4d03-9839-dd7d9bad9844 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2bbe79c4-021a-4d03-9839-dd7d9bad9844 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-e2c9cdfa-d4e3-49ef-82b5-1a6968aaa64d {
  margin-top: 10px;
}

#s-3b3cfc4c-4d71-4fa3-8758-d9cb8303b682 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-3b3cfc4c-4d71-4fa3-8758-d9cb8303b682 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3cfc4c-4d71-4fa3-8758-d9cb8303b682.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-208994c9-8549-44d4-aa3c-014c14205b76 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 115px;
text-align: left;
}







  #s-208994c9-8549-44d4-aa3c-014c14205b76 img.shogun-image {
    

    
    
    
  }


#s-208994c9-8549-44d4-aa3c-014c14205b76 .shogun-image-content {
  
    align-items: center;
  
}

#s-80468cdf-6dfc-4f5d-97ba-ebd0b3d6daf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80468cdf-6dfc-4f5d-97ba-ebd0b3d6daf1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b36dea51-95bf-4fcf-823b-b7fa0428864a {
  margin-top: 10px;
}

#s-2fe7da94-f1cf-4b11-bbad-ffb07810a3ba {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-2fe7da94-f1cf-4b11-bbad-ffb07810a3ba &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe7da94-f1cf-4b11-bbad-ffb07810a3ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-daa8afc9-7073-4b8e-9b63-d20b59c35059 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 90px;
text-align: left;
}







  #s-daa8afc9-7073-4b8e-9b63-d20b59c35059 img.shogun-image {
    

    
    
    
  }


#s-daa8afc9-7073-4b8e-9b63-d20b59c35059 .shogun-image-content {
  
    align-items: center;
  
}

#s-269dc2bc-6dd7-4b80-ae8c-5a19c85ae353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-269dc2bc-6dd7-4b80-ae8c-5a19c85ae353 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-aab688dc-32d7-460e-a345-36d7ff11883d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-e43f7f2e-0880-454d-b901-a7b10d8b5081 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-e43f7f2e-0880-454d-b901-a7b10d8b5081"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e43f7f2e-0880-454d-b901-a7b10d8b5081"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e43f7f2e-0880-454d-b901-a7b10d8b5081"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e43f7f2e-0880-454d-b901-a7b10d8b5081"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-03dee707-3679-4e35-bd45-8ac05bc9af44 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-03dee707-3679-4e35-bd45-8ac05bc9af44 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03dee707-3679-4e35-bd45-8ac05bc9af44.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a7bca1b-ff8c-4ea6-8e7f-02bc898deb61 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 200px;
text-align: left;
}







  #s-2a7bca1b-ff8c-4ea6-8e7f-02bc898deb61 img.shogun-image {
    

    
    
    
  }


#s-2a7bca1b-ff8c-4ea6-8e7f-02bc898deb61 .shogun-image-content {
  
    align-items: center;
  
}

#s-9368c1c2-7446-4c24-9c87-5a5097d8544c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9368c1c2-7446-4c24-9c87-5a5097d8544c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2d51fe7e-6027-4fc4-9b1a-ab798d50bbb6 {
  margin-top: 10px;
}

#s-00f76923-96be-473b-8ad7-2457ff8b9481 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-00f76923-96be-473b-8ad7-2457ff8b9481 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f76923-96be-473b-8ad7-2457ff8b9481.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8615950-7289-4c30-b58d-fe3d7183877f {
  max-width: 215px;
text-align: left;
}







  #s-f8615950-7289-4c30-b58d-fe3d7183877f img.shogun-image {
    

    
    
    
  }


#s-f8615950-7289-4c30-b58d-fe3d7183877f .shogun-image-content {
  
    align-items: center;
  
}

#s-6ccc72ca-0c2c-4f73-aef5-54e2323d908d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6ccc72ca-0c2c-4f73-aef5-54e2323d908d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7314062e-f21c-4c3f-8670-7c4e3fd29118 {
  margin-top: 10px;
}

#s-f8b1f738-d177-4653-aefd-852f30816baf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f8b1f738-d177-4653-aefd-852f30816baf &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b1f738-d177-4653-aefd-852f30816baf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-102c88f9-2526-4aba-a1a3-a52356d7c380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-102c88f9-2526-4aba-a1a3-a52356d7c380 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d4504170-f05c-4ae4-881b-cfb6c6c3d515 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-9ba74855-3ecc-4d5f-930a-7eab4dc817dc {
  min-height: 50px;
}








#s-9ba74855-3ecc-4d5f-930a-7eab4dc817dc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba74855-3ecc-4d5f-930a-7eab4dc817dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8bb1776-6053-431b-b92b-56e3c67a0da0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8bb1776-6053-431b-b92b-56e3c67a0da0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3add482f-0d96-47fd-8074-e8e6ea3ac98a"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8aec2a0-eb59-4e68-b18b-bdab3dd27f6d"] &gt; .shg-row &gt; .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e91b246f-5b0b-4575-9311-00a4981e5339 {
  min-height: 50px;
}








#s-e91b246f-5b0b-4575-9311-00a4981e5339 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e91b246f-5b0b-4575-9311-00a4981e5339.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33728f26-1102-4332-9579-1209945efc1b {
  min-height: 50px;
}








#s-33728f26-1102-4332-9579-1209945efc1b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33728f26-1102-4332-9579-1209945efc1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-373c9ff2-1dd9-481a-8f9e-a77e8f2ebe9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-373c9ff2-1dd9-481a-8f9e-a77e8f2ebe9e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-425061df-a5ba-4977-b4d8-4b7db7131132 {
  text-align: left;
}

/*
  $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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* &lt;-- 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}</pre></body></html>