.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-c48de628-9177-40f0-8644-077798c3bc92 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -30px;
margin-bottom: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-c48de628-9177-40f0-8644-077798c3bc92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c48de628-9177-40f0-8644-077798c3bc92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c48de628-9177-40f0-8644-077798c3bc92 {
  display: none;
}
#s-c48de628-9177-40f0-8644-077798c3bc92, #wrap-s-c48de628-9177-40f0-8644-077798c3bc92 { display:none !important; }}@media (max-width: 767px){#s-c48de628-9177-40f0-8644-077798c3bc92 {
  display: none;
}
#s-c48de628-9177-40f0-8644-077798c3bc92, #wrap-s-c48de628-9177-40f0-8644-077798c3bc92 { display:none !important; }}
#s-c48de628-9177-40f0-8644-077798c3bc92 {
  background-image: url(https://i.shgcdn.com/96a4b23f-8003-4c1f-97a7-31cfe4d95ee1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c48de628-9177-40f0-8644-077798c3bc92 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-c48de628-9177-40f0-8644-077798c3bc92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-445e2ea9-bcd5-4c15-8f35-932d96efcd83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-445e2ea9-bcd5-4c15-8f35-932d96efcd83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-445e2ea9-bcd5-4c15-8f35-932d96efcd83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-445e2ea9-bcd5-4c15-8f35-932d96efcd83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

.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-e998a453-95b2-4767-83b5-a8c1aba7061b {
  text-align: center;
}







  #s-e998a453-95b2-4767-83b5-a8c1aba7061b img.shogun-image {
    

    
    
    
  }


#s-e998a453-95b2-4767-83b5-a8c1aba7061b .shogun-image-content {
  
    align-items: center;
  
}

#s-1879c470-27cf-4c23-8835-1caa19117e30 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-1879c470-27cf-4c23-8835-1caa19117e30 {
  display: none;
}
#s-1879c470-27cf-4c23-8835-1caa19117e30, #wrap-s-1879c470-27cf-4c23-8835-1caa19117e30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1879c470-27cf-4c23-8835-1caa19117e30 {
  display: none;
}
#s-1879c470-27cf-4c23-8835-1caa19117e30, #wrap-s-1879c470-27cf-4c23-8835-1caa19117e30 { display:none !important; }}
#s-1879c470-27cf-4c23-8835-1caa19117e30 {
  background-image: url(https://i.shgcdn.com/024c51de-4488-4135-9247-b1c47d403596/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1879c470-27cf-4c23-8835-1caa19117e30 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-1879c470-27cf-4c23-8835-1caa19117e30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d2780b7-885b-411c-9704-a1ac695e3b40 {
  text-align: center;
}







  #s-6d2780b7-885b-411c-9704-a1ac695e3b40 img.shogun-image {
    

    
    
    
  }


#s-6d2780b7-885b-411c-9704-a1ac695e3b40 .shogun-image-content {
  
    align-items: center;
  
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2be64bb7-34f7-430f-b069-c9156dc2d44d {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-2be64bb7-34f7-430f-b069-c9156dc2d44d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2be64bb7-34f7-430f-b069-c9156dc2d44d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2be64bb7-34f7-430f-b069-c9156dc2d44d {
  
}
}@media (max-width: 767px){#s-2be64bb7-34f7-430f-b069-c9156dc2d44d {
  
}
}







#s-2be64bb7-34f7-430f-b069-c9156dc2d44d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2be64bb7-34f7-430f-b069-c9156dc2d44d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1f8871b-2afd-4bf2-a665-a1e0004c6027 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a1f8871b-2afd-4bf2-a665-a1e0004c6027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f8871b-2afd-4bf2-a665-a1e0004c6027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 {
  
}
}@media (max-width: 767px){#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 {
  
}
}







#s-191bc89e-1bf0-4d4f-9279-42e9750f3020 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-191bc89e-1bf0-4d4f-9279-42e9750f3020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 {
  display: none;
}
#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8, #wrap-s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 {
  display: none;
}
#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8, #wrap-s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 {
  display: none;
}
#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8, #wrap-s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 { display:none !important; }}@media (max-width: 767px){#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 {
  display: none;
}
#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8, #wrap-s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 { display:none !important; }}







#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b97247b-8aac-4ed4-b6d3-75ceed5f04c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-411f1a5c-16b9-40a6-b988-4d9354a88cd5 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 100px;
padding-bottom: 100px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-411f1a5c-16b9-40a6-b988-4d9354a88cd5 {
  
}
}@media (max-width: 767px){#s-411f1a5c-16b9-40a6-b988-4d9354a88cd5 {
  
}
}
@media (min-width: 0px) {
[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-411f1a5c-16b9-40a6-b988-4d9354a88cd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-99fa0dd9-45bd-4ae4-9542-53fbac495e48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99fa0dd9-45bd-4ae4-9542-53fbac495e48 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-15cbe472-99af-4abb-8818-5fdba4aa452e {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
}

#s-ce140219-89fb-495b-b4e7-786032a91881 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
}

.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-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93-root {
    text-align: center;
  }


#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93-root {
    text-align: center;
  }


#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93-root {
    text-align: center;
  }


#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93-root {
    text-align: center;
  }


#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93-root {
    text-align: center;
  }


#s-3f85ff2b-7cc2-42d9-a2ff-46da8396dc93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fa367670-24f2-47e3-a9df-e957900b8daf {
  min-height: 50px;
}








#s-fa367670-24f2-47e3-a9df-e957900b8daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa367670-24f2-47e3-a9df-e957900b8daf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc67ccda-8bb4-4ec2-8d5d-0635b481ba90 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc67ccda-8bb4-4ec2-8d5d-0635b481ba90 {
  
}
}@media (max-width: 767px){#s-dc67ccda-8bb4-4ec2-8d5d-0635b481ba90 {
  
}
}
#s-0eb6da7c-03a0-4197-b498-2680b22a3a87 {
  min-height: 50px;
}








#s-0eb6da7c-03a0-4197-b498-2680b22a3a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eb6da7c-03a0-4197-b498-2680b22a3a87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-0de1eb3a-52bf-4a55-8544-854f83440267"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-aca6d258-9535-4076-b8b9-8c059d9eb813 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aca6d258-9535-4076-b8b9-8c059d9eb813 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aca6d258-9535-4076-b8b9-8c059d9eb813 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aca6d258-9535-4076-b8b9-8c059d9eb813 {
  
}
}@media (max-width: 767px){#s-aca6d258-9535-4076-b8b9-8c059d9eb813 {
  
}
}







#s-aca6d258-9535-4076-b8b9-8c059d9eb813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca6d258-9535-4076-b8b9-8c059d9eb813.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-71b143df-cfa6-46eb-8f58-34658b2da3a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71b143df-cfa6-46eb-8f58-34658b2da3a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71b143df-cfa6-46eb-8f58-34658b2da3a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b143df-cfa6-46eb-8f58-34658b2da3a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-71b143df-cfa6-46eb-8f58-34658b2da3a9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7c6cd323-f07e-4471-9b52-12cd8d7c5424 {
  min-height: 50px;
}








#s-7c6cd323-f07e-4471-9b52-12cd8d7c5424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c6cd323-f07e-4471-9b52-12cd8d7c5424.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6633394e-aafc-4374-92d7-83e7cf4970e1 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6633394e-aafc-4374-92d7-83e7cf4970e1 {
  
}
}@media (max-width: 767px){#s-6633394e-aafc-4374-92d7-83e7cf4970e1 {
  
}
}
#s-de779bee-3ead-4714-b5d4-661ba635878a {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-de779bee-3ead-4714-b5d4-661ba635878a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de779bee-3ead-4714-b5d4-661ba635878a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-de779bee-3ead-4714-b5d4-661ba635878a {
  
}
}@media (max-width: 767px){#s-de779bee-3ead-4714-b5d4-661ba635878a {
  
}
}
#s-d82ab625-3963-474b-9a0f-800bad299dbd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(0, 38, 62, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-d82ab625-3963-474b-9a0f-800bad299dbd:hover {background-color: rgba(66, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d82ab625-3963-474b-9a0f-800bad299dbd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d82ab625-3963-474b-9a0f-800bad299dbd-root {
    text-align: center;
  }


#s-d82ab625-3963-474b-9a0f-800bad299dbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d82ab625-3963-474b-9a0f-800bad299dbd-root {
    text-align: center;
  }


#s-d82ab625-3963-474b-9a0f-800bad299dbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d82ab625-3963-474b-9a0f-800bad299dbd-root {
    text-align: center;
  }


#s-d82ab625-3963-474b-9a0f-800bad299dbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d82ab625-3963-474b-9a0f-800bad299dbd-root {
    text-align: center;
  }


#s-d82ab625-3963-474b-9a0f-800bad299dbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d82ab625-3963-474b-9a0f-800bad299dbd-root {
    text-align: center;
  }


#s-d82ab625-3963-474b-9a0f-800bad299dbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877-root {
    text-align: center;
  }


#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877-root {
    text-align: center;
  }


#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877-root {
    text-align: center;
  }


#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877-root {
    text-align: center;
  }


#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877-root {
    text-align: center;
  }


#s-0f69f6d9-0f9f-4b84-80b5-ceeeb04bc877.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 23px;
padding-bottom: 15px;
padding-right: 23px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13f69780-b2bf-4ace-9b31-361f517ced9d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-13f69780-b2bf-4ace-9b31-361f517ced9d {
  display: none;
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d, #wrap-s-13f69780-b2bf-4ace-9b31-361f517ced9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13f69780-b2bf-4ace-9b31-361f517ced9d {
  display: none;
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d, #wrap-s-13f69780-b2bf-4ace-9b31-361f517ced9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13f69780-b2bf-4ace-9b31-361f517ced9d {
  display: none;
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d, #wrap-s-13f69780-b2bf-4ace-9b31-361f517ced9d { display:none !important; }}@media (max-width: 767px){#s-13f69780-b2bf-4ace-9b31-361f517ced9d {
  display: none;
}
#s-13f69780-b2bf-4ace-9b31-361f517ced9d, #wrap-s-13f69780-b2bf-4ace-9b31-361f517ced9d { display:none !important; }}

  #s-13f69780-b2bf-4ace-9b31-361f517ced9d-root {
    text-align: center;
  }


#s-13f69780-b2bf-4ace-9b31-361f517ced9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13f69780-b2bf-4ace-9b31-361f517ced9d-root {
    text-align: center;
  }


#s-13f69780-b2bf-4ace-9b31-361f517ced9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13f69780-b2bf-4ace-9b31-361f517ced9d-root {
    text-align: center;
  }


#s-13f69780-b2bf-4ace-9b31-361f517ced9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13f69780-b2bf-4ace-9b31-361f517ced9d-root {
    text-align: center;
  }


#s-13f69780-b2bf-4ace-9b31-361f517ced9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13f69780-b2bf-4ace-9b31-361f517ced9d-root {
    text-align: center;
  }


#s-13f69780-b2bf-4ace-9b31-361f517ced9d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 {
  max-width: 5214px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 img.shogun-image,
  #s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 {
    width: 100%;
    height: auto;
  }



  #s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 img.shogun-image {
    

    
    
    
  }


#s-cecaf1f5-25f2-40f0-bc5d-55bf5fa45e14 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee9c5496-2d67-4bd4-b92f-e50a1010d5a6 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee9c5496-2d67-4bd4-b92f-e50a1010d5a6 {
  
}
}@media (max-width: 767px){#s-ee9c5496-2d67-4bd4-b92f-e50a1010d5a6 {
  
}
}
#s-29904e80-66c3-4ed4-aa4d-291f916b7e76 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-29904e80-66c3-4ed4-aa4d-291f916b7e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29904e80-66c3-4ed4-aa4d-291f916b7e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29904e80-66c3-4ed4-aa4d-291f916b7e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29904e80-66c3-4ed4-aa4d-291f916b7e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d9857707-ae97-4f77-9c2a-b4150421c1e2 {
  max-width: 2078px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-d9857707-ae97-4f77-9c2a-b4150421c1e2 {
  margin-top: 30px;
margin-bottom: 30px;
}
}




  #s-d9857707-ae97-4f77-9c2a-b4150421c1e2 img.shogun-image,
  #s-d9857707-ae97-4f77-9c2a-b4150421c1e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d9857707-ae97-4f77-9c2a-b4150421c1e2 {
    width: 100%;
    height: auto;
  }



  #s-d9857707-ae97-4f77-9c2a-b4150421c1e2 img.shogun-image {
    

    
    
    
  }


#s-d9857707-ae97-4f77-9c2a-b4150421c1e2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1185cc84-abaf-42b0-993e-38950f80baa5 {
  min-height: 50px;
}








#s-1185cc84-abaf-42b0-993e-38950f80baa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1185cc84-abaf-42b0-993e-38950f80baa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-854a9149-1400-460e-af61-eb6ec2920eca {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-854a9149-1400-460e-af61-eb6ec2920eca {
  
}
}@media (max-width: 767px){#s-854a9149-1400-460e-af61-eb6ec2920eca {
  
}
}
#s-99e47e5f-8d39-465f-bd60-831d34b6740b {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-99e47e5f-8d39-465f-bd60-831d34b6740b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99e47e5f-8d39-465f-bd60-831d34b6740b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99e47e5f-8d39-465f-bd60-831d34b6740b {
  
}
}@media (max-width: 767px){#s-99e47e5f-8d39-465f-bd60-831d34b6740b {
  
}
}
#s-b155d2e3-a353-4204-aee0-a9110be79ca5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-b155d2e3-a353-4204-aee0-a9110be79ca5:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b155d2e3-a353-4204-aee0-a9110be79ca5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b155d2e3-a353-4204-aee0-a9110be79ca5-root {
    text-align: center;
  }


#s-b155d2e3-a353-4204-aee0-a9110be79ca5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b155d2e3-a353-4204-aee0-a9110be79ca5-root {
    text-align: center;
  }


#s-b155d2e3-a353-4204-aee0-a9110be79ca5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b155d2e3-a353-4204-aee0-a9110be79ca5-root {
    text-align: center;
  }


#s-b155d2e3-a353-4204-aee0-a9110be79ca5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b155d2e3-a353-4204-aee0-a9110be79ca5-root {
    text-align: center;
  }


#s-b155d2e3-a353-4204-aee0-a9110be79ca5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b155d2e3-a353-4204-aee0-a9110be79ca5-root {
    text-align: center;
  }


#s-b155d2e3-a353-4204-aee0-a9110be79ca5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a99642cb-4380-4d00-92c6-18fc88d1671a {
  max-width: 2078px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-a99642cb-4380-4d00-92c6-18fc88d1671a {
  margin-top: 30px;
margin-bottom: 30px;
}
}




  #s-a99642cb-4380-4d00-92c6-18fc88d1671a img.shogun-image,
  #s-a99642cb-4380-4d00-92c6-18fc88d1671a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a99642cb-4380-4d00-92c6-18fc88d1671a {
    width: 100%;
    height: auto;
  }



  #s-a99642cb-4380-4d00-92c6-18fc88d1671a img.shogun-image {
    

    
    
    
  }


#s-a99642cb-4380-4d00-92c6-18fc88d1671a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-45af3248-bcc2-43ba-9569-f5290e6ae6e3 {
  min-height: 50px;
}








#s-45af3248-bcc2-43ba-9569-f5290e6ae6e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45af3248-bcc2-43ba-9569-f5290e6ae6e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eba75f4-1fb9-4326-a57c-d5ca8799772d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eba75f4-1fb9-4326-a57c-d5ca8799772d {
  
}
}@media (max-width: 767px){#s-1eba75f4-1fb9-4326-a57c-d5ca8799772d {
  
}
}
#s-21b37b13-eb55-42ac-9a7a-b89851cf1f04 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-21b37b13-eb55-42ac-9a7a-b89851cf1f04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21b37b13-eb55-42ac-9a7a-b89851cf1f04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-21b37b13-eb55-42ac-9a7a-b89851cf1f04 {
  
}
}@media (max-width: 767px){#s-21b37b13-eb55-42ac-9a7a-b89851cf1f04 {
  
}
}
#s-db411f19-b02c-4465-8574-a5b4c7cf1845 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-db411f19-b02c-4465-8574-a5b4c7cf1845:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-db411f19-b02c-4465-8574-a5b4c7cf1845:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db411f19-b02c-4465-8574-a5b4c7cf1845-root {
    text-align: center;
  }


#s-db411f19-b02c-4465-8574-a5b4c7cf1845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db411f19-b02c-4465-8574-a5b4c7cf1845-root {
    text-align: center;
  }


#s-db411f19-b02c-4465-8574-a5b4c7cf1845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db411f19-b02c-4465-8574-a5b4c7cf1845-root {
    text-align: center;
  }


#s-db411f19-b02c-4465-8574-a5b4c7cf1845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db411f19-b02c-4465-8574-a5b4c7cf1845-root {
    text-align: center;
  }


#s-db411f19-b02c-4465-8574-a5b4c7cf1845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db411f19-b02c-4465-8574-a5b4c7cf1845-root {
    text-align: center;
  }


#s-db411f19-b02c-4465-8574-a5b4c7cf1845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8858a762-ccee-414d-bc0f-3a3cdd2df805 {
  max-width: 2078px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-8858a762-ccee-414d-bc0f-3a3cdd2df805 {
  margin-top: 30px;
margin-bottom: 30px;
}
}




  #s-8858a762-ccee-414d-bc0f-3a3cdd2df805 img.shogun-image,
  #s-8858a762-ccee-414d-bc0f-3a3cdd2df805 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8858a762-ccee-414d-bc0f-3a3cdd2df805 {
    width: 100%;
    height: auto;
  }



  #s-8858a762-ccee-414d-bc0f-3a3cdd2df805 img.shogun-image {
    

    
    
    
  }


#s-8858a762-ccee-414d-bc0f-3a3cdd2df805 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c152e9d7-0bcc-4845-950a-ddd8169a6a12 {
  min-height: 50px;
}








#s-c152e9d7-0bcc-4845-950a-ddd8169a6a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c152e9d7-0bcc-4845-950a-ddd8169a6a12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2634b267-8b38-47c7-9d53-a4a625daab4c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2634b267-8b38-47c7-9d53-a4a625daab4c {
  
}
}@media (max-width: 767px){#s-2634b267-8b38-47c7-9d53-a4a625daab4c {
  
}
}
#s-42c41aa1-c2c9-4c3b-9aac-55fd7a1d5540 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-42c41aa1-c2c9-4c3b-9aac-55fd7a1d5540 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42c41aa1-c2c9-4c3b-9aac-55fd7a1d5540 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42c41aa1-c2c9-4c3b-9aac-55fd7a1d5540 {
  
}
}@media (max-width: 767px){#s-42c41aa1-c2c9-4c3b-9aac-55fd7a1d5540 {
  
}
}
#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb-root {
    text-align: center;
  }


#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb-root {
    text-align: center;
  }


#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb-root {
    text-align: center;
  }


#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb-root {
    text-align: center;
  }


#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb-root {
    text-align: center;
  }


#s-38efd3a2-01ff-4f62-8b16-930d22a1d6bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6aaea07a-119c-4e9f-95af-0996a55588c2 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-6aaea07a-119c-4e9f-95af-0996a55588c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aaea07a-119c-4e9f-95af-0996a55588c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6aaea07a-119c-4e9f-95af-0996a55588c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aaea07a-119c-4e9f-95af-0996a55588c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6e41feba-1103-4970-bf8e-6940811e9ec8 {
  text-align: center;
}
@media (max-width: 767px){#s-6e41feba-1103-4970-bf8e-6940811e9ec8 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-6e41feba-1103-4970-bf8e-6940811e9ec8 img.shogun-image {
    

    
    
    
  }


#s-6e41feba-1103-4970-bf8e-6940811e9ec8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-936820eb-65d2-45e8-90e7-a23cd2c6ae74 {
  min-height: 50px;
}








#s-936820eb-65d2-45e8-90e7-a23cd2c6ae74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-936820eb-65d2-45e8-90e7-a23cd2c6ae74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcd3fe0d-ad60-432a-b27c-b3f0b7a48063 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcd3fe0d-ad60-432a-b27c-b3f0b7a48063 {
  
}
}@media (max-width: 767px){#s-bcd3fe0d-ad60-432a-b27c-b3f0b7a48063 {
  
}
}
#s-82812d60-17a9-4d32-9fb3-4e82e5f34930 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-82812d60-17a9-4d32-9fb3-4e82e5f34930 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82812d60-17a9-4d32-9fb3-4e82e5f34930 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82812d60-17a9-4d32-9fb3-4e82e5f34930 {
  
}
}@media (max-width: 767px){#s-82812d60-17a9-4d32-9fb3-4e82e5f34930 {
  
}
}
#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5-root {
    text-align: center;
  }


#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5-root {
    text-align: center;
  }


#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5-root {
    text-align: center;
  }


#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5-root {
    text-align: center;
  }


#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5-root {
    text-align: center;
  }


#s-05d8daf3-47e7-456e-bebd-62e8fe2f8fa5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ba5ccdbe-a3d8-4646-9ee8-96578b59620b {
  text-align: center;
}
@media (max-width: 767px){#s-ba5ccdbe-a3d8-4646-9ee8-96578b59620b {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-ba5ccdbe-a3d8-4646-9ee8-96578b59620b img.shogun-image {
    

    
    
    
  }


#s-ba5ccdbe-a3d8-4646-9ee8-96578b59620b .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-22edd62d-3710-44c7-8188-939922c53d6e {
  min-height: 50px;
}








#s-22edd62d-3710-44c7-8188-939922c53d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22edd62d-3710-44c7-8188-939922c53d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8e0246e-6407-4cc1-8a3d-4329e260eb57 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8e0246e-6407-4cc1-8a3d-4329e260eb57 {
  
}
}@media (max-width: 767px){#s-d8e0246e-6407-4cc1-8a3d-4329e260eb57 {
  
}
}
#s-dcee80b7-0b35-41bf-8889-8fec1a446477 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-dcee80b7-0b35-41bf-8889-8fec1a446477 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dcee80b7-0b35-41bf-8889-8fec1a446477 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dcee80b7-0b35-41bf-8889-8fec1a446477 {
  
}
}@media (max-width: 767px){#s-dcee80b7-0b35-41bf-8889-8fec1a446477 {
  
}
}
#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b-root {
    text-align: center;
  }


#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b-root {
    text-align: center;
  }


#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b-root {
    text-align: center;
  }


#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b-root {
    text-align: center;
  }


#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b-root {
    text-align: center;
  }


#s-6ff3ae33-fd71-4066-b983-0eb63ef09a6b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-de8d0d30-bc09-45dd-84a6-20d7453b3a41 {
  text-align: center;
}
@media (max-width: 767px){#s-de8d0d30-bc09-45dd-84a6-20d7453b3a41 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-de8d0d30-bc09-45dd-84a6-20d7453b3a41 img.shogun-image {
    

    
    
    
  }


#s-de8d0d30-bc09-45dd-84a6-20d7453b3a41 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-188a9364-453a-49b8-adcd-f4225bcaff55 {
  min-height: 50px;
}








#s-188a9364-453a-49b8-adcd-f4225bcaff55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-188a9364-453a-49b8-adcd-f4225bcaff55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09843c41-f188-419d-9f19-73988e067dcf {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09843c41-f188-419d-9f19-73988e067dcf {
  
}
}@media (max-width: 767px){#s-09843c41-f188-419d-9f19-73988e067dcf {
  
}
}
#s-06d0d2b0-1316-4822-a0c0-6083929dddee {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-06d0d2b0-1316-4822-a0c0-6083929dddee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06d0d2b0-1316-4822-a0c0-6083929dddee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06d0d2b0-1316-4822-a0c0-6083929dddee {
  
}
}@media (max-width: 767px){#s-06d0d2b0-1316-4822-a0c0-6083929dddee {
  
}
}
#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef-root {
    text-align: center;
  }


#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef-root {
    text-align: center;
  }


#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef-root {
    text-align: center;
  }


#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef-root {
    text-align: center;
  }


#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef-root {
    text-align: center;
  }


#s-8a0407b4-4bff-4e6b-90f4-4f55f76006ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-44fff425-f685-40fb-b461-860e6ab90180 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-44fff425-f685-40fb-b461-860e6ab90180"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44fff425-f685-40fb-b461-860e6ab90180"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44fff425-f685-40fb-b461-860e6ab90180"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44fff425-f685-40fb-b461-860e6ab90180"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2a8f4743-587c-43ed-be28-f2c0112f78da {
  text-align: center;
}
@media (max-width: 767px){#s-2a8f4743-587c-43ed-be28-f2c0112f78da {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-2a8f4743-587c-43ed-be28-f2c0112f78da img.shogun-image {
    

    
    
    
  }


#s-2a8f4743-587c-43ed-be28-f2c0112f78da .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-409c7c3f-7376-48ca-a29d-bc9c9fa9d646 {
  min-height: 50px;
}








#s-409c7c3f-7376-48ca-a29d-bc9c9fa9d646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-409c7c3f-7376-48ca-a29d-bc9c9fa9d646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6084836b-ff32-4b44-814c-33313f16b775 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6084836b-ff32-4b44-814c-33313f16b775 {
  
}
}@media (max-width: 767px){#s-6084836b-ff32-4b44-814c-33313f16b775 {
  
}
}
#s-3b9d34a6-ce2e-4d91-a1bc-326be25ac57f {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3b9d34a6-ce2e-4d91-a1bc-326be25ac57f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b9d34a6-ce2e-4d91-a1bc-326be25ac57f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b9d34a6-ce2e-4d91-a1bc-326be25ac57f {
  
}
}@media (max-width: 767px){#s-3b9d34a6-ce2e-4d91-a1bc-326be25ac57f {
  
}
}
#s-70e8de24-d43c-457a-b771-42a307f4c949 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-70e8de24-d43c-457a-b771-42a307f4c949:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70e8de24-d43c-457a-b771-42a307f4c949:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70e8de24-d43c-457a-b771-42a307f4c949-root {
    text-align: center;
  }


#s-70e8de24-d43c-457a-b771-42a307f4c949.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70e8de24-d43c-457a-b771-42a307f4c949-root {
    text-align: center;
  }


#s-70e8de24-d43c-457a-b771-42a307f4c949.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70e8de24-d43c-457a-b771-42a307f4c949-root {
    text-align: center;
  }


#s-70e8de24-d43c-457a-b771-42a307f4c949.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70e8de24-d43c-457a-b771-42a307f4c949-root {
    text-align: center;
  }


#s-70e8de24-d43c-457a-b771-42a307f4c949.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70e8de24-d43c-457a-b771-42a307f4c949-root {
    text-align: center;
  }


#s-70e8de24-d43c-457a-b771-42a307f4c949.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-58a29a14-727c-4e56-b94f-75f545dec27f {
  text-align: center;
}
@media (max-width: 767px){#s-58a29a14-727c-4e56-b94f-75f545dec27f {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-58a29a14-727c-4e56-b94f-75f545dec27f img.shogun-image {
    

    
    
    
  }


#s-58a29a14-727c-4e56-b94f-75f545dec27f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c29b833b-17c1-4d5c-add1-a4aafbd581f7 {
  min-height: 50px;
}








#s-c29b833b-17c1-4d5c-add1-a4aafbd581f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29b833b-17c1-4d5c-add1-a4aafbd581f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74eb805e-94eb-4ad6-b5bb-9f22d14d7e53 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74eb805e-94eb-4ad6-b5bb-9f22d14d7e53 {
  
}
}@media (max-width: 767px){#s-74eb805e-94eb-4ad6-b5bb-9f22d14d7e53 {
  
}
}
#s-b2fbdc30-5964-4bf7-9bf1-f70d0f3eeee7 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b2fbdc30-5964-4bf7-9bf1-f70d0f3eeee7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2fbdc30-5964-4bf7-9bf1-f70d0f3eeee7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2fbdc30-5964-4bf7-9bf1-f70d0f3eeee7 {
  
}
}@media (max-width: 767px){#s-b2fbdc30-5964-4bf7-9bf1-f70d0f3eeee7 {
  
}
}
#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-439c462c-2c3a-4f97-93eb-d58e6534a0fd-root {
    text-align: center;
  }


#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-439c462c-2c3a-4f97-93eb-d58e6534a0fd-root {
    text-align: center;
  }


#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-439c462c-2c3a-4f97-93eb-d58e6534a0fd-root {
    text-align: center;
  }


#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-439c462c-2c3a-4f97-93eb-d58e6534a0fd-root {
    text-align: center;
  }


#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-439c462c-2c3a-4f97-93eb-d58e6534a0fd-root {
    text-align: center;
  }


#s-439c462c-2c3a-4f97-93eb-d58e6534a0fd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c5880de6-62fc-4f6d-812c-09f7fe1e2968 {
  text-align: center;
}
@media (max-width: 767px){#s-c5880de6-62fc-4f6d-812c-09f7fe1e2968 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-c5880de6-62fc-4f6d-812c-09f7fe1e2968 img.shogun-image {
    

    
    
    
  }


#s-c5880de6-62fc-4f6d-812c-09f7fe1e2968 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8c1eb4ac-d981-4ce2-b35f-b2a97ff7475b {
  min-height: 50px;
}








#s-8c1eb4ac-d981-4ce2-b35f-b2a97ff7475b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c1eb4ac-d981-4ce2-b35f-b2a97ff7475b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e8d4239-873f-4a0c-b1eb-fa3a90322999 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e8d4239-873f-4a0c-b1eb-fa3a90322999 {
  
}
}@media (max-width: 767px){#s-0e8d4239-873f-4a0c-b1eb-fa3a90322999 {
  
}
}
#s-0623a319-463a-449c-9294-ad8549e42ede {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0623a319-463a-449c-9294-ad8549e42ede {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0623a319-463a-449c-9294-ad8549e42ede {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0623a319-463a-449c-9294-ad8549e42ede {
  
}
}@media (max-width: 767px){#s-0623a319-463a-449c-9294-ad8549e42ede {
  
}
}
#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4422ceb-eb82-4937-9565-aa6890a5b1d5-root {
    text-align: center;
  }


#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4422ceb-eb82-4937-9565-aa6890a5b1d5-root {
    text-align: center;
  }


#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4422ceb-eb82-4937-9565-aa6890a5b1d5-root {
    text-align: center;
  }


#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4422ceb-eb82-4937-9565-aa6890a5b1d5-root {
    text-align: center;
  }


#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4422ceb-eb82-4937-9565-aa6890a5b1d5-root {
    text-align: center;
  }


#s-c4422ceb-eb82-4937-9565-aa6890a5b1d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2bc8a142-9471-4f75-a4f6-8ed73070633e {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2bc8a142-9471-4f75-a4f6-8ed73070633e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bc8a142-9471-4f75-a4f6-8ed73070633e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bc8a142-9471-4f75-a4f6-8ed73070633e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bc8a142-9471-4f75-a4f6-8ed73070633e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eaeb8697-6627-4f84-b132-4d1f68b1d6e3 {
  text-align: center;
}
@media (max-width: 767px){#s-eaeb8697-6627-4f84-b132-4d1f68b1d6e3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-eaeb8697-6627-4f84-b132-4d1f68b1d6e3 img.shogun-image {
    

    
    
    
  }


#s-eaeb8697-6627-4f84-b132-4d1f68b1d6e3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f1bd15ab-1b73-4f17-8bcc-81c598cc7f55 {
  min-height: 50px;
}








#s-f1bd15ab-1b73-4f17-8bcc-81c598cc7f55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1bd15ab-1b73-4f17-8bcc-81c598cc7f55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d437e8fe-8330-4964-94de-2b0516f8dec0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d437e8fe-8330-4964-94de-2b0516f8dec0 {
  
}
}@media (max-width: 767px){#s-d437e8fe-8330-4964-94de-2b0516f8dec0 {
  
}
}
#s-c6ea5f55-ed5a-4873-ad86-0fb2065d0f88 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-c6ea5f55-ed5a-4873-ad86-0fb2065d0f88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6ea5f55-ed5a-4873-ad86-0fb2065d0f88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6ea5f55-ed5a-4873-ad86-0fb2065d0f88 {
  
}
}@media (max-width: 767px){#s-c6ea5f55-ed5a-4873-ad86-0fb2065d0f88 {
  
}
}
#s-997948c7-6cf5-4c90-85a8-116839670b9a {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-997948c7-6cf5-4c90-85a8-116839670b9a:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-997948c7-6cf5-4c90-85a8-116839670b9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-997948c7-6cf5-4c90-85a8-116839670b9a-root {
    text-align: center;
  }


#s-997948c7-6cf5-4c90-85a8-116839670b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-997948c7-6cf5-4c90-85a8-116839670b9a-root {
    text-align: center;
  }


#s-997948c7-6cf5-4c90-85a8-116839670b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-997948c7-6cf5-4c90-85a8-116839670b9a-root {
    text-align: center;
  }


#s-997948c7-6cf5-4c90-85a8-116839670b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-997948c7-6cf5-4c90-85a8-116839670b9a-root {
    text-align: center;
  }


#s-997948c7-6cf5-4c90-85a8-116839670b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-997948c7-6cf5-4c90-85a8-116839670b9a-root {
    text-align: center;
  }


#s-997948c7-6cf5-4c90-85a8-116839670b9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-564bb66e-0370-4300-a224-f30f385cdb82 {
  text-align: center;
}
@media (max-width: 767px){#s-564bb66e-0370-4300-a224-f30f385cdb82 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-564bb66e-0370-4300-a224-f30f385cdb82 img.shogun-image {
    

    
    
    
  }


#s-564bb66e-0370-4300-a224-f30f385cdb82 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-77cc8556-ad1f-44ea-b05e-bf173b01ddf9 {
  min-height: 50px;
}








#s-77cc8556-ad1f-44ea-b05e-bf173b01ddf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77cc8556-ad1f-44ea-b05e-bf173b01ddf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afc38265-def8-48ab-8f21-e0496d22c65e {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-afc38265-def8-48ab-8f21-e0496d22c65e {
  
}
}@media (max-width: 767px){#s-afc38265-def8-48ab-8f21-e0496d22c65e {
  
}
}
#s-e9416345-e896-4258-aa2d-dfb5bdcee83e {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e9416345-e896-4258-aa2d-dfb5bdcee83e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9416345-e896-4258-aa2d-dfb5bdcee83e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9416345-e896-4258-aa2d-dfb5bdcee83e {
  
}
}@media (max-width: 767px){#s-e9416345-e896-4258-aa2d-dfb5bdcee83e {
  
}
}
#s-ad5e8492-dbe3-4c95-b054-ddb690facaae {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-ad5e8492-dbe3-4c95-b054-ddb690facaae:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ad5e8492-dbe3-4c95-b054-ddb690facaae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad5e8492-dbe3-4c95-b054-ddb690facaae-root {
    text-align: center;
  }


#s-ad5e8492-dbe3-4c95-b054-ddb690facaae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad5e8492-dbe3-4c95-b054-ddb690facaae-root {
    text-align: center;
  }


#s-ad5e8492-dbe3-4c95-b054-ddb690facaae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad5e8492-dbe3-4c95-b054-ddb690facaae-root {
    text-align: center;
  }


#s-ad5e8492-dbe3-4c95-b054-ddb690facaae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad5e8492-dbe3-4c95-b054-ddb690facaae-root {
    text-align: center;
  }


#s-ad5e8492-dbe3-4c95-b054-ddb690facaae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad5e8492-dbe3-4c95-b054-ddb690facaae-root {
    text-align: center;
  }


#s-ad5e8492-dbe3-4c95-b054-ddb690facaae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2a6526a0-91a1-4c2f-81f4-8fa5e2da86c3 {
  text-align: center;
}
@media (max-width: 767px){#s-2a6526a0-91a1-4c2f-81f4-8fa5e2da86c3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-2a6526a0-91a1-4c2f-81f4-8fa5e2da86c3 img.shogun-image {
    

    
    
    
  }


#s-2a6526a0-91a1-4c2f-81f4-8fa5e2da86c3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3f51d28d-a09b-4820-800e-8105144a8ad7 {
  min-height: 50px;
}








#s-3f51d28d-a09b-4820-800e-8105144a8ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f51d28d-a09b-4820-800e-8105144a8ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da3b2783-c019-4fa4-ac67-b59d3eda9928 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da3b2783-c019-4fa4-ac67-b59d3eda9928 {
  
}
}@media (max-width: 767px){#s-da3b2783-c019-4fa4-ac67-b59d3eda9928 {
  
}
}
#s-100684e7-97ad-4da4-a9ef-e9eb6e0814b9 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-100684e7-97ad-4da4-a9ef-e9eb6e0814b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-100684e7-97ad-4da4-a9ef-e9eb6e0814b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-100684e7-97ad-4da4-a9ef-e9eb6e0814b9 {
  
}
}@media (max-width: 767px){#s-100684e7-97ad-4da4-a9ef-e9eb6e0814b9 {
  
}
}
#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-39989ee3-2779-4fd4-9d90-a5c0523d5c35-root {
    text-align: center;
  }


#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39989ee3-2779-4fd4-9d90-a5c0523d5c35-root {
    text-align: center;
  }


#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39989ee3-2779-4fd4-9d90-a5c0523d5c35-root {
    text-align: center;
  }


#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39989ee3-2779-4fd4-9d90-a5c0523d5c35-root {
    text-align: center;
  }


#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39989ee3-2779-4fd4-9d90-a5c0523d5c35-root {
    text-align: center;
  }


#s-39989ee3-2779-4fd4-9d90-a5c0523d5c35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-6714b18e-f143-4e1c-88e9-af4f214b4aaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6714b18e-f143-4e1c-88e9-af4f214b4aaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6714b18e-f143-4e1c-88e9-af4f214b4aaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6714b18e-f143-4e1c-88e9-af4f214b4aaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c48d9207-ad63-4856-a8e2-bec803309550 {
  text-align: center;
}
@media (max-width: 767px){#s-c48d9207-ad63-4856-a8e2-bec803309550 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-c48d9207-ad63-4856-a8e2-bec803309550 img.shogun-image {
    

    
    
    
  }


#s-c48d9207-ad63-4856-a8e2-bec803309550 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a010a244-33ec-46d6-bb52-d203e8106602 {
  min-height: 50px;
}








#s-a010a244-33ec-46d6-bb52-d203e8106602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a010a244-33ec-46d6-bb52-d203e8106602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-692cdddb-6255-47fc-a85e-fea4c9ebe3c5 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-692cdddb-6255-47fc-a85e-fea4c9ebe3c5 {
  
}
}@media (max-width: 767px){#s-692cdddb-6255-47fc-a85e-fea4c9ebe3c5 {
  
}
}
#s-24412c90-3b66-4378-879b-b260fed7c191 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-24412c90-3b66-4378-879b-b260fed7c191 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24412c90-3b66-4378-879b-b260fed7c191 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24412c90-3b66-4378-879b-b260fed7c191 {
  
}
}@media (max-width: 767px){#s-24412c90-3b66-4378-879b-b260fed7c191 {
  
}
}
#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6-root {
    text-align: center;
  }


#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6-root {
    text-align: center;
  }


#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6-root {
    text-align: center;
  }


#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6-root {
    text-align: center;
  }


#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6-root {
    text-align: center;
  }


#s-3e95a6fd-1b0c-4f24-be13-3434d468d1e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-63db685b-e01d-454f-b45d-6ba3767bc27f {
  text-align: center;
}
#s-63db685b-e01d-454f-b45d-6ba3767bc27f:hover {opacity: 1 !important;}@media (max-width: 767px){#s-63db685b-e01d-454f-b45d-6ba3767bc27f {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-63db685b-e01d-454f-b45d-6ba3767bc27f img.shogun-image {
    

    
    
    
  }


#s-63db685b-e01d-454f-b45d-6ba3767bc27f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7787166e-eefd-4035-9613-15ddea307990 {
  min-height: 50px;
}








#s-7787166e-eefd-4035-9613-15ddea307990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7787166e-eefd-4035-9613-15ddea307990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-927957da-a9a7-40e7-8070-2c749e181549 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-927957da-a9a7-40e7-8070-2c749e181549 {
  
}
}@media (max-width: 767px){#s-927957da-a9a7-40e7-8070-2c749e181549 {
  
}
}
#s-8ce375c5-5eff-45c3-9e41-b7f6fc290e03 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-8ce375c5-5eff-45c3-9e41-b7f6fc290e03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ce375c5-5eff-45c3-9e41-b7f6fc290e03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ce375c5-5eff-45c3-9e41-b7f6fc290e03 {
  
}
}@media (max-width: 767px){#s-8ce375c5-5eff-45c3-9e41-b7f6fc290e03 {
  
}
}
#s-c8e599e6-c2ce-49fc-9479-d68836190f31 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-c8e599e6-c2ce-49fc-9479-d68836190f31:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8e599e6-c2ce-49fc-9479-d68836190f31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8e599e6-c2ce-49fc-9479-d68836190f31-root {
    text-align: center;
  }


#s-c8e599e6-c2ce-49fc-9479-d68836190f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8e599e6-c2ce-49fc-9479-d68836190f31-root {
    text-align: center;
  }


#s-c8e599e6-c2ce-49fc-9479-d68836190f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8e599e6-c2ce-49fc-9479-d68836190f31-root {
    text-align: center;
  }


#s-c8e599e6-c2ce-49fc-9479-d68836190f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8e599e6-c2ce-49fc-9479-d68836190f31-root {
    text-align: center;
  }


#s-c8e599e6-c2ce-49fc-9479-d68836190f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8e599e6-c2ce-49fc-9479-d68836190f31-root {
    text-align: center;
  }


#s-c8e599e6-c2ce-49fc-9479-d68836190f31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-499f91ac-f6d3-48b2-a32c-78e3e9c7f1b3 {
  text-align: center;
}
#s-499f91ac-f6d3-48b2-a32c-78e3e9c7f1b3:hover {opacity: 1 !important;}@media (max-width: 767px){#s-499f91ac-f6d3-48b2-a32c-78e3e9c7f1b3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-499f91ac-f6d3-48b2-a32c-78e3e9c7f1b3 img.shogun-image {
    

    
    
    
  }


#s-499f91ac-f6d3-48b2-a32c-78e3e9c7f1b3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-19bba465-382e-44b4-8cf6-e1f4dbfc57d7 {
  min-height: 50px;
}








#s-19bba465-382e-44b4-8cf6-e1f4dbfc57d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19bba465-382e-44b4-8cf6-e1f4dbfc57d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-919e57fa-dbe2-4693-a142-141a30a98d37 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-919e57fa-dbe2-4693-a142-141a30a98d37 {
  
}
}@media (max-width: 767px){#s-919e57fa-dbe2-4693-a142-141a30a98d37 {
  
}
}
#s-5c14e62b-b61b-4383-acf2-01a8c70ff5d8 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-5c14e62b-b61b-4383-acf2-01a8c70ff5d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c14e62b-b61b-4383-acf2-01a8c70ff5d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c14e62b-b61b-4383-acf2-01a8c70ff5d8 {
  
}
}@media (max-width: 767px){#s-5c14e62b-b61b-4383-acf2-01a8c70ff5d8 {
  
}
}
#s-23960823-1469-49ef-9513-50cee6d1baa3 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-23960823-1469-49ef-9513-50cee6d1baa3:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23960823-1469-49ef-9513-50cee6d1baa3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23960823-1469-49ef-9513-50cee6d1baa3-root {
    text-align: center;
  }


#s-23960823-1469-49ef-9513-50cee6d1baa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23960823-1469-49ef-9513-50cee6d1baa3-root {
    text-align: center;
  }


#s-23960823-1469-49ef-9513-50cee6d1baa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23960823-1469-49ef-9513-50cee6d1baa3-root {
    text-align: center;
  }


#s-23960823-1469-49ef-9513-50cee6d1baa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23960823-1469-49ef-9513-50cee6d1baa3-root {
    text-align: center;
  }


#s-23960823-1469-49ef-9513-50cee6d1baa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23960823-1469-49ef-9513-50cee6d1baa3-root {
    text-align: center;
  }


#s-23960823-1469-49ef-9513-50cee6d1baa3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cb6fbedd-068a-47b4-8e78-dd69882a681a {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-cb6fbedd-068a-47b4-8e78-dd69882a681a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb6fbedd-068a-47b4-8e78-dd69882a681a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb6fbedd-068a-47b4-8e78-dd69882a681a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb6fbedd-068a-47b4-8e78-dd69882a681a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cfa5d0b3-2bc8-4ea7-b54b-bd1b99a82231 {
  text-align: center;
}
#s-cfa5d0b3-2bc8-4ea7-b54b-bd1b99a82231:hover {opacity: 1 !important;}@media (max-width: 767px){#s-cfa5d0b3-2bc8-4ea7-b54b-bd1b99a82231 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-cfa5d0b3-2bc8-4ea7-b54b-bd1b99a82231 img.shogun-image {
    

    
    
    
  }


#s-cfa5d0b3-2bc8-4ea7-b54b-bd1b99a82231 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-34f544e1-5cbc-4188-ad00-d09942195f18 {
  min-height: 50px;
}








#s-34f544e1-5cbc-4188-ad00-d09942195f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f544e1-5cbc-4188-ad00-d09942195f18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a743171-ee89-44d4-b52b-44ce797ce43a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a743171-ee89-44d4-b52b-44ce797ce43a {
  
}
}@media (max-width: 767px){#s-4a743171-ee89-44d4-b52b-44ce797ce43a {
  
}
}
#s-06855efa-210f-4a54-bc50-68b754da8d6d {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-06855efa-210f-4a54-bc50-68b754da8d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06855efa-210f-4a54-bc50-68b754da8d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06855efa-210f-4a54-bc50-68b754da8d6d {
  
}
}@media (max-width: 767px){#s-06855efa-210f-4a54-bc50-68b754da8d6d {
  
}
}
#s-c3484067-9551-418c-b288-fe37cdbd84b6 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-c3484067-9551-418c-b288-fe37cdbd84b6:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3484067-9551-418c-b288-fe37cdbd84b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3484067-9551-418c-b288-fe37cdbd84b6-root {
    text-align: center;
  }


#s-c3484067-9551-418c-b288-fe37cdbd84b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3484067-9551-418c-b288-fe37cdbd84b6-root {
    text-align: center;
  }


#s-c3484067-9551-418c-b288-fe37cdbd84b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3484067-9551-418c-b288-fe37cdbd84b6-root {
    text-align: center;
  }


#s-c3484067-9551-418c-b288-fe37cdbd84b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3484067-9551-418c-b288-fe37cdbd84b6-root {
    text-align: center;
  }


#s-c3484067-9551-418c-b288-fe37cdbd84b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3484067-9551-418c-b288-fe37cdbd84b6-root {
    text-align: center;
  }


#s-c3484067-9551-418c-b288-fe37cdbd84b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-88247b2c-a17e-4ed1-a6ad-2df09fc66210 {
  text-align: center;
}
#s-88247b2c-a17e-4ed1-a6ad-2df09fc66210:hover {opacity: 1 !important;}@media (max-width: 767px){#s-88247b2c-a17e-4ed1-a6ad-2df09fc66210 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-88247b2c-a17e-4ed1-a6ad-2df09fc66210 img.shogun-image {
    

    
    
    
  }


#s-88247b2c-a17e-4ed1-a6ad-2df09fc66210 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a062bf83-2213-4a5d-be13-944a9f07e610 {
  min-height: 50px;
}








#s-a062bf83-2213-4a5d-be13-944a9f07e610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a062bf83-2213-4a5d-be13-944a9f07e610.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ae45dc-8ab3-4e88-9404-939227d214b1 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09ae45dc-8ab3-4e88-9404-939227d214b1 {
  
}
}@media (max-width: 767px){#s-09ae45dc-8ab3-4e88-9404-939227d214b1 {
  
}
}
#s-4d63972e-8f03-4116-afef-d2cbaccf7468 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-4d63972e-8f03-4116-afef-d2cbaccf7468 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d63972e-8f03-4116-afef-d2cbaccf7468 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d63972e-8f03-4116-afef-d2cbaccf7468 {
  
}
}@media (max-width: 767px){#s-4d63972e-8f03-4116-afef-d2cbaccf7468 {
  
}
}
#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f68d371a-241a-4f9a-bb48-6b13b7f07f39-root {
    text-align: center;
  }


#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f68d371a-241a-4f9a-bb48-6b13b7f07f39-root {
    text-align: center;
  }


#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f68d371a-241a-4f9a-bb48-6b13b7f07f39-root {
    text-align: center;
  }


#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f68d371a-241a-4f9a-bb48-6b13b7f07f39-root {
    text-align: center;
  }


#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f68d371a-241a-4f9a-bb48-6b13b7f07f39-root {
    text-align: center;
  }


#s-f68d371a-241a-4f9a-bb48-6b13b7f07f39.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e872f589-d0eb-4642-b6ec-783105693ac0 {
  text-align: center;
}
#s-e872f589-d0eb-4642-b6ec-783105693ac0:hover {opacity: 1 !important;}@media (max-width: 767px){#s-e872f589-d0eb-4642-b6ec-783105693ac0 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-e872f589-d0eb-4642-b6ec-783105693ac0 img.shogun-image {
    

    
    
    
  }


#s-e872f589-d0eb-4642-b6ec-783105693ac0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7503d77d-4bfd-4c7b-88e8-aab8b4320e9b {
  min-height: 50px;
}








#s-7503d77d-4bfd-4c7b-88e8-aab8b4320e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7503d77d-4bfd-4c7b-88e8-aab8b4320e9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de90874f-3b96-4023-8d26-68bbf2fbba6f {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de90874f-3b96-4023-8d26-68bbf2fbba6f {
  
}
}@media (max-width: 767px){#s-de90874f-3b96-4023-8d26-68bbf2fbba6f {
  
}
}
#s-ec3e9f56-7479-402c-a750-75da330f0461 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-ec3e9f56-7479-402c-a750-75da330f0461 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec3e9f56-7479-402c-a750-75da330f0461 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec3e9f56-7479-402c-a750-75da330f0461 {
  
}
}@media (max-width: 767px){#s-ec3e9f56-7479-402c-a750-75da330f0461 {
  
}
}
#s-6f14808f-cee4-4e65-8bf9-63395db55e4b {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-6f14808f-cee4-4e65-8bf9-63395db55e4b:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f14808f-cee4-4e65-8bf9-63395db55e4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f14808f-cee4-4e65-8bf9-63395db55e4b-root {
    text-align: center;
  }


#s-6f14808f-cee4-4e65-8bf9-63395db55e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f14808f-cee4-4e65-8bf9-63395db55e4b-root {
    text-align: center;
  }


#s-6f14808f-cee4-4e65-8bf9-63395db55e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f14808f-cee4-4e65-8bf9-63395db55e4b-root {
    text-align: center;
  }


#s-6f14808f-cee4-4e65-8bf9-63395db55e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f14808f-cee4-4e65-8bf9-63395db55e4b-root {
    text-align: center;
  }


#s-6f14808f-cee4-4e65-8bf9-63395db55e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f14808f-cee4-4e65-8bf9-63395db55e4b-root {
    text-align: center;
  }


#s-6f14808f-cee4-4e65-8bf9-63395db55e4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-598dd25f-7ac8-4011-85e7-b71144339712 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-598dd25f-7ac8-4011-85e7-b71144339712"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598dd25f-7ac8-4011-85e7-b71144339712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-598dd25f-7ac8-4011-85e7-b71144339712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-598dd25f-7ac8-4011-85e7-b71144339712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b6c2140-f09d-44c0-b9ca-8ee9129a19c0 {
  text-align: center;
}
#s-3b6c2140-f09d-44c0-b9ca-8ee9129a19c0:hover {opacity: 1 !important;}@media (max-width: 767px){#s-3b6c2140-f09d-44c0-b9ca-8ee9129a19c0 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-3b6c2140-f09d-44c0-b9ca-8ee9129a19c0 img.shogun-image {
    

    
    
    
  }


#s-3b6c2140-f09d-44c0-b9ca-8ee9129a19c0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-746ae96f-f13e-4f45-b963-1f87e6ac094c {
  min-height: 50px;
}








#s-746ae96f-f13e-4f45-b963-1f87e6ac094c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-746ae96f-f13e-4f45-b963-1f87e6ac094c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8dea4f4-13a2-4274-8feb-78fa2a2c4e40 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8dea4f4-13a2-4274-8feb-78fa2a2c4e40 {
  
}
}@media (max-width: 767px){#s-c8dea4f4-13a2-4274-8feb-78fa2a2c4e40 {
  
}
}
#s-0be01e12-0251-47e5-b503-8ec39048100a {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0be01e12-0251-47e5-b503-8ec39048100a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0be01e12-0251-47e5-b503-8ec39048100a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0be01e12-0251-47e5-b503-8ec39048100a {
  
}
}@media (max-width: 767px){#s-0be01e12-0251-47e5-b503-8ec39048100a {
  
}
}
#s-91f74d10-655e-4a5a-ae69-bee33abba92a {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-91f74d10-655e-4a5a-ae69-bee33abba92a:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91f74d10-655e-4a5a-ae69-bee33abba92a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91f74d10-655e-4a5a-ae69-bee33abba92a-root {
    text-align: center;
  }


#s-91f74d10-655e-4a5a-ae69-bee33abba92a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91f74d10-655e-4a5a-ae69-bee33abba92a-root {
    text-align: center;
  }


#s-91f74d10-655e-4a5a-ae69-bee33abba92a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91f74d10-655e-4a5a-ae69-bee33abba92a-root {
    text-align: center;
  }


#s-91f74d10-655e-4a5a-ae69-bee33abba92a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91f74d10-655e-4a5a-ae69-bee33abba92a-root {
    text-align: center;
  }


#s-91f74d10-655e-4a5a-ae69-bee33abba92a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91f74d10-655e-4a5a-ae69-bee33abba92a-root {
    text-align: center;
  }


#s-91f74d10-655e-4a5a-ae69-bee33abba92a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e55c00c1-0d6f-43e6-b2ac-bf80872e88dd {
  text-align: center;
}
#s-e55c00c1-0d6f-43e6-b2ac-bf80872e88dd:hover {opacity: 1 !important;}@media (max-width: 767px){#s-e55c00c1-0d6f-43e6-b2ac-bf80872e88dd {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-e55c00c1-0d6f-43e6-b2ac-bf80872e88dd img.shogun-image {
    

    
    
    
  }


#s-e55c00c1-0d6f-43e6-b2ac-bf80872e88dd .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ef9dee92-72f9-423c-81dd-671b7dbacc6d {
  min-height: 50px;
}








#s-ef9dee92-72f9-423c-81dd-671b7dbacc6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9dee92-72f9-423c-81dd-671b7dbacc6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-912b52f7-9f41-43df-ba81-31c17b7b8ead {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-912b52f7-9f41-43df-ba81-31c17b7b8ead {
  
}
}@media (max-width: 767px){#s-912b52f7-9f41-43df-ba81-31c17b7b8ead {
  
}
}
#s-43cd5414-bb65-451d-a53e-c9b4cce5f2b5 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-43cd5414-bb65-451d-a53e-c9b4cce5f2b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43cd5414-bb65-451d-a53e-c9b4cce5f2b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43cd5414-bb65-451d-a53e-c9b4cce5f2b5 {
  
}
}@media (max-width: 767px){#s-43cd5414-bb65-451d-a53e-c9b4cce5f2b5 {
  
}
}
#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc-root {
    text-align: center;
  }


#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc-root {
    text-align: center;
  }


#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc-root {
    text-align: center;
  }


#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc-root {
    text-align: center;
  }


#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc-root {
    text-align: center;
  }


#s-054a9dac-8a6e-4f8e-9888-ed1a9cc495cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1dc09e93-8da7-4434-846f-1507bd260ee3 {
  text-align: center;
}
@media (max-width: 767px){#s-1dc09e93-8da7-4434-846f-1507bd260ee3 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-1dc09e93-8da7-4434-846f-1507bd260ee3 img.shogun-image {
    

    
    
    
  }


#s-1dc09e93-8da7-4434-846f-1507bd260ee3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cdab9c21-46f5-419d-a29d-88e0f8706c4f {
  min-height: 50px;
}








#s-cdab9c21-46f5-419d-a29d-88e0f8706c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdab9c21-46f5-419d-a29d-88e0f8706c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7355164c-64a9-48b1-9534-75831d25abcf {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7355164c-64a9-48b1-9534-75831d25abcf {
  
}
}@media (max-width: 767px){#s-7355164c-64a9-48b1-9534-75831d25abcf {
  
}
}
#s-9630f81e-1e23-4e98-816c-f317664eb33d {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-9630f81e-1e23-4e98-816c-f317664eb33d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9630f81e-1e23-4e98-816c-f317664eb33d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9630f81e-1e23-4e98-816c-f317664eb33d {
  
}
}@media (max-width: 767px){#s-9630f81e-1e23-4e98-816c-f317664eb33d {
  
}
}
#s-eb118115-11d2-42d5-b37f-906c1a48e8f1 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-eb118115-11d2-42d5-b37f-906c1a48e8f1:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb118115-11d2-42d5-b37f-906c1a48e8f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eb118115-11d2-42d5-b37f-906c1a48e8f1-root {
    text-align: center;
  }


#s-eb118115-11d2-42d5-b37f-906c1a48e8f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb118115-11d2-42d5-b37f-906c1a48e8f1-root {
    text-align: center;
  }


#s-eb118115-11d2-42d5-b37f-906c1a48e8f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb118115-11d2-42d5-b37f-906c1a48e8f1-root {
    text-align: center;
  }


#s-eb118115-11d2-42d5-b37f-906c1a48e8f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb118115-11d2-42d5-b37f-906c1a48e8f1-root {
    text-align: center;
  }


#s-eb118115-11d2-42d5-b37f-906c1a48e8f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb118115-11d2-42d5-b37f-906c1a48e8f1-root {
    text-align: center;
  }


#s-eb118115-11d2-42d5-b37f-906c1a48e8f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-84dea737-012b-4500-a0c8-2850585cea8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84dea737-012b-4500-a0c8-2850585cea8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84dea737-012b-4500-a0c8-2850585cea8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84dea737-012b-4500-a0c8-2850585cea8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-79c045b5-1a9e-477f-b6d5-59da5d1dd57c {
  text-align: center;
}
#s-79c045b5-1a9e-477f-b6d5-59da5d1dd57c:hover {opacity: 1 !important;}@media (max-width: 767px){#s-79c045b5-1a9e-477f-b6d5-59da5d1dd57c {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-79c045b5-1a9e-477f-b6d5-59da5d1dd57c img.shogun-image {
    

    
    
    
  }


#s-79c045b5-1a9e-477f-b6d5-59da5d1dd57c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-abf3e7c1-96ae-438c-9485-921a77e564b8 {
  min-height: 50px;
}








#s-abf3e7c1-96ae-438c-9485-921a77e564b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abf3e7c1-96ae-438c-9485-921a77e564b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-379e369b-08b2-4243-8ed3-22377b30e764 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-379e369b-08b2-4243-8ed3-22377b30e764 {
  
}
}@media (max-width: 767px){#s-379e369b-08b2-4243-8ed3-22377b30e764 {
  
}
}
#s-f329db40-ba64-40bb-95e1-265adb3a9ab1 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f329db40-ba64-40bb-95e1-265adb3a9ab1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f329db40-ba64-40bb-95e1-265adb3a9ab1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f329db40-ba64-40bb-95e1-265adb3a9ab1 {
  
}
}@media (max-width: 767px){#s-f329db40-ba64-40bb-95e1-265adb3a9ab1 {
  
}
}
#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0-root {
    text-align: center;
  }


#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0-root {
    text-align: center;
  }


#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0-root {
    text-align: center;
  }


#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0-root {
    text-align: center;
  }


#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0-root {
    text-align: center;
  }


#s-f59561a0-ea95-4f5f-8ec8-bef552ea2bb0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2b5481c4-a134-47d6-901a-50774bf11bda {
  text-align: center;
}
@media (max-width: 767px){#s-2b5481c4-a134-47d6-901a-50774bf11bda {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-2b5481c4-a134-47d6-901a-50774bf11bda img.shogun-image {
    

    
    
    
  }


#s-2b5481c4-a134-47d6-901a-50774bf11bda .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d3d1b400-3487-4476-8ce7-2b29191aa86f {
  min-height: 50px;
}








#s-d3d1b400-3487-4476-8ce7-2b29191aa86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d1b400-3487-4476-8ce7-2b29191aa86f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30d6505c-0d44-40ed-a5c8-44030eb9f7d8 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30d6505c-0d44-40ed-a5c8-44030eb9f7d8 {
  
}
}@media (max-width: 767px){#s-30d6505c-0d44-40ed-a5c8-44030eb9f7d8 {
  
}
}
#s-91e2c68e-7781-43b9-a6a5-34eae5c7e299 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-91e2c68e-7781-43b9-a6a5-34eae5c7e299 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91e2c68e-7781-43b9-a6a5-34eae5c7e299 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e2c68e-7781-43b9-a6a5-34eae5c7e299 {
  
}
}@media (max-width: 767px){#s-91e2c68e-7781-43b9-a6a5-34eae5c7e299 {
  
}
}
#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-773ecf8b-f5ed-4233-91e8-8730a0e05d13-root {
    text-align: center;
  }


#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-773ecf8b-f5ed-4233-91e8-8730a0e05d13-root {
    text-align: center;
  }


#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-773ecf8b-f5ed-4233-91e8-8730a0e05d13-root {
    text-align: center;
  }


#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-773ecf8b-f5ed-4233-91e8-8730a0e05d13-root {
    text-align: center;
  }


#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-773ecf8b-f5ed-4233-91e8-8730a0e05d13-root {
    text-align: center;
  }


#s-773ecf8b-f5ed-4233-91e8-8730a0e05d13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a322ac71-ded4-4909-afba-e47c9f7f9794 {
  text-align: center;
}
@media (max-width: 767px){#s-a322ac71-ded4-4909-afba-e47c9f7f9794 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-a322ac71-ded4-4909-afba-e47c9f7f9794 img.shogun-image {
    

    
    
    
  }


#s-a322ac71-ded4-4909-afba-e47c9f7f9794 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-66db5916-41af-44e4-b4b0-9bb8a45be246 {
  min-height: 50px;
}








#s-66db5916-41af-44e4-b4b0-9bb8a45be246 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66db5916-41af-44e4-b4b0-9bb8a45be246.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0297dc8e-76d1-48bd-8ba0-353625349594 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0297dc8e-76d1-48bd-8ba0-353625349594 {
  
}
}@media (max-width: 767px){#s-0297dc8e-76d1-48bd-8ba0-353625349594 {
  
}
}
#s-694ef3cb-475f-4d78-b8af-f6ad5a07c31c {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-694ef3cb-475f-4d78-b8af-f6ad5a07c31c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-694ef3cb-475f-4d78-b8af-f6ad5a07c31c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-694ef3cb-475f-4d78-b8af-f6ad5a07c31c {
  
}
}@media (max-width: 767px){#s-694ef3cb-475f-4d78-b8af-f6ad5a07c31c {
  
}
}
#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697-root {
    text-align: center;
  }


#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697-root {
    text-align: center;
  }


#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697-root {
    text-align: center;
  }


#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697-root {
    text-align: center;
  }


#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697-root {
    text-align: center;
  }


#s-13dd9c33-bf2a-4408-ba94-77a5ca7aa697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2272eab8-dd55-48d2-a391-833f957ea783 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-2272eab8-dd55-48d2-a391-833f957ea783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2272eab8-dd55-48d2-a391-833f957ea783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2272eab8-dd55-48d2-a391-833f957ea783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2272eab8-dd55-48d2-a391-833f957ea783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e6c29997-84bd-42eb-a1c1-0174e64e468a {
  text-align: center;
}
@media (max-width: 767px){#s-e6c29997-84bd-42eb-a1c1-0174e64e468a {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-e6c29997-84bd-42eb-a1c1-0174e64e468a img.shogun-image {
    

    
    
    
  }


#s-e6c29997-84bd-42eb-a1c1-0174e64e468a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1d9cdabe-e6a4-4243-a714-fcde60a918c0 {
  min-height: 50px;
}








#s-1d9cdabe-e6a4-4243-a714-fcde60a918c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d9cdabe-e6a4-4243-a714-fcde60a918c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e2cb9a1-a24b-4f50-91e0-d79b9157206a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e2cb9a1-a24b-4f50-91e0-d79b9157206a {
  
}
}@media (max-width: 767px){#s-4e2cb9a1-a24b-4f50-91e0-d79b9157206a {
  
}
}
#s-89fcf50e-72d9-42c4-a2ac-15ac3105951c {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-89fcf50e-72d9-42c4-a2ac-15ac3105951c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89fcf50e-72d9-42c4-a2ac-15ac3105951c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89fcf50e-72d9-42c4-a2ac-15ac3105951c {
  
}
}@media (max-width: 767px){#s-89fcf50e-72d9-42c4-a2ac-15ac3105951c {
  
}
}
#s-5a360289-3fc4-4adc-91c1-e78a0150371d {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-5a360289-3fc4-4adc-91c1-e78a0150371d:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5a360289-3fc4-4adc-91c1-e78a0150371d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a360289-3fc4-4adc-91c1-e78a0150371d-root {
    text-align: center;
  }


#s-5a360289-3fc4-4adc-91c1-e78a0150371d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a360289-3fc4-4adc-91c1-e78a0150371d-root {
    text-align: center;
  }


#s-5a360289-3fc4-4adc-91c1-e78a0150371d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a360289-3fc4-4adc-91c1-e78a0150371d-root {
    text-align: center;
  }


#s-5a360289-3fc4-4adc-91c1-e78a0150371d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a360289-3fc4-4adc-91c1-e78a0150371d-root {
    text-align: center;
  }


#s-5a360289-3fc4-4adc-91c1-e78a0150371d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a360289-3fc4-4adc-91c1-e78a0150371d-root {
    text-align: center;
  }


#s-5a360289-3fc4-4adc-91c1-e78a0150371d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-02685c3b-0ac1-437c-9177-63bc4f5fc47c {
  text-align: center;
}
@media (max-width: 767px){#s-02685c3b-0ac1-437c-9177-63bc4f5fc47c {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-02685c3b-0ac1-437c-9177-63bc4f5fc47c img.shogun-image {
    

    
    
    
  }


#s-02685c3b-0ac1-437c-9177-63bc4f5fc47c .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-44f2f459-fe38-4ade-b109-50c044971c05 {
  min-height: 50px;
}








#s-44f2f459-fe38-4ade-b109-50c044971c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f2f459-fe38-4ade-b109-50c044971c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cf298de-9a42-4938-9810-b0b93dae61f0 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cf298de-9a42-4938-9810-b0b93dae61f0 {
  
}
}@media (max-width: 767px){#s-6cf298de-9a42-4938-9810-b0b93dae61f0 {
  
}
}
#s-7fe2deb3-393e-4b4e-977a-7ee0cf5e2b00 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-7fe2deb3-393e-4b4e-977a-7ee0cf5e2b00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fe2deb3-393e-4b4e-977a-7ee0cf5e2b00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fe2deb3-393e-4b4e-977a-7ee0cf5e2b00 {
  
}
}@media (max-width: 767px){#s-7fe2deb3-393e-4b4e-977a-7ee0cf5e2b00 {
  
}
}
#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb-root {
    text-align: center;
  }


#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb-root {
    text-align: center;
  }


#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb-root {
    text-align: center;
  }


#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb-root {
    text-align: center;
  }


#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb-root {
    text-align: center;
  }


#s-a5e6925b-caef-4d37-ad35-4cc1b41c2fdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-4716523e-ce22-4f21-a3ee-706fd8b34b89 {
  text-align: center;
}
@media (max-width: 767px){#s-4716523e-ce22-4f21-a3ee-706fd8b34b89 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-4716523e-ce22-4f21-a3ee-706fd8b34b89 img.shogun-image {
    

    
    
    
  }


#s-4716523e-ce22-4f21-a3ee-706fd8b34b89 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-bcf22e99-92be-4660-9975-b5bd90cecb50 {
  min-height: 50px;
}








#s-bcf22e99-92be-4660-9975-b5bd90cecb50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf22e99-92be-4660-9975-b5bd90cecb50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-233d4e57-daaf-42fb-bbf6-1c9f65c66a82 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-233d4e57-daaf-42fb-bbf6-1c9f65c66a82 {
  
}
}@media (max-width: 767px){#s-233d4e57-daaf-42fb-bbf6-1c9f65c66a82 {
  
}
}
#s-f30352cd-df8b-43fa-812a-92400444343a {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f30352cd-df8b-43fa-812a-92400444343a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f30352cd-df8b-43fa-812a-92400444343a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f30352cd-df8b-43fa-812a-92400444343a {
  
}
}@media (max-width: 767px){#s-f30352cd-df8b-43fa-812a-92400444343a {
  
}
}
#s-24500615-f2e0-4b96-9b65-18eab2081c57 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-24500615-f2e0-4b96-9b65-18eab2081c57:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24500615-f2e0-4b96-9b65-18eab2081c57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24500615-f2e0-4b96-9b65-18eab2081c57-root {
    text-align: center;
  }


#s-24500615-f2e0-4b96-9b65-18eab2081c57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24500615-f2e0-4b96-9b65-18eab2081c57-root {
    text-align: center;
  }


#s-24500615-f2e0-4b96-9b65-18eab2081c57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24500615-f2e0-4b96-9b65-18eab2081c57-root {
    text-align: center;
  }


#s-24500615-f2e0-4b96-9b65-18eab2081c57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24500615-f2e0-4b96-9b65-18eab2081c57-root {
    text-align: center;
  }


#s-24500615-f2e0-4b96-9b65-18eab2081c57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24500615-f2e0-4b96-9b65-18eab2081c57-root {
    text-align: center;
  }


#s-24500615-f2e0-4b96-9b65-18eab2081c57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d713b56a-e8bf-471e-b041-616a3a15d255 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-d713b56a-e8bf-471e-b041-616a3a15d255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d713b56a-e8bf-471e-b041-616a3a15d255"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d713b56a-e8bf-471e-b041-616a3a15d255"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d713b56a-e8bf-471e-b041-616a3a15d255"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a808be62-8e6d-469f-a4ba-1364152e284a {
  text-align: center;
}
@media (max-width: 767px){#s-a808be62-8e6d-469f-a4ba-1364152e284a {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-a808be62-8e6d-469f-a4ba-1364152e284a img.shogun-image {
    

    
    
    
  }


#s-a808be62-8e6d-469f-a4ba-1364152e284a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-efe91c90-abe4-4ea1-83d6-79ffbf9476d9 {
  min-height: 50px;
}








#s-efe91c90-abe4-4ea1-83d6-79ffbf9476d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efe91c90-abe4-4ea1-83d6-79ffbf9476d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e3e09b-6929-4445-bd78-80ab0ae53062 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0e3e09b-6929-4445-bd78-80ab0ae53062 {
  
}
}@media (max-width: 767px){#s-d0e3e09b-6929-4445-bd78-80ab0ae53062 {
  
}
}
#s-b64b9e5c-d6dd-4754-82bc-63a1f171b8cc {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b64b9e5c-d6dd-4754-82bc-63a1f171b8cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b64b9e5c-d6dd-4754-82bc-63a1f171b8cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b64b9e5c-d6dd-4754-82bc-63a1f171b8cc {
  
}
}@media (max-width: 767px){#s-b64b9e5c-d6dd-4754-82bc-63a1f171b8cc {
  
}
}
#s-33533f40-c50e-4baf-b3c9-51aff7249e00 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-33533f40-c50e-4baf-b3c9-51aff7249e00:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-33533f40-c50e-4baf-b3c9-51aff7249e00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33533f40-c50e-4baf-b3c9-51aff7249e00-root {
    text-align: center;
  }


#s-33533f40-c50e-4baf-b3c9-51aff7249e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33533f40-c50e-4baf-b3c9-51aff7249e00-root {
    text-align: center;
  }


#s-33533f40-c50e-4baf-b3c9-51aff7249e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33533f40-c50e-4baf-b3c9-51aff7249e00-root {
    text-align: center;
  }


#s-33533f40-c50e-4baf-b3c9-51aff7249e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33533f40-c50e-4baf-b3c9-51aff7249e00-root {
    text-align: center;
  }


#s-33533f40-c50e-4baf-b3c9-51aff7249e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33533f40-c50e-4baf-b3c9-51aff7249e00-root {
    text-align: center;
  }


#s-33533f40-c50e-4baf-b3c9-51aff7249e00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-35122b71-6e65-4c36-b20a-19d27bf338e6 {
  text-align: center;
}
@media (max-width: 767px){#s-35122b71-6e65-4c36-b20a-19d27bf338e6 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-35122b71-6e65-4c36-b20a-19d27bf338e6 img.shogun-image {
    

    
    
    
  }


#s-35122b71-6e65-4c36-b20a-19d27bf338e6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-099a2229-18f5-43a5-97a8-cf2d8815dd36 {
  min-height: 50px;
}








#s-099a2229-18f5-43a5-97a8-cf2d8815dd36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-099a2229-18f5-43a5-97a8-cf2d8815dd36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-420447f7-8220-4b79-b83c-bce42a0f09a5 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-420447f7-8220-4b79-b83c-bce42a0f09a5 {
  
}
}@media (max-width: 767px){#s-420447f7-8220-4b79-b83c-bce42a0f09a5 {
  
}
}
#s-b0f6c245-6b2a-42e8-84f2-509d6467920a {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b0f6c245-6b2a-42e8-84f2-509d6467920a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0f6c245-6b2a-42e8-84f2-509d6467920a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0f6c245-6b2a-42e8-84f2-509d6467920a {
  
}
}@media (max-width: 767px){#s-b0f6c245-6b2a-42e8-84f2-509d6467920a {
  
}
}
#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93-root {
    text-align: center;
  }


#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93-root {
    text-align: center;
  }


#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93-root {
    text-align: center;
  }


#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93-root {
    text-align: center;
  }


#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93-root {
    text-align: center;
  }


#s-ed5105c3-4c2f-49d9-bc1f-eb8e112d3a93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3993a20f-272e-41d6-91f4-033841e5a2cb {
  text-align: center;
}
@media (max-width: 767px){#s-3993a20f-272e-41d6-91f4-033841e5a2cb {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-3993a20f-272e-41d6-91f4-033841e5a2cb img.shogun-image {
    

    
    
    
  }


#s-3993a20f-272e-41d6-91f4-033841e5a2cb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-186215fc-5761-4f32-97fd-90d6b06e9e7b {
  min-height: 50px;
}








#s-186215fc-5761-4f32-97fd-90d6b06e9e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-186215fc-5761-4f32-97fd-90d6b06e9e7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7b3dfd8-89d2-409d-94c7-042334e6236c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7b3dfd8-89d2-409d-94c7-042334e6236c {
  
}
}@media (max-width: 767px){#s-a7b3dfd8-89d2-409d-94c7-042334e6236c {
  
}
}
#s-a3389d66-644a-40f8-9c2a-8874fc09cdde {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-a3389d66-644a-40f8-9c2a-8874fc09cdde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3389d66-644a-40f8-9c2a-8874fc09cdde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3389d66-644a-40f8-9c2a-8874fc09cdde {
  
}
}@media (max-width: 767px){#s-a3389d66-644a-40f8-9c2a-8874fc09cdde {
  
}
}
#s-6e713830-a8e9-45f0-ba8d-d5d34c748197 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-6e713830-a8e9-45f0-ba8d-d5d34c748197:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6e713830-a8e9-45f0-ba8d-d5d34c748197:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e713830-a8e9-45f0-ba8d-d5d34c748197-root {
    text-align: center;
  }


#s-6e713830-a8e9-45f0-ba8d-d5d34c748197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e713830-a8e9-45f0-ba8d-d5d34c748197-root {
    text-align: center;
  }


#s-6e713830-a8e9-45f0-ba8d-d5d34c748197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e713830-a8e9-45f0-ba8d-d5d34c748197-root {
    text-align: center;
  }


#s-6e713830-a8e9-45f0-ba8d-d5d34c748197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e713830-a8e9-45f0-ba8d-d5d34c748197-root {
    text-align: center;
  }


#s-6e713830-a8e9-45f0-ba8d-d5d34c748197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e713830-a8e9-45f0-ba8d-d5d34c748197-root {
    text-align: center;
  }


#s-6e713830-a8e9-45f0-ba8d-d5d34c748197.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-aa7b8004-c305-416c-9802-fdbe48c3cd82 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-aa7b8004-c305-416c-9802-fdbe48c3cd82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa7b8004-c305-416c-9802-fdbe48c3cd82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa7b8004-c305-416c-9802-fdbe48c3cd82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa7b8004-c305-416c-9802-fdbe48c3cd82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05f4485f-7e15-4778-9e07-f0a40ca5c6e1 {
  text-align: center;
}
@media (max-width: 767px){#s-05f4485f-7e15-4778-9e07-f0a40ca5c6e1 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-05f4485f-7e15-4778-9e07-f0a40ca5c6e1 img.shogun-image {
    

    
    
    
  }


#s-05f4485f-7e15-4778-9e07-f0a40ca5c6e1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e008f1ac-95d8-4be9-b83a-6602a5e3ddcc {
  min-height: 50px;
}








#s-e008f1ac-95d8-4be9-b83a-6602a5e3ddcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e008f1ac-95d8-4be9-b83a-6602a5e3ddcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b1caf2-4d91-4050-ab37-1e5425170b06 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83b1caf2-4d91-4050-ab37-1e5425170b06 {
  
}
}@media (max-width: 767px){#s-83b1caf2-4d91-4050-ab37-1e5425170b06 {
  
}
}
#s-c0f70972-a748-4e2e-8d37-e08c18864c91 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-c0f70972-a748-4e2e-8d37-e08c18864c91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0f70972-a748-4e2e-8d37-e08c18864c91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0f70972-a748-4e2e-8d37-e08c18864c91 {
  
}
}@media (max-width: 767px){#s-c0f70972-a748-4e2e-8d37-e08c18864c91 {
  
}
}
#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e-root {
    text-align: center;
  }


#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e-root {
    text-align: center;
  }


#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e-root {
    text-align: center;
  }


#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e-root {
    text-align: center;
  }


#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e-root {
    text-align: center;
  }


#s-8507e4b1-527e-4bbd-926b-1dfe153a2e6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-73f2e684-7440-4dc9-b53d-3f7475b5d0d7 {
  text-align: center;
}
@media (max-width: 767px){#s-73f2e684-7440-4dc9-b53d-3f7475b5d0d7 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-73f2e684-7440-4dc9-b53d-3f7475b5d0d7 img.shogun-image {
    

    
    
    
  }


#s-73f2e684-7440-4dc9-b53d-3f7475b5d0d7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2098463a-c227-429f-9a6a-2fa345546256 {
  min-height: 50px;
}








#s-2098463a-c227-429f-9a6a-2fa345546256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2098463a-c227-429f-9a6a-2fa345546256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55132e84-2de8-4708-8da0-d248d0dfea4a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55132e84-2de8-4708-8da0-d248d0dfea4a {
  
}
}@media (max-width: 767px){#s-55132e84-2de8-4708-8da0-d248d0dfea4a {
  
}
}
#s-8993ac3c-c98a-490e-bf05-bc634cf4bdfb {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-8993ac3c-c98a-490e-bf05-bc634cf4bdfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8993ac3c-c98a-490e-bf05-bc634cf4bdfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8993ac3c-c98a-490e-bf05-bc634cf4bdfb {
  
}
}@media (max-width: 767px){#s-8993ac3c-c98a-490e-bf05-bc634cf4bdfb {
  
}
}
#s-2742eab3-24a6-48e4-b883-6899c1d1e764 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-2742eab3-24a6-48e4-b883-6899c1d1e764:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2742eab3-24a6-48e4-b883-6899c1d1e764:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2742eab3-24a6-48e4-b883-6899c1d1e764-root {
    text-align: center;
  }


#s-2742eab3-24a6-48e4-b883-6899c1d1e764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2742eab3-24a6-48e4-b883-6899c1d1e764-root {
    text-align: center;
  }


#s-2742eab3-24a6-48e4-b883-6899c1d1e764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2742eab3-24a6-48e4-b883-6899c1d1e764-root {
    text-align: center;
  }


#s-2742eab3-24a6-48e4-b883-6899c1d1e764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2742eab3-24a6-48e4-b883-6899c1d1e764-root {
    text-align: center;
  }


#s-2742eab3-24a6-48e4-b883-6899c1d1e764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2742eab3-24a6-48e4-b883-6899c1d1e764-root {
    text-align: center;
  }


#s-2742eab3-24a6-48e4-b883-6899c1d1e764.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-69360116-ed5d-4ea7-b375-2a237800febb {
  text-align: center;
}







  #s-69360116-ed5d-4ea7-b375-2a237800febb img.shogun-image {
    

    
    
    
  }


#s-69360116-ed5d-4ea7-b375-2a237800febb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e0f2f432-7a60-4c7b-8992-cfbcbd8384dc {
  min-height: 50px;
}








#s-e0f2f432-7a60-4c7b-8992-cfbcbd8384dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f2f432-7a60-4c7b-8992-cfbcbd8384dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a72cef3-4c21-4268-9eda-a4c76fdaf039 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a72cef3-4c21-4268-9eda-a4c76fdaf039 {
  
}
}@media (max-width: 767px){#s-8a72cef3-4c21-4268-9eda-a4c76fdaf039 {
  
}
}
#s-aa41b4cb-9bc1-40db-9d49-94a4004951f1 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-aa41b4cb-9bc1-40db-9d49-94a4004951f1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa41b4cb-9bc1-40db-9d49-94a4004951f1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa41b4cb-9bc1-40db-9d49-94a4004951f1 {
  
}
}@media (max-width: 767px){#s-aa41b4cb-9bc1-40db-9d49-94a4004951f1 {
  
}
}
#s-9847559a-be2e-479c-8a7d-a22af1d31433 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-9847559a-be2e-479c-8a7d-a22af1d31433:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9847559a-be2e-479c-8a7d-a22af1d31433:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9847559a-be2e-479c-8a7d-a22af1d31433-root {
    text-align: center;
  }


#s-9847559a-be2e-479c-8a7d-a22af1d31433.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9847559a-be2e-479c-8a7d-a22af1d31433-root {
    text-align: center;
  }


#s-9847559a-be2e-479c-8a7d-a22af1d31433.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9847559a-be2e-479c-8a7d-a22af1d31433-root {
    text-align: center;
  }


#s-9847559a-be2e-479c-8a7d-a22af1d31433.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9847559a-be2e-479c-8a7d-a22af1d31433-root {
    text-align: center;
  }


#s-9847559a-be2e-479c-8a7d-a22af1d31433.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9847559a-be2e-479c-8a7d-a22af1d31433-root {
    text-align: center;
  }


#s-9847559a-be2e-479c-8a7d-a22af1d31433.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-40b9134c-3d3c-48ec-b9c5-2f8097b57dd3 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-40b9134c-3d3c-48ec-b9c5-2f8097b57dd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b9134c-3d3c-48ec-b9c5-2f8097b57dd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40b9134c-3d3c-48ec-b9c5-2f8097b57dd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40b9134c-3d3c-48ec-b9c5-2f8097b57dd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-535a1d6f-b984-49e8-aba1-15261d98c111 {
  text-align: center;
}
@media (max-width: 767px){#s-535a1d6f-b984-49e8-aba1-15261d98c111 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-535a1d6f-b984-49e8-aba1-15261d98c111 img.shogun-image {
    

    
    
    
  }


#s-535a1d6f-b984-49e8-aba1-15261d98c111 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-029c7c30-6b66-42a3-8da6-0438ee443711 {
  min-height: 50px;
}








#s-029c7c30-6b66-42a3-8da6-0438ee443711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-029c7c30-6b66-42a3-8da6-0438ee443711.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8c0933f-cd18-4f92-a68a-5be2781ebedd {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8c0933f-cd18-4f92-a68a-5be2781ebedd {
  
}
}@media (max-width: 767px){#s-c8c0933f-cd18-4f92-a68a-5be2781ebedd {
  
}
}
#s-c41437c5-df8b-4cdb-9722-51a25ec94757 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-c41437c5-df8b-4cdb-9722-51a25ec94757 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c41437c5-df8b-4cdb-9722-51a25ec94757 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c41437c5-df8b-4cdb-9722-51a25ec94757 {
  
}
}@media (max-width: 767px){#s-c41437c5-df8b-4cdb-9722-51a25ec94757 {
  
}
}
#s-688a7ffd-d791-4790-95e2-3fa496e15637 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-688a7ffd-d791-4790-95e2-3fa496e15637:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-688a7ffd-d791-4790-95e2-3fa496e15637:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-688a7ffd-d791-4790-95e2-3fa496e15637-root {
    text-align: center;
  }


#s-688a7ffd-d791-4790-95e2-3fa496e15637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-688a7ffd-d791-4790-95e2-3fa496e15637-root {
    text-align: center;
  }


#s-688a7ffd-d791-4790-95e2-3fa496e15637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-688a7ffd-d791-4790-95e2-3fa496e15637-root {
    text-align: center;
  }


#s-688a7ffd-d791-4790-95e2-3fa496e15637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-688a7ffd-d791-4790-95e2-3fa496e15637-root {
    text-align: center;
  }


#s-688a7ffd-d791-4790-95e2-3fa496e15637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-688a7ffd-d791-4790-95e2-3fa496e15637-root {
    text-align: center;
  }


#s-688a7ffd-d791-4790-95e2-3fa496e15637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-76a98cdd-f294-4da4-a330-e53d254a46ff {
  text-align: center;
}







  #s-76a98cdd-f294-4da4-a330-e53d254a46ff img.shogun-image {
    

    
    
    
  }


#s-76a98cdd-f294-4da4-a330-e53d254a46ff .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-848c9494-dab9-4729-8f12-0b3a71443b9a {
  min-height: 50px;
}








#s-848c9494-dab9-4729-8f12-0b3a71443b9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848c9494-dab9-4729-8f12-0b3a71443b9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2259d682-382c-4735-b617-0d1ce63ccf6c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2259d682-382c-4735-b617-0d1ce63ccf6c {
  
}
}@media (max-width: 767px){#s-2259d682-382c-4735-b617-0d1ce63ccf6c {
  
}
}
#s-e043d574-ab4a-4192-83b3-46890bcdc8d2 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e043d574-ab4a-4192-83b3-46890bcdc8d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e043d574-ab4a-4192-83b3-46890bcdc8d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e043d574-ab4a-4192-83b3-46890bcdc8d2 {
  
}
}@media (max-width: 767px){#s-e043d574-ab4a-4192-83b3-46890bcdc8d2 {
  
}
}
#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e-root {
    text-align: center;
  }


#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e-root {
    text-align: center;
  }


#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e-root {
    text-align: center;
  }


#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e-root {
    text-align: center;
  }


#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e-root {
    text-align: center;
  }


#s-af7aa43b-ac86-45e7-a1cf-3bd3d4dff73e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c7e9df03-31a1-4639-ab21-64f1f71d6cb2 {
  text-align: center;
}
@media (max-width: 767px){#s-c7e9df03-31a1-4639-ab21-64f1f71d6cb2 {
  margin-top: 30px;
margin-bottom: 30px;
}
}






  #s-c7e9df03-31a1-4639-ab21-64f1f71d6cb2 img.shogun-image {
    

    
    
    
  }


#s-c7e9df03-31a1-4639-ab21-64f1f71d6cb2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-98b64eea-0b37-4f97-82ab-3017610a8d07 {
  min-height: 50px;
}








#s-98b64eea-0b37-4f97-82ab-3017610a8d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98b64eea-0b37-4f97-82ab-3017610a8d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b56ae16-9705-4d75-83b5-2205aab65fcc {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b56ae16-9705-4d75-83b5-2205aab65fcc {
  
}
}@media (max-width: 767px){#s-6b56ae16-9705-4d75-83b5-2205aab65fcc {
  
}
}
#s-30538c20-bd36-4887-b6c0-b74fee262248 {
  border-style: solid;
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-30538c20-bd36-4887-b6c0-b74fee262248 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30538c20-bd36-4887-b6c0-b74fee262248 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30538c20-bd36-4887-b6c0-b74fee262248 {
  
}
}@media (max-width: 767px){#s-30538c20-bd36-4887-b6c0-b74fee262248 {
  
}
}
#s-2371596b-f61e-4a91-965a-6c301346f60c {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-2371596b-f61e-4a91-965a-6c301346f60c:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2371596b-f61e-4a91-965a-6c301346f60c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2371596b-f61e-4a91-965a-6c301346f60c-root {
    text-align: center;
  }


#s-2371596b-f61e-4a91-965a-6c301346f60c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2371596b-f61e-4a91-965a-6c301346f60c-root {
    text-align: center;
  }


#s-2371596b-f61e-4a91-965a-6c301346f60c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2371596b-f61e-4a91-965a-6c301346f60c-root {
    text-align: center;
  }


#s-2371596b-f61e-4a91-965a-6c301346f60c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2371596b-f61e-4a91-965a-6c301346f60c-root {
    text-align: center;
  }


#s-2371596b-f61e-4a91-965a-6c301346f60c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2371596b-f61e-4a91-965a-6c301346f60c-root {
    text-align: center;
  }


#s-2371596b-f61e-4a91-965a-6c301346f60c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 {
  padding-top: 30px;
padding-bottom: 15px;
background-color: rgba(66, 179, 227, 1);
}
@media (min-width: 1200px){#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 {
  display: none;
}
#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7, #wrap-s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 {
  display: none;
}
#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7, #wrap-s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 {
  display: none;
}
#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7, #wrap-s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 { display:none !important; }}@media (max-width: 767px){#s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7 {
  
}
}
@media (min-width: 0px) {
[id="s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0d5dd80-7135-4756-ae45-365ca5c4c4a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-78dc2a91-1266-45e0-bc90-af26070534e9 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-52120a2a-e8aa-4859-8cc0-109043f6d38f {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
margin-right: 15px;
}

#s-14562f70-7c77-4fc0-b706-a4847c51b8d3 {
  margin-left: 0px;
margin-right: 0px;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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