.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-c013f454-89cd-4423-ae5e-4f2777ead59a {
  min-height: 50px;
}








#s-c013f454-89cd-4423-ae5e-4f2777ead59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c013f454-89cd-4423-ae5e-4f2777ead59a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f0bd970-8be9-4a28-989d-470f5d0e9f53 {
  min-height: 50px;
}








#s-6f0bd970-8be9-4a28-989d-470f5d0e9f53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0bd970-8be9-4a28-989d-470f5d0e9f53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3381e9ef-6a54-40d0-a0ba-00590db4713c {
  min-height: 50px;
}








#s-3381e9ef-6a54-40d0-a0ba-00590db4713c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3381e9ef-6a54-40d0-a0ba-00590db4713c.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-c456aa84-dcd8-4024-acbe-86f249762ba3 {
  background-image: url(https://i.shgcdn.com/98dbfa8f-e95f-498e-bcb1-e01fd8206796/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(21, 21, 21, 0);
background-position: 20% center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c456aa84-dcd8-4024-acbe-86f249762ba3 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c456aa84-dcd8-4024-acbe-86f249762ba3 {
  display: none;
}
#s-c456aa84-dcd8-4024-acbe-86f249762ba3, #wrap-s-c456aa84-dcd8-4024-acbe-86f249762ba3 { display: none !important; }}@media (max-width: 767px){#s-c456aa84-dcd8-4024-acbe-86f249762ba3 {
  display: none;
}
#s-c456aa84-dcd8-4024-acbe-86f249762ba3, #wrap-s-c456aa84-dcd8-4024-acbe-86f249762ba3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c456aa84-dcd8-4024-acbe-86f249762ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c456aa84-dcd8-4024-acbe-86f249762ba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c456aa84-dcd8-4024-acbe-86f249762ba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c456aa84-dcd8-4024-acbe-86f249762ba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c456aa84-dcd8-4024-acbe-86f249762ba3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 {
  padding-top: 80px;
padding-left: 100px;
padding-bottom: 80px;
padding-right: 100px;
min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 {
  padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2 > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-e1b5b9f7-3e33-4d56-b6a8-6e8fcb2472b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b9969f9a-6c0c-4816-8f22-10136417bccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9969f9a-6c0c-4816-8f22-10136417bccd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-b9969f9a-6c0c-4816-8f22-10136417bccd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9969f9a-6c0c-4816-8f22-10136417bccd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b9969f9a-6c0c-4816-8f22-10136417bccd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-73042a9b-a7a8-4a9d-a6e2-6f025e679f48 {
  padding-bottom: 10px;
}

#s-712ad0a1-940a-47b1-b363-40521bac4303 {
  background-color: rgba(187, 201, 213, 1);
}
@media (min-width: 1200px){#s-712ad0a1-940a-47b1-b363-40521bac4303 {
  display: none;
}
#s-712ad0a1-940a-47b1-b363-40521bac4303, #wrap-s-712ad0a1-940a-47b1-b363-40521bac4303 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-712ad0a1-940a-47b1-b363-40521bac4303 {
  min-height: 500px;
display: none;
}
#s-712ad0a1-940a-47b1-b363-40521bac4303, #wrap-s-712ad0a1-940a-47b1-b363-40521bac4303 { display: none !important; }}
@media (min-width: 0px) {
[id="s-712ad0a1-940a-47b1-b363-40521bac4303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-712ad0a1-940a-47b1-b363-40521bac4303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-712ad0a1-940a-47b1-b363-40521bac4303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-712ad0a1-940a-47b1-b363-40521bac4303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-44899794-6cc7-4f00-af1e-b15b9baabdee {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: right bottom;
}
@media (min-width: 992px) and (max-width: 1199px){#s-44899794-6cc7-4f00-af1e-b15b9baabdee {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44899794-6cc7-4f00-af1e-b15b9baabdee {
  min-height: 300px;
}
}@media (max-width: 767px){#s-44899794-6cc7-4f00-af1e-b15b9baabdee {
  min-height: 300px;
}
}







#s-44899794-6cc7-4f00-af1e-b15b9baabdee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44899794-6cc7-4f00-af1e-b15b9baabdee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e {
  padding-left: 80px;
padding-right: 80px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-ffe0b536-35b6-43b9-a413-d45ea652ec0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99df40aa-84bf-4323-8eb1-d63d2b7501dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99df40aa-84bf-4323-8eb1-d63d2b7501dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-99df40aa-84bf-4323-8eb1-d63d2b7501dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-99df40aa-84bf-4323-8eb1-d63d2b7501dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-99df40aa-84bf-4323-8eb1-d63d2b7501dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-1d68a61f-dc19-415d-a715-e14529f1a9d5 {
  padding-bottom: 10px;
}

#s-0326d236-ca5d-4cb2-9561-7c213fc383c7 {
  min-height: 50px;
}








#s-0326d236-ca5d-4cb2-9561-7c213fc383c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0326d236-ca5d-4cb2-9561-7c213fc383c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 {
  background-image: url(https://i.shgcdn.com/c845e008-715d-4ab5-b711-0e22f81273bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(21, 21, 21, 0);
background-position: right center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 {
  display: none;
}
#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9, #wrap-s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 { display: none !important; }}@media (max-width: 767px){#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 {
  display: none;
}
#s-5a19c83b-9fc9-4201-b19c-3ff7167933b9, #wrap-s-5a19c83b-9fc9-4201-b19c-3ff7167933b9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5a19c83b-9fc9-4201-b19c-3ff7167933b9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8c551f55-f156-45dc-a40a-93e4829b595b {
  margin-top: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-8c551f55-f156-45dc-a40a-93e4829b595b {
  padding-top: 60px;
padding-left: 80px;
padding-bottom: 60px;
padding-right: 80px;
min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c551f55-f156-45dc-a40a-93e4829b595b {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c551f55-f156-45dc-a40a-93e4829b595b {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-8c551f55-f156-45dc-a40a-93e4829b595b {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-8c551f55-f156-45dc-a40a-93e4829b595b > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-8c551f55-f156-45dc-a40a-93e4829b595b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf8c6ffa-472a-4100-8b75-93686c9891fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf8c6ffa-472a-4100-8b75-93686c9891fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-cf8c6ffa-472a-4100-8b75-93686c9891fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-cf8c6ffa-472a-4100-8b75-93686c9891fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-cf8c6ffa-472a-4100-8b75-93686c9891fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-7c9d4a1a-81c8-4422-8633-9b97efac5331 {
  padding-bottom: 10px;
}

#s-ffb42e28-e998-4aff-ac7c-ff1c9519efed {
  text-align: left;
}

#s-e63aa87d-3bc1-409d-8776-877f9074e9cc {
  background-color: rgba(220, 226, 236, 1);
}
@media (min-width: 1200px){#s-e63aa87d-3bc1-409d-8776-877f9074e9cc {
  display: none;
}
#s-e63aa87d-3bc1-409d-8776-877f9074e9cc, #wrap-s-e63aa87d-3bc1-409d-8776-877f9074e9cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e63aa87d-3bc1-409d-8776-877f9074e9cc {
  min-height: 500px;
display: none;
}
#s-e63aa87d-3bc1-409d-8776-877f9074e9cc, #wrap-s-e63aa87d-3bc1-409d-8776-877f9074e9cc { display: none !important; }}
@media (min-width: 0px) {
[id="s-e63aa87d-3bc1-409d-8776-877f9074e9cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63aa87d-3bc1-409d-8776-877f9074e9cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e63aa87d-3bc1-409d-8776-877f9074e9cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63aa87d-3bc1-409d-8776-877f9074e9cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e63aa87d-3bc1-409d-8776-877f9074e9cc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d {
  padding-left: 80px;
padding-right: 80px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-381e4401-d37e-4e42-9b7d-b8f0e560fb3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-132aab52-9c63-49d0-8263-7d8eaaeb4414 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-132aab52-9c63-49d0-8263-7d8eaaeb4414 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-132aab52-9c63-49d0-8263-7d8eaaeb4414 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-132aab52-9c63-49d0-8263-7d8eaaeb4414 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-132aab52-9c63-49d0-8263-7d8eaaeb4414 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-55b02eae-3249-40ae-9826-ea14d18c48ce {
  padding-bottom: 10px;
}

#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: left top;
}
@media (min-width: 992px) and (max-width: 1199px){#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df {
  min-height: 300px;
}
}@media (max-width: 767px){#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df {
  min-height: 300px;
}
}







#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-204c7e0c-3c23-450d-9f11-ca2c1b7e39df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d1fc3e8-641d-4964-b3a6-b53022484bd9 {
  min-height: 50px;
}








#s-0d1fc3e8-641d-4964-b3a6-b53022484bd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d1fc3e8-641d-4964-b3a6-b53022484bd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e0917d-3195-4d44-b478-665084f48960 {
  background-image: url(https://i.shgcdn.com/705029a7-059f-42c0-b55a-260f852d3f28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(21, 21, 21, 0);
background-position: right center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c9e0917d-3195-4d44-b478-665084f48960 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9e0917d-3195-4d44-b478-665084f48960 {
  display: none;
}
#s-c9e0917d-3195-4d44-b478-665084f48960, #wrap-s-c9e0917d-3195-4d44-b478-665084f48960 { display: none !important; }}@media (max-width: 767px){#s-c9e0917d-3195-4d44-b478-665084f48960 {
  display: none;
}
#s-c9e0917d-3195-4d44-b478-665084f48960, #wrap-s-c9e0917d-3195-4d44-b478-665084f48960 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c9e0917d-3195-4d44-b478-665084f48960"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a {
  margin-top: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a {
  padding-top: 60px;
padding-left: 80px;
padding-bottom: 60px;
padding-right: 80px;
min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-ee9b4e02-ed9e-4510-ab64-09dac0a7ea0a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f14a492d-aa22-4c6b-b213-6fe156c34612 {
  text-align: left;
}

.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-85117c87-8f96-4edb-b797-8d82b00a6136 {
  margin-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-85117c87-8f96-4edb-b797-8d82b00a6136 {
  margin-bottom: 10%;
max-width: 35%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85117c87-8f96-4edb-b797-8d82b00a6136 {
  max-width: 150px;
}
}






  #s-85117c87-8f96-4edb-b797-8d82b00a6136 img.shogun-image {
    

    
    
    
  }


#s-85117c87-8f96-4edb-b797-8d82b00a6136 .shogun-image-content {
  
    align-items: center;
  
}

#s-95cfa00d-1fba-431e-a84b-73c7f160ac90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95cfa00d-1fba-431e-a84b-73c7f160ac90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-95cfa00d-1fba-431e-a84b-73c7f160ac90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-95cfa00d-1fba-431e-a84b-73c7f160ac90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-95cfa00d-1fba-431e-a84b-73c7f160ac90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-7c16ba3a-1369-4793-8f1d-237c073dfd1b {
  padding-bottom: 10px;
}

#s-18feaf44-4802-4acf-8046-ab9e7c929a43 {
  background-color: rgba(228, 232, 232, 1);
}
@media (min-width: 1200px){#s-18feaf44-4802-4acf-8046-ab9e7c929a43 {
  display: none;
}
#s-18feaf44-4802-4acf-8046-ab9e7c929a43, #wrap-s-18feaf44-4802-4acf-8046-ab9e7c929a43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18feaf44-4802-4acf-8046-ab9e7c929a43 {
  min-height: 500px;
display: none;
}
#s-18feaf44-4802-4acf-8046-ab9e7c929a43, #wrap-s-18feaf44-4802-4acf-8046-ab9e7c929a43 { display: none !important; }}
@media (min-width: 0px) {
[id="s-18feaf44-4802-4acf-8046-ab9e7c929a43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18feaf44-4802-4acf-8046-ab9e7c929a43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18feaf44-4802-4acf-8046-ab9e7c929a43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18feaf44-4802-4acf-8046-ab9e7c929a43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9498a18e-2db6-4495-8f0c-9951994b2a26 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: right bottom;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9498a18e-2db6-4495-8f0c-9951994b2a26 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9498a18e-2db6-4495-8f0c-9951994b2a26 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-9498a18e-2db6-4495-8f0c-9951994b2a26 {
  min-height: 300px;
}
}







#s-9498a18e-2db6-4495-8f0c-9951994b2a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9498a18e-2db6-4495-8f0c-9951994b2a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 {
  padding-left: 80px;
padding-right: 80px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7 > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-59757b0e-16c2-4bcd-9bc6-0ace5f93ddb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f4dee8f-6ea3-4f11-91d7-4507aa84bf56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f4dee8f-6ea3-4f11-91d7-4507aa84bf56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2f4dee8f-6ea3-4f11-91d7-4507aa84bf56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2f4dee8f-6ea3-4f11-91d7-4507aa84bf56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2f4dee8f-6ea3-4f11-91d7-4507aa84bf56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-dff849a9-7962-438f-99c4-9c2e12cfc92c {
  padding-bottom: 10px;
}

#s-c0501248-c3af-49da-a406-fc27431a4781 {
  min-height: 50px;
}








#s-c0501248-c3af-49da-a406-fc27431a4781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0501248-c3af-49da-a406-fc27431a4781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad {
  background-image: url(https://i.shgcdn.com/defdb9cf-fab9-47a9-9ceb-2ce804dcc17e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(21, 21, 21, 0);
background-position: right bottom;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad {
  display: none;
}
#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad, #wrap-s-a3b36be2-af32-4591-a4d3-5cc2461c2dad { display: none !important; }}@media (max-width: 767px){#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad {
  display: none;
}
#s-a3b36be2-af32-4591-a4d3-5cc2461c2dad, #wrap-s-a3b36be2-af32-4591-a4d3-5cc2461c2dad { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a3b36be2-af32-4591-a4d3-5cc2461c2dad"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 {
  padding-top: 60px;
padding-left: 80px;
padding-bottom: 60px;
padding-right: 80px;
min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992 > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-81623f0e-e0dd-4c27-b6dc-4a12dac98992.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3155af77-fad0-4b0f-bf44-70a0b13f20dd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-da010f72-a652-4e6b-b9be-3cf930846e67 {
  padding-bottom: 10px;
}

#s-e8550fd8-670e-4323-a036-3129d50fd576 {
  text-align: left;
}

#s-922a40fb-941b-4199-8859-cf99f0a5b679 {
  background-color: rgba(203, 219, 229, 1);
}
@media (min-width: 1200px){#s-922a40fb-941b-4199-8859-cf99f0a5b679 {
  display: none;
}
#s-922a40fb-941b-4199-8859-cf99f0a5b679, #wrap-s-922a40fb-941b-4199-8859-cf99f0a5b679 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-922a40fb-941b-4199-8859-cf99f0a5b679 {
  min-height: 500px;
display: none;
}
#s-922a40fb-941b-4199-8859-cf99f0a5b679, #wrap-s-922a40fb-941b-4199-8859-cf99f0a5b679 { display: none !important; }}
@media (min-width: 0px) {
[id="s-922a40fb-941b-4199-8859-cf99f0a5b679"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-922a40fb-941b-4199-8859-cf99f0a5b679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-922a40fb-941b-4199-8859-cf99f0a5b679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-922a40fb-941b-4199-8859-cf99f0a5b679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-922a40fb-941b-4199-8859-cf99f0a5b679"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8f681cb6-27ad-4484-8c98-0142dab6d27e {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-8f681cb6-27ad-4484-8c98-0142dab6d27e {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f681cb6-27ad-4484-8c98-0142dab6d27e {
  padding-left: 80px;
padding-right: 80px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f681cb6-27ad-4484-8c98-0142dab6d27e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-8f681cb6-27ad-4484-8c98-0142dab6d27e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-8f681cb6-27ad-4484-8c98-0142dab6d27e > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-8f681cb6-27ad-4484-8c98-0142dab6d27e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71dc8bfa-1da9-401f-b372-18e6766c1827 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71dc8bfa-1da9-401f-b372-18e6766c1827 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-71dc8bfa-1da9-401f-b372-18e6766c1827 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-71dc8bfa-1da9-401f-b372-18e6766c1827 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-71dc8bfa-1da9-401f-b372-18e6766c1827 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-81c49504-dcc8-45f5-8e70-41ec71b09fed {
  padding-bottom: 10px;
}

#s-9784a5a5-960d-43c4-a59a-89b5929e8c82 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: right bottom;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9784a5a5-960d-43c4-a59a-89b5929e8c82 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9784a5a5-960d-43c4-a59a-89b5929e8c82 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-9784a5a5-960d-43c4-a59a-89b5929e8c82 {
  min-height: 300px;
}
}







#s-9784a5a5-960d-43c4-a59a-89b5929e8c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9784a5a5-960d-43c4-a59a-89b5929e8c82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e681542-82da-42d7-87c7-a61e917f7684 {
  min-height: 50px;
}








#s-6e681542-82da-42d7-87c7-a61e917f7684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e681542-82da-42d7-87c7-a61e917f7684.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8eef50c4-05a3-4489-9e46-d265ac56011c {
  background-image: url(https://i.shgcdn.com/8a6babf0-c419-4e62-9835-cf5e80c7ac0d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(21, 21, 21, 0);
background-position: 35% center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8eef50c4-05a3-4489-9e46-d265ac56011c {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eef50c4-05a3-4489-9e46-d265ac56011c {
  display: none;
}
#s-8eef50c4-05a3-4489-9e46-d265ac56011c, #wrap-s-8eef50c4-05a3-4489-9e46-d265ac56011c { display: none !important; }}@media (max-width: 767px){#s-8eef50c4-05a3-4489-9e46-d265ac56011c {
  display: none;
}
#s-8eef50c4-05a3-4489-9e46-d265ac56011c, #wrap-s-8eef50c4-05a3-4489-9e46-d265ac56011c { display: none !important; }}
@media (min-width: 0px) {
[id="s-8eef50c4-05a3-4489-9e46-d265ac56011c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8eef50c4-05a3-4489-9e46-d265ac56011c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8eef50c4-05a3-4489-9e46-d265ac56011c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8eef50c4-05a3-4489-9e46-d265ac56011c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8eef50c4-05a3-4489-9e46-d265ac56011c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 {
  margin-top: 0px;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 {
  padding-top: 80px;
padding-left: 100px;
padding-bottom: 80px;
padding-right: 100px;
min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 {
  padding-top: 60px;
padding-left: 60px;
padding-bottom: 60px;
padding-right: 60px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5 > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-a7303da6-5a3f-4bde-87c2-02410eb93ba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aad05791-c1a1-49bc-a7ed-5d46b52b1025 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aad05791-c1a1-49bc-a7ed-5d46b52b1025 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-aad05791-c1a1-49bc-a7ed-5d46b52b1025 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-aad05791-c1a1-49bc-a7ed-5d46b52b1025 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-aad05791-c1a1-49bc-a7ed-5d46b52b1025 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-9c0ae04f-d745-474e-90df-d8cae8cc58de {
  padding-bottom: 10px;
}

#s-67b62ec3-6751-4e15-9910-6d5011584c6c {
  background-color: rgba(183, 196, 211, 1);
}
@media (min-width: 1200px){#s-67b62ec3-6751-4e15-9910-6d5011584c6c {
  display: none;
}
#s-67b62ec3-6751-4e15-9910-6d5011584c6c, #wrap-s-67b62ec3-6751-4e15-9910-6d5011584c6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67b62ec3-6751-4e15-9910-6d5011584c6c {
  min-height: 500px;
display: none;
}
#s-67b62ec3-6751-4e15-9910-6d5011584c6c, #wrap-s-67b62ec3-6751-4e15-9910-6d5011584c6c { display: none !important; }}
@media (min-width: 0px) {
[id="s-67b62ec3-6751-4e15-9910-6d5011584c6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67b62ec3-6751-4e15-9910-6d5011584c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67b62ec3-6751-4e15-9910-6d5011584c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67b62ec3-6751-4e15-9910-6d5011584c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062 {
  min-height: 300px;
}
}







#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb3fcdf-5f83-453a-8915-24a2cccd4062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28f9329e-d432-4ebd-9f13-985dacd77775 {
  padding-top: 10px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
min-height: 700px;
background-color: rgba(56, 226, 34, 0);
}
@media (min-width: 1200px){#s-28f9329e-d432-4ebd-9f13-985dacd77775 {
  padding-left: 100px;
padding-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28f9329e-d432-4ebd-9f13-985dacd77775 {
  padding-left: 80px;
padding-right: 80px;
min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28f9329e-d432-4ebd-9f13-985dacd77775 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 400px;
}
}@media (max-width: 767px){#s-28f9329e-d432-4ebd-9f13-985dacd77775 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 300px;
}
}







#s-28f9329e-d432-4ebd-9f13-985dacd77775 > .shg-box-overlay {
  background-color: rgba(219, 24, 24, 1);
  opacity: 0;
}#s-28f9329e-d432-4ebd-9f13-985dacd77775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2278fe31-e894-4fa2-ac92-4a3b6c91f2d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2278fe31-e894-4fa2-ac92-4a3b6c91f2d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-2278fe31-e894-4fa2-ac92-4a3b6c91f2d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2278fe31-e894-4fa2-ac92-4a3b6c91f2d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-2278fe31-e894-4fa2-ac92-4a3b6c91f2d3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-f991f768-4994-4982-acc2-4228e2a3c64e {
  padding-bottom: 10px;
}

.accordion--wrap {
  background: #F2F2F2;
}

.accordion--specifications {
  max-width: 1480px;
}

.accordion--specifications * {
  color: #000;
}

.accordion--button {
  background: #E1E1E1;
  color: #000;
}

.accordion--dropdown.active .accordion--button {
  background: #000;
}

.accordion--dropdown.active .accordion--button * {
  color: #fff;
}

.accordion--dropdown.active .accordion--description {
  display: block;
}

.icon--plus {
  transition: ease all .4s;
}

.accordion--dropdown.active .icon--plus {
  fill: white;
  transform: rotate(-45deg) translateY(4px);
}

.accordion--description {
  display: none;
}

.accordion--description * {
  padding: 10px;
}

.accordion--description li {
  list-style: square;
  padding: 5px;
}

.accordion--description div {
  padding: 0px;
}

.accordion--description li:first-child {
  padding-top: 0;
}

.accordion--description img {
  margin: 0 10px 10px 10px;
}

.accordion--description ul,
.accordion--description ol {
  padding-left: 20px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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