.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-7a4606ad-baed-4f3c-873d-0072b5715b59 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a4606ad-baed-4f3c-873d-0072b5715b59 {
  display: none;
}
#s-7a4606ad-baed-4f3c-873d-0072b5715b59, #wrap-s-7a4606ad-baed-4f3c-873d-0072b5715b59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a4606ad-baed-4f3c-873d-0072b5715b59 {
  display: none;
}
#s-7a4606ad-baed-4f3c-873d-0072b5715b59, #wrap-s-7a4606ad-baed-4f3c-873d-0072b5715b59 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a4606ad-baed-4f3c-873d-0072b5715b59 {
  display: none;
}
#s-7a4606ad-baed-4f3c-873d-0072b5715b59, #wrap-s-7a4606ad-baed-4f3c-873d-0072b5715b59 { display:none !important; }}@media (max-width: 767px){#s-7a4606ad-baed-4f3c-873d-0072b5715b59 {
  display: none;
}
#s-7a4606ad-baed-4f3c-873d-0072b5715b59, #wrap-s-7a4606ad-baed-4f3c-873d-0072b5715b59 { display:none !important; }}







#s-7a4606ad-baed-4f3c-873d-0072b5715b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a4606ad-baed-4f3c-873d-0072b5715b59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e45146-051e-4566-8b50-a37872a9c36b {
  min-height: 50px;
}








#s-21e45146-051e-4566-8b50-a37872a9c36b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e45146-051e-4566-8b50-a37872a9c36b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74332cb8-97d0-4fce-98f2-34f9eb816a33 {
  min-height: 50px;
}
@media (max-width: 767px){#s-74332cb8-97d0-4fce-98f2-34f9eb816a33 {
  display: none;
}
#s-74332cb8-97d0-4fce-98f2-34f9eb816a33, #wrap-s-74332cb8-97d0-4fce-98f2-34f9eb816a33 { display:none !important; }}







#s-74332cb8-97d0-4fce-98f2-34f9eb816a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74332cb8-97d0-4fce-98f2-34f9eb816a33.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-349bdb73-2f1d-4ae1-8b99-42339fe43014 {
  margin-bottom: 12px;
text-align: center;
}








#s-349bdb73-2f1d-4ae1-8b99-42339fe43014 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a3acaa-876b-4653-979d-e52195c4589a {
  margin-bottom: 12px;
text-align: center;
}








#s-a6a3acaa-876b-4653-979d-e52195c4589a .shogun-image-content {
  
    align-items: center;
  
}

#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 {
  display: none;
}
#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6, #wrap-s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 {
  display: none;
}
#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6, #wrap-s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 {
  display: none;
}
#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6, #wrap-s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 { display:none !important; }}







#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb509b9b-d1f4-4b57-acae-2b994c0293b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4d03e38-20f5-47f1-ae8f-060e0a88d371 {
  margin-bottom: 0px;
text-align: center;
}







  #s-d4d03e38-20f5-47f1-ae8f-060e0a88d371 img.shogun-image {
    

    
    
    
  }


#s-d4d03e38-20f5-47f1-ae8f-060e0a88d371 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf88ed1-1d2f-4c52-aacb-2aad1cd39902 {
  padding-bottom: 0px;
text-align: center;
}







  #s-bdf88ed1-1d2f-4c52-aacb-2aad1cd39902 img.shogun-image {
    

    
    
    
  }


#s-bdf88ed1-1d2f-4c52-aacb-2aad1cd39902 .shogun-image-content {
  
    align-items: center;
  
}

#s-aeb29291-dbaa-48d2-916c-daac4e888295 {
  min-height: 50px;
}








#s-aeb29291-dbaa-48d2-916c-daac4e888295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb29291-dbaa-48d2-916c-daac4e888295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5272c1ec-3deb-411b-9577-d6787f6f2db8 {
  margin-bottom: 5px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5272c1ec-3deb-411b-9577-d6787f6f2db8 {
  display: none;
}
#s-5272c1ec-3deb-411b-9577-d6787f6f2db8, #wrap-s-5272c1ec-3deb-411b-9577-d6787f6f2db8 { display:none !important; }}@media (max-width: 767px){#s-5272c1ec-3deb-411b-9577-d6787f6f2db8 {
  display: none;
}
#s-5272c1ec-3deb-411b-9577-d6787f6f2db8, #wrap-s-5272c1ec-3deb-411b-9577-d6787f6f2db8 { display:none !important; }}







#s-5272c1ec-3deb-411b-9577-d6787f6f2db8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5272c1ec-3deb-411b-9577-d6787f6f2db8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-121457bd-4326-41c6-b4db-fdc23d60d717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-121457bd-4326-41c6-b4db-fdc23d60d717"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-121457bd-4326-41c6-b4db-fdc23d60d717"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-121457bd-4326-41c6-b4db-fdc23d60d717"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

#s-700fe114-136d-4665-af57-41fc0e7a5810 {
  max-width: 1080px;
aspect-ratio: 1080/1920;
text-align: center;
}
@media (max-width: 767px){#s-700fe114-136d-4665-af57-41fc0e7a5810 {
  margin-bottom: 5%;
}
}




  #s-700fe114-136d-4665-af57-41fc0e7a5810 img.shogun-image,
  #s-700fe114-136d-4665-af57-41fc0e7a5810 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-700fe114-136d-4665-af57-41fc0e7a5810 {
    width: 100%;
    height: auto;
  }



  #s-700fe114-136d-4665-af57-41fc0e7a5810 img.shogun-image {
    

    
    
    
  }


#s-700fe114-136d-4665-af57-41fc0e7a5810 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c23eb137-3b2f-478d-ae8e-9641640174e1 {
  min-height: 50px;
}








#s-c23eb137-3b2f-478d-ae8e-9641640174e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c23eb137-3b2f-478d-ae8e-9641640174e1 {
  cursor: pointer;
}#s-c23eb137-3b2f-478d-ae8e-9641640174e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
}

@media (min-width: 1200px){#s-476f5b67-de47-4a41-ba98-ea8360bfac3a {
  margin-bottom: 0px;
}
}
#s-ba20f865-9190-4368-86c4-a7de05ff2dad {
  max-width: 1080px;
aspect-ratio: 1080/1920;
text-align: center;
}
@media (max-width: 767px){#s-ba20f865-9190-4368-86c4-a7de05ff2dad {
  margin-bottom: 5%;
}
}




  #s-ba20f865-9190-4368-86c4-a7de05ff2dad img.shogun-image,
  #s-ba20f865-9190-4368-86c4-a7de05ff2dad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba20f865-9190-4368-86c4-a7de05ff2dad {
    width: 100%;
    height: auto;
  }



  #s-ba20f865-9190-4368-86c4-a7de05ff2dad img.shogun-image {
    

    
    
    
  }


#s-ba20f865-9190-4368-86c4-a7de05ff2dad .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3903d116-99ca-4539-8cf9-c85f630f8d1b {
  min-height: 50px;
}








#s-3903d116-99ca-4539-8cf9-c85f630f8d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3903d116-99ca-4539-8cf9-c85f630f8d1b {
  cursor: pointer;
}#s-3903d116-99ca-4539-8cf9-c85f630f8d1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-25bae88a-87bd-44b3-8420-2773b2a8c614 {
  margin-bottom: 0px;
}
}
#s-405be411-41f3-4e3a-8727-a7d8a1f947a5 {
  margin-top: 0px;
margin-bottom: 7px;
min-height: 50px;
}
@media (min-width: 1200px){#s-405be411-41f3-4e3a-8727-a7d8a1f947a5 {
  display: none;
}
#s-405be411-41f3-4e3a-8727-a7d8a1f947a5, #wrap-s-405be411-41f3-4e3a-8727-a7d8a1f947a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-405be411-41f3-4e3a-8727-a7d8a1f947a5 {
  display: none;
}
#s-405be411-41f3-4e3a-8727-a7d8a1f947a5, #wrap-s-405be411-41f3-4e3a-8727-a7d8a1f947a5 { display:none !important; }}







#s-405be411-41f3-4e3a-8727-a7d8a1f947a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-405be411-41f3-4e3a-8727-a7d8a1f947a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 {
  
}
}@media (max-width: 767px){#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 {
  
}
}







#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ad9f1b-0c25-486b-aa18-c039d6d3ba79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e {
  
}
}@media (max-width: 767px){#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e {
  
}
}







#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19814bfd-2a2f-48fe-9ecb-22dd628e1f8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-0118faae-72f3-4466-9b57-8af7fecf1be0 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-0118faae-72f3-4466-9b57-8af7fecf1be0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0118faae-72f3-4466-9b57-8af7fecf1be0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0118faae-72f3-4466-9b57-8af7fecf1be0 {
  
}
}@media (max-width: 767px){#s-0118faae-72f3-4466-9b57-8af7fecf1be0 {
  
}
}
#s-0118faae-72f3-4466-9b57-8af7fecf1be0 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-0118faae-72f3-4466-9b57-8af7fecf1be0 .shg-sld-nav-button.shg-sld-left,
#s-0118faae-72f3-4466-9b57-8af7fecf1be0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-7c08d42b-df8b-4851-8ddc-e093e0335151 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-7c08d42b-df8b-4851-8ddc-e093e0335151 {
  background-image: url(https://i.shgcdn.com/ddbc9c4c-8c6f-4593-bdf4-f0b46d05bd00/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7c08d42b-df8b-4851-8ddc-e093e0335151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c08d42b-df8b-4851-8ddc-e093e0335151 {
  cursor: pointer;
}#s-7c08d42b-df8b-4851-8ddc-e093e0335151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a21a73ee-e73f-449a-8af5-13c1650147e3 {
  min-height: 50px;
}








#s-a21a73ee-e73f-449a-8af5-13c1650147e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21a73ee-e73f-449a-8af5-13c1650147e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58d7fb34-d46b-4da3-85e9-0f23fdb31901 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-58d7fb34-d46b-4da3-85e9-0f23fdb31901 {
  background-image: url(https://i.shgcdn.com/216efeec-c56a-4a33-b440-8661a0272f29/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-58d7fb34-d46b-4da3-85e9-0f23fdb31901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d7fb34-d46b-4da3-85e9-0f23fdb31901 {
  cursor: pointer;
}#s-58d7fb34-d46b-4da3-85e9-0f23fdb31901.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28763ba9-3c1e-4313-b543-e9d8c8d093bb {
  min-height: 50px;
}








#s-28763ba9-3c1e-4313-b543-e9d8c8d093bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28763ba9-3c1e-4313-b543-e9d8c8d093bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71267cc0-186f-4985-92c9-ed3ec3fe0571 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 35%;
padding-bottom: 1%;
min-height: 50px;
background-position: center center;
}

#s-71267cc0-186f-4985-92c9-ed3ec3fe0571 {
  background-image: url(https://i.shgcdn.com/4743932e-53d0-4df7-b637-0c1e200ff0b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71267cc0-186f-4985-92c9-ed3ec3fe0571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71267cc0-186f-4985-92c9-ed3ec3fe0571.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d784e6d2-fcee-46c8-9596-86a58b95a0d8 {
  margin-left: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-d784e6d2-fcee-46c8-9596-86a58b95a0d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d784e6d2-fcee-46c8-9596-86a58b95a0d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25154cc3-eceb-410c-b88a-fb86eb0d220c {
  margin-bottom: 0%;
}

#s-23ef0786-3683-463f-9a60-2f6f98bab4df {
  margin-top: 0px;
margin-bottom: 0%;
}

#s-35a90d60-1669-4ec5-a696-9f470bbd4aeb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 35%;
padding-bottom: 1%;
min-height: 50px;
background-position: center center;
}

#s-35a90d60-1669-4ec5-a696-9f470bbd4aeb {
  background-image: url(https://i.shgcdn.com/64cc0255-220d-4df3-af81-10f1ab10e2a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-35a90d60-1669-4ec5-a696-9f470bbd4aeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a90d60-1669-4ec5-a696-9f470bbd4aeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfe1e8bc-83ee-47e2-812b-83c1820266b3 {
  margin-left: 1%;
margin-right: 1%;
min-height: 50px;
}








#s-dfe1e8bc-83ee-47e2-812b-83c1820266b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfe1e8bc-83ee-47e2-812b-83c1820266b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5e6d0f7-d8eb-463e-b433-809fdbf59772 {
  margin-bottom: 0%;
}

#s-68a92768-71bd-4002-b1ab-7997ebefde9e {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (max-width: 767px){#s-37af57ac-26b5-4ac6-9b36-938e9fe9782f {
  
}
}
#s-37af57ac-26b5-4ac6-9b36-938e9fe9782f .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-37af57ac-26b5-4ac6-9b36-938e9fe9782f .shg-sld-nav-button.shg-sld-left,
#s-37af57ac-26b5-4ac6-9b36-938e9fe9782f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-55f97067-fecf-43ae-b90a-cff682c3c627 {
  min-height: 50px;
}








#s-55f97067-fecf-43ae-b90a-cff682c3c627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f97067-fecf-43ae-b90a-cff682c3c627.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d32c5ee0-7ba0-48b6-9fc2-0586e3bcd1e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d32c5ee0-7ba0-48b6-9fc2-0586e3bcd1e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d32c5ee0-7ba0-48b6-9fc2-0586e3bcd1e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d32c5ee0-7ba0-48b6-9fc2-0586e3bcd1e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4ec8711f-3fff-4073-b466-e916b0b74226 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4ec8711f-3fff-4073-b466-e916b0b74226 img.shogun-image,
  #s-4ec8711f-3fff-4073-b466-e916b0b74226 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4ec8711f-3fff-4073-b466-e916b0b74226 {
    width: 100%;
    height: auto;
  }



  #s-4ec8711f-3fff-4073-b466-e916b0b74226 img.shogun-image {
    

    
    
    
  }


#s-4ec8711f-3fff-4073-b466-e916b0b74226 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4ef3238-35c9-4e64-9473-67ba9e164f32 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f4ef3238-35c9-4e64-9473-67ba9e164f32 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-f4ef3238-35c9-4e64-9473-67ba9e164f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4ef3238-35c9-4e64-9473-67ba9e164f32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df6e5796-898e-4043-b036-aa7d7b37dbfd {
  margin-top: 0%;
margin-bottom: 0%;
}

.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-2f52791d-9496-4b36-a950-178eb32f0f8d {
  margin-top: 0%;
margin-bottom: 0%;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f52791d-9496-4b36-a950-178eb32f0f8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f52791d-9496-4b36-a950-178eb32f0f8d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2f52791d-9496-4b36-a950-178eb32f0f8d {
  border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-2f52791d-9496-4b36-a950-178eb32f0f8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f52791d-9496-4b36-a950-178eb32f0f8d:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-2f52791d-9496-4b36-a950-178eb32f0f8d-root {
    text-align: left;
  }


#s-2f52791d-9496-4b36-a950-178eb32f0f8d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f52791d-9496-4b36-a950-178eb32f0f8d-root {
    text-align: left;
  }


#s-2f52791d-9496-4b36-a950-178eb32f0f8d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f52791d-9496-4b36-a950-178eb32f0f8d-root {
    text-align: left;
  }


#s-2f52791d-9496-4b36-a950-178eb32f0f8d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f52791d-9496-4b36-a950-178eb32f0f8d-root {
    text-align: left;
  }


#s-2f52791d-9496-4b36-a950-178eb32f0f8d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f52791d-9496-4b36-a950-178eb32f0f8d-root {
    text-align: center;
  }


#s-2f52791d-9496-4b36-a950-178eb32f0f8d.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}
#s-2780b2b1-be83-4a4d-ac23-603586d80a7a {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-2cf0304f-ec9b-49e5-8839-52edcbd9b511 {
  min-height: 50px;
}








#s-2cf0304f-ec9b-49e5-8839-52edcbd9b511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf0304f-ec9b-49e5-8839-52edcbd9b511.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b7e873ea-1891-4052-a270-bef6189b6945"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7e873ea-1891-4052-a270-bef6189b6945"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b7e873ea-1891-4052-a270-bef6189b6945"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7e873ea-1891-4052-a270-bef6189b6945"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-21c793d6-4db3-417f-9c10-7f21d3cf8484 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-21c793d6-4db3-417f-9c10-7f21d3cf8484 img.shogun-image,
  #s-21c793d6-4db3-417f-9c10-7f21d3cf8484 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-21c793d6-4db3-417f-9c10-7f21d3cf8484 {
    width: 100%;
    height: auto;
  }



  #s-21c793d6-4db3-417f-9c10-7f21d3cf8484 img.shogun-image {
    

    
    
    
  }


#s-21c793d6-4db3-417f-9c10-7f21d3cf8484 .shogun-image-content {
  
    align-items: center;
  
}

#s-22116b8a-c2dc-4d9c-8a03-c2f265ee5417 {
  margin-left: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-22116b8a-c2dc-4d9c-8a03-c2f265ee5417 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-22116b8a-c2dc-4d9c-8a03-c2f265ee5417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22116b8a-c2dc-4d9c-8a03-c2f265ee5417.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79b94adf-df82-4217-915f-caced317fdb7 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-94fff54c-27bb-40a4-ba80-68f9cb71faba {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-94fff54c-27bb-40a4-ba80-68f9cb71faba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94fff54c-27bb-40a4-ba80-68f9cb71faba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-94fff54c-27bb-40a4-ba80-68f9cb71faba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-94fff54c-27bb-40a4-ba80-68f9cb71faba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94fff54c-27bb-40a4-ba80-68f9cb71faba:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-94fff54c-27bb-40a4-ba80-68f9cb71faba-root {
    text-align: left;
  }


#s-94fff54c-27bb-40a4-ba80-68f9cb71faba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94fff54c-27bb-40a4-ba80-68f9cb71faba-root {
    text-align: left;
  }


#s-94fff54c-27bb-40a4-ba80-68f9cb71faba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94fff54c-27bb-40a4-ba80-68f9cb71faba-root {
    text-align: left;
  }


#s-94fff54c-27bb-40a4-ba80-68f9cb71faba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94fff54c-27bb-40a4-ba80-68f9cb71faba-root {
    text-align: left;
  }


#s-94fff54c-27bb-40a4-ba80-68f9cb71faba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94fff54c-27bb-40a4-ba80-68f9cb71faba-root {
    text-align: center;
  }


#s-94fff54c-27bb-40a4-ba80-68f9cb71faba.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}
#s-2a231d46-05cb-4b64-ae3c-d9e4d52e3fc8 {
  min-height: 50px;
}








#s-2a231d46-05cb-4b64-ae3c-d9e4d52e3fc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a231d46-05cb-4b64-ae3c-d9e4d52e3fc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-be4613f6-153d-4107-ac7d-4dcd3ba26da1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be4613f6-153d-4107-ac7d-4dcd3ba26da1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be4613f6-153d-4107-ac7d-4dcd3ba26da1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be4613f6-153d-4107-ac7d-4dcd3ba26da1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 img.shogun-image,
  #s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 {
    width: 100%;
    height: auto;
  }



  #s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 img.shogun-image {
    

    
    
    
  }


#s-bf3e65ab-f3f8-48c6-b5bb-25a14a266014 .shogun-image-content {
  
    align-items: center;
  
}

#s-e16e5d78-aca7-4bef-8853-579f3562a764 {
  margin-left: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-e16e5d78-aca7-4bef-8853-579f3562a764 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-e16e5d78-aca7-4bef-8853-579f3562a764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e16e5d78-aca7-4bef-8853-579f3562a764.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c05bb12f-7147-4d3a-92f6-42f68081ce65 {
  border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c05bb12f-7147-4d3a-92f6-42f68081ce65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c05bb12f-7147-4d3a-92f6-42f68081ce65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c05bb12f-7147-4d3a-92f6-42f68081ce65 {
  border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-c05bb12f-7147-4d3a-92f6-42f68081ce65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c05bb12f-7147-4d3a-92f6-42f68081ce65:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-c05bb12f-7147-4d3a-92f6-42f68081ce65-root {
    text-align: left;
  }


#s-c05bb12f-7147-4d3a-92f6-42f68081ce65.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c05bb12f-7147-4d3a-92f6-42f68081ce65-root {
    text-align: left;
  }


#s-c05bb12f-7147-4d3a-92f6-42f68081ce65.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c05bb12f-7147-4d3a-92f6-42f68081ce65-root {
    text-align: left;
  }


#s-c05bb12f-7147-4d3a-92f6-42f68081ce65.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c05bb12f-7147-4d3a-92f6-42f68081ce65-root {
    text-align: left;
  }


#s-c05bb12f-7147-4d3a-92f6-42f68081ce65.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c05bb12f-7147-4d3a-92f6-42f68081ce65-root {
    text-align: center;
  }


#s-c05bb12f-7147-4d3a-92f6-42f68081ce65.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}
#s-f85d2e9c-479b-4331-8389-9530dbee2a9e {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (max-width: 767px){#s-ed9e8601-9f82-49c5-a398-547adfc72718 {
  
}
}
#s-ed9e8601-9f82-49c5-a398-547adfc72718 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-ed9e8601-9f82-49c5-a398-547adfc72718 .shg-sld-nav-button.shg-sld-left,
#s-ed9e8601-9f82-49c5-a398-547adfc72718 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-cd0a27b5-5389-4fac-922f-ca9a6efa5254 {
  min-height: 50px;
}








#s-cd0a27b5-5389-4fac-922f-ca9a6efa5254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd0a27b5-5389-4fac-922f-ca9a6efa5254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-12df2686-d644-454b-b61a-3fc90beb388f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12df2686-d644-454b-b61a-3fc90beb388f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12df2686-d644-454b-b61a-3fc90beb388f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12df2686-d644-454b-b61a-3fc90beb388f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6e9a091e-7146-4896-beac-4873c954a2fa {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6e9a091e-7146-4896-beac-4873c954a2fa img.shogun-image,
  #s-6e9a091e-7146-4896-beac-4873c954a2fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6e9a091e-7146-4896-beac-4873c954a2fa {
    width: 100%;
    height: auto;
  }



  #s-6e9a091e-7146-4896-beac-4873c954a2fa img.shogun-image {
    

    
    
    
  }


#s-6e9a091e-7146-4896-beac-4873c954a2fa .shogun-image-content {
  
    align-items: center;
  
}

#s-4b389b0c-599e-4908-8e10-be40a3459293 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b389b0c-599e-4908-8e10-be40a3459293 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-4b389b0c-599e-4908-8e10-be40a3459293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b389b0c-599e-4908-8e10-be40a3459293.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04edbc64-d1e8-40a2-9936-60516452793e {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b {
  margin-top: 0%;
margin-bottom: 0%;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b {
  border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-21efa4d1-4f6f-47ee-9ad4-8521a632713b-root {
    text-align: left;
  }


#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21efa4d1-4f6f-47ee-9ad4-8521a632713b-root {
    text-align: left;
  }


#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21efa4d1-4f6f-47ee-9ad4-8521a632713b-root {
    text-align: left;
  }


#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21efa4d1-4f6f-47ee-9ad4-8521a632713b-root {
    text-align: left;
  }


#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21efa4d1-4f6f-47ee-9ad4-8521a632713b-root {
    text-align: center;
  }


#s-21efa4d1-4f6f-47ee-9ad4-8521a632713b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-a5b8b241-f1fc-4e4c-b48c-2b415df290ae {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-7185d882-69fd-4627-aab6-3f1be9001f40 {
  min-height: 50px;
}








#s-7185d882-69fd-4627-aab6-3f1be9001f40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7185d882-69fd-4627-aab6-3f1be9001f40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-444f876f-2745-4fc0-9537-009ff40ead17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-444f876f-2745-4fc0-9537-009ff40ead17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-444f876f-2745-4fc0-9537-009ff40ead17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-444f876f-2745-4fc0-9537-009ff40ead17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22b9128a-7753-4a6e-83f8-ec85186b5da7 {
  max-width: 960px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-22b9128a-7753-4a6e-83f8-ec85186b5da7 img.shogun-image,
  #s-22b9128a-7753-4a6e-83f8-ec85186b5da7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b9128a-7753-4a6e-83f8-ec85186b5da7 {
    width: 100%;
    height: auto;
  }



  #s-22b9128a-7753-4a6e-83f8-ec85186b5da7 img.shogun-image {
    

    
    
    
  }


#s-22b9128a-7753-4a6e-83f8-ec85186b5da7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e54d87a-a30b-46c6-8f7a-fef767ae6960 {
  margin-left: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-9e54d87a-a30b-46c6-8f7a-fef767ae6960 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-9e54d87a-a30b-46c6-8f7a-fef767ae6960 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e54d87a-a30b-46c6-8f7a-fef767ae6960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5927d5e7-ec65-475f-9ef0-a2eb42dceebe {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-3f976db2-4f42-4f0c-85e2-8b4becfdffd8 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-2e52a475-26e6-41d1-b516-3dd3be73163e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2e52a475-26e6-41d1-b516-3dd3be73163e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e52a475-26e6-41d1-b516-3dd3be73163e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2e52a475-26e6-41d1-b516-3dd3be73163e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-2e52a475-26e6-41d1-b516-3dd3be73163e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e52a475-26e6-41d1-b516-3dd3be73163e:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-2e52a475-26e6-41d1-b516-3dd3be73163e-root {
    text-align: left;
  }


#s-2e52a475-26e6-41d1-b516-3dd3be73163e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e52a475-26e6-41d1-b516-3dd3be73163e-root {
    text-align: left;
  }


#s-2e52a475-26e6-41d1-b516-3dd3be73163e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e52a475-26e6-41d1-b516-3dd3be73163e-root {
    text-align: left;
  }


#s-2e52a475-26e6-41d1-b516-3dd3be73163e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e52a475-26e6-41d1-b516-3dd3be73163e-root {
    text-align: left;
  }


#s-2e52a475-26e6-41d1-b516-3dd3be73163e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e52a475-26e6-41d1-b516-3dd3be73163e-root {
    text-align: center;
  }


#s-2e52a475-26e6-41d1-b516-3dd3be73163e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}
#s-6a0743e5-9615-4de9-a1c7-e12e0e7901e5 {
  min-height: 50px;
}








#s-6a0743e5-9615-4de9-a1c7-e12e0e7901e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a0743e5-9615-4de9-a1c7-e12e0e7901e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e8e78f1b-e930-4f65-b9fc-01a096438486"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8e78f1b-e930-4f65-b9fc-01a096438486"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e78f1b-e930-4f65-b9fc-01a096438486"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e78f1b-e930-4f65-b9fc-01a096438486"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4029eae0-b258-4a0d-956a-69fa8142f52f {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4029eae0-b258-4a0d-956a-69fa8142f52f img.shogun-image,
  #s-4029eae0-b258-4a0d-956a-69fa8142f52f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4029eae0-b258-4a0d-956a-69fa8142f52f {
    width: 100%;
    height: auto;
  }



  #s-4029eae0-b258-4a0d-956a-69fa8142f52f img.shogun-image {
    

    
    
    
  }


#s-4029eae0-b258-4a0d-956a-69fa8142f52f .shogun-image-content {
  
    align-items: center;
  
}

#s-e50855fc-243b-423d-84d9-5f11f0911f2c {
  margin-left: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-e50855fc-243b-423d-84d9-5f11f0911f2c {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
}
}







#s-e50855fc-243b-423d-84d9-5f11f0911f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e50855fc-243b-423d-84d9-5f11f0911f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d281823-4c2d-4bcd-987b-d2d327d95d24 {
  border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0d281823-4c2d-4bcd-987b-d2d327d95d24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d281823-4c2d-4bcd-987b-d2d327d95d24:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0d281823-4c2d-4bcd-987b-d2d327d95d24 {
  border-radius: 0px;
text-align: center;
text-decoration: none;
}
#s-0d281823-4c2d-4bcd-987b-d2d327d95d24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d281823-4c2d-4bcd-987b-d2d327d95d24:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-0d281823-4c2d-4bcd-987b-d2d327d95d24-root {
    text-align: left;
  }


#s-0d281823-4c2d-4bcd-987b-d2d327d95d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d281823-4c2d-4bcd-987b-d2d327d95d24-root {
    text-align: left;
  }


#s-0d281823-4c2d-4bcd-987b-d2d327d95d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d281823-4c2d-4bcd-987b-d2d327d95d24-root {
    text-align: left;
  }


#s-0d281823-4c2d-4bcd-987b-d2d327d95d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d281823-4c2d-4bcd-987b-d2d327d95d24-root {
    text-align: left;
  }


#s-0d281823-4c2d-4bcd-987b-d2d327d95d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d281823-4c2d-4bcd-987b-d2d327d95d24-root {
    text-align: center;
  }


#s-0d281823-4c2d-4bcd-987b-d2d327d95d24.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Helvetica;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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