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

.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-5afb234e-a10f-4e87-9c94-477f1e78be37 {
  margin-top: 30px;
margin-bottom: 0px;
min-height: 50px;
}








#s-5afb234e-a10f-4e87-9c94-477f1e78be37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5afb234e-a10f-4e87-9c94-477f1e78be37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-486d027c-a186-4f45-aaba-0ea43505ab90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-486d027c-a186-4f45-aaba-0ea43505ab90 {
  display: none;
}
#s-486d027c-a186-4f45-aaba-0ea43505ab90, #wrap-s-486d027c-a186-4f45-aaba-0ea43505ab90 { display:none !important; }}
#s-486d027c-a186-4f45-aaba-0ea43505ab90 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-3fda364e-29c8-43ae-97b8-ee95e535be11 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3fda364e-29c8-43ae-97b8-ee95e535be11 {
  display: none;
}
#s-3fda364e-29c8-43ae-97b8-ee95e535be11, #wrap-s-3fda364e-29c8-43ae-97b8-ee95e535be11 { display:none !important; }}
#s-3fda364e-29c8-43ae-97b8-ee95e535be11 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 {
  display: none;
}
#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68, #wrap-s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 {
  display: none;
}
#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68, #wrap-s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 {
  display: none;
}
#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68, #wrap-s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 { display:none !important; }}@media (max-width: 767px){#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 {
  margin-bottom: 0px;
}
}
#s-7a82c582-573a-4c4b-87d0-7fdbf3d74b68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e {
  margin-top: 0px;
margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e {
  display: none;
}
#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e, #wrap-s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e {
  display: none;
}
#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e, #wrap-s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e {
  display: none;
}
#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e, #wrap-s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e { display:none !important; }}@media (max-width: 767px){#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e {
  
}
}
#s-0798aa3c-14f4-4c06-8aae-a4a9ba81282e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6ca2eec5-35fb-49e9-8d37-28b6f5a5b01a {
  margin-left: 15%;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ca2eec5-35fb-49e9-8d37-28b6f5a5b01a {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-6ca2eec5-35fb-49e9-8d37-28b6f5a5b01a {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-6ca2eec5-35fb-49e9-8d37-28b6f5a5b01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca2eec5-35fb-49e9-8d37-28b6f5a5b01a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c0af89da-297f-4d1e-9785-7c63198f6f35 {
  margin-top: 75px;
margin-left: 15%;
margin-bottom: 75px;
margin-right: 15%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0af89da-297f-4d1e-9785-7c63198f6f35 {
  display: none;
}
#s-c0af89da-297f-4d1e-9785-7c63198f6f35, #wrap-s-c0af89da-297f-4d1e-9785-7c63198f6f35 { display:none !important; }}@media (max-width: 767px){#s-c0af89da-297f-4d1e-9785-7c63198f6f35 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}






  #s-c0af89da-297f-4d1e-9785-7c63198f6f35 img.shogun-image {
    

    
    
    
  }


#s-c0af89da-297f-4d1e-9785-7c63198f6f35 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bef0373-9c90-45de-b385-970988d2dc9e {
  margin-top: 75px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-5bef0373-9c90-45de-b385-970988d2dc9e {
  display: none;
}
#s-5bef0373-9c90-45de-b385-970988d2dc9e, #wrap-s-5bef0373-9c90-45de-b385-970988d2dc9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bef0373-9c90-45de-b385-970988d2dc9e {
  display: none;
}
#s-5bef0373-9c90-45de-b385-970988d2dc9e, #wrap-s-5bef0373-9c90-45de-b385-970988d2dc9e { display:none !important; }}@media (max-width: 767px){#s-5bef0373-9c90-45de-b385-970988d2dc9e {
  display: none;
}
#s-5bef0373-9c90-45de-b385-970988d2dc9e, #wrap-s-5bef0373-9c90-45de-b385-970988d2dc9e { display:none !important; }}






  #s-5bef0373-9c90-45de-b385-970988d2dc9e img.shogun-image {
    

    
    
    
  }


#s-5bef0373-9c90-45de-b385-970988d2dc9e .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 {
  display: none;
}
#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05, #wrap-s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 { display:none !important; }}@media (max-width: 767px){#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 {
  display: none;
}
#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05, #wrap-s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 { display:none !important; }}
#s-8a5939fd-116e-47b8-b3ba-4d0e5e1b3e05 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 {
  display: none;
}
#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062, #wrap-s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 {
  display: none;
}
#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062, #wrap-s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 { display:none !important; }}@media (max-width: 767px){#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 {
  display: none;
}
#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062, #wrap-s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 { display:none !important; }}
#s-a9e2ca8a-36c8-4d53-b250-dfddae65f062 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-05478d99-6f41-4c40-83b5-4f991ebfb08c {
  margin-top: 40px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-05478d99-6f41-4c40-83b5-4f991ebfb08c {
  display: none;
}
#s-05478d99-6f41-4c40-83b5-4f991ebfb08c, #wrap-s-05478d99-6f41-4c40-83b5-4f991ebfb08c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05478d99-6f41-4c40-83b5-4f991ebfb08c {
  display: none;
}
#s-05478d99-6f41-4c40-83b5-4f991ebfb08c, #wrap-s-05478d99-6f41-4c40-83b5-4f991ebfb08c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05478d99-6f41-4c40-83b5-4f991ebfb08c {
  display: none;
}
#s-05478d99-6f41-4c40-83b5-4f991ebfb08c, #wrap-s-05478d99-6f41-4c40-83b5-4f991ebfb08c { display:none !important; }}
#s-05478d99-6f41-4c40-83b5-4f991ebfb08c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



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

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

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

#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a {
  display: none;
}
#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a, #wrap-s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a {
  display: none;
}
#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a, #wrap-s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a {
  display: none;
}
#s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a, #wrap-s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a { display:none !important; }}
@media (min-width: 0px) {
[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-54d63c39-0a45-4941-b0be-c56b5aa2cd9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e63806c6-8e23-472e-9d7d-a6e52f664797 {
  margin-top: 20px;
text-align: center;
}







  #s-e63806c6-8e23-472e-9d7d-a6e52f664797 img.shogun-image {
    

    
    
    
  }


#s-e63806c6-8e23-472e-9d7d-a6e52f664797 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cbac3b1-553c-44d8-bd5f-8925a8836033 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2cbac3b1-553c-44d8-bd5f-8925a8836033 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2cbac3b1-553c-44d8-bd5f-8925a8836033 {
  display: none;
}
#s-2cbac3b1-553c-44d8-bd5f-8925a8836033, #wrap-s-2cbac3b1-553c-44d8-bd5f-8925a8836033 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2cbac3b1-553c-44d8-bd5f-8925a8836033"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-fa63b542-d665-42e4-b9d5-d54969802d51 {
  display: none;
}
#s-fa63b542-d665-42e4-b9d5-d54969802d51, #wrap-s-fa63b542-d665-42e4-b9d5-d54969802d51 { display:none !important; }}
#s-084a958a-cd53-4bb8-8d96-d2921e0fc641 {
  margin-left: -12%;
margin-right: -12%;
}
@media (min-width: 1200px){#s-084a958a-cd53-4bb8-8d96-d2921e0fc641 {
  display: none;
}
#s-084a958a-cd53-4bb8-8d96-d2921e0fc641, #wrap-s-084a958a-cd53-4bb8-8d96-d2921e0fc641 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-084a958a-cd53-4bb8-8d96-d2921e0fc641 {
  display: none;
}
#s-084a958a-cd53-4bb8-8d96-d2921e0fc641, #wrap-s-084a958a-cd53-4bb8-8d96-d2921e0fc641 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-084a958a-cd53-4bb8-8d96-d2921e0fc641 {
  margin-left: -12%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-084a958a-cd53-4bb8-8d96-d2921e0fc641 {
  display: none;
}
#s-084a958a-cd53-4bb8-8d96-d2921e0fc641, #wrap-s-084a958a-cd53-4bb8-8d96-d2921e0fc641 { display:none !important; }}
#s-6eadd753-3e6d-405b-ab71-3492c3c3052c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6eadd753-3e6d-405b-ab71-3492c3c3052c {
  margin-left: -10%;
margin-right: -10%;
}
}






  #s-6eadd753-3e6d-405b-ab71-3492c3c3052c img.shogun-image {
    

    
    
    
  }


#s-6eadd753-3e6d-405b-ab71-3492c3c3052c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e7d43e3-20f4-47f1-b681-aadad5445448 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0e7d43e3-20f4-47f1-b681-aadad5445448 {
  display: none;
}
#s-0e7d43e3-20f4-47f1-b681-aadad5445448, #wrap-s-0e7d43e3-20f4-47f1-b681-aadad5445448 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e7d43e3-20f4-47f1-b681-aadad5445448 {
  display: none;
}
#s-0e7d43e3-20f4-47f1-b681-aadad5445448, #wrap-s-0e7d43e3-20f4-47f1-b681-aadad5445448 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e7d43e3-20f4-47f1-b681-aadad5445448 {
  display: none;
}
#s-0e7d43e3-20f4-47f1-b681-aadad5445448, #wrap-s-0e7d43e3-20f4-47f1-b681-aadad5445448 { display:none !important; }}
#s-0e7d43e3-20f4-47f1-b681-aadad5445448 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-c1b6dee9-aa72-46ba-ac31-09e2c04c96b0 {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c1b6dee9-aa72-46ba-ac31-09e2c04c96b0 {
  display: none;
}
#s-c1b6dee9-aa72-46ba-ac31-09e2c04c96b0, #wrap-s-c1b6dee9-aa72-46ba-ac31-09e2c04c96b0 { display:none !important; }}
#s-c1b6dee9-aa72-46ba-ac31-09e2c04c96b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-61ddb234-77ba-45ef-b473-dfb7a47512fe {
  margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61ddb234-77ba-45ef-b473-dfb7a47512fe {
  display: none;
}
#s-61ddb234-77ba-45ef-b473-dfb7a47512fe, #wrap-s-61ddb234-77ba-45ef-b473-dfb7a47512fe { display:none !important; }}@media (max-width: 767px){#s-61ddb234-77ba-45ef-b473-dfb7a47512fe {
  display: none;
}
#s-61ddb234-77ba-45ef-b473-dfb7a47512fe, #wrap-s-61ddb234-77ba-45ef-b473-dfb7a47512fe { display:none !important; }}






  #s-61ddb234-77ba-45ef-b473-dfb7a47512fe img.shogun-image {
    

    
    
    
  }


#s-61ddb234-77ba-45ef-b473-dfb7a47512fe .shogun-image-content {
  
    align-items: center;
  
}

#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 {
  margin-top: 35px;
margin-left: -10%;
margin-bottom: 35px;
margin-right: -10%;
text-align: center;
}
@media (min-width: 1200px){#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 {
  display: none;
}
#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2, #wrap-s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 {
  display: none;
}
#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2, #wrap-s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 { display:none !important; }}@media (max-width: 767px){#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 {
  display: none;
}
#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2, #wrap-s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 { display:none !important; }}






  #s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 img.shogun-image {
    

    
    
    
  }


#s-5e7e55a8-778f-443e-93f3-1ebfc96666f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 {
  display: none;
}
#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5, #wrap-s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 {
  display: none;
}
#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5, #wrap-s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 {
  display: none;
}
#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5, #wrap-s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 { display:none !important; }}






  #s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 img.shogun-image {
    

    
    
    
  }


#s-f04f67c7-30cb-4386-aaf5-c78dcb9f6de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 {
  display: none;
}
#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40, #wrap-s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 {
  display: none;
}
#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40, #wrap-s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 {
  display: none;
}
#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40, #wrap-s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 { display:none !important; }}
#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}


#s-0cb92db0-c58c-4b9a-96d7-899a75bcab40 .shogun-heading-component h3 a {
  color: #000;
}


#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b {
  display: none;
}
#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b, #wrap-s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b { display:none !important; }}@media (max-width: 767px){#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b {
  display: none;
}
#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b, #wrap-s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b { display:none !important; }}
#s-632e1b84-e280-4e75-b8ca-1fcfd29a0f0b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-013b4cdd-ffb4-432f-8424-eed155670fb3 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-013b4cdd-ffb4-432f-8424-eed155670fb3 {
  display: none;
}
#s-013b4cdd-ffb4-432f-8424-eed155670fb3, #wrap-s-013b4cdd-ffb4-432f-8424-eed155670fb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-013b4cdd-ffb4-432f-8424-eed155670fb3 {
  display: none;
}
#s-013b4cdd-ffb4-432f-8424-eed155670fb3, #wrap-s-013b4cdd-ffb4-432f-8424-eed155670fb3 { display:none !important; }}@media (max-width: 767px){#s-013b4cdd-ffb4-432f-8424-eed155670fb3 {
  display: none;
}
#s-013b4cdd-ffb4-432f-8424-eed155670fb3, #wrap-s-013b4cdd-ffb4-432f-8424-eed155670fb3 { display:none !important; }}
#s-013b4cdd-ffb4-432f-8424-eed155670fb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-c6199e0b-8fb7-4838-a729-1c2f4a50badb {
  margin-left: 13%;
margin-right: 13%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6199e0b-8fb7-4838-a729-1c2f4a50badb {
  display: none;
}
#s-c6199e0b-8fb7-4838-a729-1c2f4a50badb, #wrap-s-c6199e0b-8fb7-4838-a729-1c2f4a50badb { display:none !important; }}@media (max-width: 767px){#s-c6199e0b-8fb7-4838-a729-1c2f4a50badb {
  display: none;
}
#s-c6199e0b-8fb7-4838-a729-1c2f4a50badb, #wrap-s-c6199e0b-8fb7-4838-a729-1c2f4a50badb { display:none !important; }}
#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 {
  display: none;
}
#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7, #wrap-s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 {
  display: none;
}
#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7, #wrap-s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 { display:none !important; }}@media (max-width: 767px){#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 {
  display: none;
}
#s-2b405af5-4c7d-460b-9a7c-124678d5dcf7, #wrap-s-2b405af5-4c7d-460b-9a7c-124678d5dcf7 { display:none !important; }}
#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 {
  display: none;
}
#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6, #wrap-s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 {
  display: none;
}
#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6, #wrap-s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 {
  display: none;
}
#s-91211cf8-0fcc-4cf2-bb6a-b346577223a6, #wrap-s-91211cf8-0fcc-4cf2-bb6a-b346577223a6 { display:none !important; }}
#s-11621f19-771d-422b-b2de-31e70f41bc52 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 40px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-11621f19-771d-422b-b2de-31e70f41bc52 {
  display: none;
}
#s-11621f19-771d-422b-b2de-31e70f41bc52, #wrap-s-11621f19-771d-422b-b2de-31e70f41bc52 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11621f19-771d-422b-b2de-31e70f41bc52 {
  display: none;
}
#s-11621f19-771d-422b-b2de-31e70f41bc52, #wrap-s-11621f19-771d-422b-b2de-31e70f41bc52 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11621f19-771d-422b-b2de-31e70f41bc52 {
  
}
}@media (max-width: 767px){#s-11621f19-771d-422b-b2de-31e70f41bc52 {
  display: none;
}
#s-11621f19-771d-422b-b2de-31e70f41bc52, #wrap-s-11621f19-771d-422b-b2de-31e70f41bc52 { display:none !important; }}






  #s-11621f19-771d-422b-b2de-31e70f41bc52 img.shogun-image {
    

    
    
    
  }


#s-11621f19-771d-422b-b2de-31e70f41bc52 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb2e905-b741-46c2-905a-3f33a2e4118a {
  margin-top: 40px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcb2e905-b741-46c2-905a-3f33a2e4118a {
  display: none;
}
#s-fcb2e905-b741-46c2-905a-3f33a2e4118a, #wrap-s-fcb2e905-b741-46c2-905a-3f33a2e4118a { display:none !important; }}@media (max-width: 767px){#s-fcb2e905-b741-46c2-905a-3f33a2e4118a {
  display: none;
}
#s-fcb2e905-b741-46c2-905a-3f33a2e4118a, #wrap-s-fcb2e905-b741-46c2-905a-3f33a2e4118a { display:none !important; }}






  #s-fcb2e905-b741-46c2-905a-3f33a2e4118a img.shogun-image {
    

    
    
    
  }


#s-fcb2e905-b741-46c2-905a-3f33a2e4118a .shogun-image-content {
  
    align-items: center;
  
}

#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f {
  display: none;
}
#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f, #wrap-s-da234e75-f3f7-40eb-ac72-7d1b45e0172f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f {
  display: none;
}
#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f, #wrap-s-da234e75-f3f7-40eb-ac72-7d1b45e0172f { display:none !important; }}@media (max-width: 767px){#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f {
  display: none;
}
#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f, #wrap-s-da234e75-f3f7-40eb-ac72-7d1b45e0172f { display:none !important; }}






  #s-da234e75-f3f7-40eb-ac72-7d1b45e0172f img.shogun-image {
    

    
    
    
  }


#s-da234e75-f3f7-40eb-ac72-7d1b45e0172f .shogun-image-content {
  
    align-items: center;
  
}

#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 {
  display: none;
}
#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68, #wrap-s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 { display:none !important; }}@media (max-width: 767px){#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 {
  display: none;
}
#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68, #wrap-s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 { display:none !important; }}






  #s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 img.shogun-image {
    

    
    
    
  }


#s-ab0c75f6-71a4-4bb6-9f94-7a9e64b4df68 .shogun-image-content {
  
    align-items: center;
  
}

#s-25aa0a5a-3303-41ef-9d05-38d85108f1e7 {
  margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-25aa0a5a-3303-41ef-9d05-38d85108f1e7 {
  display: none;
}
#s-25aa0a5a-3303-41ef-9d05-38d85108f1e7, #wrap-s-25aa0a5a-3303-41ef-9d05-38d85108f1e7 { display:none !important; }}
#s-25aa0a5a-3303-41ef-9d05-38d85108f1e7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}



#s-9f7cdee8-5548-4bd0-b59b-07f306f263e9 {
  margin-top: 40px;
margin-left: 30%;
margin-bottom: 40px;
margin-right: 30%;
text-align: center;
}
@media (max-width: 767px){#s-9f7cdee8-5548-4bd0-b59b-07f306f263e9 {
  display: none;
}
#s-9f7cdee8-5548-4bd0-b59b-07f306f263e9, #wrap-s-9f7cdee8-5548-4bd0-b59b-07f306f263e9 { display:none !important; }}






  #s-9f7cdee8-5548-4bd0-b59b-07f306f263e9 img.shogun-image {
    

    
    
    
  }


#s-9f7cdee8-5548-4bd0-b59b-07f306f263e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 {
  text-align: center;
}
@media (min-width: 1200px){#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 {
  display: none;
}
#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8, #wrap-s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 {
  display: none;
}
#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8, #wrap-s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 {
  display: none;
}
#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8, #wrap-s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 { display:none !important; }}






  #s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 img.shogun-image {
    

    
    
    
  }


#s-926ee835-9ad2-4b85-993c-1c04f0cb10e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea {
  margin-top: 75px;
margin-bottom: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea {
  display: none;
}
#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea, #wrap-s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea {
  display: none;
}
#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea, #wrap-s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea {
  display: none;
}
#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea, #wrap-s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea { display:none !important; }}






  #s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea img.shogun-image {
    

    
    
    
  }


#s-d815ca7c-cfc8-4ee5-82da-5fd9733464ea .shogun-image-content {
  
    align-items: center;
  
}

#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 {
  margin-top: 60px;
margin-left: 20%;
margin-bottom: 25px;
margin-right: 20%;
text-align: center;
}
@media (min-width: 1200px){#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 {
  display: none;
}
#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3, #wrap-s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 {
  display: none;
}
#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3, #wrap-s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 {
  display: none;
}
#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3, #wrap-s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 { display:none !important; }}@media (max-width: 767px){#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 {
  
}
}






  #s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 img.shogun-image {
    

    
    
    
  }


#s-5f0facf5-66b7-4c7d-a36b-8893d53a36f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d219df3b-5a02-45cd-a49b-58a94ff105bf {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d219df3b-5a02-45cd-a49b-58a94ff105bf {
  display: none;
}
#s-d219df3b-5a02-45cd-a49b-58a94ff105bf, #wrap-s-d219df3b-5a02-45cd-a49b-58a94ff105bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d219df3b-5a02-45cd-a49b-58a94ff105bf {
  display: none;
}
#s-d219df3b-5a02-45cd-a49b-58a94ff105bf, #wrap-s-d219df3b-5a02-45cd-a49b-58a94ff105bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d219df3b-5a02-45cd-a49b-58a94ff105bf {
  display: none;
}
#s-d219df3b-5a02-45cd-a49b-58a94ff105bf, #wrap-s-d219df3b-5a02-45cd-a49b-58a94ff105bf { display:none !important; }}
#s-d219df3b-5a02-45cd-a49b-58a94ff105bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Archivo Black";
  font-style:  normal ;
  font-size: 46px;
  
  
  text-align: left;
}



#s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7 {
  margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7 {
  margin-left: 0px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e1b6d8b-de08-4dcc-a9dd-f8b1a99134a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-0ee65f85-30dc-401e-8276-a1613fe8f79d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-94fa3931-55ea-4eb8-8348-07c00823bcfd {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-94fa3931-55ea-4eb8-8348-07c00823bcfd img.shogun-image {
    

    
    
    
  }


#s-94fa3931-55ea-4eb8-8348-07c00823bcfd .shogun-image-content {
  
    align-items: center;
  
}

#s-4a687b13-f447-4429-bf66-c7190eed3c5b {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
text-align: center;
}







  #s-4a687b13-f447-4429-bf66-c7190eed3c5b img.shogun-image {
    

    
    
    
  }


#s-4a687b13-f447-4429-bf66-c7190eed3c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-bd244823-8e40-4070-ac12-1265b2686067 {
  margin-left: 8%;
margin-right: 8%;
}

.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-c3d788ab-92fe-446e-b710-5d7493bbd082 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c3d788ab-92fe-446e-b710-5d7493bbd082:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3d788ab-92fe-446e-b710-5d7493bbd082:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3d788ab-92fe-446e-b710-5d7493bbd082-root {
    text-align: center;
  }


#s-c3d788ab-92fe-446e-b710-5d7493bbd082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3d788ab-92fe-446e-b710-5d7493bbd082-root {
    text-align: center;
  }


#s-c3d788ab-92fe-446e-b710-5d7493bbd082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3d788ab-92fe-446e-b710-5d7493bbd082-root {
    text-align: center;
  }


#s-c3d788ab-92fe-446e-b710-5d7493bbd082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3d788ab-92fe-446e-b710-5d7493bbd082-root {
    text-align: center;
  }


#s-c3d788ab-92fe-446e-b710-5d7493bbd082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3d788ab-92fe-446e-b710-5d7493bbd082-root {
    text-align: center;
  }


#s-c3d788ab-92fe-446e-b710-5d7493bbd082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5df0056c-f8dc-4d20-9cf0-c2f9bf55a732 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-d75ac297-9cfb-467d-b4fb-f3114cef42a6 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-d75ac297-9cfb-467d-b4fb-f3114cef42a6 img.shogun-image {
    

    
    
    
  }


#s-d75ac297-9cfb-467d-b4fb-f3114cef42a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee58d9a-87e3-4ede-87ea-b7cfcc1ad72f {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
text-align: center;
}







  #s-9ee58d9a-87e3-4ede-87ea-b7cfcc1ad72f img.shogun-image {
    

    
    
    
  }


#s-9ee58d9a-87e3-4ede-87ea-b7cfcc1ad72f .shogun-image-content {
  
    align-items: center;
  
}

#s-7a0a6e4a-8346-448a-8373-675deb07fb3d {
  margin-left: 8%;
margin-right: 8%;
}

#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a {
  margin-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a {
  margin-top: 40px;
}
}

  #s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a-root {
    text-align: center;
  }


#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a-root {
    text-align: center;
  }


#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a-root {
    text-align: center;
  }


#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a-root {
    text-align: center;
  }


#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a-root {
    text-align: center;
  }


#s-6884e766-e0b1-4e0d-830b-0d4cd62dea7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c3215c5d-e040-436a-a577-b15858b94b0a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-186e6c0d-445b-46fb-9c35-25047d9487a9 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-186e6c0d-445b-46fb-9c35-25047d9487a9 img.shogun-image {
    

    
    
    
  }


#s-186e6c0d-445b-46fb-9c35-25047d9487a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffb6a6b6-b4d4-4f83-b596-2ea6b5a667cc {
  margin-left: 10%;
margin-right: 10%;
}

#s-052ce506-bc7b-400c-8da1-45c74e6e86da {
  margin-top: 15px;
margin-left: 25%;
margin-bottom: 15px;
margin-right: 25%;
text-align: center;
}







  #s-052ce506-bc7b-400c-8da1-45c74e6e86da img.shogun-image {
    

    
    
    
  }


#s-052ce506-bc7b-400c-8da1-45c74e6e86da .shogun-image-content {
  
    align-items: center;
  
}

#s-acf99c1c-44d5-4bdb-9a70-4680ea44fa36 {
  margin-left: 8%;
margin-right: 8%;
}

#s-a33955bf-6e50-474e-a98a-141f81f6fb88 {
  margin-top: 65px;
margin-bottom: 40px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 1px;
padding-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 34px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a33955bf-6e50-474e-a98a-141f81f6fb88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a33955bf-6e50-474e-a98a-141f81f6fb88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a33955bf-6e50-474e-a98a-141f81f6fb88-root {
    text-align: center;
  }


#s-a33955bf-6e50-474e-a98a-141f81f6fb88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a33955bf-6e50-474e-a98a-141f81f6fb88-root {
    text-align: center;
  }


#s-a33955bf-6e50-474e-a98a-141f81f6fb88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a33955bf-6e50-474e-a98a-141f81f6fb88-root {
    text-align: center;
  }


#s-a33955bf-6e50-474e-a98a-141f81f6fb88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a33955bf-6e50-474e-a98a-141f81f6fb88-root {
    text-align: center;
  }


#s-a33955bf-6e50-474e-a98a-141f81f6fb88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a33955bf-6e50-474e-a98a-141f81f6fb88-root {
    text-align: center;
  }


#s-a33955bf-6e50-474e-a98a-141f81f6fb88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c86c9817-4a6b-4cae-a724-7859d279dc87 {
  margin-top: 100px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c86c9817-4a6b-4cae-a724-7859d279dc87 {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-c86c9817-4a6b-4cae-a724-7859d279dc87 {
  display: none;
}
#s-c86c9817-4a6b-4cae-a724-7859d279dc87, #wrap-s-c86c9817-4a6b-4cae-a724-7859d279dc87 { display:none !important; }}






  #s-c86c9817-4a6b-4cae-a724-7859d279dc87 img.shogun-image {
    

    
    
    
  }


#s-c86c9817-4a6b-4cae-a724-7859d279dc87 .shogun-image-content {
  
    align-items: center;
  
}

#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 {
  text-align: center;
}
@media (min-width: 1200px){#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 {
  display: none;
}
#s-64744ee8-e882-48b5-abb6-37a5b1f5e724, #wrap-s-64744ee8-e882-48b5-abb6-37a5b1f5e724 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 {
  display: none;
}
#s-64744ee8-e882-48b5-abb6-37a5b1f5e724, #wrap-s-64744ee8-e882-48b5-abb6-37a5b1f5e724 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 {
  display: none;
}
#s-64744ee8-e882-48b5-abb6-37a5b1f5e724, #wrap-s-64744ee8-e882-48b5-abb6-37a5b1f5e724 { display:none !important; }}@media (max-width: 767px){#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 {
  margin-top: 25px;
margin-bottom: 25px;
}
}






  #s-64744ee8-e882-48b5-abb6-37a5b1f5e724 img.shogun-image {
    

    
    
    
  }


#s-64744ee8-e882-48b5-abb6-37a5b1f5e724 .shogun-image-content {
  
    align-items: center;
  
}

#s-19242b21-1507-4e19-9f67-33320fdeeb58 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19242b21-1507-4e19-9f67-33320fdeeb58 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-19242b21-1507-4e19-9f67-33320fdeeb58 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-19242b21-1507-4e19-9f67-33320fdeeb58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-19242b21-1507-4e19-9f67-33320fdeeb58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-19242b21-1507-4e19-9f67-33320fdeeb58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-19242b21-1507-4e19-9f67-33320fdeeb58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d090f5a7-c69b-437c-aa9e-cab816d2eea7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-eeccedd3-a89b-4e82-9220-73859f53653c {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-eeccedd3-a89b-4e82-9220-73859f53653c img.shogun-image {
    

    
    
    
  }


#s-eeccedd3-a89b-4e82-9220-73859f53653c .shogun-image-content {
  
    align-items: center;
  
}

#s-79020afe-7192-40e7-b10c-846422f428e2 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-79020afe-7192-40e7-b10c-846422f428e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9a06ace4-22c7-4c8e-88a8-d01c1c20c4f5 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3ec2b586-5798-444e-8ba5-3b1cfa66947f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fc1e11d4-74e6-4c9a-bb9a-80e94a85c703 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}

#s-df639912-ee80-4d7b-a5ad-e21a985d2c3a {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-df639912-ee80-4d7b-a5ad-e21a985d2c3a img.shogun-image {
    

    
    
    
  }


#s-df639912-ee80-4d7b-a5ad-e21a985d2c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-41821ed6-b0a8-41b3-bef1-1a7af69a7c62 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-a511aa61-9f32-4c5b-94d5-4bbcbf6d79a0 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ceb7467a-ddad-4226-a5b7-e0021e21d3e5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bdd423e7-93f8-4135-a767-ee3876466477 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}
@media (max-width: 767px){#s-bdd423e7-93f8-4135-a767-ee3876466477 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-2cb7502a-1194-4338-b1a3-51ccd1efc73c {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}







  #s-2cb7502a-1194-4338-b1a3-51ccd1efc73c img.shogun-image {
    

    
    
    
  }


#s-2cb7502a-1194-4338-b1a3-51ccd1efc73c .shogun-image-content {
  
    align-items: center;
  
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1399ab3-d0c9-469f-a700-9fcc3a23b8cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-0eea12cd-7c36-4a58-b9c8-9184a492138c {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3f1f7a0d-ccf2-4933-87ee-ce25b6f3fd90.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-548cdf02-2b44-4140-9c1b-28f461ee3bd4 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 16px;
}
@media (max-width: 767px){#s-548cdf02-2b44-4140-9c1b-28f461ee3bd4 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-37beb131-c3cb-49b1-8048-7cd9c913b175 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-37beb131-c3cb-49b1-8048-7cd9c913b175 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-37beb131-c3cb-49b1-8048-7cd9c913b175 img.shogun-image {
    

    
    
    
  }


#s-37beb131-c3cb-49b1-8048-7cd9c913b175 .shogun-image-content {
  
    align-items: center;
  
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 {
  margin-left: 7%;
margin-right: 7%;
text-align: left;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9669c4da-bb6d-4988-8a2a-45363e4c3b95 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-31c572ca-d62a-4d37-8671-0f98f9156635 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
}

#s-da7301a2-14b2-4299-961e-4314b7d6272f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 32px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-da7301a2-14b2-4299-961e-4314b7d6272f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-da7301a2-14b2-4299-961e-4314b7d6272f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-da7301a2-14b2-4299-961e-4314b7d6272f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-da7301a2-14b2-4299-961e-4314b7d6272f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-da7301a2-14b2-4299-961e-4314b7d6272f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-da7301a2-14b2-4299-961e-4314b7d6272f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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