.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb {
  margin-top: 0px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb {
  
}
}@media (max-width: 767px){#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb {
  display: none;
}
#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb, #wrap-s-a3076d55-fedf-4a19-9f4c-957601f8b1cb { display: none !important; }}







#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3076d55-fedf-4a19-9f4c-957601f8b1cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1ca0cee2-0eeb-450c-82c6-35ef3f8a38be {
  padding-top: 0px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-1ca0cee2-0eeb-450c-82c6-35ef3f8a38be {
  
}
}
#s-1ca0cee2-0eeb-450c-82c6-35ef3f8a38be .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ca0cee2-0eeb-450c-82c6-35ef3f8a38be .shg-sld-nav-button.shg-sld-left,
#s-1ca0cee2-0eeb-450c-82c6-35ef3f8a38be .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0523435d-50d4-47f0-be9b-2e5311434aaa {
  text-align: center;
}







  #s-0523435d-50d4-47f0-be9b-2e5311434aaa img.shogun-image {
    

    
    
    
  }


#s-0523435d-50d4-47f0-be9b-2e5311434aaa .shogun-image-content {
  
    align-items: center;
  
}

.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-0e2f8d77-1415-46e7-bab2-96f4275c81d4 {
  margin-top: 200px;
}

#s-7d26db27-8b4b-477a-b314-21801184889a {
  max-width: 1440px;
aspect-ratio: 1440/680;
text-align: center;
}





  #s-7d26db27-8b4b-477a-b314-21801184889a img.shogun-image,
  #s-7d26db27-8b4b-477a-b314-21801184889a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d26db27-8b4b-477a-b314-21801184889a {
    width: 100%;
    height: auto;
  }



  #s-7d26db27-8b4b-477a-b314-21801184889a img.shogun-image {
    

    
    
    
  }


#s-7d26db27-8b4b-477a-b314-21801184889a .shogun-image-content {
  
    align-items: center;
  
}

#s-6af78665-dedd-4b43-87f8-5168fee95c6c {
  text-align: center;
}







  #s-6af78665-dedd-4b43-87f8-5168fee95c6c img.shogun-image {
    

    
    
    
  }


#s-6af78665-dedd-4b43-87f8-5168fee95c6c .shogun-image-content {
  
    align-items: center;
  
}

#s-50eadffa-1b0a-4014-89f7-3470b24f20c4 {
  margin-top: 60px;
margin-left: 90px;
margin-right: 400px;
}

#s-b8e8554f-4859-495d-8f1f-6ad2644714f6 {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8e8554f-4859-495d-8f1f-6ad2644714f6 {
  display: none;
}
#s-b8e8554f-4859-495d-8f1f-6ad2644714f6, #wrap-s-b8e8554f-4859-495d-8f1f-6ad2644714f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8e8554f-4859-495d-8f1f-6ad2644714f6 {
  display: none;
}
#s-b8e8554f-4859-495d-8f1f-6ad2644714f6, #wrap-s-b8e8554f-4859-495d-8f1f-6ad2644714f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8e8554f-4859-495d-8f1f-6ad2644714f6 {
  display: none;
}
#s-b8e8554f-4859-495d-8f1f-6ad2644714f6, #wrap-s-b8e8554f-4859-495d-8f1f-6ad2644714f6 { display: none !important; }}







#s-b8e8554f-4859-495d-8f1f-6ad2644714f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8e8554f-4859-495d-8f1f-6ad2644714f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2221295-cbbe-4081-89c5-395f4679c664 {
  padding-top: 0px;
padding-bottom: 10px;
}

#s-e2221295-cbbe-4081-89c5-395f4679c664 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e2221295-cbbe-4081-89c5-395f4679c664 .shg-sld-nav-button.shg-sld-left,
#s-e2221295-cbbe-4081-89c5-395f4679c664 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-143eb6ef-e33f-4440-b9af-cbfa13163791 {
  text-align: center;
}








#s-143eb6ef-e33f-4440-b9af-cbfa13163791 .shogun-image-content {
  
    align-items: center;
  
}

#s-d68c1b2d-da3f-4558-8a0e-925eb188b183 {
  text-align: center;
}








#s-d68c1b2d-da3f-4558-8a0e-925eb188b183 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd2aa589-b9cc-41d6-b0a1-d9a23367a8a0 {
  max-width: 1725px;
aspect-ratio: 1725/2779;
text-align: center;
}





  #s-cd2aa589-b9cc-41d6-b0a1-d9a23367a8a0 img.shogun-image,
  #s-cd2aa589-b9cc-41d6-b0a1-d9a23367a8a0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd2aa589-b9cc-41d6-b0a1-d9a23367a8a0 {
    width: 100%;
    height: auto;
  }




#s-cd2aa589-b9cc-41d6-b0a1-d9a23367a8a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-62307ec3-1a64-4e26-9d71-a4f794cfd83d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-62307ec3-1a64-4e26-9d71-a4f794cfd83d {
  
}
}







#s-62307ec3-1a64-4e26-9d71-a4f794cfd83d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62307ec3-1a64-4e26-9d71-a4f794cfd83d.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-3009f41f-5924-4a71-bf98-e61c84fa5012 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3009f41f-5924-4a71-bf98-e61c84fa5012 .shogun-heading-component h1 {
  color: rgba(167, 60, 112, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3009f41f-5924-4a71-bf98-e61c84fa5012 .shogun-heading-component h1 {
  color: rgba(167, 60, 112, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 2px;
  
}


}
#s-dbe3bfa0-8f7e-42ab-a918-aa8fa0ae3614 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbe3bfa0-8f7e-42ab-a918-aa8fa0ae3614 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-dbe3bfa0-8f7e-42ab-a918-aa8fa0ae3614 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 1200px){#s-650a33bc-442d-460a-99e8-55364eea820c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-650a33bc-442d-460a-99e8-55364eea820c {
  
}
}@media (max-width: 767px){#s-650a33bc-442d-460a-99e8-55364eea820c {
  
}
}
#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d {
  
}
}@media (max-width: 767px){#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d {
  
}
}







#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d9bf211-e8a0-407a-a0a2-950b11a77a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-991b448d-f9c6-447c-98dc-b52aa7372329 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 {
  
}
}@media (max-width: 767px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 {
  
}
}
#s-991b448d-f9c6-447c-98dc-b52aa7372329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-991b448d-f9c6-447c-98dc-b52aa7372329 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


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

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

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

#s-bacbbbb6-9f89-4071-819f-a1e18244ed50 {
  padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bacbbbb6-9f89-4071-819f-a1e18244ed50 {
  
}
}@media (max-width: 767px){#s-bacbbbb6-9f89-4071-819f-a1e18244ed50 {
  
}
}
@media (min-width: 0px) {
[id="s-bacbbbb6-9f89-4071-819f-a1e18244ed50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-bacbbbb6-9f89-4071-819f-a1e18244ed50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bacbbbb6-9f89-4071-819f-a1e18244ed50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bacbbbb6-9f89-4071-819f-a1e18244ed50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 {
  min-height: 50px;
max-width: 400px;
aspect-ratio: 400/430;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 {
  
}
}@media (max-width: 767px){#s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 {
  
}
}




  #s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 img.shogun-image,
  #s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 {
    width: 100%;
    height: auto;
  }



  #s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 img.shogun-image {
    

    
    
    
  }


#s-a1d326fe-8dcb-4091-b9b1-b3facc70e165 .shogun-image-content {
  
    align-items: center;
  
}

#s-05eb8596-aa2e-4b92-a562-9c155b59e057 {
  padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-05eb8596-aa2e-4b92-a562-9c155b59e057 {
  
}
}@media (max-width: 767px){#s-05eb8596-aa2e-4b92-a562-9c155b59e057 {
  
}
}
#s-05eb8596-aa2e-4b92-a562-9c155b59e057 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-f7c36eac-0bdf-45ea-8ca4-4b3a403c3393 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7c36eac-0bdf-45ea-8ca4-4b3a403c3393 {
  
}
}@media (max-width: 767px){#s-f7c36eac-0bdf-45ea-8ca4-4b3a403c3393 {
  
}
}
#s-f7c36eac-0bdf-45ea-8ca4-4b3a403c3393 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5fe7368b-c4f5-42f7-b0a0-2923d965a4be {
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-9a1b2159-ab38-46fc-a8e3-c67142ad0e6d {
  
}
}@media (max-width: 767px){#s-9a1b2159-ab38-46fc-a8e3-c67142ad0e6d {
  
}
}
.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-6814a423-3d23-4c39-9cda-eefdf62537bb {
  border-style: solid;
margin-top: 20px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6814a423-3d23-4c39-9cda-eefdf62537bb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6814a423-3d23-4c39-9cda-eefdf62537bb:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-6814a423-3d23-4c39-9cda-eefdf62537bb {
  
}
}@media (max-width: 767px){#s-6814a423-3d23-4c39-9cda-eefdf62537bb {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-6814a423-3d23-4c39-9cda-eefdf62537bb-root {
    text-align: left;
  }


#s-6814a423-3d23-4c39-9cda-eefdf62537bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6814a423-3d23-4c39-9cda-eefdf62537bb-root {
    text-align: left;
  }


#s-6814a423-3d23-4c39-9cda-eefdf62537bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6814a423-3d23-4c39-9cda-eefdf62537bb-root {
    text-align: left;
  }


#s-6814a423-3d23-4c39-9cda-eefdf62537bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6814a423-3d23-4c39-9cda-eefdf62537bb-root {
    text-align: left;
  }


#s-6814a423-3d23-4c39-9cda-eefdf62537bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6814a423-3d23-4c39-9cda-eefdf62537bb-root {
    text-align: left;
  }


#s-6814a423-3d23-4c39-9cda-eefdf62537bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-e529023c-ff93-4572-915c-9f319c418e3d {
  min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e529023c-ff93-4572-915c-9f319c418e3d {
  
}
}@media (max-width: 767px){#s-e529023c-ff93-4572-915c-9f319c418e3d {
  
}
}






  #s-e529023c-ff93-4572-915c-9f319c418e3d img.shogun-image {
    

    
    
    
  }


#s-e529023c-ff93-4572-915c-9f319c418e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-81e0eac4-51eb-4bbf-8b59-7eb03ecaae67 {
  padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-81e0eac4-51eb-4bbf-8b59-7eb03ecaae67 {
  
}
}@media (max-width: 767px){#s-81e0eac4-51eb-4bbf-8b59-7eb03ecaae67 {
  
}
}
#s-81e0eac4-51eb-4bbf-8b59-7eb03ecaae67 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-b34f2b41-dee4-4ca1-8b68-99c627fad93f {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b34f2b41-dee4-4ca1-8b68-99c627fad93f {
  
}
}@media (max-width: 767px){#s-b34f2b41-dee4-4ca1-8b68-99c627fad93f {
  
}
}
#s-b34f2b41-dee4-4ca1-8b68-99c627fad93f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-79bf0289-1622-454e-a5e1-8809242ae05b {
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a6408b85-fe3c-4634-8746-46b86b3906c0 {
  
}
}@media (max-width: 767px){#s-a6408b85-fe3c-4634-8746-46b86b3906c0 {
  
}
}
#s-056f7328-66a1-4ba8-8360-f5d7ce556cff {
  border-style: solid;
margin-top: 20px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-056f7328-66a1-4ba8-8360-f5d7ce556cff:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-056f7328-66a1-4ba8-8360-f5d7ce556cff:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-056f7328-66a1-4ba8-8360-f5d7ce556cff {
  
}
}@media (max-width: 767px){#s-056f7328-66a1-4ba8-8360-f5d7ce556cff {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-056f7328-66a1-4ba8-8360-f5d7ce556cff-root {
    text-align: left;
  }


#s-056f7328-66a1-4ba8-8360-f5d7ce556cff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-056f7328-66a1-4ba8-8360-f5d7ce556cff-root {
    text-align: left;
  }


#s-056f7328-66a1-4ba8-8360-f5d7ce556cff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-056f7328-66a1-4ba8-8360-f5d7ce556cff-root {
    text-align: left;
  }


#s-056f7328-66a1-4ba8-8360-f5d7ce556cff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-056f7328-66a1-4ba8-8360-f5d7ce556cff-root {
    text-align: left;
  }


#s-056f7328-66a1-4ba8-8360-f5d7ce556cff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-056f7328-66a1-4ba8-8360-f5d7ce556cff-root {
    text-align: left;
  }


#s-056f7328-66a1-4ba8-8360-f5d7ce556cff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-f10867d1-e34c-4c84-80df-d8598c1fe343 {
  min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f10867d1-e34c-4c84-80df-d8598c1fe343 {
  
}
}@media (max-width: 767px){#s-f10867d1-e34c-4c84-80df-d8598c1fe343 {
  
}
}






  #s-f10867d1-e34c-4c84-80df-d8598c1fe343 img.shogun-image {
    

    
    
    
  }


#s-f10867d1-e34c-4c84-80df-d8598c1fe343 .shogun-image-content {
  
    align-items: center;
  
}

#s-94fa318c-1e60-4121-954b-b4ed63490194 {
  padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-94fa318c-1e60-4121-954b-b4ed63490194 {
  
}
}@media (max-width: 767px){#s-94fa318c-1e60-4121-954b-b4ed63490194 {
  
}
}
#s-94fa318c-1e60-4121-954b-b4ed63490194 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-7ca9d45c-0a4f-40f5-83b6-89a837a10702 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ca9d45c-0a4f-40f5-83b6-89a837a10702 {
  
}
}@media (max-width: 767px){#s-7ca9d45c-0a4f-40f5-83b6-89a837a10702 {
  
}
}
#s-7ca9d45c-0a4f-40f5-83b6-89a837a10702 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-e4ec7325-fd60-4fa5-9556-e4bb8f2ff0bc {
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-9ee1dbc5-66ce-45a1-ba91-8e25e4bc40f6 {
  
}
}@media (max-width: 767px){#s-9ee1dbc5-66ce-45a1-ba91-8e25e4bc40f6 {
  
}
}
#s-44b741fc-7f15-4664-a514-81eb8af05bda {
  border-style: solid;
margin-top: 20px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-44b741fc-7f15-4664-a514-81eb8af05bda:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-44b741fc-7f15-4664-a514-81eb8af05bda:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-44b741fc-7f15-4664-a514-81eb8af05bda {
  
}
}@media (max-width: 767px){#s-44b741fc-7f15-4664-a514-81eb8af05bda {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}
}

  #s-44b741fc-7f15-4664-a514-81eb8af05bda-root {
    text-align: left;
  }


#s-44b741fc-7f15-4664-a514-81eb8af05bda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44b741fc-7f15-4664-a514-81eb8af05bda-root {
    text-align: left;
  }


#s-44b741fc-7f15-4664-a514-81eb8af05bda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44b741fc-7f15-4664-a514-81eb8af05bda-root {
    text-align: left;
  }


#s-44b741fc-7f15-4664-a514-81eb8af05bda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44b741fc-7f15-4664-a514-81eb8af05bda-root {
    text-align: left;
  }


#s-44b741fc-7f15-4664-a514-81eb8af05bda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44b741fc-7f15-4664-a514-81eb8af05bda-root {
    text-align: left;
  }


#s-44b741fc-7f15-4664-a514-81eb8af05bda.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-5433315b-05e8-4932-9f5f-0706658b4adf {
  min-height: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5433315b-05e8-4932-9f5f-0706658b4adf {
  
}
}@media (max-width: 767px){#s-5433315b-05e8-4932-9f5f-0706658b4adf {
  
}
}






  #s-5433315b-05e8-4932-9f5f-0706658b4adf img.shogun-image {
    

    
    
    
  }


#s-5433315b-05e8-4932-9f5f-0706658b4adf .shogun-image-content {
  
    align-items: center;
  
}

#s-71a9c457-8b53-4d08-8ca8-f4bcc3c292c5 {
  padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-71a9c457-8b53-4d08-8ca8-f4bcc3c292c5 {
  
}
}@media (max-width: 767px){#s-71a9c457-8b53-4d08-8ca8-f4bcc3c292c5 {
  
}
}
#s-71a9c457-8b53-4d08-8ca8-f4bcc3c292c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-79cf70c5-00dc-4c9c-8e88-c58944bc91ed {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-79cf70c5-00dc-4c9c-8e88-c58944bc91ed {
  
}
}@media (max-width: 767px){#s-79cf70c5-00dc-4c9c-8e88-c58944bc91ed {
  
}
}
#s-79cf70c5-00dc-4c9c-8e88-c58944bc91ed .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-57d5191a-8758-4165-943f-046197931d80 {
  padding-top: 10px;
}

#s-9dfe700f-bc51-49fb-b293-6388bdcff149 {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dfe700f-bc51-49fb-b293-6388bdcff149 {
  
}
}@media (max-width: 767px){#s-9dfe700f-bc51-49fb-b293-6388bdcff149 {
  
}
}
#s-447c3d79-47df-4aeb-a3bf-1beb07089923 {
  border-style: solid;
margin-top: 20px;
margin-right: 50px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-447c3d79-47df-4aeb-a3bf-1beb07089923:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-447c3d79-47df-4aeb-a3bf-1beb07089923:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-447c3d79-47df-4aeb-a3bf-1beb07089923 {
  
}
}@media (max-width: 767px){#s-447c3d79-47df-4aeb-a3bf-1beb07089923 {
  padding-left: 10px;
padding-right: 10px;
}
}

  #s-447c3d79-47df-4aeb-a3bf-1beb07089923-root {
    text-align: left;
  }


#s-447c3d79-47df-4aeb-a3bf-1beb07089923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-447c3d79-47df-4aeb-a3bf-1beb07089923-root {
    text-align: left;
  }


#s-447c3d79-47df-4aeb-a3bf-1beb07089923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-447c3d79-47df-4aeb-a3bf-1beb07089923-root {
    text-align: left;
  }


#s-447c3d79-47df-4aeb-a3bf-1beb07089923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-447c3d79-47df-4aeb-a3bf-1beb07089923-root {
    text-align: left;
  }


#s-447c3d79-47df-4aeb-a3bf-1beb07089923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-447c3d79-47df-4aeb-a3bf-1beb07089923-root {
    text-align: left;
  }


#s-447c3d79-47df-4aeb-a3bf-1beb07089923.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-f259edec-b286-4905-84c4-e81549daebe8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (min-width: 1200px){#s-f259edec-b286-4905-84c4-e81549daebe8 {
  margin-top: 35px;
margin-bottom: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f259edec-b286-4905-84c4-e81549daebe8 {
  margin-top: 35px;
margin-bottom: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f259edec-b286-4905-84c4-e81549daebe8 {
  margin-top: 35px;
margin-bottom: 35px;
}
}@media (max-width: 767px){#s-f259edec-b286-4905-84c4-e81549daebe8 {
  margin-top: 35px;
margin-bottom: 35px;
}
}







#s-f259edec-b286-4905-84c4-e81549daebe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f259edec-b286-4905-84c4-e81549daebe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7fd8fc7-3511-4e10-bb70-a8f4a6fea88b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-e7fd8fc7-3511-4e10-bb70-a8f4a6fea88b .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e7fd8fc7-3511-4e10-bb70-a8f4a6fea88b .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-e7fd8fc7-3511-4e10-bb70-a8f4a6fea88b .shogun-heading-component h4 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-0f67f874-d819-458f-859b-ae3366362e84 {
  margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-0f67f874-d819-458f-859b-ae3366362e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f67f874-d819-458f-859b-ae3366362e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed8a2ddb-2c5d-4def-b0a1-4f43462a38c3 {
  margin-top: 0px;
text-align: left;
}

#s-e186215a-1bde-4449-95df-9f270b59aee4 {
  min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-e186215a-1bde-4449-95df-9f270b59aee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e186215a-1bde-4449-95df-9f270b59aee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0684705-fc17-4d11-96ec-dd2a5dafe60b {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-c0684705-fc17-4d11-96ec-dd2a5dafe60b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0684705-fc17-4d11-96ec-dd2a5dafe60b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0684705-fc17-4d11-96ec-dd2a5dafe60b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0684705-fc17-4d11-96ec-dd2a5dafe60b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c0684705-fc17-4d11-96ec-dd2a5dafe60b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d9cf66da-5077-462f-90be-2221d1f0989e {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 27%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d9cf66da-5077-462f-90be-2221d1f0989e {
  margin-top: 5%;
margin-left: 15%;
margin-bottom: 5%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9cf66da-5077-462f-90be-2221d1f0989e {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 11%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9cf66da-5077-462f-90be-2221d1f0989e {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d9cf66da-5077-462f-90be-2221d1f0989e {
  margin-top: 6%;
margin-left: 6%;
margin-bottom: 6%;
margin-right: 6%;
}
}







#s-d9cf66da-5077-462f-90be-2221d1f0989e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9cf66da-5077-462f-90be-2221d1f0989e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-059a850a-e5a6-42ba-902e-58914d9a096f {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-059a850a-e5a6-42ba-902e-58914d9a096f {
  margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-059a850a-e5a6-42ba-902e-58914d9a096f {
  margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-059a850a-e5a6-42ba-902e-58914d9a096f {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-059a850a-e5a6-42ba-902e-58914d9a096f {
  margin-bottom: 25px;
}
}
#s-059a850a-e5a6-42ba-902e-58914d9a096f .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-059a850a-e5a6-42ba-902e-58914d9a096f .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-059a850a-e5a6-42ba-902e-58914d9a096f .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-059a850a-e5a6-42ba-902e-58914d9a096f .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-65357b39-ae5a-43e2-a495-f29fa33ac000 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
background-color: rgba(0, 0, 0, 0);
}

#s-e4aa0872-7a0c-4ae4-8108-ace34b840c68 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e4aa0872-7a0c-4ae4-8108-ace34b840c68 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e4aa0872-7a0c-4ae4-8108-ace34b840c68 .shg-sld-nav-button.shg-sld-left,
#s-e4aa0872-7a0c-4ae4-8108-ace34b840c68 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image,
  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
    width: 100%;
    height: auto;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
    
    
  }


.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
      position: relative;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image,
  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
    width: 100%;
    height: auto;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
    
    
  }


.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
      position: relative;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image,
  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
    width: 100%;
    height: auto;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
    
    
  }


.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
      position: relative;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image,
  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
    width: 100%;
    height: auto;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
    
    
  }


.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
      position: relative;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image,
  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
    width: 100%;
    height: auto;
  }

  #s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
    
    
  }


.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container {
      position: relative;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a3a7b845-98c9-4ebc-a671-6e13478d7ed9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-61ec9e6a-6c4c-4305-a078-2490328f199b {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image,
  #s-61ec9e6a-6c4c-4305-a078-2490328f199b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b {
    width: 100%;
    height: auto;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
    
    
  }


.s-61ec9e6a-6c4c-4305-a078-2490328f199b .shogun-image-content {
  
    align-items: center;
  
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ec9e6a-6c4c-4305-a078-2490328f199b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
      position: relative;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image,
  #s-61ec9e6a-6c4c-4305-a078-2490328f199b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b {
    width: 100%;
    height: auto;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
    
    
  }


.s-61ec9e6a-6c4c-4305-a078-2490328f199b .shogun-image-content {
  
    align-items: center;
  
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ec9e6a-6c4c-4305-a078-2490328f199b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
      position: relative;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image,
  #s-61ec9e6a-6c4c-4305-a078-2490328f199b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b {
    width: 100%;
    height: auto;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
    
    
  }


.s-61ec9e6a-6c4c-4305-a078-2490328f199b .shogun-image-content {
  
    align-items: center;
  
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ec9e6a-6c4c-4305-a078-2490328f199b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
      position: relative;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image,
  #s-61ec9e6a-6c4c-4305-a078-2490328f199b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b {
    width: 100%;
    height: auto;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
    
    
  }


.s-61ec9e6a-6c4c-4305-a078-2490328f199b .shogun-image-content {
  
    align-items: center;
  
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ec9e6a-6c4c-4305-a078-2490328f199b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
      position: relative;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image,
  #s-61ec9e6a-6c4c-4305-a078-2490328f199b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b {
    width: 100%;
    height: auto;
  }

  #s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
    
    
  }


.s-61ec9e6a-6c4c-4305-a078-2490328f199b .shogun-image-content {
  
    align-items: center;
  
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61ec9e6a-6c4c-4305-a078-2490328f199b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container {
      position: relative;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61ec9e6a-6c4c-4305-a078-2490328f199b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bb497c75-2912-4451-b69d-d280805577a9 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-bb497c75-2912-4451-b69d-d280805577a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb497c75-2912-4451-b69d-d280805577a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb497c75-2912-4451-b69d-d280805577a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb497c75-2912-4451-b69d-d280805577a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb6e6c98-4224-481f-b6a6-f22a63b70011 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-eb6e6c98-4224-481f-b6a6-f22a63b70011 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eb6e6c98-4224-481f-b6a6-f22a63b70011 .shg-sld-nav-button.shg-sld-left,
#s-eb6e6c98-4224-481f-b6a6-f22a63b70011 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8269f330-303a-40c5-b513-892a85ea94c5 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image,
  #s-8269f330-303a-40c5-b513-892a85ea94c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 {
    width: 100%;
    height: auto;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
    
    
  }


.s-8269f330-303a-40c5-b513-892a85ea94c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8269f330-303a-40c5-b513-892a85ea94c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
      position: relative;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image,
  #s-8269f330-303a-40c5-b513-892a85ea94c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 {
    width: 100%;
    height: auto;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
    
    
  }


.s-8269f330-303a-40c5-b513-892a85ea94c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8269f330-303a-40c5-b513-892a85ea94c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
      position: relative;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image,
  #s-8269f330-303a-40c5-b513-892a85ea94c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 {
    width: 100%;
    height: auto;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
    
    
  }


.s-8269f330-303a-40c5-b513-892a85ea94c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8269f330-303a-40c5-b513-892a85ea94c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
      position: relative;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image,
  #s-8269f330-303a-40c5-b513-892a85ea94c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 {
    width: 100%;
    height: auto;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
    
    
  }


.s-8269f330-303a-40c5-b513-892a85ea94c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8269f330-303a-40c5-b513-892a85ea94c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
      position: relative;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image,
  #s-8269f330-303a-40c5-b513-892a85ea94c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 {
    width: 100%;
    height: auto;
  }

  #s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
    
    
  }


.s-8269f330-303a-40c5-b513-892a85ea94c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8269f330-303a-40c5-b513-892a85ea94c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container {
      position: relative;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8269f330-303a-40c5-b513-892a85ea94c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
  max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image,
  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
    width: 100%;
    height: auto;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
    
    
  }


.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
      position: relative;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image,
  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
    width: 100%;
    height: auto;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
    
    
  }


.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
      position: relative;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image,
  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
    width: 100%;
    height: auto;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
    
    
  }


.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
      position: relative;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image,
  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
    width: 100%;
    height: auto;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
    
    
  }


.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
      position: relative;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image,
  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
    width: 100%;
    height: auto;
  }

  #s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
    
    
  }


.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container {
      position: relative;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c795fcc-de52-4bda-93d9-9cdcd11e3226 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ae17d923-513f-41eb-9043-c3f6113c1dbd {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 9%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ae17d923-513f-41eb-9043-c3f6113c1dbd {
  margin-top: 5%;
margin-left: 15%;
margin-bottom: 5%;
margin-right: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae17d923-513f-41eb-9043-c3f6113c1dbd {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 3%;
margin-right: 11%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae17d923-513f-41eb-9043-c3f6113c1dbd {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-ae17d923-513f-41eb-9043-c3f6113c1dbd {
  margin-top: 6%;
margin-left: 6%;
margin-bottom: 6%;
margin-right: 6%;
}
}







#s-ae17d923-513f-41eb-9043-c3f6113c1dbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae17d923-513f-41eb-9043-c3f6113c1dbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-544c5161-41a4-43bb-8e42-563d183d92f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 {
  margin-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 {
  margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 {
  margin-bottom: 25px;
}
}
#s-544c5161-41a4-43bb-8e42-563d183d92f3 .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-544c5161-41a4-43bb-8e42-563d183d92f3 .shogun-heading-component h2 {
  color: rgba(67, 53, 141, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


}
#s-144236d8-be98-4a99-a7ba-1aacf8a5509c {
  background-color: rgba(0, 0, 0, 0);
}

#s-4441c652-7ba2-4138-a963-8694107b4541 {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4441c652-7ba2-4138-a963-8694107b4541 {
  display: none;
}
#s-4441c652-7ba2-4138-a963-8694107b4541, #wrap-s-4441c652-7ba2-4138-a963-8694107b4541 { display: none !important; }}@media (max-width: 767px){#s-4441c652-7ba2-4138-a963-8694107b4541 {
  display: none;
}
#s-4441c652-7ba2-4138-a963-8694107b4541, #wrap-s-4441c652-7ba2-4138-a963-8694107b4541 { display: none !important; }}







#s-4441c652-7ba2-4138-a963-8694107b4541 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4441c652-7ba2-4138-a963-8694107b4541.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1778881-847e-49bb-a90e-9fb0ea5fd400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-a1778881-847e-49bb-a90e-9fb0ea5fd400 {
  padding-top: 12px;
padding-left: 5px;
}
}
#s-a1778881-847e-49bb-a90e-9fb0ea5fd400 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a1778881-847e-49bb-a90e-9fb0ea5fd400 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-8e80a8a6-6178-4ebe-a4ff-2af18579079e {
  display: none;
}
#s-8e80a8a6-6178-4ebe-a4ff-2af18579079e, #wrap-s-8e80a8a6-6178-4ebe-a4ff-2af18579079e { display: none !important; }}@media (max-width: 767px){#s-8e80a8a6-6178-4ebe-a4ff-2af18579079e {
  display: none;
}
#s-8e80a8a6-6178-4ebe-a4ff-2af18579079e, #wrap-s-8e80a8a6-6178-4ebe-a4ff-2af18579079e { display: none !important; }}
#s-117d06bd-411c-4887-b9e6-753a27d16c34 {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-117d06bd-411c-4887-b9e6-753a27d16c34 {
  
}
}@media (max-width: 767px){#s-117d06bd-411c-4887-b9e6-753a27d16c34 {
  
}
}







#s-117d06bd-411c-4887-b9e6-753a27d16c34 .shogun-image-content {
  
    align-items: center;
  
}

#s-966a2b50-b634-4391-8928-417a5ebb4546 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-966a2b50-b634-4391-8928-417a5ebb4546 {
  
}
}@media (max-width: 767px){#s-966a2b50-b634-4391-8928-417a5ebb4546 {
  
}
}
#s-966a2b50-b634-4391-8928-417a5ebb4546 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-37b0dbfa-ba33-4fcf-9f32-3f65179c2e4d {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-37b0dbfa-ba33-4fcf-9f32-3f65179c2e4d {
  
}
}@media (max-width: 767px){#s-37b0dbfa-ba33-4fcf-9f32-3f65179c2e4d {
  
}
}
#s-37b0dbfa-ba33-4fcf-9f32-3f65179c2e4d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-3ef84115-bcf4-45dc-94f2-33a9cb34acc9 {
  padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ef84115-bcf4-45dc-94f2-33a9cb34acc9 {
  
}
}@media (max-width: 767px){#s-3ef84115-bcf4-45dc-94f2-33a9cb34acc9 {
  
}
}
#s-3ef84115-bcf4-45dc-94f2-33a9cb34acc9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb {
  margin-left: -14px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb {
  
}
}@media (max-width: 767px){#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb {
  
}
}

  #s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb-root {
    text-align: center;
  }


#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb-root {
    text-align: center;
  }


#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb-root {
    text-align: center;
  }


#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb-root {
    text-align: center;
  }


#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb-root {
    text-align: center;
  }


#s-b5a95a1a-307d-42cb-abc5-9a58c5fe3aeb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-fa911c92-f136-4a9a-8261-c9740d51523c {
  display: none;
}
#s-fa911c92-f136-4a9a-8261-c9740d51523c, #wrap-s-fa911c92-f136-4a9a-8261-c9740d51523c { display: none !important; }}@media (max-width: 767px){#s-fa911c92-f136-4a9a-8261-c9740d51523c {
  display: none;
}
#s-fa911c92-f136-4a9a-8261-c9740d51523c, #wrap-s-fa911c92-f136-4a9a-8261-c9740d51523c { display: none !important; }}
#s-24540235-8f79-489b-b672-900448c4a59e {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24540235-8f79-489b-b672-900448c4a59e {
  
}
}@media (max-width: 767px){#s-24540235-8f79-489b-b672-900448c4a59e {
  
}
}







#s-24540235-8f79-489b-b672-900448c4a59e .shogun-image-content {
  
    align-items: center;
  
}

#s-4d3cadf0-0fbc-4b01-b7bd-7e4e974244eb {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d3cadf0-0fbc-4b01-b7bd-7e4e974244eb {
  
}
}@media (max-width: 767px){#s-4d3cadf0-0fbc-4b01-b7bd-7e4e974244eb {
  
}
}
#s-4d3cadf0-0fbc-4b01-b7bd-7e4e974244eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-9f508243-8fe4-42de-8629-8976524859d1 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f508243-8fe4-42de-8629-8976524859d1 {
  
}
}@media (max-width: 767px){#s-9f508243-8fe4-42de-8629-8976524859d1 {
  
}
}
#s-9f508243-8fe4-42de-8629-8976524859d1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-01050d4c-49f7-49be-a65b-6e676c61f553 {
  padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-01050d4c-49f7-49be-a65b-6e676c61f553 {
  
}
}@media (max-width: 767px){#s-01050d4c-49f7-49be-a65b-6e676c61f553 {
  
}
}
#s-01050d4c-49f7-49be-a65b-6e676c61f553 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc {
  margin-left: -14px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc {
  
}
}@media (max-width: 767px){#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc {
  
}
}

  #s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc-root {
    text-align: center;
  }


#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc-root {
    text-align: center;
  }


#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc-root {
    text-align: center;
  }


#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc-root {
    text-align: center;
  }


#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc-root {
    text-align: center;
  }


#s-2c8ffcc8-d5e2-4eb4-b1cb-f7cea62f0adc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-69298119-a8c3-404d-967c-216902128806 {
  display: none;
}
#s-69298119-a8c3-404d-967c-216902128806, #wrap-s-69298119-a8c3-404d-967c-216902128806 { display: none !important; }}@media (max-width: 767px){#s-69298119-a8c3-404d-967c-216902128806 {
  display: none;
}
#s-69298119-a8c3-404d-967c-216902128806, #wrap-s-69298119-a8c3-404d-967c-216902128806 { display: none !important; }}
#s-cc6b796d-bfc7-4a59-9673-7a9aec195a47 {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc6b796d-bfc7-4a59-9673-7a9aec195a47 {
  
}
}@media (max-width: 767px){#s-cc6b796d-bfc7-4a59-9673-7a9aec195a47 {
  
}
}







#s-cc6b796d-bfc7-4a59-9673-7a9aec195a47 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb1af557-a6ee-4e88-ae15-2f92c53cd18a {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb1af557-a6ee-4e88-ae15-2f92c53cd18a {
  
}
}@media (max-width: 767px){#s-eb1af557-a6ee-4e88-ae15-2f92c53cd18a {
  
}
}
#s-eb1af557-a6ee-4e88-ae15-2f92c53cd18a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-919f9eb6-22df-49ac-9b68-ae95e40ccc2f {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-919f9eb6-22df-49ac-9b68-ae95e40ccc2f {
  
}
}@media (max-width: 767px){#s-919f9eb6-22df-49ac-9b68-ae95e40ccc2f {
  
}
}
#s-919f9eb6-22df-49ac-9b68-ae95e40ccc2f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-a0696ad1-edad-410d-8a67-8e4a8da1b1d5 {
  padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0696ad1-edad-410d-8a67-8e4a8da1b1d5 {
  
}
}@media (max-width: 767px){#s-a0696ad1-edad-410d-8a67-8e4a8da1b1d5 {
  
}
}
#s-a0696ad1-edad-410d-8a67-8e4a8da1b1d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-438f4045-436e-4782-8018-be547f78b585 {
  padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-438f4045-436e-4782-8018-be547f78b585:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-438f4045-436e-4782-8018-be547f78b585:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-438f4045-436e-4782-8018-be547f78b585 {
  
}
}@media (max-width: 767px){#s-438f4045-436e-4782-8018-be547f78b585 {
  
}
}

  #s-438f4045-436e-4782-8018-be547f78b585-root {
    text-align: center;
  }


#s-438f4045-436e-4782-8018-be547f78b585.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-438f4045-436e-4782-8018-be547f78b585-root {
    text-align: center;
  }


#s-438f4045-436e-4782-8018-be547f78b585.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-438f4045-436e-4782-8018-be547f78b585-root {
    text-align: center;
  }


#s-438f4045-436e-4782-8018-be547f78b585.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-438f4045-436e-4782-8018-be547f78b585-root {
    text-align: center;
  }


#s-438f4045-436e-4782-8018-be547f78b585.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-438f4045-436e-4782-8018-be547f78b585-root {
    text-align: center;
  }


#s-438f4045-436e-4782-8018-be547f78b585.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-6e7f1e9a-12d2-4c7a-b018-f976eb941964 {
  display: none;
}
#s-6e7f1e9a-12d2-4c7a-b018-f976eb941964, #wrap-s-6e7f1e9a-12d2-4c7a-b018-f976eb941964 { display: none !important; }}@media (max-width: 767px){#s-6e7f1e9a-12d2-4c7a-b018-f976eb941964 {
  display: none;
}
#s-6e7f1e9a-12d2-4c7a-b018-f976eb941964, #wrap-s-6e7f1e9a-12d2-4c7a-b018-f976eb941964 { display: none !important; }}
#s-b0018fc2-30d3-47a2-85f8-50245dba814e {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0018fc2-30d3-47a2-85f8-50245dba814e {
  
}
}@media (max-width: 767px){#s-b0018fc2-30d3-47a2-85f8-50245dba814e {
  
}
}







#s-b0018fc2-30d3-47a2-85f8-50245dba814e .shogun-image-content {
  
    align-items: center;
  
}

#s-16d7a48a-b39a-4ae9-84a5-b750e43f34ab {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-16d7a48a-b39a-4ae9-84a5-b750e43f34ab {
  
}
}@media (max-width: 767px){#s-16d7a48a-b39a-4ae9-84a5-b750e43f34ab {
  
}
}
#s-16d7a48a-b39a-4ae9-84a5-b750e43f34ab .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-97c3fff9-9ff4-4936-927f-bde2d1dcec9c {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-97c3fff9-9ff4-4936-927f-bde2d1dcec9c {
  
}
}@media (max-width: 767px){#s-97c3fff9-9ff4-4936-927f-bde2d1dcec9c {
  
}
}
#s-97c3fff9-9ff4-4936-927f-bde2d1dcec9c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5df21df2-17f0-4fe6-827e-8089c5af4c27 {
  padding-bottom: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5df21df2-17f0-4fe6-827e-8089c5af4c27 {
  
}
}@media (max-width: 767px){#s-5df21df2-17f0-4fe6-827e-8089c5af4c27 {
  
}
}
#s-5df21df2-17f0-4fe6-827e-8089c5af4c27 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-cff62453-6564-4a23-becc-284d029974e7 {
  margin-left: -14px;
margin-right: -14px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cff62453-6564-4a23-becc-284d029974e7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cff62453-6564-4a23-becc-284d029974e7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cff62453-6564-4a23-becc-284d029974e7 {
  
}
}@media (max-width: 767px){#s-cff62453-6564-4a23-becc-284d029974e7 {
  
}
}

  #s-cff62453-6564-4a23-becc-284d029974e7-root {
    text-align: center;
  }


#s-cff62453-6564-4a23-becc-284d029974e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cff62453-6564-4a23-becc-284d029974e7-root {
    text-align: center;
  }


#s-cff62453-6564-4a23-becc-284d029974e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cff62453-6564-4a23-becc-284d029974e7-root {
    text-align: center;
  }


#s-cff62453-6564-4a23-becc-284d029974e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cff62453-6564-4a23-becc-284d029974e7-root {
    text-align: center;
  }


#s-cff62453-6564-4a23-becc-284d029974e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cff62453-6564-4a23-becc-284d029974e7-root {
    text-align: center;
  }


#s-cff62453-6564-4a23-becc-284d029974e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 {
  margin-top: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 {
  display: none;
}
#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633, #wrap-s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 {
  display: none;
}
#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633, #wrap-s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 {
  
}
}@media (max-width: 767px){#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 {
  
}
}







#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb3767f2-fd13-4e6f-9fbd-d4e2df2be633.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17d2b976-8b35-4fd2-b1c5-2cde538d2880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-17d2b976-8b35-4fd2-b1c5-2cde538d2880 {
  padding-top: 12px;
padding-left: 5px;
}
}
#s-17d2b976-8b35-4fd2-b1c5-2cde538d2880 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-17d2b976-8b35-4fd2-b1c5-2cde538d2880 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-ab092fc6-c126-4379-9f58-c40ef23f4533 {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ab092fc6-c126-4379-9f58-c40ef23f4533 {
  display: none;
}
#s-ab092fc6-c126-4379-9f58-c40ef23f4533, #wrap-s-ab092fc6-c126-4379-9f58-c40ef23f4533 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab092fc6-c126-4379-9f58-c40ef23f4533 {
  display: none;
}
#s-ab092fc6-c126-4379-9f58-c40ef23f4533, #wrap-s-ab092fc6-c126-4379-9f58-c40ef23f4533 { display: none !important; }}







#s-ab092fc6-c126-4379-9f58-c40ef23f4533 .shogun-image-content {
  
    align-items: center;
  
}

#s-8716d368-a966-44bf-adac-ab93a88bc98b {
  text-align: left;
}
@media (min-width: 1200px){#s-8716d368-a966-44bf-adac-ab93a88bc98b {
  display: none;
}
#s-8716d368-a966-44bf-adac-ab93a88bc98b, #wrap-s-8716d368-a966-44bf-adac-ab93a88bc98b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8716d368-a966-44bf-adac-ab93a88bc98b {
  display: none;
}
#s-8716d368-a966-44bf-adac-ab93a88bc98b, #wrap-s-8716d368-a966-44bf-adac-ab93a88bc98b { display: none !important; }}
#s-8716d368-a966-44bf-adac-ab93a88bc98b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-07090cf9-13cd-424c-a01b-a1d32f6e6eb9 {
  padding-bottom: 5px;
text-align: left;
}

#s-07090cf9-13cd-424c-a01b-a1d32f6e6eb9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-03876be2-342f-4f99-a692-e6551f17f576 {
  padding-bottom: 20px;
text-align: left;
}

#s-03876be2-342f-4f99-a692-e6551f17f576 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-6e91045a-72a5-4b3e-a029-133b3b121281 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6e91045a-72a5-4b3e-a029-133b3b121281:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e91045a-72a5-4b3e-a029-133b3b121281:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e91045a-72a5-4b3e-a029-133b3b121281-root {
    text-align: center;
  }


#s-6e91045a-72a5-4b3e-a029-133b3b121281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e91045a-72a5-4b3e-a029-133b3b121281-root {
    text-align: center;
  }


#s-6e91045a-72a5-4b3e-a029-133b3b121281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e91045a-72a5-4b3e-a029-133b3b121281-root {
    text-align: center;
  }


#s-6e91045a-72a5-4b3e-a029-133b3b121281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e91045a-72a5-4b3e-a029-133b3b121281-root {
    text-align: center;
  }


#s-6e91045a-72a5-4b3e-a029-133b3b121281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e91045a-72a5-4b3e-a029-133b3b121281-root {
    text-align: center;
  }


#s-6e91045a-72a5-4b3e-a029-133b3b121281.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b4965d58-9254-4968-bdce-f73e7cff6223 {
  padding-bottom: 20px;
text-align: center;
}








#s-b4965d58-9254-4968-bdce-f73e7cff6223 .shogun-image-content {
  
    align-items: center;
  
}

#s-73b0c80b-5ffb-4c69-b65a-e91c94f60e33 {
  text-align: left;
}

#s-73b0c80b-5ffb-4c69-b65a-e91c94f60e33 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-77b08675-898d-4668-ba80-6863ebe2f8f7 {
  padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-77b08675-898d-4668-ba80-6863ebe2f8f7 {
  display: none;
}
#s-77b08675-898d-4668-ba80-6863ebe2f8f7, #wrap-s-77b08675-898d-4668-ba80-6863ebe2f8f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77b08675-898d-4668-ba80-6863ebe2f8f7 {
  display: none;
}
#s-77b08675-898d-4668-ba80-6863ebe2f8f7, #wrap-s-77b08675-898d-4668-ba80-6863ebe2f8f7 { display: none !important; }}
#s-77b08675-898d-4668-ba80-6863ebe2f8f7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1998b6e0-df2d-4fda-846b-6d5831101ae5 {
  padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-1998b6e0-df2d-4fda-846b-6d5831101ae5 {
  display: none;
}
#s-1998b6e0-df2d-4fda-846b-6d5831101ae5, #wrap-s-1998b6e0-df2d-4fda-846b-6d5831101ae5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1998b6e0-df2d-4fda-846b-6d5831101ae5 {
  display: none;
}
#s-1998b6e0-df2d-4fda-846b-6d5831101ae5, #wrap-s-1998b6e0-df2d-4fda-846b-6d5831101ae5 { display: none !important; }}
#s-1998b6e0-df2d-4fda-846b-6d5831101ae5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27 {
  display: none;
}
#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27, #wrap-s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27 {
  display: none;
}
#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27, #wrap-s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27 { display: none !important; }}

  #s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27-root {
    text-align: center;
  }


#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27-root {
    text-align: center;
  }


#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27-root {
    text-align: center;
  }


#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27-root {
    text-align: center;
  }


#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27-root {
    text-align: center;
  }


#s-42bd3efa-c12c-4bb2-88f1-5f885d4deb27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-94078026-db29-4895-bb6e-67f309f0ad15 {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-94078026-db29-4895-bb6e-67f309f0ad15 {
  display: none;
}
#s-94078026-db29-4895-bb6e-67f309f0ad15, #wrap-s-94078026-db29-4895-bb6e-67f309f0ad15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94078026-db29-4895-bb6e-67f309f0ad15 {
  display: none;
}
#s-94078026-db29-4895-bb6e-67f309f0ad15, #wrap-s-94078026-db29-4895-bb6e-67f309f0ad15 { display: none !important; }}







#s-94078026-db29-4895-bb6e-67f309f0ad15 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced {
  text-align: left;
}
@media (min-width: 1200px){#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced {
  display: none;
}
#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced, #wrap-s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced {
  display: none;
}
#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced, #wrap-s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced { display: none !important; }}
#s-b0e6e02d-8ba4-4f20-a8b8-9cb261b71ced .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d {
  text-align: left;
}
@media (min-width: 1200px){#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d {
  display: none;
}
#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d, #wrap-s-6f5a497f-52a5-469a-9a63-53a6a0a9293d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d {
  display: none;
}
#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d, #wrap-s-6f5a497f-52a5-469a-9a63-53a6a0a9293d { display: none !important; }}
#s-6f5a497f-52a5-469a-9a63-53a6a0a9293d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 {
  display: none;
}
#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17, #wrap-s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 {
  display: none;
}
#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17, #wrap-s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 { display: none !important; }}
#s-c8ee4497-7e13-4f6c-9a91-35adfb306d17 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b {
  display: none;
}
#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b, #wrap-s-5138f30c-8b4d-467b-bed9-02bfaa5c783b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b {
  display: none;
}
#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b, #wrap-s-5138f30c-8b4d-467b-bed9-02bfaa5c783b { display: none !important; }}

  #s-5138f30c-8b4d-467b-bed9-02bfaa5c783b-root {
    text-align: center;
  }


#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5138f30c-8b4d-467b-bed9-02bfaa5c783b-root {
    text-align: center;
  }


#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5138f30c-8b4d-467b-bed9-02bfaa5c783b-root {
    text-align: center;
  }


#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5138f30c-8b4d-467b-bed9-02bfaa5c783b-root {
    text-align: center;
  }


#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5138f30c-8b4d-467b-bed9-02bfaa5c783b-root {
    text-align: center;
  }


#s-5138f30c-8b4d-467b-bed9-02bfaa5c783b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7589c252-2439-486f-9526-995d0904920f {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-7589c252-2439-486f-9526-995d0904920f {
  display: none;
}
#s-7589c252-2439-486f-9526-995d0904920f, #wrap-s-7589c252-2439-486f-9526-995d0904920f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7589c252-2439-486f-9526-995d0904920f {
  display: none;
}
#s-7589c252-2439-486f-9526-995d0904920f, #wrap-s-7589c252-2439-486f-9526-995d0904920f { display: none !important; }}







#s-7589c252-2439-486f-9526-995d0904920f .shogun-image-content {
  
    align-items: center;
  
}

#s-30f95d50-0914-4e84-9778-f844f7642fb4 {
  text-align: left;
}
@media (min-width: 1200px){#s-30f95d50-0914-4e84-9778-f844f7642fb4 {
  display: none;
}
#s-30f95d50-0914-4e84-9778-f844f7642fb4, #wrap-s-30f95d50-0914-4e84-9778-f844f7642fb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30f95d50-0914-4e84-9778-f844f7642fb4 {
  display: none;
}
#s-30f95d50-0914-4e84-9778-f844f7642fb4, #wrap-s-30f95d50-0914-4e84-9778-f844f7642fb4 { display: none !important; }}
#s-30f95d50-0914-4e84-9778-f844f7642fb4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-69644b4d-4230-4637-b2ad-6186b24d23be {
  text-align: left;
}
@media (min-width: 1200px){#s-69644b4d-4230-4637-b2ad-6186b24d23be {
  display: none;
}
#s-69644b4d-4230-4637-b2ad-6186b24d23be, #wrap-s-69644b4d-4230-4637-b2ad-6186b24d23be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69644b4d-4230-4637-b2ad-6186b24d23be {
  display: none;
}
#s-69644b4d-4230-4637-b2ad-6186b24d23be, #wrap-s-69644b4d-4230-4637-b2ad-6186b24d23be { display: none !important; }}
#s-69644b4d-4230-4637-b2ad-6186b24d23be .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f60436f5-e010-4864-9815-b110858c3c07 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-f60436f5-e010-4864-9815-b110858c3c07 {
  display: none;
}
#s-f60436f5-e010-4864-9815-b110858c3c07, #wrap-s-f60436f5-e010-4864-9815-b110858c3c07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f60436f5-e010-4864-9815-b110858c3c07 {
  display: none;
}
#s-f60436f5-e010-4864-9815-b110858c3c07, #wrap-s-f60436f5-e010-4864-9815-b110858c3c07 { display: none !important; }}
#s-f60436f5-e010-4864-9815-b110858c3c07 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40 {
  display: none;
}
#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40, #wrap-s-acf04f52-3aba-4cb0-893a-bab12fc5cd40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40 {
  display: none;
}
#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40, #wrap-s-acf04f52-3aba-4cb0-893a-bab12fc5cd40 { display: none !important; }}

  #s-acf04f52-3aba-4cb0-893a-bab12fc5cd40-root {
    text-align: center;
  }


#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acf04f52-3aba-4cb0-893a-bab12fc5cd40-root {
    text-align: center;
  }


#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf04f52-3aba-4cb0-893a-bab12fc5cd40-root {
    text-align: center;
  }


#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acf04f52-3aba-4cb0-893a-bab12fc5cd40-root {
    text-align: center;
  }


#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acf04f52-3aba-4cb0-893a-bab12fc5cd40-root {
    text-align: center;
  }


#s-acf04f52-3aba-4cb0-893a-bab12fc5cd40.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ad5ea184-61ec-4353-ac74-1fe779e2f8e3 {
  margin-top: 20px;
margin-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ad5ea184-61ec-4353-ac74-1fe779e2f8e3 {
  
}
}@media (max-width: 767px){#s-ad5ea184-61ec-4353-ac74-1fe779e2f8e3 {
  
}
}







#s-ad5ea184-61ec-4353-ac74-1fe779e2f8e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad5ea184-61ec-4353-ac74-1fe779e2f8e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5448ae1e-f305-4bcc-aa37-714f252137f4 {
  text-align: left;
}

#s-5448ae1e-f305-4bcc-aa37-714f252137f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-5448ae1e-f305-4bcc-aa37-714f252137f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5448ae1e-f305-4bcc-aa37-714f252137f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5448ae1e-f305-4bcc-aa37-714f252137f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-5448ae1e-f305-4bcc-aa37-714f252137f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-c26dec10-b7b9-4b56-96c2-afdc628f8172 {
  min-height: 50px;
}








#s-c26dec10-b7b9-4b56-96c2-afdc628f8172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26dec10-b7b9-4b56-96c2-afdc628f8172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fe6f9a1-7951-4e71-a94f-a380f9c5d315 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}
@media (max-width: 767px){#s-7fe6f9a1-7951-4e71-a94f-a380f9c5d315 {
  
}
}







#s-7fe6f9a1-7951-4e71-a94f-a380f9c5d315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fe6f9a1-7951-4e71-a94f-a380f9c5d315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11d4ac22-fa06-458f-9b52-5a80ea9b0a08 {
  margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-11d4ac22-fa06-458f-9b52-5a80ea9b0a08 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-11d4ac22-fa06-458f-9b52-5a80ea9b0a08 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-11d4ac22-fa06-458f-9b52-5a80ea9b0a08 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-11d4ac22-fa06-458f-9b52-5a80ea9b0a08 .shogun-heading-component h2 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


}
#s-8f058e04-70e8-4151-90e6-0df6e9306c04 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-8f058e04-70e8-4151-90e6-0df6e9306c04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f058e04-70e8-4151-90e6-0df6e9306c04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f058e04-70e8-4151-90e6-0df6e9306c04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f058e04-70e8-4151-90e6-0df6e9306c04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-59cab15c-1b1b-4ba3-967f-d3aff1ad0dd5 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-59cab15c-1b1b-4ba3-967f-d3aff1ad0dd5 {
  margin-bottom: 30px;
}
}
#s-3353b7eb-2af0-46b5-9946-26f97ea9485e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-2604cde1-5902-4348-a10a-e1045074dbf3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}

#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a {
  margin-top: 57px;
margin-bottom: 57px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a {
  margin-top: 20px;
margin-bottom: 0px;
}
}

  #s-70decad2-2ed4-4ecb-8349-162cdc6ece7a-root {
    text-align: center;
  }


#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70decad2-2ed4-4ecb-8349-162cdc6ece7a-root {
    text-align: center;
  }


#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70decad2-2ed4-4ecb-8349-162cdc6ece7a-root {
    text-align: center;
  }


#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70decad2-2ed4-4ecb-8349-162cdc6ece7a-root {
    text-align: center;
  }


#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70decad2-2ed4-4ecb-8349-162cdc6ece7a-root {
    text-align: center;
  }


#s-70decad2-2ed4-4ecb-8349-162cdc6ece7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-19a05cc6-4012-44d6-bbf5-629a755e392f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-19a05cc6-4012-44d6-bbf5-629a755e392f {
  display: none;
}
#s-19a05cc6-4012-44d6-bbf5-629a755e392f, #wrap-s-19a05cc6-4012-44d6-bbf5-629a755e392f { display: none !important; }}@media (max-width: 767px){#s-19a05cc6-4012-44d6-bbf5-629a755e392f {
  display: none;
}
#s-19a05cc6-4012-44d6-bbf5-629a755e392f, #wrap-s-19a05cc6-4012-44d6-bbf5-629a755e392f { display: none !important; }}







#s-19a05cc6-4012-44d6-bbf5-629a755e392f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a05cc6-4012-44d6-bbf5-629a755e392f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-39159a63-2576-4631-8ac4-82b58dfa0252 {
  display: none;
}
#s-39159a63-2576-4631-8ac4-82b58dfa0252, #wrap-s-39159a63-2576-4631-8ac4-82b58dfa0252 { display: none !important; }}@media (max-width: 767px){#s-39159a63-2576-4631-8ac4-82b58dfa0252 {
  display: none;
}
#s-39159a63-2576-4631-8ac4-82b58dfa0252, #wrap-s-39159a63-2576-4631-8ac4-82b58dfa0252 { display: none !important; }}
@media (min-width: 0px) {
[id="s-39159a63-2576-4631-8ac4-82b58dfa0252"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39159a63-2576-4631-8ac4-82b58dfa0252"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39159a63-2576-4631-8ac4-82b58dfa0252"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39159a63-2576-4631-8ac4-82b58dfa0252"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e {
  display: none;
}
#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e, #wrap-s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e { display: none !important; }}@media (max-width: 767px){#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e {
  display: none;
}
#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e, #wrap-s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e { display: none !important; }}







#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca0ccd86-1be4-43e1-abf5-ad0a4a4b7c0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d704421d-604a-4fc4-9e48-f307be282368 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d704421d-604a-4fc4-9e48-f307be282368 {
  display: none;
}
#s-d704421d-604a-4fc4-9e48-f307be282368, #wrap-s-d704421d-604a-4fc4-9e48-f307be282368 { display: none !important; }}@media (max-width: 767px){#s-d704421d-604a-4fc4-9e48-f307be282368 {
  display: none;
}
#s-d704421d-604a-4fc4-9e48-f307be282368, #wrap-s-d704421d-604a-4fc4-9e48-f307be282368 { display: none !important; }}







#s-d704421d-604a-4fc4-9e48-f307be282368 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 {
  display: none;
}
#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1, #wrap-s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 { display: none !important; }}@media (max-width: 767px){#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 {
  display: none;
}
#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1, #wrap-s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 { display: none !important; }}
#s-bc92b9d5-83aa-4965-91f6-04fe48c14ab1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9 {
  display: none;
}
#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9, #wrap-s-e5708409-4d8a-45fb-a5fd-349b94c03ff9 { display: none !important; }}@media (max-width: 767px){#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9 {
  display: none;
}
#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9, #wrap-s-e5708409-4d8a-45fb-a5fd-349b94c03ff9 { display: none !important; }}

  #s-e5708409-4d8a-45fb-a5fd-349b94c03ff9-root {
    text-align: center;
  }


#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5708409-4d8a-45fb-a5fd-349b94c03ff9-root {
    text-align: center;
  }


#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5708409-4d8a-45fb-a5fd-349b94c03ff9-root {
    text-align: center;
  }


#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5708409-4d8a-45fb-a5fd-349b94c03ff9-root {
    text-align: center;
  }


#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5708409-4d8a-45fb-a5fd-349b94c03ff9-root {
    text-align: center;
  }


#s-e5708409-4d8a-45fb-a5fd-349b94c03ff9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-1ab22787-524e-4882-b515-89b5c2f1ad99 {
  display: none;
}
#s-1ab22787-524e-4882-b515-89b5c2f1ad99, #wrap-s-1ab22787-524e-4882-b515-89b5c2f1ad99 { display: none !important; }}@media (max-width: 767px){#s-1ab22787-524e-4882-b515-89b5c2f1ad99 {
  display: none;
}
#s-1ab22787-524e-4882-b515-89b5c2f1ad99, #wrap-s-1ab22787-524e-4882-b515-89b5c2f1ad99 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ab22787-524e-4882-b515-89b5c2f1ad99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ab22787-524e-4882-b515-89b5c2f1ad99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ab22787-524e-4882-b515-89b5c2f1ad99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ab22787-524e-4882-b515-89b5c2f1ad99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca {
  display: none;
}
#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca, #wrap-s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca { display: none !important; }}@media (max-width: 767px){#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca {
  display: none;
}
#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca, #wrap-s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca { display: none !important; }}







#s-dd2a5f7d-fb1e-4994-b554-c589b3bf14ca .shogun-image-content {
  
    align-items: center;
  
}

#s-849705a1-d125-4bc4-9264-e103de521f12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-849705a1-d125-4bc4-9264-e103de521f12 {
  display: none;
}
#s-849705a1-d125-4bc4-9264-e103de521f12, #wrap-s-849705a1-d125-4bc4-9264-e103de521f12 { display: none !important; }}@media (max-width: 767px){#s-849705a1-d125-4bc4-9264-e103de521f12 {
  display: none;
}
#s-849705a1-d125-4bc4-9264-e103de521f12, #wrap-s-849705a1-d125-4bc4-9264-e103de521f12 { display: none !important; }}
#s-849705a1-d125-4bc4-9264-e103de521f12 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0 {
  display: none;
}
#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0, #wrap-s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0 { display: none !important; }}@media (max-width: 767px){#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0 {
  display: none;
}
#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0, #wrap-s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0 { display: none !important; }}

  #s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0-root {
    text-align: center;
  }


#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0-root {
    text-align: center;
  }


#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0-root {
    text-align: center;
  }


#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0-root {
    text-align: center;
  }


#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0-root {
    text-align: center;
  }


#s-1670bfbd-7269-4b63-a6c8-4b27eb53ddb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fb5dc803-590c-4378-8f10-dcded0c5d348 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb5dc803-590c-4378-8f10-dcded0c5d348 {
  display: none;
}
#s-fb5dc803-590c-4378-8f10-dcded0c5d348, #wrap-s-fb5dc803-590c-4378-8f10-dcded0c5d348 { display: none !important; }}@media (max-width: 767px){#s-fb5dc803-590c-4378-8f10-dcded0c5d348 {
  display: none;
}
#s-fb5dc803-590c-4378-8f10-dcded0c5d348, #wrap-s-fb5dc803-590c-4378-8f10-dcded0c5d348 { display: none !important; }}







#s-fb5dc803-590c-4378-8f10-dcded0c5d348 .shogun-image-content {
  
    align-items: center;
  
}

#s-e661348a-0751-454b-9a6d-b12b4be0abd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e661348a-0751-454b-9a6d-b12b4be0abd8 {
  display: none;
}
#s-e661348a-0751-454b-9a6d-b12b4be0abd8, #wrap-s-e661348a-0751-454b-9a6d-b12b4be0abd8 { display: none !important; }}@media (max-width: 767px){#s-e661348a-0751-454b-9a6d-b12b4be0abd8 {
  display: none;
}
#s-e661348a-0751-454b-9a6d-b12b4be0abd8, #wrap-s-e661348a-0751-454b-9a6d-b12b4be0abd8 { display: none !important; }}
#s-e661348a-0751-454b-9a6d-b12b4be0abd8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-831056a2-4195-4ec9-bbf8-a161dbc41480 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-831056a2-4195-4ec9-bbf8-a161dbc41480:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-831056a2-4195-4ec9-bbf8-a161dbc41480:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-831056a2-4195-4ec9-bbf8-a161dbc41480 {
  display: none;
}
#s-831056a2-4195-4ec9-bbf8-a161dbc41480, #wrap-s-831056a2-4195-4ec9-bbf8-a161dbc41480 { display: none !important; }}@media (max-width: 767px){#s-831056a2-4195-4ec9-bbf8-a161dbc41480 {
  display: none;
}
#s-831056a2-4195-4ec9-bbf8-a161dbc41480, #wrap-s-831056a2-4195-4ec9-bbf8-a161dbc41480 { display: none !important; }}

  #s-831056a2-4195-4ec9-bbf8-a161dbc41480-root {
    text-align: center;
  }


#s-831056a2-4195-4ec9-bbf8-a161dbc41480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-831056a2-4195-4ec9-bbf8-a161dbc41480-root {
    text-align: center;
  }


#s-831056a2-4195-4ec9-bbf8-a161dbc41480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-831056a2-4195-4ec9-bbf8-a161dbc41480-root {
    text-align: center;
  }


#s-831056a2-4195-4ec9-bbf8-a161dbc41480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-831056a2-4195-4ec9-bbf8-a161dbc41480-root {
    text-align: center;
  }


#s-831056a2-4195-4ec9-bbf8-a161dbc41480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-831056a2-4195-4ec9-bbf8-a161dbc41480-root {
    text-align: center;
  }


#s-831056a2-4195-4ec9-bbf8-a161dbc41480.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5 {
  display: none;
}
#s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5, #wrap-s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5 { display: none !important; }}@media (max-width: 767px){#s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5 {
  display: none;
}
#s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5, #wrap-s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6ea870d-7814-4f54-b867-bd8e87a4ddf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b6222f88-3af6-433f-bea4-8aae9a770ee4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6222f88-3af6-433f-bea4-8aae9a770ee4 {
  display: none;
}
#s-b6222f88-3af6-433f-bea4-8aae9a770ee4, #wrap-s-b6222f88-3af6-433f-bea4-8aae9a770ee4 { display: none !important; }}@media (max-width: 767px){#s-b6222f88-3af6-433f-bea4-8aae9a770ee4 {
  display: none;
}
#s-b6222f88-3af6-433f-bea4-8aae9a770ee4, #wrap-s-b6222f88-3af6-433f-bea4-8aae9a770ee4 { display: none !important; }}







#s-b6222f88-3af6-433f-bea4-8aae9a770ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 {
  display: none;
}
#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6, #wrap-s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 { display: none !important; }}@media (max-width: 767px){#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 {
  display: none;
}
#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6, #wrap-s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 { display: none !important; }}
#s-98c0050c-cc2a-4fee-a3c1-9c512d86eef6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-7630cdce-302e-4a33-851f-f02bd1de7d22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7630cdce-302e-4a33-851f-f02bd1de7d22:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-7630cdce-302e-4a33-851f-f02bd1de7d22:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-7630cdce-302e-4a33-851f-f02bd1de7d22 {
  display: none;
}
#s-7630cdce-302e-4a33-851f-f02bd1de7d22, #wrap-s-7630cdce-302e-4a33-851f-f02bd1de7d22 { display: none !important; }}@media (max-width: 767px){#s-7630cdce-302e-4a33-851f-f02bd1de7d22 {
  display: none;
}
#s-7630cdce-302e-4a33-851f-f02bd1de7d22, #wrap-s-7630cdce-302e-4a33-851f-f02bd1de7d22 { display: none !important; }}

  #s-7630cdce-302e-4a33-851f-f02bd1de7d22-root {
    text-align: center;
  }


#s-7630cdce-302e-4a33-851f-f02bd1de7d22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7630cdce-302e-4a33-851f-f02bd1de7d22-root {
    text-align: center;
  }


#s-7630cdce-302e-4a33-851f-f02bd1de7d22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7630cdce-302e-4a33-851f-f02bd1de7d22-root {
    text-align: center;
  }


#s-7630cdce-302e-4a33-851f-f02bd1de7d22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7630cdce-302e-4a33-851f-f02bd1de7d22-root {
    text-align: center;
  }


#s-7630cdce-302e-4a33-851f-f02bd1de7d22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7630cdce-302e-4a33-851f-f02bd1de7d22-root {
    text-align: center;
  }


#s-7630cdce-302e-4a33-851f-f02bd1de7d22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7e26361f-c90e-401d-9ed0-5bb739c23304 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e26361f-c90e-401d-9ed0-5bb739c23304 {
  display: none;
}
#s-7e26361f-c90e-401d-9ed0-5bb739c23304, #wrap-s-7e26361f-c90e-401d-9ed0-5bb739c23304 { display: none !important; }}@media (max-width: 767px){#s-7e26361f-c90e-401d-9ed0-5bb739c23304 {
  display: none;
}
#s-7e26361f-c90e-401d-9ed0-5bb739c23304, #wrap-s-7e26361f-c90e-401d-9ed0-5bb739c23304 { display: none !important; }}







#s-7e26361f-c90e-401d-9ed0-5bb739c23304 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fd54b42-d274-441e-8499-3f9891f42d04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd54b42-d274-441e-8499-3f9891f42d04 {
  display: none;
}
#s-2fd54b42-d274-441e-8499-3f9891f42d04, #wrap-s-2fd54b42-d274-441e-8499-3f9891f42d04 { display: none !important; }}@media (max-width: 767px){#s-2fd54b42-d274-441e-8499-3f9891f42d04 {
  display: none;
}
#s-2fd54b42-d274-441e-8499-3f9891f42d04, #wrap-s-2fd54b42-d274-441e-8499-3f9891f42d04 { display: none !important; }}
#s-2fd54b42-d274-441e-8499-3f9891f42d04 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-99ed9a75-4514-4152-80fc-a3fd237854cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-99ed9a75-4514-4152-80fc-a3fd237854cc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-99ed9a75-4514-4152-80fc-a3fd237854cc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-99ed9a75-4514-4152-80fc-a3fd237854cc {
  display: none;
}
#s-99ed9a75-4514-4152-80fc-a3fd237854cc, #wrap-s-99ed9a75-4514-4152-80fc-a3fd237854cc { display: none !important; }}@media (max-width: 767px){#s-99ed9a75-4514-4152-80fc-a3fd237854cc {
  display: none;
}
#s-99ed9a75-4514-4152-80fc-a3fd237854cc, #wrap-s-99ed9a75-4514-4152-80fc-a3fd237854cc { display: none !important; }}

  #s-99ed9a75-4514-4152-80fc-a3fd237854cc-root {
    text-align: center;
  }


#s-99ed9a75-4514-4152-80fc-a3fd237854cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99ed9a75-4514-4152-80fc-a3fd237854cc-root {
    text-align: center;
  }


#s-99ed9a75-4514-4152-80fc-a3fd237854cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99ed9a75-4514-4152-80fc-a3fd237854cc-root {
    text-align: center;
  }


#s-99ed9a75-4514-4152-80fc-a3fd237854cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99ed9a75-4514-4152-80fc-a3fd237854cc-root {
    text-align: center;
  }


#s-99ed9a75-4514-4152-80fc-a3fd237854cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99ed9a75-4514-4152-80fc-a3fd237854cc-root {
    text-align: center;
  }


#s-99ed9a75-4514-4152-80fc-a3fd237854cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-17384310-f43e-43fb-a694-b0ca81dcf81a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-17384310-f43e-43fb-a694-b0ca81dcf81a {
  display: none;
}
#s-17384310-f43e-43fb-a694-b0ca81dcf81a, #wrap-s-17384310-f43e-43fb-a694-b0ca81dcf81a { display: none !important; }}@media (max-width: 767px){#s-17384310-f43e-43fb-a694-b0ca81dcf81a {
  display: none;
}
#s-17384310-f43e-43fb-a694-b0ca81dcf81a, #wrap-s-17384310-f43e-43fb-a694-b0ca81dcf81a { display: none !important; }}







#s-17384310-f43e-43fb-a694-b0ca81dcf81a .shogun-image-content {
  
    align-items: center;
  
}

#s-bc0db705-c908-45e8-b4e0-04e00b3217af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bc0db705-c908-45e8-b4e0-04e00b3217af {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc0db705-c908-45e8-b4e0-04e00b3217af {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc0db705-c908-45e8-b4e0-04e00b3217af {
  display: none;
}
#s-bc0db705-c908-45e8-b4e0-04e00b3217af, #wrap-s-bc0db705-c908-45e8-b4e0-04e00b3217af { display: none !important; }}@media (max-width: 767px){#s-bc0db705-c908-45e8-b4e0-04e00b3217af {
  display: none;
}
#s-bc0db705-c908-45e8-b4e0-04e00b3217af, #wrap-s-bc0db705-c908-45e8-b4e0-04e00b3217af { display: none !important; }}
#s-bc0db705-c908-45e8-b4e0-04e00b3217af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 {
  display: none;
}
#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31, #wrap-s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 { display: none !important; }}@media (max-width: 767px){#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 {
  display: none;
}
#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31, #wrap-s-f537ee33-ffe9-45dc-84bb-91beb78c9e31 { display: none !important; }}

  #s-f537ee33-ffe9-45dc-84bb-91beb78c9e31-root {
    text-align: center;
  }


#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f537ee33-ffe9-45dc-84bb-91beb78c9e31-root {
    text-align: center;
  }


#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f537ee33-ffe9-45dc-84bb-91beb78c9e31-root {
    text-align: center;
  }


#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f537ee33-ffe9-45dc-84bb-91beb78c9e31-root {
    text-align: center;
  }


#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f537ee33-ffe9-45dc-84bb-91beb78c9e31-root {
    text-align: center;
  }


#s-f537ee33-ffe9-45dc-84bb-91beb78c9e31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 {
  display: none;
}
#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45, #wrap-s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 {
  display: none;
}
#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45, #wrap-s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 {
  
}
}@media (max-width: 767px){#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 {
  display: none;
}
#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45, #wrap-s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 { display: none !important; }}







#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c658fa3f-36f7-46e7-8e9f-0c5b0a518b45.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-610c770f-db58-4bda-978e-366c95c8f8ec {
  padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-610c770f-db58-4bda-978e-366c95c8f8ec {
  display: none;
}
#s-610c770f-db58-4bda-978e-366c95c8f8ec, #wrap-s-610c770f-db58-4bda-978e-366c95c8f8ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-610c770f-db58-4bda-978e-366c95c8f8ec {
  display: none;
}
#s-610c770f-db58-4bda-978e-366c95c8f8ec, #wrap-s-610c770f-db58-4bda-978e-366c95c8f8ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-610c770f-db58-4bda-978e-366c95c8f8ec {
  
}
}@media (max-width: 767px){#s-610c770f-db58-4bda-978e-366c95c8f8ec {
  display: none;
}
#s-610c770f-db58-4bda-978e-366c95c8f8ec, #wrap-s-610c770f-db58-4bda-978e-366c95c8f8ec { display: none !important; }}
@media (min-width: 0px) {
[id="s-610c770f-db58-4bda-978e-366c95c8f8ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-610c770f-db58-4bda-978e-366c95c8f8ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-610c770f-db58-4bda-978e-366c95c8f8ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-610c770f-db58-4bda-978e-366c95c8f8ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 {
  text-align: center;
}
@media (min-width: 1200px){#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 {
  display: none;
}
#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84, #wrap-s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 {
  display: none;
}
#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84, #wrap-s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 { display: none !important; }}@media (max-width: 767px){#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 {
  display: none;
}
#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84, #wrap-s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 { display: none !important; }}






  #s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 img.shogun-image {
    

    
    
    
  }


#s-08b84c80-d9e2-49af-92d7-3461ddcb0b84 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a {
  display: none;
}
#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a, #wrap-s-fc60710d-21af-4bbf-a0e9-94a64b8e266a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a {
  display: none;
}
#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a, #wrap-s-fc60710d-21af-4bbf-a0e9-94a64b8e266a { display: none !important; }}@media (max-width: 767px){#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a {
  display: none;
}
#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a, #wrap-s-fc60710d-21af-4bbf-a0e9-94a64b8e266a { display: none !important; }}
#s-fc60710d-21af-4bbf-a0e9-94a64b8e266a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 {
  display: none;
}
#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9, #wrap-s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 {
  display: none;
}
#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9, #wrap-s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 { display: none !important; }}@media (max-width: 767px){#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 {
  display: none;
}
#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9, #wrap-s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9 { display: none !important; }}

  #s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9-root {
    text-align: center;
  }


#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9-root {
    text-align: center;
  }


#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9-root {
    text-align: center;
  }


#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9-root {
    text-align: center;
  }


#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9-root {
    text-align: center;
  }


#s-41ff75e6-7b2b-43fb-8b7a-91a1c522a3f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a {
  text-align: center;
}
@media (min-width: 1200px){#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a {
  display: none;
}
#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a, #wrap-s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a {
  display: none;
}
#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a, #wrap-s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a { display: none !important; }}@media (max-width: 767px){#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a {
  display: none;
}
#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a, #wrap-s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a { display: none !important; }}






  #s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a img.shogun-image {
    

    
    
    
  }


#s-c0b4827d-1bbd-4fa0-a2d3-44e50a8ebc9a .shogun-image-content {
  
    align-items: center;
  
}

#s-537996c3-a99e-4127-a272-4f925b3227eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-537996c3-a99e-4127-a272-4f925b3227eb {
  display: none;
}
#s-537996c3-a99e-4127-a272-4f925b3227eb, #wrap-s-537996c3-a99e-4127-a272-4f925b3227eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-537996c3-a99e-4127-a272-4f925b3227eb {
  display: none;
}
#s-537996c3-a99e-4127-a272-4f925b3227eb, #wrap-s-537996c3-a99e-4127-a272-4f925b3227eb { display: none !important; }}@media (max-width: 767px){#s-537996c3-a99e-4127-a272-4f925b3227eb {
  display: none;
}
#s-537996c3-a99e-4127-a272-4f925b3227eb, #wrap-s-537996c3-a99e-4127-a272-4f925b3227eb { display: none !important; }}
#s-537996c3-a99e-4127-a272-4f925b3227eb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-81fea738-f0e4-43b6-9d61-21bcda680a41 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-81fea738-f0e4-43b6-9d61-21bcda680a41:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-81fea738-f0e4-43b6-9d61-21bcda680a41:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-81fea738-f0e4-43b6-9d61-21bcda680a41 {
  display: none;
}
#s-81fea738-f0e4-43b6-9d61-21bcda680a41, #wrap-s-81fea738-f0e4-43b6-9d61-21bcda680a41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81fea738-f0e4-43b6-9d61-21bcda680a41 {
  display: none;
}
#s-81fea738-f0e4-43b6-9d61-21bcda680a41, #wrap-s-81fea738-f0e4-43b6-9d61-21bcda680a41 { display: none !important; }}@media (max-width: 767px){#s-81fea738-f0e4-43b6-9d61-21bcda680a41 {
  display: none;
}
#s-81fea738-f0e4-43b6-9d61-21bcda680a41, #wrap-s-81fea738-f0e4-43b6-9d61-21bcda680a41 { display: none !important; }}

  #s-81fea738-f0e4-43b6-9d61-21bcda680a41-root {
    text-align: center;
  }


#s-81fea738-f0e4-43b6-9d61-21bcda680a41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81fea738-f0e4-43b6-9d61-21bcda680a41-root {
    text-align: center;
  }


#s-81fea738-f0e4-43b6-9d61-21bcda680a41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81fea738-f0e4-43b6-9d61-21bcda680a41-root {
    text-align: center;
  }


#s-81fea738-f0e4-43b6-9d61-21bcda680a41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81fea738-f0e4-43b6-9d61-21bcda680a41-root {
    text-align: center;
  }


#s-81fea738-f0e4-43b6-9d61-21bcda680a41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81fea738-f0e4-43b6-9d61-21bcda680a41-root {
    text-align: center;
  }


#s-81fea738-f0e4-43b6-9d61-21bcda680a41.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-5fb3cf69-0086-459d-b350-b439183482db {
  text-align: center;
}
@media (min-width: 1200px){#s-5fb3cf69-0086-459d-b350-b439183482db {
  display: none;
}
#s-5fb3cf69-0086-459d-b350-b439183482db, #wrap-s-5fb3cf69-0086-459d-b350-b439183482db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fb3cf69-0086-459d-b350-b439183482db {
  display: none;
}
#s-5fb3cf69-0086-459d-b350-b439183482db, #wrap-s-5fb3cf69-0086-459d-b350-b439183482db { display: none !important; }}@media (max-width: 767px){#s-5fb3cf69-0086-459d-b350-b439183482db {
  display: none;
}
#s-5fb3cf69-0086-459d-b350-b439183482db, #wrap-s-5fb3cf69-0086-459d-b350-b439183482db { display: none !important; }}






  #s-5fb3cf69-0086-459d-b350-b439183482db img.shogun-image {
    

    
    
    
  }


#s-5fb3cf69-0086-459d-b350-b439183482db .shogun-image-content {
  
    align-items: center;
  
}

#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 {
  display: none;
}
#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11, #wrap-s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 {
  display: none;
}
#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11, #wrap-s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 { display: none !important; }}@media (max-width: 767px){#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 {
  display: none;
}
#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11, #wrap-s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 { display: none !important; }}
#s-80f95ec0-5a61-4723-bb1f-a97e86f4da11 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 {
  display: none;
}
#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6, #wrap-s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 {
  display: none;
}
#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6, #wrap-s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 { display: none !important; }}@media (max-width: 767px){#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 {
  display: none;
}
#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6, #wrap-s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6 { display: none !important; }}

  #s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6-root {
    text-align: center;
  }


#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6-root {
    text-align: center;
  }


#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6-root {
    text-align: center;
  }


#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6-root {
    text-align: center;
  }


#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6-root {
    text-align: center;
  }


#s-b2fb1d5f-4194-4880-bd4d-a7b29d65a1a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b7944077-43a7-4368-be6d-15a3ee6728e4 {
  padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-b7944077-43a7-4368-be6d-15a3ee6728e4 {
  display: none;
}
#s-b7944077-43a7-4368-be6d-15a3ee6728e4, #wrap-s-b7944077-43a7-4368-be6d-15a3ee6728e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7944077-43a7-4368-be6d-15a3ee6728e4 {
  display: none;
}
#s-b7944077-43a7-4368-be6d-15a3ee6728e4, #wrap-s-b7944077-43a7-4368-be6d-15a3ee6728e4 { display: none !important; }}@media (max-width: 767px){#s-b7944077-43a7-4368-be6d-15a3ee6728e4 {
  display: none;
}
#s-b7944077-43a7-4368-be6d-15a3ee6728e4, #wrap-s-b7944077-43a7-4368-be6d-15a3ee6728e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b7944077-43a7-4368-be6d-15a3ee6728e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7944077-43a7-4368-be6d-15a3ee6728e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7944077-43a7-4368-be6d-15a3ee6728e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7944077-43a7-4368-be6d-15a3ee6728e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2a319d8f-eefb-4587-858b-002a7c446f5f {
  text-align: center;
}
@media (min-width: 1200px){#s-2a319d8f-eefb-4587-858b-002a7c446f5f {
  display: none;
}
#s-2a319d8f-eefb-4587-858b-002a7c446f5f, #wrap-s-2a319d8f-eefb-4587-858b-002a7c446f5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a319d8f-eefb-4587-858b-002a7c446f5f {
  display: none;
}
#s-2a319d8f-eefb-4587-858b-002a7c446f5f, #wrap-s-2a319d8f-eefb-4587-858b-002a7c446f5f { display: none !important; }}@media (max-width: 767px){#s-2a319d8f-eefb-4587-858b-002a7c446f5f {
  display: none;
}
#s-2a319d8f-eefb-4587-858b-002a7c446f5f, #wrap-s-2a319d8f-eefb-4587-858b-002a7c446f5f { display: none !important; }}






  #s-2a319d8f-eefb-4587-858b-002a7c446f5f img.shogun-image {
    

    
    
    
  }


#s-2a319d8f-eefb-4587-858b-002a7c446f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-626a371a-fe1c-496d-bd1a-ec449c546d0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-626a371a-fe1c-496d-bd1a-ec449c546d0d {
  display: none;
}
#s-626a371a-fe1c-496d-bd1a-ec449c546d0d, #wrap-s-626a371a-fe1c-496d-bd1a-ec449c546d0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-626a371a-fe1c-496d-bd1a-ec449c546d0d {
  display: none;
}
#s-626a371a-fe1c-496d-bd1a-ec449c546d0d, #wrap-s-626a371a-fe1c-496d-bd1a-ec449c546d0d { display: none !important; }}@media (max-width: 767px){#s-626a371a-fe1c-496d-bd1a-ec449c546d0d {
  display: none;
}
#s-626a371a-fe1c-496d-bd1a-ec449c546d0d, #wrap-s-626a371a-fe1c-496d-bd1a-ec449c546d0d { display: none !important; }}
#s-626a371a-fe1c-496d-bd1a-ec449c546d0d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-3ad47793-1ae6-4b6f-9076-4360c0100cea {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3ad47793-1ae6-4b6f-9076-4360c0100cea:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ad47793-1ae6-4b6f-9076-4360c0100cea:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-3ad47793-1ae6-4b6f-9076-4360c0100cea {
  display: none;
}
#s-3ad47793-1ae6-4b6f-9076-4360c0100cea, #wrap-s-3ad47793-1ae6-4b6f-9076-4360c0100cea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ad47793-1ae6-4b6f-9076-4360c0100cea {
  display: none;
}
#s-3ad47793-1ae6-4b6f-9076-4360c0100cea, #wrap-s-3ad47793-1ae6-4b6f-9076-4360c0100cea { display: none !important; }}@media (max-width: 767px){#s-3ad47793-1ae6-4b6f-9076-4360c0100cea {
  display: none;
}
#s-3ad47793-1ae6-4b6f-9076-4360c0100cea, #wrap-s-3ad47793-1ae6-4b6f-9076-4360c0100cea { display: none !important; }}

  #s-3ad47793-1ae6-4b6f-9076-4360c0100cea-root {
    text-align: center;
  }


#s-3ad47793-1ae6-4b6f-9076-4360c0100cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ad47793-1ae6-4b6f-9076-4360c0100cea-root {
    text-align: center;
  }


#s-3ad47793-1ae6-4b6f-9076-4360c0100cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ad47793-1ae6-4b6f-9076-4360c0100cea-root {
    text-align: center;
  }


#s-3ad47793-1ae6-4b6f-9076-4360c0100cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ad47793-1ae6-4b6f-9076-4360c0100cea-root {
    text-align: center;
  }


#s-3ad47793-1ae6-4b6f-9076-4360c0100cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ad47793-1ae6-4b6f-9076-4360c0100cea-root {
    text-align: center;
  }


#s-3ad47793-1ae6-4b6f-9076-4360c0100cea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b0b705e2-431e-4e8e-8516-e9337e3a669b {
  text-align: center;
}
@media (min-width: 1200px){#s-b0b705e2-431e-4e8e-8516-e9337e3a669b {
  display: none;
}
#s-b0b705e2-431e-4e8e-8516-e9337e3a669b, #wrap-s-b0b705e2-431e-4e8e-8516-e9337e3a669b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0b705e2-431e-4e8e-8516-e9337e3a669b {
  display: none;
}
#s-b0b705e2-431e-4e8e-8516-e9337e3a669b, #wrap-s-b0b705e2-431e-4e8e-8516-e9337e3a669b { display: none !important; }}@media (max-width: 767px){#s-b0b705e2-431e-4e8e-8516-e9337e3a669b {
  display: none;
}
#s-b0b705e2-431e-4e8e-8516-e9337e3a669b, #wrap-s-b0b705e2-431e-4e8e-8516-e9337e3a669b { display: none !important; }}






  #s-b0b705e2-431e-4e8e-8516-e9337e3a669b img.shogun-image {
    

    
    
    
  }


#s-b0b705e2-431e-4e8e-8516-e9337e3a669b .shogun-image-content {
  
    align-items: center;
  
}

#s-680c4b39-15b5-4539-a7bf-14986a241a32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-680c4b39-15b5-4539-a7bf-14986a241a32 {
  display: none;
}
#s-680c4b39-15b5-4539-a7bf-14986a241a32, #wrap-s-680c4b39-15b5-4539-a7bf-14986a241a32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-680c4b39-15b5-4539-a7bf-14986a241a32 {
  display: none;
}
#s-680c4b39-15b5-4539-a7bf-14986a241a32, #wrap-s-680c4b39-15b5-4539-a7bf-14986a241a32 { display: none !important; }}@media (max-width: 767px){#s-680c4b39-15b5-4539-a7bf-14986a241a32 {
  display: none;
}
#s-680c4b39-15b5-4539-a7bf-14986a241a32, #wrap-s-680c4b39-15b5-4539-a7bf-14986a241a32 { display: none !important; }}
#s-680c4b39-15b5-4539-a7bf-14986a241a32 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-7006ba8a-69e9-44ed-93c1-45fd05599408 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7006ba8a-69e9-44ed-93c1-45fd05599408:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7006ba8a-69e9-44ed-93c1-45fd05599408:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-7006ba8a-69e9-44ed-93c1-45fd05599408 {
  display: none;
}
#s-7006ba8a-69e9-44ed-93c1-45fd05599408, #wrap-s-7006ba8a-69e9-44ed-93c1-45fd05599408 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7006ba8a-69e9-44ed-93c1-45fd05599408 {
  display: none;
}
#s-7006ba8a-69e9-44ed-93c1-45fd05599408, #wrap-s-7006ba8a-69e9-44ed-93c1-45fd05599408 { display: none !important; }}@media (max-width: 767px){#s-7006ba8a-69e9-44ed-93c1-45fd05599408 {
  display: none;
}
#s-7006ba8a-69e9-44ed-93c1-45fd05599408, #wrap-s-7006ba8a-69e9-44ed-93c1-45fd05599408 { display: none !important; }}

  #s-7006ba8a-69e9-44ed-93c1-45fd05599408-root {
    text-align: center;
  }


#s-7006ba8a-69e9-44ed-93c1-45fd05599408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7006ba8a-69e9-44ed-93c1-45fd05599408-root {
    text-align: center;
  }


#s-7006ba8a-69e9-44ed-93c1-45fd05599408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7006ba8a-69e9-44ed-93c1-45fd05599408-root {
    text-align: center;
  }


#s-7006ba8a-69e9-44ed-93c1-45fd05599408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7006ba8a-69e9-44ed-93c1-45fd05599408-root {
    text-align: center;
  }


#s-7006ba8a-69e9-44ed-93c1-45fd05599408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7006ba8a-69e9-44ed-93c1-45fd05599408-root {
    text-align: center;
  }


#s-7006ba8a-69e9-44ed-93c1-45fd05599408.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-284a67d1-eba3-41ed-82d4-f87ea4535b57 {
  text-align: center;
}
@media (min-width: 1200px){#s-284a67d1-eba3-41ed-82d4-f87ea4535b57 {
  display: none;
}
#s-284a67d1-eba3-41ed-82d4-f87ea4535b57, #wrap-s-284a67d1-eba3-41ed-82d4-f87ea4535b57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-284a67d1-eba3-41ed-82d4-f87ea4535b57 {
  display: none;
}
#s-284a67d1-eba3-41ed-82d4-f87ea4535b57, #wrap-s-284a67d1-eba3-41ed-82d4-f87ea4535b57 { display: none !important; }}@media (max-width: 767px){#s-284a67d1-eba3-41ed-82d4-f87ea4535b57 {
  display: none;
}
#s-284a67d1-eba3-41ed-82d4-f87ea4535b57, #wrap-s-284a67d1-eba3-41ed-82d4-f87ea4535b57 { display: none !important; }}






  #s-284a67d1-eba3-41ed-82d4-f87ea4535b57 img.shogun-image {
    

    
    
    
  }


#s-284a67d1-eba3-41ed-82d4-f87ea4535b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc5c448-1636-4cdf-9e99-a630ed487360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bcc5c448-1636-4cdf-9e99-a630ed487360 {
  display: none;
}
#s-bcc5c448-1636-4cdf-9e99-a630ed487360, #wrap-s-bcc5c448-1636-4cdf-9e99-a630ed487360 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcc5c448-1636-4cdf-9e99-a630ed487360 {
  display: none;
}
#s-bcc5c448-1636-4cdf-9e99-a630ed487360, #wrap-s-bcc5c448-1636-4cdf-9e99-a630ed487360 { display: none !important; }}@media (max-width: 767px){#s-bcc5c448-1636-4cdf-9e99-a630ed487360 {
  display: none;
}
#s-bcc5c448-1636-4cdf-9e99-a630ed487360, #wrap-s-bcc5c448-1636-4cdf-9e99-a630ed487360 { display: none !important; }}
#s-bcc5c448-1636-4cdf-9e99-a630ed487360 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-d242e911-c2fe-4db4-9dbb-fc3a169569de {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d242e911-c2fe-4db4-9dbb-fc3a169569de:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d242e911-c2fe-4db4-9dbb-fc3a169569de:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-d242e911-c2fe-4db4-9dbb-fc3a169569de {
  display: none;
}
#s-d242e911-c2fe-4db4-9dbb-fc3a169569de, #wrap-s-d242e911-c2fe-4db4-9dbb-fc3a169569de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d242e911-c2fe-4db4-9dbb-fc3a169569de {
  display: none;
}
#s-d242e911-c2fe-4db4-9dbb-fc3a169569de, #wrap-s-d242e911-c2fe-4db4-9dbb-fc3a169569de { display: none !important; }}@media (max-width: 767px){#s-d242e911-c2fe-4db4-9dbb-fc3a169569de {
  display: none;
}
#s-d242e911-c2fe-4db4-9dbb-fc3a169569de, #wrap-s-d242e911-c2fe-4db4-9dbb-fc3a169569de { display: none !important; }}

  #s-d242e911-c2fe-4db4-9dbb-fc3a169569de-root {
    text-align: center;
  }


#s-d242e911-c2fe-4db4-9dbb-fc3a169569de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d242e911-c2fe-4db4-9dbb-fc3a169569de-root {
    text-align: center;
  }


#s-d242e911-c2fe-4db4-9dbb-fc3a169569de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d242e911-c2fe-4db4-9dbb-fc3a169569de-root {
    text-align: center;
  }


#s-d242e911-c2fe-4db4-9dbb-fc3a169569de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d242e911-c2fe-4db4-9dbb-fc3a169569de-root {
    text-align: center;
  }


#s-d242e911-c2fe-4db4-9dbb-fc3a169569de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d242e911-c2fe-4db4-9dbb-fc3a169569de-root {
    text-align: center;
  }


#s-d242e911-c2fe-4db4-9dbb-fc3a169569de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-e0773fc8-b9b0-4102-8aae-177569eaec20 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0773fc8-b9b0-4102-8aae-177569eaec20 {
  display: none;
}
#s-e0773fc8-b9b0-4102-8aae-177569eaec20, #wrap-s-e0773fc8-b9b0-4102-8aae-177569eaec20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0773fc8-b9b0-4102-8aae-177569eaec20 {
  display: none;
}
#s-e0773fc8-b9b0-4102-8aae-177569eaec20, #wrap-s-e0773fc8-b9b0-4102-8aae-177569eaec20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0773fc8-b9b0-4102-8aae-177569eaec20 {
  display: none;
}
#s-e0773fc8-b9b0-4102-8aae-177569eaec20, #wrap-s-e0773fc8-b9b0-4102-8aae-177569eaec20 { display: none !important; }}@media (max-width: 767px){#s-e0773fc8-b9b0-4102-8aae-177569eaec20 {
  
}
}







#s-e0773fc8-b9b0-4102-8aae-177569eaec20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0773fc8-b9b0-4102-8aae-177569eaec20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-286b65fb-1e2b-4288-a86e-5740ba5597af {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-286b65fb-1e2b-4288-a86e-5740ba5597af {
  
}
}@media (max-width: 767px){#s-286b65fb-1e2b-4288-a86e-5740ba5597af {
  
}
}
@media (min-width: 0px) {
[id="s-286b65fb-1e2b-4288-a86e-5740ba5597af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-286b65fb-1e2b-4288-a86e-5740ba5597af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-286b65fb-1e2b-4288-a86e-5740ba5597af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-286b65fb-1e2b-4288-a86e-5740ba5597af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f780af7f-626d-4aac-8539-5143109c192c {
  text-align: center;
}







  #s-f780af7f-626d-4aac-8539-5143109c192c img.shogun-image {
    

    
    
    
  }


#s-f780af7f-626d-4aac-8539-5143109c192c .shogun-image-content {
  
    align-items: center;
  
}

#s-b41a909c-9b14-4bf6-8062-afd6dc28b25f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b41a909c-9b14-4bf6-8062-afd6dc28b25f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d-root {
    text-align: center;
  }


#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d-root {
    text-align: center;
  }


#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d-root {
    text-align: center;
  }


#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d-root {
    text-align: center;
  }


#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d-root {
    text-align: center;
  }


#s-5cef9947-6f5b-4d9a-a32a-452d91bbc55d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-12135953-fe00-42c9-b04a-2214c0fe92e2 {
  text-align: center;
}







  #s-12135953-fe00-42c9-b04a-2214c0fe92e2 img.shogun-image {
    

    
    
    
  }


#s-12135953-fe00-42c9-b04a-2214c0fe92e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff44d58a-f622-4bf7-a961-d00f815b5c24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff44d58a-f622-4bf7-a961-d00f815b5c24 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-b51de81e-841d-4c07-9eda-1f058a3a8066 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b51de81e-841d-4c07-9eda-1f058a3a8066:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b51de81e-841d-4c07-9eda-1f058a3a8066:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-b51de81e-841d-4c07-9eda-1f058a3a8066-root {
    text-align: center;
  }


#s-b51de81e-841d-4c07-9eda-1f058a3a8066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b51de81e-841d-4c07-9eda-1f058a3a8066-root {
    text-align: center;
  }


#s-b51de81e-841d-4c07-9eda-1f058a3a8066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b51de81e-841d-4c07-9eda-1f058a3a8066-root {
    text-align: center;
  }


#s-b51de81e-841d-4c07-9eda-1f058a3a8066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b51de81e-841d-4c07-9eda-1f058a3a8066-root {
    text-align: center;
  }


#s-b51de81e-841d-4c07-9eda-1f058a3a8066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b51de81e-841d-4c07-9eda-1f058a3a8066-root {
    text-align: center;
  }


#s-b51de81e-841d-4c07-9eda-1f058a3a8066.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-1d2ad199-e3b4-4698-b96c-148800bbc631 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d2ad199-e3b4-4698-b96c-148800bbc631 {
  
}
}@media (max-width: 767px){#s-1d2ad199-e3b4-4698-b96c-148800bbc631 {
  
}
}
@media (min-width: 0px) {
[id="s-1d2ad199-e3b4-4698-b96c-148800bbc631"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1d2ad199-e3b4-4698-b96c-148800bbc631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d2ad199-e3b4-4698-b96c-148800bbc631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d2ad199-e3b4-4698-b96c-148800bbc631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc97689a-7c85-4e64-b2c3-f8b2c64320ae {
  text-align: center;
}







  #s-bc97689a-7c85-4e64-b2c3-f8b2c64320ae img.shogun-image {
    

    
    
    
  }


#s-bc97689a-7c85-4e64-b2c3-f8b2c64320ae .shogun-image-content {
  
    align-items: center;
  
}

#s-ef5c0179-2c23-4f27-aae1-7ba5da499782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef5c0179-2c23-4f27-aae1-7ba5da499782 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-d830d64a-0915-4555-ae0b-530164834649 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d830d64a-0915-4555-ae0b-530164834649:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d830d64a-0915-4555-ae0b-530164834649:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d830d64a-0915-4555-ae0b-530164834649-root {
    text-align: center;
  }


#s-d830d64a-0915-4555-ae0b-530164834649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d830d64a-0915-4555-ae0b-530164834649-root {
    text-align: center;
  }


#s-d830d64a-0915-4555-ae0b-530164834649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d830d64a-0915-4555-ae0b-530164834649-root {
    text-align: center;
  }


#s-d830d64a-0915-4555-ae0b-530164834649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d830d64a-0915-4555-ae0b-530164834649-root {
    text-align: center;
  }


#s-d830d64a-0915-4555-ae0b-530164834649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d830d64a-0915-4555-ae0b-530164834649-root {
    text-align: center;
  }


#s-d830d64a-0915-4555-ae0b-530164834649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-87df5cfb-abf8-41db-bb89-c24b1ca31850 {
  text-align: center;
}







  #s-87df5cfb-abf8-41db-bb89-c24b1ca31850 img.shogun-image {
    

    
    
    
  }


#s-87df5cfb-abf8-41db-bb89-c24b1ca31850 .shogun-image-content {
  
    align-items: center;
  
}

#s-1dc9f5a4-2430-4031-9c0c-f0bb67e19ff8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1dc9f5a4-2430-4031-9c0c-f0bb67e19ff8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-889dd28c-f9d7-4a3e-82c1-762016474b2b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-889dd28c-f9d7-4a3e-82c1-762016474b2b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-889dd28c-f9d7-4a3e-82c1-762016474b2b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-889dd28c-f9d7-4a3e-82c1-762016474b2b-root {
    text-align: center;
  }


#s-889dd28c-f9d7-4a3e-82c1-762016474b2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-889dd28c-f9d7-4a3e-82c1-762016474b2b-root {
    text-align: center;
  }


#s-889dd28c-f9d7-4a3e-82c1-762016474b2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-889dd28c-f9d7-4a3e-82c1-762016474b2b-root {
    text-align: center;
  }


#s-889dd28c-f9d7-4a3e-82c1-762016474b2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-889dd28c-f9d7-4a3e-82c1-762016474b2b-root {
    text-align: center;
  }


#s-889dd28c-f9d7-4a3e-82c1-762016474b2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-889dd28c-f9d7-4a3e-82c1-762016474b2b-root {
    text-align: center;
  }


#s-889dd28c-f9d7-4a3e-82c1-762016474b2b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-6230ef1b-c93e-43af-a2cb-18fe83d48718 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6230ef1b-c93e-43af-a2cb-18fe83d48718 {
  
}
}@media (max-width: 767px){#s-6230ef1b-c93e-43af-a2cb-18fe83d48718 {
  
}
}
@media (min-width: 0px) {
[id="s-6230ef1b-c93e-43af-a2cb-18fe83d48718"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6230ef1b-c93e-43af-a2cb-18fe83d48718"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6230ef1b-c93e-43af-a2cb-18fe83d48718"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6230ef1b-c93e-43af-a2cb-18fe83d48718"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2a5cdfc-bf2e-4f7f-a283-c2295bed02c1 {
  text-align: center;
}







  #s-d2a5cdfc-bf2e-4f7f-a283-c2295bed02c1 img.shogun-image {
    

    
    
    
  }


#s-d2a5cdfc-bf2e-4f7f-a283-c2295bed02c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-93142ef0-46d2-4e3d-8d0d-c671bd0a6b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93142ef0-46d2-4e3d-8d0d-c671bd0a6b5f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8-root {
    text-align: center;
  }


#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8-root {
    text-align: center;
  }


#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8-root {
    text-align: center;
  }


#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8-root {
    text-align: center;
  }


#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8-root {
    text-align: center;
  }


#s-6b188851-6c38-46e3-b3b9-6e258d2bdcb8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-f79ca048-6475-4fb7-89b9-6fa78b872d63 {
  text-align: center;
}







  #s-f79ca048-6475-4fb7-89b9-6fa78b872d63 img.shogun-image {
    

    
    
    
  }


#s-f79ca048-6475-4fb7-89b9-6fa78b872d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-89d039bc-7f3a-4dc2-be4a-4c46a5a1d78e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89d039bc-7f3a-4dc2-be4a-4c46a5a1d78e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}



#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-23d0e8cc-a7fe-4a2c-b931-369b0e325329-root {
    text-align: center;
  }


#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23d0e8cc-a7fe-4a2c-b931-369b0e325329-root {
    text-align: center;
  }


#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23d0e8cc-a7fe-4a2c-b931-369b0e325329-root {
    text-align: center;
  }


#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23d0e8cc-a7fe-4a2c-b931-369b0e325329-root {
    text-align: center;
  }


#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23d0e8cc-a7fe-4a2c-b931-369b0e325329-root {
    text-align: center;
  }


#s-23d0e8cc-a7fe-4a2c-b931-369b0e325329.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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