.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-0266cbb9-6565-4528-a60b-ed9679a422b6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0266cbb9-6565-4528-a60b-ed9679a422b6 {
  display: none;
}
#s-0266cbb9-6565-4528-a60b-ed9679a422b6, #wrap-s-0266cbb9-6565-4528-a60b-ed9679a422b6 { display: none !important; }}@media (max-width: 767px){#s-0266cbb9-6565-4528-a60b-ed9679a422b6 {
  display: none;
}
#s-0266cbb9-6565-4528-a60b-ed9679a422b6, #wrap-s-0266cbb9-6565-4528-a60b-ed9679a422b6 { display: none !important; }}







#s-0266cbb9-6565-4528-a60b-ed9679a422b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0266cbb9-6565-4528-a60b-ed9679a422b6.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-eab071b3-fb23-422f-b1ab-6b8d9dce2d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eab071b3-fb23-422f-b1ab-6b8d9dce2d7e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: 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;
}

#s-826cb08c-1acd-4d32-87cc-314292334b6a {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-826cb08c-1acd-4d32-87cc-314292334b6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-826cb08c-1acd-4d32-87cc-314292334b6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-826cb08c-1acd-4d32-87cc-314292334b6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-826cb08c-1acd-4d32-87cc-314292334b6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

.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-f199a405-dfb2-4498-be47-b74fd040769c {
  border-radius: 12px;
text-align: center;
}







  #s-f199a405-dfb2-4498-be47-b74fd040769c img.shogun-image {
    

    
    
    
  }


#s-f199a405-dfb2-4498-be47-b74fd040769c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d90d998d-9666-4d05-a690-dcb72674ce5b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d1d221f5-5edb-43fb-8332-90eddf925c3d {
  border-radius: 12px;
text-align: center;
}







  #s-d1d221f5-5edb-43fb-8332-90eddf925c3d img.shogun-image {
    

    
    
    
  }


#s-d1d221f5-5edb-43fb-8332-90eddf925c3d .shogun-image-content {
  
    align-items: center;
  
}

#s-970b0947-4c4b-4b72-ab39-6a5f3837b2d7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dd32a12e-aac5-4358-83f9-327b44d7d545 {
  border-radius: 12px;
text-align: center;
}







  #s-dd32a12e-aac5-4358-83f9-327b44d7d545 img.shogun-image {
    

    
    
    
  }


#s-dd32a12e-aac5-4358-83f9-327b44d7d545 .shogun-image-content {
  
    align-items: center;
  
}

#s-b19b587c-3288-4e08-9782-81ffad081190 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-45e3546f-6b7f-49db-a7c9-58ac90272c6e {
  border-radius: 12px;
text-align: center;
}







  #s-45e3546f-6b7f-49db-a7c9-58ac90272c6e img.shogun-image {
    

    
    
    
  }


#s-45e3546f-6b7f-49db-a7c9-58ac90272c6e .shogun-image-content {
  
    align-items: center;
  
}

#s-b24fc5bd-9059-415c-a5a7-d70dd34a04a4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4b0e16f0-ed02-4c95-8aa4-b547d04dd164 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-4b0e16f0-ed02-4c95-8aa4-b547d04dd164"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4b0e16f0-ed02-4c95-8aa4-b547d04dd164"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4b0e16f0-ed02-4c95-8aa4-b547d04dd164"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b0e16f0-ed02-4c95-8aa4-b547d04dd164"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7b3cd6ec-4caa-4d81-acef-0ed501bedeb0 {
  border-radius: 12px;
text-align: center;
}







  #s-7b3cd6ec-4caa-4d81-acef-0ed501bedeb0 img.shogun-image {
    

    
    
    
  }


#s-7b3cd6ec-4caa-4d81-acef-0ed501bedeb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dc12dfe-b384-414b-8244-e456366f9496 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5d6075ba-56e5-4e79-8763-ecb6e3256248 {
  border-radius: 12px;
text-align: center;
}







  #s-5d6075ba-56e5-4e79-8763-ecb6e3256248 img.shogun-image {
    

    
    
    
  }


#s-5d6075ba-56e5-4e79-8763-ecb6e3256248 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ab99f6-d05d-488e-959d-b816e2a33b1e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-38bddfa9-7e96-411c-93b5-a5bf592333db {
  border-radius: 12px;
text-align: center;
}







  #s-38bddfa9-7e96-411c-93b5-a5bf592333db img.shogun-image {
    

    
    
    
  }


#s-38bddfa9-7e96-411c-93b5-a5bf592333db .shogun-image-content {
  
    align-items: center;
  
}

#s-f8ff5715-bb9f-4cae-acc6-7bfb0f23e1ef {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-58422068-6e34-4214-8b2f-56e051033aa8 {
  border-radius: 12px;
max-width: 896px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-58422068-6e34-4214-8b2f-56e051033aa8 img.shogun-image,
  #s-58422068-6e34-4214-8b2f-56e051033aa8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58422068-6e34-4214-8b2f-56e051033aa8 {
    width: 100%;
    height: auto;
  }



  #s-58422068-6e34-4214-8b2f-56e051033aa8 img.shogun-image {
    

    
    
    
  }


#s-58422068-6e34-4214-8b2f-56e051033aa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fef4838-802c-435e-846c-f9750f8eedd1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ae578a04-d1a3-481f-80e6-b31699bc8330 {
  margin-top: 20px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-ae578a04-d1a3-481f-80e6-b31699bc8330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae578a04-d1a3-481f-80e6-b31699bc8330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae578a04-d1a3-481f-80e6-b31699bc8330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae578a04-d1a3-481f-80e6-b31699bc8330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b3fa5e7-9075-4d93-ac80-75387d07587f {
  border-radius: 12px;
text-align: center;
}







  #s-3b3fa5e7-9075-4d93-ac80-75387d07587f img.shogun-image {
    

    
    
    
  }


#s-3b3fa5e7-9075-4d93-ac80-75387d07587f .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a932a2-e40e-49e5-999f-a485363a5f74 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b81486c7-7504-4989-927a-cdb91c81d3b3 {
  border-radius: 12px;
text-align: center;
}







  #s-b81486c7-7504-4989-927a-cdb91c81d3b3 img.shogun-image {
    

    
    
    
  }


#s-b81486c7-7504-4989-927a-cdb91c81d3b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce300b7c-49a8-405b-94a9-f44c3f2fa361 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8058402e-f27a-43b8-91fc-3045eba680ec {
  border-radius: 12px;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8058402e-f27a-43b8-91fc-3045eba680ec img.shogun-image,
  #s-8058402e-f27a-43b8-91fc-3045eba680ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8058402e-f27a-43b8-91fc-3045eba680ec {
    width: 100%;
    height: auto;
  }



  #s-8058402e-f27a-43b8-91fc-3045eba680ec img.shogun-image {
    

    
    
    
  }


#s-8058402e-f27a-43b8-91fc-3045eba680ec .shogun-image-content {
  
    align-items: center;
  
}

#s-3618b497-3163-4af2-be70-508d13086ed2 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-96b77f51-cbba-4838-b59a-548557d8710d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-96b77f51-cbba-4838-b59a-548557d8710d {
  display: none;
}
#s-96b77f51-cbba-4838-b59a-548557d8710d, #wrap-s-96b77f51-cbba-4838-b59a-548557d8710d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96b77f51-cbba-4838-b59a-548557d8710d {
  display: none;
}
#s-96b77f51-cbba-4838-b59a-548557d8710d, #wrap-s-96b77f51-cbba-4838-b59a-548557d8710d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96b77f51-cbba-4838-b59a-548557d8710d {
  display: unset;
}
#s-96b77f51-cbba-4838-b59a-548557d8710d, #wrap-s-96b77f51-cbba-4838-b59a-548557d8710d { display: unset !important; }}@media (max-width: 767px){#s-96b77f51-cbba-4838-b59a-548557d8710d {
  display: none;
}
#s-96b77f51-cbba-4838-b59a-548557d8710d, #wrap-s-96b77f51-cbba-4838-b59a-548557d8710d { display: none !important; }}







#s-96b77f51-cbba-4838-b59a-548557d8710d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b77f51-cbba-4838-b59a-548557d8710d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f70fa6f9-bb95-40e5-9da6-b49095136de6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f70fa6f9-bb95-40e5-9da6-b49095136de6 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 80px;
  
  
  text-align: center;
}



#s-66bb38c4-a044-48cb-8349-22020014dd9f {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-66bb38c4-a044-48cb-8349-22020014dd9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-66bb38c4-a044-48cb-8349-22020014dd9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66bb38c4-a044-48cb-8349-22020014dd9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66bb38c4-a044-48cb-8349-22020014dd9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-5ecbabfa-12d6-4b60-8120-ef7d04a70bff {
  border-radius: 12px;
text-align: center;
}







  #s-5ecbabfa-12d6-4b60-8120-ef7d04a70bff img.shogun-image {
    

    
    
    
  }


#s-5ecbabfa-12d6-4b60-8120-ef7d04a70bff .shogun-image-content {
  
    align-items: center;
  
}

#s-1c3cdf1d-57b1-4c19-acfe-011ff0c99395 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-252bc25f-f695-42ff-92db-e1c89651be90 {
  border-radius: 12px;
text-align: center;
}







  #s-252bc25f-f695-42ff-92db-e1c89651be90 img.shogun-image {
    

    
    
    
  }


#s-252bc25f-f695-42ff-92db-e1c89651be90 .shogun-image-content {
  
    align-items: center;
  
}

#s-21eba63c-5048-4d7d-ac59-1378ec9a120f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6e2a787f-e5b3-4d66-b74d-e04e06955455 {
  border-radius: 12px;
text-align: center;
}







  #s-6e2a787f-e5b3-4d66-b74d-e04e06955455 img.shogun-image {
    

    
    
    
  }


#s-6e2a787f-e5b3-4d66-b74d-e04e06955455 .shogun-image-content {
  
    align-items: center;
  
}

#s-8739ea76-4e0b-4cb5-bb66-959eab2f05cb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-372ffb13-8c73-4d41-af9c-3f4a926bc3f8 {
  border-radius: 12px;
text-align: center;
}







  #s-372ffb13-8c73-4d41-af9c-3f4a926bc3f8 img.shogun-image {
    

    
    
    
  }


#s-372ffb13-8c73-4d41-af9c-3f4a926bc3f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-58bcff42-7ca7-4695-989c-75c7e61179af {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d4f8f0de-ee0b-4705-a6de-0297bab48c42 {
  margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-d4f8f0de-ee0b-4705-a6de-0297bab48c42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d4f8f0de-ee0b-4705-a6de-0297bab48c42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4f8f0de-ee0b-4705-a6de-0297bab48c42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4f8f0de-ee0b-4705-a6de-0297bab48c42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-accd9890-0cbe-4df3-9e59-ab7491923e36 {
  border-radius: 12px;
text-align: center;
}







  #s-accd9890-0cbe-4df3-9e59-ab7491923e36 img.shogun-image {
    

    
    
    
  }


#s-accd9890-0cbe-4df3-9e59-ab7491923e36 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb3f7a4-b729-439d-bf57-faf6c17e9815 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bccc2243-4ac8-4a68-ae84-031ad159c11a {
  border-radius: 12px;
text-align: center;
}







  #s-bccc2243-4ac8-4a68-ae84-031ad159c11a img.shogun-image {
    

    
    
    
  }


#s-bccc2243-4ac8-4a68-ae84-031ad159c11a .shogun-image-content {
  
    align-items: center;
  
}

#s-e01db124-02d4-43a5-a4d1-f53f413df94d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a6ef2110-1db9-4be8-a333-394f338abbb5 {
  border-radius: 12px;
text-align: center;
}







  #s-a6ef2110-1db9-4be8-a333-394f338abbb5 img.shogun-image {
    

    
    
    
  }


#s-a6ef2110-1db9-4be8-a333-394f338abbb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b3ee1d8-cc56-4ad6-bdda-a50725329d8c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e321c156-deda-4f52-9327-a07ddf9cbf5c {
  border-radius: 12px;
max-width: 896px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e321c156-deda-4f52-9327-a07ddf9cbf5c img.shogun-image,
  #s-e321c156-deda-4f52-9327-a07ddf9cbf5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e321c156-deda-4f52-9327-a07ddf9cbf5c {
    width: 100%;
    height: auto;
  }



  #s-e321c156-deda-4f52-9327-a07ddf9cbf5c img.shogun-image {
    

    
    
    
  }


#s-e321c156-deda-4f52-9327-a07ddf9cbf5c .shogun-image-content {
  
    align-items: center;
  
}

#s-163e70d2-4045-4f33-826d-165b8b53343e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3aeb3f7f-e9d4-4ad5-a53c-ac396a89f34b {
  margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-3aeb3f7f-e9d4-4ad5-a53c-ac396a89f34b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aeb3f7f-e9d4-4ad5-a53c-ac396a89f34b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3aeb3f7f-e9d4-4ad5-a53c-ac396a89f34b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aeb3f7f-e9d4-4ad5-a53c-ac396a89f34b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9433f87e-e272-4e4e-8e61-3f0a64bce017 {
  border-radius: 12px;
text-align: center;
}







  #s-9433f87e-e272-4e4e-8e61-3f0a64bce017 img.shogun-image {
    

    
    
    
  }


#s-9433f87e-e272-4e4e-8e61-3f0a64bce017 .shogun-image-content {
  
    align-items: center;
  
}

#s-df751b75-8968-437d-b61f-3ff7e8f7de94 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-34233358-3a87-47af-b238-754f31a9acf7 {
  border-radius: 12px;
text-align: center;
}







  #s-34233358-3a87-47af-b238-754f31a9acf7 img.shogun-image {
    

    
    
    
  }


#s-34233358-3a87-47af-b238-754f31a9acf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-63c7ce08-b1b3-4932-93b9-3775f1d49ec5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a {
  border-radius: 12px;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a img.shogun-image,
  #s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a {
    width: 100%;
    height: auto;
  }



  #s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a img.shogun-image {
    

    
    
    
  }


#s-fb74c158-34d6-40ed-b135-77a7fa2f6b3a .shogun-image-content {
  
    align-items: center;
  
}

#s-de10db09-01f2-443c-b8f3-7133bd8d6acb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6340e92f-85a3-4afe-833d-a0962514dbd9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6340e92f-85a3-4afe-833d-a0962514dbd9 {
  display: none;
}
#s-6340e92f-85a3-4afe-833d-a0962514dbd9, #wrap-s-6340e92f-85a3-4afe-833d-a0962514dbd9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6340e92f-85a3-4afe-833d-a0962514dbd9 {
  display: none;
}
#s-6340e92f-85a3-4afe-833d-a0962514dbd9, #wrap-s-6340e92f-85a3-4afe-833d-a0962514dbd9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6340e92f-85a3-4afe-833d-a0962514dbd9 {
  display: none;
}
#s-6340e92f-85a3-4afe-833d-a0962514dbd9, #wrap-s-6340e92f-85a3-4afe-833d-a0962514dbd9 { display: none !important; }}@media (max-width: 767px){#s-6340e92f-85a3-4afe-833d-a0962514dbd9 {
  display: unset;
}
#s-6340e92f-85a3-4afe-833d-a0962514dbd9, #wrap-s-6340e92f-85a3-4afe-833d-a0962514dbd9 { display: unset !important; }}







#s-6340e92f-85a3-4afe-833d-a0962514dbd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6340e92f-85a3-4afe-833d-a0962514dbd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e017ca-8fb2-4c49-b559-badfb5892271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35e017ca-8fb2-4c49-b559-badfb5892271 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}



#s-e7c8fcfd-a464-4ae2-9754-21a1ee3258d8 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e7c8fcfd-a464-4ae2-9754-21a1ee3258d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e7c8fcfd-a464-4ae2-9754-21a1ee3258d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c8fcfd-a464-4ae2-9754-21a1ee3258d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c8fcfd-a464-4ae2-9754-21a1ee3258d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bf4def79-0c48-4614-8015-306eba4b3a67 {
  border-radius: 12px;
text-align: center;
}







  #s-bf4def79-0c48-4614-8015-306eba4b3a67 img.shogun-image {
    

    
    
    
  }


#s-bf4def79-0c48-4614-8015-306eba4b3a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e1e7bca-ac5b-4bbf-b6e9-0446118a32b8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3255d874-30d2-4023-bf65-74239744b44c {
  border-radius: 12px;
text-align: center;
}







  #s-3255d874-30d2-4023-bf65-74239744b44c img.shogun-image {
    

    
    
    
  }


#s-3255d874-30d2-4023-bf65-74239744b44c .shogun-image-content {
  
    align-items: center;
  
}

#s-910035aa-7d72-44ab-8ccf-93e1a74e8e11 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b7adb67a-35ad-45ce-a8d6-40b1d677f654 {
  border-radius: 12px;
text-align: center;
}







  #s-b7adb67a-35ad-45ce-a8d6-40b1d677f654 img.shogun-image {
    

    
    
    
  }


#s-b7adb67a-35ad-45ce-a8d6-40b1d677f654 .shogun-image-content {
  
    align-items: center;
  
}

#s-633bab7f-f5d3-4d75-9936-f12e90f2d056 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fda5df66-18f1-4424-8691-4556e2085e96 {
  border-radius: 12px;
text-align: center;
}







  #s-fda5df66-18f1-4424-8691-4556e2085e96 img.shogun-image {
    

    
    
    
  }


#s-fda5df66-18f1-4424-8691-4556e2085e96 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c72466f-cb9f-4898-8aaf-0327a058f2b9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-476f4027-5fc6-4bd9-92d2-291460982999 {
  margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-476f4027-5fc6-4bd9-92d2-291460982999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-476f4027-5fc6-4bd9-92d2-291460982999"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-476f4027-5fc6-4bd9-92d2-291460982999"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-476f4027-5fc6-4bd9-92d2-291460982999"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-be909a2a-0293-4701-83e7-b1d994c3c1b5 {
  border-radius: 12px;
text-align: center;
}







  #s-be909a2a-0293-4701-83e7-b1d994c3c1b5 img.shogun-image {
    

    
    
    
  }


#s-be909a2a-0293-4701-83e7-b1d994c3c1b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d27eaff1-5ac3-4e3f-961c-8cc0bfbf9549 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f6ff7f35-71ae-4bb5-a552-d2e98c874601 {
  border-radius: 12px;
text-align: center;
}







  #s-f6ff7f35-71ae-4bb5-a552-d2e98c874601 img.shogun-image {
    

    
    
    
  }


#s-f6ff7f35-71ae-4bb5-a552-d2e98c874601 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4696f69-1d96-430c-aaf2-a09c470dedfe {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8b082fd4-d324-4dc1-a7b7-b70243bed881 {
  border-radius: 12px;
text-align: center;
}







  #s-8b082fd4-d324-4dc1-a7b7-b70243bed881 img.shogun-image {
    

    
    
    
  }


#s-8b082fd4-d324-4dc1-a7b7-b70243bed881 .shogun-image-content {
  
    align-items: center;
  
}

#s-16aba6b3-b606-4c68-ab51-389b00b214a5 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6ae8407a-1d74-4a08-ad7f-709a507d0107 {
  border-radius: 12px;
max-width: 896px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6ae8407a-1d74-4a08-ad7f-709a507d0107 img.shogun-image,
  #s-6ae8407a-1d74-4a08-ad7f-709a507d0107 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6ae8407a-1d74-4a08-ad7f-709a507d0107 {
    width: 100%;
    height: auto;
  }



  #s-6ae8407a-1d74-4a08-ad7f-709a507d0107 img.shogun-image {
    

    
    
    
  }


#s-6ae8407a-1d74-4a08-ad7f-709a507d0107 .shogun-image-content {
  
    align-items: center;
  
}

#s-f350121f-6cca-4516-9864-aaa31190256a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-0b5af017-bbff-4042-8cb0-35489f5e375d {
  margin-top: 20px;
margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-0b5af017-bbff-4042-8cb0-35489f5e375d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0b5af017-bbff-4042-8cb0-35489f5e375d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b5af017-bbff-4042-8cb0-35489f5e375d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b5af017-bbff-4042-8cb0-35489f5e375d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-89b66425-6ac1-4146-8ac4-a80038a33b21 {
  border-radius: 12px;
text-align: center;
}







  #s-89b66425-6ac1-4146-8ac4-a80038a33b21 img.shogun-image {
    

    
    
    
  }


#s-89b66425-6ac1-4146-8ac4-a80038a33b21 .shogun-image-content {
  
    align-items: center;
  
}

#s-876a1e8c-df36-4d2e-b4c7-2df5519d41e1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1392a50b-e05f-4340-98cc-5a6210a6c7d6 {
  border-radius: 12px;
text-align: center;
}







  #s-1392a50b-e05f-4340-98cc-5a6210a6c7d6 img.shogun-image {
    

    
    
    
  }


#s-1392a50b-e05f-4340-98cc-5a6210a6c7d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b11706c-1e2a-43a7-a120-8f848f26efb4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-49f929fd-8d50-410e-993d-ac0b53cfb86a {
  margin-left: 20%;
margin-right: 20%;
border-radius: 12px;
max-width: 700px;
aspect-ratio: 700/499;
text-align: center;
}





  #s-49f929fd-8d50-410e-993d-ac0b53cfb86a img.shogun-image,
  #s-49f929fd-8d50-410e-993d-ac0b53cfb86a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49f929fd-8d50-410e-993d-ac0b53cfb86a {
    width: 100%;
    height: auto;
  }



  #s-49f929fd-8d50-410e-993d-ac0b53cfb86a img.shogun-image {
    

    
    
    
  }


#s-49f929fd-8d50-410e-993d-ac0b53cfb86a .shogun-image-content {
  
    align-items: center;
  
}

#s-421c318c-30fa-4234-b047-1bf16864c381 {
  margin-top: 0px;
margin-bottom: 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: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}
