.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-09e1ae9e-1cea-4ae9-b4be-3b7a2ee4fdfa {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09e1ae9e-1cea-4ae9-b4be-3b7a2ee4fdfa {
  
}
}@media (max-width: 767px){#s-09e1ae9e-1cea-4ae9-b4be-3b7a2ee4fdfa {
  
}
}







#s-09e1ae9e-1cea-4ae9-b4be-3b7a2ee4fdfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09e1ae9e-1cea-4ae9-b4be-3b7a2ee4fdfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffd080e2-c9c5-4209-97c7-1452f66ad35a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -13%;
margin-left: auto;
margin-right: auto;
min-height: 780px;
max-width: 1800px;
background-position: center bottom;
}
@media (max-width: 767px){#s-ffd080e2-c9c5-4209-97c7-1452f66ad35a {
  margin-top: -15%;
padding-top: 15%;
padding-bottom: 0%;
min-height: 380px;
}
}
#s-ffd080e2-c9c5-4209-97c7-1452f66ad35a {
  background-image: url(https://i.shgcdn.com/dd589362-6904-43f5-9c66-bc062bdb34cf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ffd080e2-c9c5-4209-97c7-1452f66ad35a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd080e2-c9c5-4209-97c7-1452f66ad35a.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-f64394a2-cf42-4e85-9e67-72184a97f9b3 {
  margin-top: 8%;
margin-bottom: %;
}

@media (min-width: 0px) {
[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f64394a2-cf42-4e85-9e67-72184a97f9b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px){#s-e3525f97-7ede-4952-b6a9-1212c12801e3 {
  margin-left: 30%;
display: none;
}
#s-e3525f97-7ede-4952-b6a9-1212c12801e3, #wrap-s-e3525f97-7ede-4952-b6a9-1212c12801e3 { display: none !important; }}
#s-683ebcd5-f162-4cdf-a9eb-cba4a6f771f6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-683ebcd5-f162-4cdf-a9eb-cba4a6f771f6 {
  margin-top: 2em;
margin-bottom: 2em;
}
}







#s-683ebcd5-f162-4cdf-a9eb-cba4a6f771f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-683ebcd5-f162-4cdf-a9eb-cba4a6f771f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba {
  margin-left: 9%;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
max-width: 1600px;
}
@media (min-width: 1200px){#s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91e96bb3-fae1-4dd4-9e39-f32fdcfba9ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e44f326-b21f-4736-854f-2cc89ae189c3 {
  margin-top: 6em;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b {
  margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2232efa8-a963-42f4-8b37-4fad2530ba9b-btn-wrapper {
    text-align: center;
  }


#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-variant-btn:hover {
  background: #252525;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-variant-btn:active, #s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2232efa8-a963-42f4-8b37-4fad2530ba9b .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-6c452d81-d539-440d-b9a1-79f24b2ab284 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6c452d81-d539-440d-b9a1-79f24b2ab284:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-6c452d81-d539-440d-b9a1-79f24b2ab284:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-6c452d81-d539-440d-b9a1-79f24b2ab284 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c452d81-d539-440d-b9a1-79f24b2ab284.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c452d81-d539-440d-b9a1-79f24b2ab284.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6c452d81-d539-440d-b9a1-79f24b2ab284.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8286bff3-62f6-4313-8007-f91fdc2b7276 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-ea053ade-63b4-4a35-9606-28e9925f0044 {
  margin-top: 65px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 80px;
text-align: center;
}







  #s-ea053ade-63b4-4a35-9606-28e9925f0044 img.shogun-image {
    

    
    
    
  }


#s-ea053ade-63b4-4a35-9606-28e9925f0044 .shogun-image-content {
  
    align-items: center;
  
}

#s-cec52752-eea6-4be5-858c-5e089f3e5dac {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 680px;
max-width: 800px;
}
@media (min-width: 1200px){#s-cec52752-eea6-4be5-858c-5e089f3e5dac {
  min-height: 25em;
max-width: 30em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cec52752-eea6-4be5-858c-5e089f3e5dac {
  min-height: 20em;
max-width: 25em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cec52752-eea6-4be5-858c-5e089f3e5dac {
  min-height: 450px;
max-width: 550px;
}
}@media (max-width: 767px){#s-cec52752-eea6-4be5-858c-5e089f3e5dac {
  margin-top: 6em;
margin-left: auto;
margin-right: auto;
min-height: 380px;
}
}







#s-cec52752-eea6-4be5-858c-5e089f3e5dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec52752-eea6-4be5-858c-5e089f3e5dac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 {
  margin-top: 0%;
text-align: center;
}



.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2ba3da5-ed24-4e53-bf67-79693ff6c2a1 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f {
  padding-top: 1em;
padding-bottom: 1em;
text-align: left;
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-scroll-button {
  color: #FFF;
}

#s-7b0804a7-3f89-46bb-927e-bf61b2b03b3f .shg-gallery-dot {
  background-color: #FFF;
}

#s-f3053d57-dafb-455a-9172-edf1bc820586 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f3053d57-dafb-455a-9172-edf1bc820586 {
  margin-top: 2em;
margin-bottom: 2em;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3053d57-dafb-455a-9172-edf1bc820586 {
  margin-top: 1em;
margin-bottom: 1em;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3053d57-dafb-455a-9172-edf1bc820586 {
  margin-top: -80px;
margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f3053d57-dafb-455a-9172-edf1bc820586 {
  margin-top: -230px;
margin-bottom: -230px;
}
}







#s-f3053d57-dafb-455a-9172-edf1bc820586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3053d57-dafb-455a-9172-edf1bc820586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a578432f-b17c-4360-9b1b-d172f66fbf4d {
  margin-left: auto;
margin-right: auto;
max-width: 1800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a578432f-b17c-4360-9b1b-d172f66fbf4d {
  display: none;
}
#s-a578432f-b17c-4360-9b1b-d172f66fbf4d, #wrap-s-a578432f-b17c-4360-9b1b-d172f66fbf4d { display: none !important; }}@media (max-width: 767px){#s-a578432f-b17c-4360-9b1b-d172f66fbf4d {
  display: none;
}
#s-a578432f-b17c-4360-9b1b-d172f66fbf4d, #wrap-s-a578432f-b17c-4360-9b1b-d172f66fbf4d { display: none !important; }}
@media (min-width: 0px) {
[id="s-a578432f-b17c-4360-9b1b-d172f66fbf4d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a578432f-b17c-4360-9b1b-d172f66fbf4d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a578432f-b17c-4360-9b1b-d172f66fbf4d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a578432f-b17c-4360-9b1b-d172f66fbf4d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-14e585c7-0511-4f4d-a77e-0cf5d68148db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14e585c7-0511-4f4d-a77e-0cf5d68148db {
  display: none;
}
#s-14e585c7-0511-4f4d-a77e-0cf5d68148db, #wrap-s-14e585c7-0511-4f4d-a77e-0cf5d68148db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14e585c7-0511-4f4d-a77e-0cf5d68148db {
  display: none;
}
#s-14e585c7-0511-4f4d-a77e-0cf5d68148db, #wrap-s-14e585c7-0511-4f4d-a77e-0cf5d68148db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14e585c7-0511-4f4d-a77e-0cf5d68148db {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-14e585c7-0511-4f4d-a77e-0cf5d68148db {
  margin-top: 4em;
margin-bottom: 0px;
}
}







#s-14e585c7-0511-4f4d-a77e-0cf5d68148db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e585c7-0511-4f4d-a77e-0cf5d68148db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac9a0ac-fd47-4520-871a-a1a5bcad3361 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-2ac9a0ac-fd47-4520-871a-a1a5bcad3361 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-9c5f032e-5d4d-4ceb-b821-bd74f73edc89 {
  margin-top: 0%;
margin-bottom: 20px;
}

#s-cbc95f8d-1b2f-464f-b5c6-da631837a8c8 {
  margin-top: 0%;
margin-bottom: 20px;
}

#s-68e059f2-27f1-41b6-a621-caec38577e6d {
  margin-top: 0%;
margin-bottom: 20px;
}

#s-f4de9438-6a0e-430a-add4-96e60037ecae {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-f4de9438-6a0e-430a-add4-96e60037ecae {
  margin-top: 17px;
margin-bottom: 0px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-f4de9438-6a0e-430a-add4-96e60037ecae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4de9438-6a0e-430a-add4-96e60037ecae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49aaeb0d-e3bd-4b3c-93c8-ef7d3ad39bb8 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-49aaeb0d-e3bd-4b3c-93c8-ef7d3ad39bb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49aaeb0d-e3bd-4b3c-93c8-ef7d3ad39bb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49aaeb0d-e3bd-4b3c-93c8-ef7d3ad39bb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49aaeb0d-e3bd-4b3c-93c8-ef7d3ad39bb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-167967b5-0075-4bc3-9dcd-43c4c01abfec {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 1em;
padding-bottom: 0%;
padding-right: 1em;
min-height: 600px;
max-width: 550px;
background-color: rgba(130, 48, 47, 1);
}
@media (min-width: 1200px){#s-167967b5-0075-4bc3-9dcd-43c4c01abfec {
  min-height: 660px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-167967b5-0075-4bc3-9dcd-43c4c01abfec {
  min-height: 500px;
}
}@media (max-width: 767px){#s-167967b5-0075-4bc3-9dcd-43c4c01abfec {
  margin-top: 200px;
min-height: 450px;
}
}







#s-167967b5-0075-4bc3-9dcd-43c4c01abfec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167967b5-0075-4bc3-9dcd-43c4c01abfec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b1000ccb-e1cc-4995-8944-316962a92e5d {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 28%;
padding-right: 28%;
}

#s-b1000ccb-e1cc-4995-8944-316962a92e5d hr {
  border-top: 2px solid rgba(242, 235, 228, 1);
}

#s-885b8cf8-6792-423a-abbf-85ebf9833fcb {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 20%;
padding-right: 20%;
}

#s-885b8cf8-6792-423a-abbf-85ebf9833fcb hr {
  border-top: 2px solid rgba(242, 235, 228, 1);
}

#s-e735ac6f-dbc7-4fbe-92c1-3fefb29411aa {
  margin-top: 3%;
margin-bottom: 0%;
padding-left: 8%;
padding-right: 8%;
}

#s-e735ac6f-dbc7-4fbe-92c1-3fefb29411aa hr {
  border-top: 2px solid rgba(242, 235, 228, 1);
}

#s-480fb361-ef7a-4540-90c6-8d28275b4e54 {
  padding-top: 4em;
padding-bottom: 2em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-480fb361-ef7a-4540-90c6-8d28275b4e54 {
  display: none;
}
#s-480fb361-ef7a-4540-90c6-8d28275b4e54, #wrap-s-480fb361-ef7a-4540-90c6-8d28275b4e54 { display: none !important; }}@media (max-width: 767px){#s-480fb361-ef7a-4540-90c6-8d28275b4e54 {
  margin-top: 40px;
display: none;
}
#s-480fb361-ef7a-4540-90c6-8d28275b4e54, #wrap-s-480fb361-ef7a-4540-90c6-8d28275b4e54 { display: none !important; }}







#s-480fb361-ef7a-4540-90c6-8d28275b4e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480fb361-ef7a-4540-90c6-8d28275b4e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c261bc0e-9370-4ae8-9c96-5cca3e69e6f9 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-c261bc0e-9370-4ae8-9c96-5cca3e69e6f9 img.shogun-image {
    

    
    
    
  }


#s-c261bc0e-9370-4ae8-9c96-5cca3e69e6f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c1882e6-841d-4272-98a3-723fa333b4dd {
  margin-top: 1em;
margin-bottom: 3em;
}

#s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}
@media (min-width: 1200px){#s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db {
  margin-top: 6%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db {
  margin-top: 6%;
}
}@media (max-width: 767px){#s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db {
  margin-top: 20px;
margin-bottom: 0%;
}
}






  #s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db img.shogun-image {
    

    
    
    
  }


#s-1d5a0035-7dfe-40e2-9fd7-b387bfeb81db .shogun-image-content {
  
    align-items: center;
  
}

#s-d364146c-b9fa-4427-aa18-d1d159846001 {
  margin-top: 1em;
}

#s-795038d1-1d26-415c-81e3-2053e3ee4f10 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-795038d1-1d26-415c-81e3-2053e3ee4f10 {
  display: none;
}
#s-795038d1-1d26-415c-81e3-2053e3ee4f10, #wrap-s-795038d1-1d26-415c-81e3-2053e3ee4f10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-795038d1-1d26-415c-81e3-2053e3ee4f10 {
  display: none;
}
#s-795038d1-1d26-415c-81e3-2053e3ee4f10, #wrap-s-795038d1-1d26-415c-81e3-2053e3ee4f10 { display: none !important; }}@media (max-width: 767px){#s-795038d1-1d26-415c-81e3-2053e3ee4f10 {
  margin-top: 40px;
}
}







#s-795038d1-1d26-415c-81e3-2053e3ee4f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-795038d1-1d26-415c-81e3-2053e3ee4f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4142eb9f-29fb-4d24-9ec8-034a34c2224c {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-4142eb9f-29fb-4d24-9ec8-034a34c2224c img.shogun-image {
    

    
    
    
  }


#s-4142eb9f-29fb-4d24-9ec8-034a34c2224c .shogun-image-content {
  
    align-items: center;
  
}

#s-63ab8bb3-4107-4f6e-b9f3-566068579f13 {
  margin-top: 8%;
}
@media (min-width: 1200px){#s-63ab8bb3-4107-4f6e-b9f3-566068579f13 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63ab8bb3-4107-4f6e-b9f3-566068579f13 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-63ab8bb3-4107-4f6e-b9f3-566068579f13 {
  margin-top: 1em;
margin-bottom: 2em;
}
}
#s-29963021-9536-4f31-a0cf-80b514563a88 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}
@media (min-width: 1200px){#s-29963021-9536-4f31-a0cf-80b514563a88 {
  margin-top: 6%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29963021-9536-4f31-a0cf-80b514563a88 {
  margin-top: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-29963021-9536-4f31-a0cf-80b514563a88 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-29963021-9536-4f31-a0cf-80b514563a88 {
  margin-top: 20px;
margin-bottom: 0%;
}
}






  #s-29963021-9536-4f31-a0cf-80b514563a88 img.shogun-image {
    

    
    
    
  }


#s-29963021-9536-4f31-a0cf-80b514563a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-b58ed559-1f10-46e1-91ef-d0c26a9adae0 {
  margin-top: 8%;
}
@media (min-width: 1200px){#s-b58ed559-1f10-46e1-91ef-d0c26a9adae0 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b58ed559-1f10-46e1-91ef-d0c26a9adae0 {
  margin-top: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b58ed559-1f10-46e1-91ef-d0c26a9adae0 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-b58ed559-1f10-46e1-91ef-d0c26a9adae0 {
  margin-top: 0%;
}
}
#s-585dab34-eb66-4f94-9774-df02131beea9 {
  margin-top: 6%;
margin-bottom: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-585dab34-eb66-4f94-9774-df02131beea9 {
  margin-top: 3%;
margin-bottom: 0%;
}
}







#s-585dab34-eb66-4f94-9774-df02131beea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585dab34-eb66-4f94-9774-df02131beea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3db53824-dda4-4716-a7e8-4353fd85198d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-3db53824-dda4-4716-a7e8-4353fd85198d {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
display: none;
}
#s-3db53824-dda4-4716-a7e8-4353fd85198d, #wrap-s-3db53824-dda4-4716-a7e8-4353fd85198d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3db53824-dda4-4716-a7e8-4353fd85198d {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
display: none;
}
#s-3db53824-dda4-4716-a7e8-4353fd85198d, #wrap-s-3db53824-dda4-4716-a7e8-4353fd85198d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3db53824-dda4-4716-a7e8-4353fd85198d {
  display: none;
}
#s-3db53824-dda4-4716-a7e8-4353fd85198d, #wrap-s-3db53824-dda4-4716-a7e8-4353fd85198d { display: none !important; }}@media (max-width: 767px){#s-3db53824-dda4-4716-a7e8-4353fd85198d {
  display: none;
}
#s-3db53824-dda4-4716-a7e8-4353fd85198d, #wrap-s-3db53824-dda4-4716-a7e8-4353fd85198d { display: none !important; }}
#s-54c13222-e876-46d9-985e-b7d44f221de2 {
  background-attachment: fixed;
margin-top: 50px;
margin-left: 50px;
margin-right: 50px;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-54c13222-e876-46d9-985e-b7d44f221de2 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-54c13222-e876-46d9-985e-b7d44f221de2 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
}







#s-54c13222-e876-46d9-985e-b7d44f221de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54c13222-e876-46d9-985e-b7d44f221de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82f9e4ef-9076-4fc6-8b61-d118c199b8a8 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-82f9e4ef-9076-4fc6-8b61-d118c199b8a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f9e4ef-9076-4fc6-8b61-d118c199b8a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82f9e4ef-9076-4fc6-8b61-d118c199b8a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f9e4ef-9076-4fc6-8b61-d118c199b8a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-89e71014-f9f2-4881-aaeb-64339efa713c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 720px;
background-position: center center;
}
@media (max-width: 767px){#s-89e71014-f9f2-4881-aaeb-64339efa713c {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-89e71014-f9f2-4881-aaeb-64339efa713c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89e71014-f9f2-4881-aaeb-64339efa713c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e34e6c4e-ea22-474b-9923-a7801257205d {
  margin-top: 16%;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1200px){#s-e34e6c4e-ea22-474b-9923-a7801257205d {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e34e6c4e-ea22-474b-9923-a7801257205d {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e34e6c4e-ea22-474b-9923-a7801257205d {
  display: none;
}
#s-e34e6c4e-ea22-474b-9923-a7801257205d, #wrap-s-e34e6c4e-ea22-474b-9923-a7801257205d { display: none !important; }}@media (max-width: 767px){#s-e34e6c4e-ea22-474b-9923-a7801257205d {
  margin-top: -2%;
margin-bottom: -4%;
padding-left: 4%;
padding-right: 4%;
display: none;
}
#s-e34e6c4e-ea22-474b-9923-a7801257205d, #wrap-s-e34e6c4e-ea22-474b-9923-a7801257205d { display: none !important; }}
#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 {
  margin-top: 16%;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1200px){#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 {
  display: none;
}
#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21, #wrap-s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 {
  display: none;
}
#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21, #wrap-s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 {
  margin-top: 22%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-618cef4d-9636-42f2-ba7e-7da4c0d26a21 {
  margin-top: -5%;
margin-bottom: 20px;
padding-left: 4%;
padding-right: 4%;
}
}
#s-8653bc70-0833-4954-b1f9-3c92d72649d4 {
  margin-top: 16%;
padding-left: 20%;
padding-right: 20%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1200px){#s-8653bc70-0833-4954-b1f9-3c92d72649d4 {
  display: none;
}
#s-8653bc70-0833-4954-b1f9-3c92d72649d4, #wrap-s-8653bc70-0833-4954-b1f9-3c92d72649d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8653bc70-0833-4954-b1f9-3c92d72649d4 {
  display: none;
}
#s-8653bc70-0833-4954-b1f9-3c92d72649d4, #wrap-s-8653bc70-0833-4954-b1f9-3c92d72649d4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8653bc70-0833-4954-b1f9-3c92d72649d4 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-8653bc70-0833-4954-b1f9-3c92d72649d4 {
  margin-top: -2%;
margin-bottom: -4%;
padding-left: 4%;
padding-right: 4%;
}
}
#s-97eb7c29-a147-4262-bdb1-94058fd85843 {
  background-attachment: fixed;
margin-left: 50px;
margin-right: 50px;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-97eb7c29-a147-4262-bdb1-94058fd85843 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-97eb7c29-a147-4262-bdb1-94058fd85843 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 1%;
padding-right: 1%;
}
}







#s-97eb7c29-a147-4262-bdb1-94058fd85843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97eb7c29-a147-4262-bdb1-94058fd85843.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d {
  margin-bottom: 0px;
padding-left: 4%;
padding-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (max-width: 767px) {
  [id="s-16f9c55b-61dc-4165-91d3-e2819d6e5b8d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fa2a7519-9f4f-4646-a956-8b984d7661fb {
  margin-top: 16%;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa2a7519-9f4f-4646-a956-8b984d7661fb {
  display: none;
}
#s-fa2a7519-9f4f-4646-a956-8b984d7661fb, #wrap-s-fa2a7519-9f4f-4646-a956-8b984d7661fb { display: none !important; }}@media (max-width: 767px){#s-fa2a7519-9f4f-4646-a956-8b984d7661fb {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-fa2a7519-9f4f-4646-a956-8b984d7661fb, #wrap-s-fa2a7519-9f4f-4646-a956-8b984d7661fb { display: none !important; }}
#s-a2a84fca-d1c2-4e55-b733-c00b15828558 {
  margin-top: 16%;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1200px){#s-a2a84fca-d1c2-4e55-b733-c00b15828558 {
  display: none;
}
#s-a2a84fca-d1c2-4e55-b733-c00b15828558, #wrap-s-a2a84fca-d1c2-4e55-b733-c00b15828558 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2a84fca-d1c2-4e55-b733-c00b15828558 {
  display: none;
}
#s-a2a84fca-d1c2-4e55-b733-c00b15828558, #wrap-s-a2a84fca-d1c2-4e55-b733-c00b15828558 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2a84fca-d1c2-4e55-b733-c00b15828558 {
  margin-top: 22%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a2a84fca-d1c2-4e55-b733-c00b15828558 {
  margin-top: -5%;
margin-bottom: -40px;
padding-left: 0%;
padding-right: 0%;
}
}
#s-4244f538-20f9-4195-a956-1882bbf3cfdb {
  margin-top: 16%;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 1200px){#s-4244f538-20f9-4195-a956-1882bbf3cfdb {
  display: none;
}
#s-4244f538-20f9-4195-a956-1882bbf3cfdb, #wrap-s-4244f538-20f9-4195-a956-1882bbf3cfdb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4244f538-20f9-4195-a956-1882bbf3cfdb {
  display: none;
}
#s-4244f538-20f9-4195-a956-1882bbf3cfdb, #wrap-s-4244f538-20f9-4195-a956-1882bbf3cfdb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4244f538-20f9-4195-a956-1882bbf3cfdb {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-4244f538-20f9-4195-a956-1882bbf3cfdb {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-10f2aa08-eed4-4b15-b35b-b02b6f4ce438 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 680px;
background-position: center center;
background-attachment: scroll;
}








#s-10f2aa08-eed4-4b15-b35b-b02b6f4ce438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f2aa08-eed4-4b15-b35b-b02b6f4ce438.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b503a51-9ef6-44d6-9436-a9648d658b48 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 720px;
background-position: 47px center;
}
@media (min-width: 1200px){#s-4b503a51-9ef6-44d6-9436-a9648d658b48 {
  max-width: 1800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b503a51-9ef6-44d6-9436-a9648d658b48 {
  display: none;
}
#s-4b503a51-9ef6-44d6-9436-a9648d658b48, #wrap-s-4b503a51-9ef6-44d6-9436-a9648d658b48 { display: none !important; }}@media (max-width: 767px){#s-4b503a51-9ef6-44d6-9436-a9648d658b48 {
  display: none;
}
#s-4b503a51-9ef6-44d6-9436-a9648d658b48, #wrap-s-4b503a51-9ef6-44d6-9436-a9648d658b48 { display: none !important; }}







#s-4b503a51-9ef6-44d6-9436-a9648d658b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b503a51-9ef6-44d6-9436-a9648d658b48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3de9226-15ba-4868-afeb-c9380cd1875e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f3de9226-15ba-4868-afeb-c9380cd1875e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3de9226-15ba-4868-afeb-c9380cd1875e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3de9226-15ba-4868-afeb-c9380cd1875e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3de9226-15ba-4868-afeb-c9380cd1875e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9bc5185a-cfcc-4db0-865c-1e116fff4d54 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.15);
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-9bc5185a-cfcc-4db0-865c-1e116fff4d54 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.39;
}#s-9bc5185a-cfcc-4db0-865c-1e116fff4d54.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-059e56c1-aa03-4245-a6f9-11db6c228435 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-059e56c1-aa03-4245-a6f9-11db6c228435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-059e56c1-aa03-4245-a6f9-11db6c228435"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-059e56c1-aa03-4245-a6f9-11db6c228435"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-059e56c1-aa03-4245-a6f9-11db6c228435"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-99772173-05d6-4b9f-847a-9c253d474aa6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 2px;
}
@media (min-width: 1200px){#s-99772173-05d6-4b9f-847a-9c253d474aa6 {
  
}
}







#s-99772173-05d6-4b9f-847a-9c253d474aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99772173-05d6-4b9f-847a-9c253d474aa6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1092773c-e9f0-4dd2-937a-4eaa8a520893 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 {
  display: none;
}
#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55, #wrap-s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 {
  display: none;
}
#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55, #wrap-s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 {
  display: none;
}
#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55, #wrap-s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 { display: none !important; }}@media (max-width: 767px){#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 {
  display: none;
}
#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55, #wrap-s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 { display: none !important; }}







#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ac7074-d10f-4072-8c51-ba8d4e677b55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c64a377-30cd-4516-bf52-a831431463eb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -13%;
padding-top: 15%;
min-height: 380px;
background-position: center bottom;
}

#s-4c64a377-30cd-4516-bf52-a831431463eb {
  background-image: url(https://i.shgcdn.com/57f647f1-f5cf-4ba5-883b-02c5408ad60c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4c64a377-30cd-4516-bf52-a831431463eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c64a377-30cd-4516-bf52-a831431463eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45302271-f4ae-43ee-9fd4-920e6a8c7733 {
  min-height: 50px;
}








#s-45302271-f4ae-43ee-9fd4-920e6a8c7733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45302271-f4ae-43ee-9fd4-920e6a8c7733.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89d673ac-8e9d-4bdd-a429-b15a06e9a46a {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-89d673ac-8e9d-4bdd-a429-b15a06e9a46a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89d673ac-8e9d-4bdd-a429-b15a06e9a46a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89d673ac-8e9d-4bdd-a429-b15a06e9a46a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89d673ac-8e9d-4bdd-a429-b15a06e9a46a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-725de1d9-0b4a-477c-ab15-827473c657b1 {
  margin-top: 20%;
}

#s-44910564-a6be-478c-8760-afb228cef7a0 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-bottom: 40px;
min-height: 420px;
background-position: center center;
}

#s-44910564-a6be-478c-8760-afb228cef7a0 {
  background-image: url(https://i.shgcdn.com/97414dc9-e34b-4efd-80fd-49b4c9f88fb0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-44910564-a6be-478c-8760-afb228cef7a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44910564-a6be-478c-8760-afb228cef7a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c06f4df3-dfcf-47dd-a7bd-0056d31556cb {
  margin-left: 22px;
margin-right: 22px;
padding-top: 6%;
padding-left: 0%;
padding-bottom: 6%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(130, 48, 47, 1);
}








#s-c06f4df3-dfcf-47dd-a7bd-0056d31556cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c06f4df3-dfcf-47dd-a7bd-0056d31556cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a984a23-df6a-4e8e-8e62-1f8176c0285f {
  min-height: 330px;
}








#s-9a984a23-df6a-4e8e-8e62-1f8176c0285f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a984a23-df6a-4e8e-8e62-1f8176c0285f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5317a475-8f73-43c6-b9ed-7b8903ec5ac0 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 28%;
padding-right: 28%;
}

#s-5317a475-8f73-43c6-b9ed-7b8903ec5ac0 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-8063cac2-3d83-4854-993b-05b379062f5d {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 19%;
padding-right: 19%;
}

#s-8063cac2-3d83-4854-993b-05b379062f5d hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5629f559-10ff-4636-b183-c4608591fe08 {
  margin-top: 2%;
margin-bottom: 2%;
padding-left: 7%;
padding-right: 7%;
}

#s-5629f559-10ff-4636-b183-c4608591fe08 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6d11f45a-8c87-4dcd-a807-e8e4441afc93 {
  margin-top: 20px;
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}

#s-e0106a3d-8ba1-402f-a0da-9af9673e90ff {
  min-height: 420px;
}








#s-e0106a3d-8ba1-402f-a0da-9af9673e90ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0106a3d-8ba1-402f-a0da-9af9673e90ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6db4a437-d920-4be9-b880-c446f5b3475a {
  text-align: center;
}

#s-7160f4e6-675f-4a65-a26d-6a86256e8457 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7160f4e6-675f-4a65-a26d-6a86256e8457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7160f4e6-675f-4a65-a26d-6a86256e8457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9335d548-bcb2-4a2f-ba52-743e93adcd48 {
  
}

@media (min-width: 0px) {
[id="s-9335d548-bcb2-4a2f-ba52-743e93adcd48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9335d548-bcb2-4a2f-ba52-743e93adcd48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9335d548-bcb2-4a2f-ba52-743e93adcd48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9335d548-bcb2-4a2f-ba52-743e93adcd48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5765fab7-8b2a-4a1f-ab3d-2e5ccd679f85 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 20px;
margin-right: 20px;
min-height: 720px;
background-position: center center;
}

#s-5765fab7-8b2a-4a1f-ab3d-2e5ccd679f85 {
  background-image: url(https://i.shgcdn.com/67bed322-8d37-4f2a-b1fa-9dda6efb073d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5765fab7-8b2a-4a1f-ab3d-2e5ccd679f85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5765fab7-8b2a-4a1f-ab3d-2e5ccd679f85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d1c96c-d587-4b7d-a953-75209f7d1d31 {
  margin-top: 80px;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(255, 255, 255, 0.75);
}

#s-d516ca53-763a-40e7-a9c5-028ce59d3283 {
  background-attachment: fixed;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d516ca53-763a-40e7-a9c5-028ce59d3283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d516ca53-763a-40e7-a9c5-028ce59d3283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-add69e54-ba26-4ca6-8458-09473eb881fc {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-add69e54-ba26-4ca6-8458-09473eb881fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-add69e54-ba26-4ca6-8458-09473eb881fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-add69e54-ba26-4ca6-8458-09473eb881fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-add69e54-ba26-4ca6-8458-09473eb881fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-3771018e-07fc-47f3-a1a9-905d059ee699 {
  margin-top: 80px;
background-color: rgba(255, 255, 255, 0.75);
}

#s-1df0136f-ca47-4c74-817a-82312fffe2a8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 680px;
background-position: center center;
background-attachment: scroll;
}

#s-1df0136f-ca47-4c74-817a-82312fffe2a8 {
  background-image: url(https://i.shgcdn.com/074cc004-f638-4f35-bc4a-ecf90ba40f85/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1df0136f-ca47-4c74-817a-82312fffe2a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df0136f-ca47-4c74-817a-82312fffe2a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-557add20-7f6c-41bd-a5dd-5f42aaa036b3 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 330px;
background-position: center center;
background-attachment: scroll;
}

#s-557add20-7f6c-41bd-a5dd-5f42aaa036b3 {
  background-image: url(https://i.shgcdn.com/ad82e223-1c8a-4bf7-accb-ed4acc1debe6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-557add20-7f6c-41bd-a5dd-5f42aaa036b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-557add20-7f6c-41bd-a5dd-5f42aaa036b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b70050d0-c4de-4a00-aa97-1c5b4c02aa5a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 420px;
background-position: center top;
}

#s-b70050d0-c4de-4a00-aa97-1c5b4c02aa5a {
  background-image: url(https://i.shgcdn.com/c3c7a7bb-eba5-4f94-b2da-ee059cb0be97/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b70050d0-c4de-4a00-aa97-1c5b4c02aa5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70050d0-c4de-4a00-aa97-1c5b4c02aa5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e95f5c77-cdd6-4803-b5d8-a36e96daec0f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.15);
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-e95f5c77-cdd6-4803-b5d8-a36e96daec0f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e95f5c77-cdd6-4803-b5d8-a36e96daec0f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-461d301c-5bff-4616-8a2c-63c14d47a51d {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
}

#s-efcd3e90-a1b1-450e-bd35-76b026eb8ed1 {
  background-color: rgba(0, 0, 0, 0);
}

#s-0677b973-5e37-46ee-a80e-43eac6f2626d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0677b973-5e37-46ee-a80e-43eac6f2626d {
  display: none;
}
#s-0677b973-5e37-46ee-a80e-43eac6f2626d, #wrap-s-0677b973-5e37-46ee-a80e-43eac6f2626d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0677b973-5e37-46ee-a80e-43eac6f2626d {
  display: none;
}
#s-0677b973-5e37-46ee-a80e-43eac6f2626d, #wrap-s-0677b973-5e37-46ee-a80e-43eac6f2626d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0677b973-5e37-46ee-a80e-43eac6f2626d {
  
}
}







#s-0677b973-5e37-46ee-a80e-43eac6f2626d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0677b973-5e37-46ee-a80e-43eac6f2626d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-553c1f18-be8d-4fc0-b337-2497b3710717 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
min-height: 420px;
background-position: center center;
}
@media (min-width: 1200px){#s-553c1f18-be8d-4fc0-b337-2497b3710717 {
  display: none;
}
#s-553c1f18-be8d-4fc0-b337-2497b3710717, #wrap-s-553c1f18-be8d-4fc0-b337-2497b3710717 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-553c1f18-be8d-4fc0-b337-2497b3710717 {
  display: none;
}
#s-553c1f18-be8d-4fc0-b337-2497b3710717, #wrap-s-553c1f18-be8d-4fc0-b337-2497b3710717 { display: none !important; }}







#s-553c1f18-be8d-4fc0-b337-2497b3710717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-553c1f18-be8d-4fc0-b337-2497b3710717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b97389b-6d5c-4d7e-9dfd-8f2054624fed {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.15);
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-2b97389b-6d5c-4d7e-9dfd-8f2054624fed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2b97389b-6d5c-4d7e-9dfd-8f2054624fed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-1352800d-ff41-4d08-b873-687827f69c17 {
  display: none;
}
#s-1352800d-ff41-4d08-b873-687827f69c17, #wrap-s-1352800d-ff41-4d08-b873-687827f69c17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1352800d-ff41-4d08-b873-687827f69c17 {
  display: none;
}
#s-1352800d-ff41-4d08-b873-687827f69c17, #wrap-s-1352800d-ff41-4d08-b873-687827f69c17 { display: none !important; }}
#s-6923f8ff-c07f-469b-8a0c-22ba0db502a8 {
  margin-bottom: 40px;
padding-top: 10px;
padding-left: 16px;
padding-bottom: 10px;
padding-right: 16px;
}
@media (min-width: 1200px){#s-6923f8ff-c07f-469b-8a0c-22ba0db502a8 {
  display: none;
}
#s-6923f8ff-c07f-469b-8a0c-22ba0db502a8, #wrap-s-6923f8ff-c07f-469b-8a0c-22ba0db502a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6923f8ff-c07f-469b-8a0c-22ba0db502a8 {
  display: none;
}
#s-6923f8ff-c07f-469b-8a0c-22ba0db502a8, #wrap-s-6923f8ff-c07f-469b-8a0c-22ba0db502a8 { display: none !important; }}
/*
  $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}
