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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cec45bc9-ad69-40a1-91db-91e2be41328b {
  margin-bottom: 80px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-cec45bc9-ad69-40a1-91db-91e2be41328b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec45bc9-ad69-40a1-91db-91e2be41328b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87af2ece-d5f3-4ea2-86aa-4bea0219ae88 {
  min-height: 50px;
}








#s-87af2ece-d5f3-4ea2-86aa-4bea0219ae88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87af2ece-d5f3-4ea2-86aa-4bea0219ae88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e90c312e-15f5-4d4f-bc3a-c44dd8272648 {
  min-height: 50px;
}








#s-e90c312e-15f5-4d4f-bc3a-c44dd8272648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90c312e-15f5-4d4f-bc3a-c44dd8272648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f06eecf6-f858-446c-b526-a8bb4915d703 {
  min-height: 50px;
}








#s-f06eecf6-f858-446c-b526-a8bb4915d703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f06eecf6-f858-446c-b526-a8bb4915d703.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b27bf460-1192-437e-9428-8b731ba4ccc6 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-b27bf460-1192-437e-9428-8b731ba4ccc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27bf460-1192-437e-9428-8b731ba4ccc6.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;
}

#s-05a8dbf4-4107-4956-a8c7-1e67b46e17e9 {
  background-image: url(https://i.shgcdn.com/bbde9c49-0778-49aa-9768-b95ae90df15c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 276px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-05a8dbf4-4107-4956-a8c7-1e67b46e17e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05a8dbf4-4107-4956-a8c7-1e67b46e17e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05a8dbf4-4107-4956-a8c7-1e67b46e17e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05a8dbf4-4107-4956-a8c7-1e67b46e17e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-52d79192-b599-4c6d-8c0c-5449fb2083cb {
  margin-top: 50px;
text-align: center;
}







  #s-52d79192-b599-4c6d-8c0c-5449fb2083cb img.shogun-image {
    

    
    
    
  }


#s-52d79192-b599-4c6d-8c0c-5449fb2083cb .shogun-image-content {
  
    align-items: 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-df0b3859-c671-4826-b027-1bdbc217dba3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df0b3859-c671-4826-b027-1bdbc217dba3 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-513e147c-afc1-45c7-96f6-8a74698ab4ee {
  margin-bottom: 50px;
text-align: center;
}







  #s-513e147c-afc1-45c7-96f6-8a74698ab4ee img.shogun-image {
    

    
    
    
  }


#s-513e147c-afc1-45c7-96f6-8a74698ab4ee .shogun-image-content {
  
    align-items: center;
  
}

#s-4e8ad401-8f57-4092-9d76-6822c1532f6f {
  margin-top: -60px;
margin-left: 20%;
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4e8ad401-8f57-4092-9d76-6822c1532f6f img.shogun-image,
  #s-4e8ad401-8f57-4092-9d76-6822c1532f6f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e8ad401-8f57-4092-9d76-6822c1532f6f {
    width: 100%;
    height: auto;
  }



  #s-4e8ad401-8f57-4092-9d76-6822c1532f6f img.shogun-image {
    

    
    
    
  }


#s-4e8ad401-8f57-4092-9d76-6822c1532f6f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e6e022d1-d95a-4a86-b797-fa3751dd6962 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-e6e022d1-d95a-4a86-b797-fa3751dd6962 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6e022d1-d95a-4a86-b797-fa3751dd6962.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5ae991c-3ab4-4fdf-8452-209cabfc5543 {
  
}

@media (min-width: 0px) {
[id="s-a5ae991c-3ab4-4fdf-8452-209cabfc5543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5ae991c-3ab4-4fdf-8452-209cabfc5543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5ae991c-3ab4-4fdf-8452-209cabfc5543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5ae991c-3ab4-4fdf-8452-209cabfc5543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 {
  min-height: 475px;
max-width: 504px;
text-align: center;
}







  img.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
    
    
  }


.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shg-align-container {
  text-align: center
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
    
    
  }


.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shg-align-container {
  text-align: center
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
    
    
  }


.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shg-align-container {
  text-align: center
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
    
    
  }


.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shg-align-container {
  text-align: center
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
    
    
  }


.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shg-align-container {
  text-align: center
}

.s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b58d22-a2a3-4d64-9e8e-5275ccf70b78.shogun-image {
  box-sizing: border-box;
}


}
#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 {
  min-height: 475px;
max-width: 504px;
text-align: center;
}







  img.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
    
    
  }


.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 .shogun-image-content {
  
    align-items: center;
  
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shg-align-container {
  text-align: center
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
    
    
  }


.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 .shogun-image-content {
  
    align-items: center;
  
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shg-align-container {
  text-align: center
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
    
    
  }


.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 .shogun-image-content {
  
    align-items: center;
  
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shg-align-container {
  text-align: center
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
    
    
  }


.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 .shogun-image-content {
  
    align-items: center;
  
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shg-align-container {
  text-align: center
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
    
    
  }


.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051 .shogun-image-content {
  
    align-items: center;
  
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shg-align-container {
  text-align: center
}

.s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2105a97c-daa0-46e7-bb2e-7697f1e6b051.shogun-image {
  box-sizing: border-box;
}


}
#s-18ad597a-5f78-41bb-9e09-c8c2c4769038 {
  margin-left: auto;
margin-right: auto;
max-width: 1025px;
}

@media (min-width: 0px) {
[id="s-18ad597a-5f78-41bb-9e09-c8c2c4769038"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18ad597a-5f78-41bb-9e09-c8c2c4769038"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18ad597a-5f78-41bb-9e09-c8c2c4769038"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18ad597a-5f78-41bb-9e09-c8c2c4769038"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 {
  max-width: 362px;
aspect-ratio: 362/483;
text-align: center;
}





  #s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 img.shogun-image,
  #s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 {
    width: 100%;
    height: auto;
  }



  #s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 img.shogun-image {
    

    
    
    
  }


#s-c0ee638a-f682-42ce-b8d7-abb4badfb9c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-808b87b4-c58c-4a8b-b6c1-2b161953d99e {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-808b87b4-c58c-4a8b-b6c1-2b161953d99e .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-16e28711-8d8c-4cb8-80a2-6239196973df {
  padding-left: 15px;
padding-bottom: 65px;
padding-right: 15px;
min-height: 50px;
}








#s-16e28711-8d8c-4cb8-80a2-6239196973df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16e28711-8d8c-4cb8-80a2-6239196973df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f803a24-a454-43c3-882b-3c15725d4ed4 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-4f803a24-a454-43c3-882b-3c15725d4ed4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f803a24-a454-43c3-882b-3c15725d4ed4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f803a24-a454-43c3-882b-3c15725d4ed4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f803a24-a454-43c3-882b-3c15725d4ed4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a68b5fb-3e91-4531-b2b7-b73160869384 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a68b5fb-3e91-4531-b2b7-b73160869384 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-0128e139-abc5-4ce9-97e5-28eaedb925d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0128e139-abc5-4ce9-97e5-28eaedb925d3 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-ac339b87-d503-4e4b-885a-816609c46242 {
  max-width: 75%;
}

#s-e691ef65-9a4a-40d2-9e7a-18e59b060ac6 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e691ef65-9a4a-40d2-9e7a-18e59b060ac6 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-755a326d-c9f2-4a5f-9cba-2f79ff194500 {
  max-width: 75%;
}

#s-ab480fa8-42ff-4fb8-a65f-7f48dfa5dd76 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab480fa8-42ff-4fb8-a65f-7f48dfa5dd76 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-744cce6d-fdd8-4b25-b2fc-fe345c55c95f {
  max-width: 75%;
}

#s-2901191c-7b52-49ea-ae74-449c1ac5eef6 {
  max-width: 519px;
aspect-ratio: 519/680;
text-align: center;
}





  #s-2901191c-7b52-49ea-ae74-449c1ac5eef6 img.shogun-image,
  #s-2901191c-7b52-49ea-ae74-449c1ac5eef6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2901191c-7b52-49ea-ae74-449c1ac5eef6 {
    width: 100%;
    height: auto;
  }



  #s-2901191c-7b52-49ea-ae74-449c1ac5eef6 img.shogun-image {
    

    
    
    
  }


#s-2901191c-7b52-49ea-ae74-449c1ac5eef6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8ad2c65-45b6-4eec-bd13-afe54d696978 {
  margin-bottom: 80px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-b8ad2c65-45b6-4eec-bd13-afe54d696978 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8ad2c65-45b6-4eec-bd13-afe54d696978.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b83760-4424-4332-af78-700c8aac6f94 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-52b83760-4424-4332-af78-700c8aac6f94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52b83760-4424-4332-af78-700c8aac6f94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52b83760-4424-4332-af78-700c8aac6f94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52b83760-4424-4332-af78-700c8aac6f94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14db4e8d-59a6-4800-8b4c-8d6689ec321e {
  max-width: 519px;
aspect-ratio: 519/680;
text-align: center;
}





  #s-14db4e8d-59a6-4800-8b4c-8d6689ec321e img.shogun-image,
  #s-14db4e8d-59a6-4800-8b4c-8d6689ec321e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-14db4e8d-59a6-4800-8b4c-8d6689ec321e {
    width: 100%;
    height: auto;
  }



  #s-14db4e8d-59a6-4800-8b4c-8d6689ec321e img.shogun-image {
    

    
    
    
  }


#s-14db4e8d-59a6-4800-8b4c-8d6689ec321e .shogun-image-content {
  
    align-items: center;
  
}

#s-c9b715e6-c4ac-46e2-a839-f9e6e77cbca3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9b715e6-c4ac-46e2-a839-f9e6e77cbca3 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-632323de-24d0-4846-97fd-1385e025214c {
  min-height: 50px;
}








#s-632323de-24d0-4846-97fd-1385e025214c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-632323de-24d0-4846-97fd-1385e025214c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28161487-63e0-4c29-b2be-20f21aeb4d49 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-28161487-63e0-4c29-b2be-20f21aeb4d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28161487-63e0-4c29-b2be-20f21aeb4d49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52f79edf-024e-4b17-be53-ca926054d5f7 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 505px;
text-align: center;
}

#s-52f79edf-024e-4b17-be53-ca926054d5f7 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: center;
}



#s-81542a23-2820-4c3f-891f-77deb9b5d9cf {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-81542a23-2820-4c3f-891f-77deb9b5d9cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81542a23-2820-4c3f-891f-77deb9b5d9cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-81542a23-2820-4c3f-891f-77deb9b5d9cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-81542a23-2820-4c3f-891f-77deb9b5d9cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8792f05c-e97c-49a6-8aa5-c847571cc43e {
  max-width: 504px;
aspect-ratio: 504/350;
text-align: center;
}





  #s-8792f05c-e97c-49a6-8aa5-c847571cc43e img.shogun-image,
  #s-8792f05c-e97c-49a6-8aa5-c847571cc43e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8792f05c-e97c-49a6-8aa5-c847571cc43e {
    width: 100%;
    height: auto;
  }



  #s-8792f05c-e97c-49a6-8aa5-c847571cc43e img.shogun-image {
    

    
    
    
  }


#s-8792f05c-e97c-49a6-8aa5-c847571cc43e .shogun-image-content {
  
    align-items: center;
  
}

#s-37d987f0-0a26-4f5b-8193-8b42a435c29e {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-37d987f0-0a26-4f5b-8193-8b42a435c29e .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  
}



#s-97ed84aa-498e-4c6f-aaed-8c06980603d5 {
  max-width: 504px;
aspect-ratio: 504/350;
text-align: center;
}





  #s-97ed84aa-498e-4c6f-aaed-8c06980603d5 img.shogun-image,
  #s-97ed84aa-498e-4c6f-aaed-8c06980603d5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97ed84aa-498e-4c6f-aaed-8c06980603d5 {
    width: 100%;
    height: auto;
  }



  #s-97ed84aa-498e-4c6f-aaed-8c06980603d5 img.shogun-image {
    

    
    
    
  }


#s-97ed84aa-498e-4c6f-aaed-8c06980603d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-871e5d2a-8bb8-44c4-b4b5-87830e08af2a {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-871e5d2a-8bb8-44c4-b4b5-87830e08af2a .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  
}



#s-e491064f-1695-45a6-a692-0ea61bc447fe {
  margin-bottom: 90px;
min-height: 47px;
}








#s-e491064f-1695-45a6-a692-0ea61bc447fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e491064f-1695-45a6-a692-0ea61bc447fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bbbfeb6-e670-41d0-84f4-46280f965658 {
  background-image: url(https://i.shgcdn.com/0fdc03de-54b2-4d11-b34b-9e848dfb4a45/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 475px;
max-width: 1024px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-3bbbfeb6-e670-41d0-84f4-46280f965658"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bbbfeb6-e670-41d0-84f4-46280f965658"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bbbfeb6-e670-41d0-84f4-46280f965658"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bbbfeb6-e670-41d0-84f4-46280f965658"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e4395dc-4b7d-4e1e-b495-85483d1321d5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 475px;
max-width: 370px;
}








#s-2e4395dc-4b7d-4e1e-b495-85483d1321d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e4395dc-4b7d-4e1e-b495-85483d1321d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fbeedb2-4ab8-4cb3-9ef5-5f2b9d372c3a {
  text-align: center;
}







  #s-6fbeedb2-4ab8-4cb3-9ef5-5f2b9d372c3a img.shogun-image {
    

    
    
    
  }


#s-6fbeedb2-4ab8-4cb3-9ef5-5f2b9d372c3a .shogun-image-content {
  
    align-items: center;
  
}

#s-21c124ca-4eb9-4dcb-bada-2e73b1d62547 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 375px;
text-align: center;
}

#s-21c124ca-4eb9-4dcb-bada-2e73b1d62547 .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.1em;
  letter-spacing: -2px;
  
}



#s-6eed7dd6-a6e8-4bbd-a3a6-9ec0171f4ac4 {
  text-align: center;
}







  #s-6eed7dd6-a6e8-4bbd-a3a6-9ec0171f4ac4 img.shogun-image {
    

    
    
    
  }


#s-6eed7dd6-a6e8-4bbd-a3a6-9ec0171f4ac4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bab457f-112d-4b6c-906f-51b23f90afb6 {
  margin-left: auto;
margin-right: auto;
min-height: 496px;
max-width: 393px;
}








#s-6bab457f-112d-4b6c-906f-51b23f90afb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bab457f-112d-4b6c-906f-51b23f90afb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a90b35d-d4f1-400e-a1dd-0a2b2e30300f {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 32px;
padding-right: 32px;
min-height: 496px;
background-position: center center;
}








#s-6a90b35d-d4f1-400e-a1dd-0a2b2e30300f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a90b35d-d4f1-400e-a1dd-0a2b2e30300f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-946831e3-c71c-4b96-930f-411783aecb24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 290px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-946831e3-c71c-4b96-930f-411783aecb24 .shogun-heading-component h3 {
  color: rgba(225, 228, 218, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-f0c7d765-a323-4bcc-a647-85ace0d6ce19 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 50px;
min-height: 50px;
max-width: 290px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0c7d765-a323-4bcc-a647-85ace0d6ce19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0c7d765-a323-4bcc-a647-85ace0d6ce19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a46abd60-d0ce-4c04-b61f-9ff5fde2b650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a46abd60-d0ce-4c04-b61f-9ff5fde2b650 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-c9c46ad2-6daf-4c46-bf78-8f309d7b696e {
  text-align: center;
}

#s-c9c46ad2-6daf-4c46-bf78-8f309d7b696e .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c71ddac6-84ac-4a56-a7a7-c4c869b1fdce {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c71ddac6-84ac-4a56-a7a7-c4c869b1fdce .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-718f0c74-8a0b-4ae7-baac-2748b13ef391 {
  text-align: center;
}

#s-718f0c74-8a0b-4ae7-baac-2748b13ef391 .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-eccc9313-2130-4af1-9e63-6b4bbb837416 {
  margin-top: 20px;
text-align: center;
}

#s-eccc9313-2130-4af1-9e63-6b4bbb837416 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-739ece80-fff0-4696-9cd3-7ffd50dede93 {
  text-align: center;
}

#s-739ece80-fff0-4696-9cd3-7ffd50dede93 .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1fb858fb-421a-4749-be2b-90dfd874fd30 {
  margin-top: 20px;
text-align: center;
}

#s-1fb858fb-421a-4749-be2b-90dfd874fd30 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-7c304b3c-1709-4f79-96b4-5e96ef449ced {
  margin-bottom: 20px;
text-align: center;
}

#s-7c304b3c-1709-4f79-96b4-5e96ef449ced .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-79d5ce45-6fc0-4b96-a236-790116501551 {
  margin-bottom: -70px;
text-align: center;
}







  #s-79d5ce45-6fc0-4b96-a236-790116501551 img.shogun-image {
    

    
    
    
  }


#s-79d5ce45-6fc0-4b96-a236-790116501551 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdb971be-a936-40ec-9bc2-6c6d7610bfd4 {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 550px;
}








#s-fdb971be-a936-40ec-9bc2-6c6d7610bfd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdb971be-a936-40ec-9bc2-6c6d7610bfd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de200adc-4526-4df8-bd06-9ad345d3c38c {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de200adc-4526-4df8-bd06-9ad345d3c38c .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-88bdf1ed-972f-45e0-8af3-fbb23aa766bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88bdf1ed-972f-45e0-8af3-fbb23aa766bb .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0d4a127c-666c-4557-9dd6-11e482362bee {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d4a127c-666c-4557-9dd6-11e482362bee .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-86d2d85f-81d4-4a58-8a8b-dc6fd859e381 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-86d2d85f-81d4-4a58-8a8b-dc6fd859e381 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6929c12d-762a-40b8-9ae8-764e7804eeb5 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6929c12d-762a-40b8-9ae8-764e7804eeb5 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a8fddb8b-93ba-409f-9447-7650d486807a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8fddb8b-93ba-409f-9447-7650d486807a .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1b0e7b7d-899c-40c9-a222-01409fbd0291 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b0e7b7d-899c-40c9-a222-01409fbd0291 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-245aff2a-41ac-433d-abdf-7d992eead11e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-245aff2a-41ac-433d-abdf-7d992eead11e .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bab5c396-dc27-49ab-a586-620d496d0ca5 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bab5c396-dc27-49ab-a586-620d496d0ca5 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5dd26310-2cbf-4241-bb7d-f908359b537b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5dd26310-2cbf-4241-bb7d-f908359b537b .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4fccb20e-f0f0-4ab9-aabc-78e1a6e3c8cc {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4fccb20e-f0f0-4ab9-aabc-78e1a6e3c8cc .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-225c7917-dfca-4d5d-9677-697a3c735d98 {
  min-height: 50px;
}








#s-225c7917-dfca-4d5d-9677-697a3c735d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225c7917-dfca-4d5d-9677-697a3c735d98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a279095-7660-4813-8258-2cfa1b0bca6e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-6a279095-7660-4813-8258-2cfa1b0bca6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a279095-7660-4813-8258-2cfa1b0bca6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51407620-6d9c-4d2e-ae87-fdce959df2c0 {
  
}

@media (min-width: 0px) {
[id="s-51407620-6d9c-4d2e-ae87-fdce959df2c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51407620-6d9c-4d2e-ae87-fdce959df2c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-51407620-6d9c-4d2e-ae87-fdce959df2c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-51407620-6d9c-4d2e-ae87-fdce959df2c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee {
  max-width: 511px;
aspect-ratio: 511/265;
text-align: center;
}





  #s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee img.shogun-image,
  #s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee {
    width: 100%;
    height: auto;
  }



  #s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee img.shogun-image {
    

    
    
    
  }


#s-99c1a6b7-4f04-45e9-8f49-21ca653fd9ee .shogun-image-content {
  
    align-items: center;
  
}

#s-c6031c18-56f4-41e1-ac28-176547cfe49f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -1px;
margin-right: -1px;
min-height: 274px;
background-position: center center;
}








#s-c6031c18-56f4-41e1-ac28-176547cfe49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6031c18-56f4-41e1-ac28-176547cfe49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b353333d-01a3-408f-9690-84d6d17db85b {
  text-align: center;
}







  #s-b353333d-01a3-408f-9690-84d6d17db85b img.shogun-image {
    

    
    
    
  }


#s-b353333d-01a3-408f-9690-84d6d17db85b .shogun-image-content {
  
    align-items: center;
  
}

#s-4966ae49-bfe8-40e6-bc08-d7de0f72ce44 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 387px;
text-align: center;
}

#s-4966ae49-bfe8-40e6-bc08-d7de0f72ce44 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1em;
  
  text-align: center;
}



#s-ce46081e-084b-4d88-96cf-f5019bd51a0a {
  text-align: center;
}







  #s-ce46081e-084b-4d88-96cf-f5019bd51a0a img.shogun-image {
    

    
    
    
  }


#s-ce46081e-084b-4d88-96cf-f5019bd51a0a .shogun-image-content {
  
    align-items: center;
  
}

#s-39dc8f0e-ebd6-401a-b57e-96f618debd1e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1171px;
}








#s-39dc8f0e-ebd6-401a-b57e-96f618debd1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39dc8f0e-ebd6-401a-b57e-96f618debd1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-3c649724-92ee-4374-88bf-6a27336885c9 {
  box-shadow:1px 1px 1px 1px rgba(234, 229, 210, 1);
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(51, 78, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(234, 229, 210, 1);
}
#s-3c649724-92ee-4374-88bf-6a27336885c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c649724-92ee-4374-88bf-6a27336885c9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c649724-92ee-4374-88bf-6a27336885c9-root {
    text-align: center;
  }


#s-3c649724-92ee-4374-88bf-6a27336885c9.shg-btn {
  color: rgba(234, 229, 210, 1);
  font-size: 32px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c649724-92ee-4374-88bf-6a27336885c9-root {
    text-align: center;
  }


#s-3c649724-92ee-4374-88bf-6a27336885c9.shg-btn {
  color: rgba(234, 229, 210, 1);
  font-size: 32px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c649724-92ee-4374-88bf-6a27336885c9-root {
    text-align: center;
  }


#s-3c649724-92ee-4374-88bf-6a27336885c9.shg-btn {
  color: rgba(234, 229, 210, 1);
  font-size: 32px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c649724-92ee-4374-88bf-6a27336885c9-root {
    text-align: center;
  }


#s-3c649724-92ee-4374-88bf-6a27336885c9.shg-btn {
  color: rgba(234, 229, 210, 1);
  font-size: 32px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c649724-92ee-4374-88bf-6a27336885c9-root {
    text-align: center;
  }


#s-3c649724-92ee-4374-88bf-6a27336885c9.shg-btn {
  color: rgba(234, 229, 210, 1);
  font-size: 32px;
  font-weight: 600;
  
  font-family: Oswald;
  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}