.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-2cd63464-0354-42c1-b821-4f17a79a5e35 {
  min-height: 50px;
}








#s-2cd63464-0354-42c1-b821-4f17a79a5e35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cd63464-0354-42c1-b821-4f17a79a5e35.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-17a02f8a-a1ba-453e-897d-62fd0bc54438 {
  padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-17a02f8a-a1ba-453e-897d-62fd0bc54438 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17a02f8a-a1ba-453e-897d-62fd0bc54438 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-17a02f8a-a1ba-453e-897d-62fd0bc54438, #wrap-s-17a02f8a-a1ba-453e-897d-62fd0bc54438 { display: none !important; }}@media (max-width: 767px){#s-17a02f8a-a1ba-453e-897d-62fd0bc54438 {
  display: none;
}
#s-17a02f8a-a1ba-453e-897d-62fd0bc54438, #wrap-s-17a02f8a-a1ba-453e-897d-62fd0bc54438 { display: none !important; }}
@media (min-width: 0px) {
[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17a02f8a-a1ba-453e-897d-62fd0bc54438"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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-786d950d-3c90-4841-831f-f504e47efecc {
  margin-top: 10px;
margin-bottom: -9px;
padding-right: 101px;
}
@media (max-width: 767px){#s-786d950d-3c90-4841-831f-f504e47efecc {
  display: none;
}
#s-786d950d-3c90-4841-831f-f504e47efecc, #wrap-s-786d950d-3c90-4841-831f-f504e47efecc { display: none !important; }}
#s-8b9265b1-da41-4502-8032-53aca6e3b5f0 {
  margin-top: 10px;
margin-bottom: -9px;
}
@media (min-width: 1200px){#s-8b9265b1-da41-4502-8032-53aca6e3b5f0 {
  display: none;
}
#s-8b9265b1-da41-4502-8032-53aca6e3b5f0, #wrap-s-8b9265b1-da41-4502-8032-53aca6e3b5f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b9265b1-da41-4502-8032-53aca6e3b5f0 {
  display: none;
}
#s-8b9265b1-da41-4502-8032-53aca6e3b5f0, #wrap-s-8b9265b1-da41-4502-8032-53aca6e3b5f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b9265b1-da41-4502-8032-53aca6e3b5f0 {
  display: none;
}
#s-8b9265b1-da41-4502-8032-53aca6e3b5f0, #wrap-s-8b9265b1-da41-4502-8032-53aca6e3b5f0 { display: none !important; }}@media (max-width: 767px){#s-8b9265b1-da41-4502-8032-53aca6e3b5f0 {
  margin-left: -20px;
margin-right: -20px;
}
}
.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-adb9b489-7799-4d1b-8131-7b09ed733730 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
cursor: pointer;
}
#s-adb9b489-7799-4d1b-8131-7b09ed733730:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adb9b489-7799-4d1b-8131-7b09ed733730:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-adb9b489-7799-4d1b-8131-7b09ed733730 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-adb9b489-7799-4d1b-8131-7b09ed733730 {
  margin-top: 29px;
margin-left: -90px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-adb9b489-7799-4d1b-8131-7b09ed733730 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
display: none;
}
#s-adb9b489-7799-4d1b-8131-7b09ed733730, #wrap-s-adb9b489-7799-4d1b-8131-7b09ed733730 { display: none !important; }}

  #s-adb9b489-7799-4d1b-8131-7b09ed733730-atc-btn-wrapper {
    text-align: right;
  }


#s-adb9b489-7799-4d1b-8131-7b09ed733730 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-adb9b489-7799-4d1b-8131-7b09ed733730.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-adb9b489-7799-4d1b-8131-7b09ed733730.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-adb9b489-7799-4d1b-8131-7b09ed733730.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b0e740af-60f3-4c90-9624-b7b336ddb014:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0e740af-60f3-4c90-9624-b7b336ddb014:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  display: none;
}
#s-b0e740af-60f3-4c90-9624-b7b336ddb014, #wrap-s-b0e740af-60f3-4c90-9624-b7b336ddb014 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  display: none;
}
#s-b0e740af-60f3-4c90-9624-b7b336ddb014, #wrap-s-b0e740af-60f3-4c90-9624-b7b336ddb014 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  margin-top: 29px;
margin-left: -90px;
display: none;
}
#s-b0e740af-60f3-4c90-9624-b7b336ddb014, #wrap-s-b0e740af-60f3-4c90-9624-b7b336ddb014 { display: none !important; }}@media (max-width: 767px){#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
}

  #s-b0e740af-60f3-4c90-9624-b7b336ddb014-atc-btn-wrapper {
    text-align: right;
  }


#s-b0e740af-60f3-4c90-9624-b7b336ddb014 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0e740af-60f3-4c90-9624-b7b336ddb014.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0e740af-60f3-4c90-9624-b7b336ddb014.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-b0e740af-60f3-4c90-9624-b7b336ddb014.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-32ad6320-1eb8-4377-aa8c-0261a73664bc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-32ad6320-1eb8-4377-aa8c-0261a73664bc {
  display: none;
}
#s-32ad6320-1eb8-4377-aa8c-0261a73664bc, #wrap-s-32ad6320-1eb8-4377-aa8c-0261a73664bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32ad6320-1eb8-4377-aa8c-0261a73664bc {
  display: none;
}
#s-32ad6320-1eb8-4377-aa8c-0261a73664bc, #wrap-s-32ad6320-1eb8-4377-aa8c-0261a73664bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32ad6320-1eb8-4377-aa8c-0261a73664bc {
  
}
}







#s-32ad6320-1eb8-4377-aa8c-0261a73664bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ad6320-1eb8-4377-aa8c-0261a73664bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62bc28db-76ca-45a4-a996-d977ee9b118d {
  margin-top: 10px;
margin-bottom: -9px;
}
@media (min-width: 1200px){#s-62bc28db-76ca-45a4-a996-d977ee9b118d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62bc28db-76ca-45a4-a996-d977ee9b118d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62bc28db-76ca-45a4-a996-d977ee9b118d {
  
}
}
#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81 {
  margin-top: 15px;
margin-bottom: 10px;
border-radius: 2px;
max-width: 100%;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
}

  #s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81-atc-btn-wrapper {
    text-align: center;
  }


#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  block ;
}

#s-18b30565-6924-4ecb-9c6a-e5f8fa3e1c81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 {
  margin-right: 15px;
opacity: 0;
}
@media (min-width: 1200px){#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 {
  margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 {
  margin-right: 30px;
display: none;
}
#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35, #wrap-s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 { display: none !important; }}@media (max-width: 767px){#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 {
  display: none;
}
#s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35, #wrap-s-6afa93e8-f41a-4919-9d2f-1300cf1fbe35 { display: none !important; }}
#s-f79e597a-2335-47d1-9e35-af7b04f9a31f {
  opacity: 0;
}
@media (min-width: 1200px){#s-f79e597a-2335-47d1-9e35-af7b04f9a31f {
  display: none;
}
#s-f79e597a-2335-47d1-9e35-af7b04f9a31f, #wrap-s-f79e597a-2335-47d1-9e35-af7b04f9a31f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f79e597a-2335-47d1-9e35-af7b04f9a31f {
  display: none;
}
#s-f79e597a-2335-47d1-9e35-af7b04f9a31f, #wrap-s-f79e597a-2335-47d1-9e35-af7b04f9a31f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f79e597a-2335-47d1-9e35-af7b04f9a31f {
  
}
}@media (max-width: 767px){#s-f79e597a-2335-47d1-9e35-af7b04f9a31f {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 {
  padding-top: 50px;
padding-bottom: 250px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 {
  padding-top: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 {
  padding-top: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 {
  padding-bottom: 100px;
}
}@media (max-width: 767px){#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 {
  padding-bottom: 100px;
}
}







#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec5b319b-140b-4c09-8d07-50d4e14ddec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-87737372-d4d5-4949-a074-c7b2b1dfbffd {
  display: none;
}
#s-87737372-d4d5-4949-a074-c7b2b1dfbffd, #wrap-s-87737372-d4d5-4949-a074-c7b2b1dfbffd { display: none !important; }}
@media (min-width: 1200px){#s-c88ca80b-1604-47c9-985e-90631e9dec23 {
  display: none;
}
#s-c88ca80b-1604-47c9-985e-90631e9dec23, #wrap-s-c88ca80b-1604-47c9-985e-90631e9dec23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c88ca80b-1604-47c9-985e-90631e9dec23 {
  display: none;
}
#s-c88ca80b-1604-47c9-985e-90631e9dec23, #wrap-s-c88ca80b-1604-47c9-985e-90631e9dec23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c88ca80b-1604-47c9-985e-90631e9dec23 {
  display: none;
}
#s-c88ca80b-1604-47c9-985e-90631e9dec23, #wrap-s-c88ca80b-1604-47c9-985e-90631e9dec23 { display: none !important; }}@media (max-width: 767px){#s-c88ca80b-1604-47c9-985e-90631e9dec23 {
  margin-top: -20px;
margin-bottom: 25px;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-67717881-a14c-49d9-899d-6cc641cbfd67 {
  margin-left: auto;
margin-right: auto;
max-width: 420px;
text-align: center;
}







  #s-67717881-a14c-49d9-899d-6cc641cbfd67 img.shogun-image {
    

    
    
    
  }


#s-67717881-a14c-49d9-899d-6cc641cbfd67 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c82e2c-9fff-4cbd-8705-41368715b3ae {
  background-repeat: repeat;
background-size: cover;
padding-top: 300px;
padding-bottom: 300px;
background-position: custom top;
background-attachment: scroll;
}
@media (max-width: 767px){#s-34c82e2c-9fff-4cbd-8705-41368715b3ae {
  padding-top: 100px;
padding-bottom: 100px;
}
}







#s-34c82e2c-9fff-4cbd-8705-41368715b3ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c82e2c-9fff-4cbd-8705-41368715b3ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11, #wrap-s-c8cb421b-e97a-43e0-b6ec-25fa1b3e1a11 { display: none !important; }}
#s-e94e43ee-609e-43dd-b571-6a40cc47907d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 1200px){#s-e94e43ee-609e-43dd-b571-6a40cc47907d {
  display: none;
}
#s-e94e43ee-609e-43dd-b571-6a40cc47907d, #wrap-s-e94e43ee-609e-43dd-b571-6a40cc47907d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e94e43ee-609e-43dd-b571-6a40cc47907d {
  display: none;
}
#s-e94e43ee-609e-43dd-b571-6a40cc47907d, #wrap-s-e94e43ee-609e-43dd-b571-6a40cc47907d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e94e43ee-609e-43dd-b571-6a40cc47907d {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-e94e43ee-609e-43dd-b571-6a40cc47907d, #wrap-s-e94e43ee-609e-43dd-b571-6a40cc47907d { display: none !important; }}@media (max-width: 767px){#s-e94e43ee-609e-43dd-b571-6a40cc47907d {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-2823d023-16f2-4de8-987b-aea64d81792a {
  margin-top: 75px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2823d023-16f2-4de8-987b-aea64d81792a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2823d023-16f2-4de8-987b-aea64d81792a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2823d023-16f2-4de8-987b-aea64d81792a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2823d023-16f2-4de8-987b-aea64d81792a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2823d023-16f2-4de8-987b-aea64d81792a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-2823d023-16f2-4de8-987b-aea64d81792a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e900619-23fa-4a36-a165-eb8cbd579511 {
  margin-top: 10px;
margin-bottom: -25px;
opacity: 0;
}

#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a {
  margin-top: 150px;
}
@media (min-width: 1200px){#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a {
  margin-top: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a {
  margin-top: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a {
  margin-top: 150px;
}
}@media (max-width: 767px){#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a {
  display: none;
}
#s-bf605cc0-fd27-42a9-9279-cf08962f4b3a, #wrap-s-bf605cc0-fd27-42a9-9279-cf08962f4b3a { display: none !important; }}
#s-60306858-74f0-4b84-bdd6-5bf13767fe10 {
  margin-top: 150px;
}
@media (min-width: 1200px){#s-60306858-74f0-4b84-bdd6-5bf13767fe10 {
  margin-top: 250px;
display: none;
}
#s-60306858-74f0-4b84-bdd6-5bf13767fe10, #wrap-s-60306858-74f0-4b84-bdd6-5bf13767fe10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60306858-74f0-4b84-bdd6-5bf13767fe10 {
  margin-top: 250px;
display: none;
}
#s-60306858-74f0-4b84-bdd6-5bf13767fe10, #wrap-s-60306858-74f0-4b84-bdd6-5bf13767fe10 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60306858-74f0-4b84-bdd6-5bf13767fe10 {
  margin-top: 150px;
display: none;
}
#s-60306858-74f0-4b84-bdd6-5bf13767fe10, #wrap-s-60306858-74f0-4b84-bdd6-5bf13767fe10 { display: none !important; }}
#s-a1e631ea-02d1-4802-a5e3-f6194ae65603 {
  min-height: 50px;
}








#s-a1e631ea-02d1-4802-a5e3-f6194ae65603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1e631ea-02d1-4802-a5e3-f6194ae65603.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a {
  min-height: 300px;
}
}@media (max-width: 767px){#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a {
  min-height: 275px;
}
}







#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afdfd86c-a013-4c99-881d-1b3f9e1cc98a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e74a391-fe7c-4bd4-b51d-4080efc09570 {
  margin-top: 35px;
margin-bottom: 100px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-5e74a391-fe7c-4bd4-b51d-4080efc09570 {
  margin-left: 0px;
margin-bottom: 250px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e74a391-fe7c-4bd4-b51d-4080efc09570 {
  margin-bottom: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e74a391-fe7c-4bd4-b51d-4080efc09570 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 180px;
padding-bottom: 180px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff {
  padding-top: 200px;
padding-bottom: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff {
  padding-top: 200px;
padding-bottom: 200px;
}
}@media (max-width: 767px){#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff {
  padding-top: 100px;
padding-bottom: 0px;
}
}







#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe68d2f5-efa6-43c3-b870-e05b7c409cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d8462a8-6d45-48d4-a16a-88ed86f043fa {
  min-height: 50px;
}








#s-5d8462a8-6d45-48d4-a16a-88ed86f043fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d8462a8-6d45-48d4-a16a-88ed86f043fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-71f12e78-f47b-44a0-8bd8-cdc0fb9e5a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f12e78-f47b-44a0-8bd8-cdc0fb9e5a4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-71f12e78-f47b-44a0-8bd8-cdc0fb9e5a4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-71f12e78-f47b-44a0-8bd8-cdc0fb9e5a4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (max-width: 767px) {
  [id="s-71f12e78-f47b-44a0-8bd8-cdc0fb9e5a4e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 36.0px);
}

}

@media (min-width: 992px) {
[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 36.0px);
}

}

@media (min-width: 1200px) {
[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 36.0px);
}

[id="s-766fea21-4948-46c7-8655-2250b1e5db02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 36.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-05cdaf84-4ae5-44d3-affa-13498af3a274 {
  margin-left: -50px;
margin-right: -300px;
}
}@media (max-width: 767px){#s-05cdaf84-4ae5-44d3-affa-13498af3a274 {
  margin-top: 20px;
margin-left: 30px;
display: none;
}
#s-05cdaf84-4ae5-44d3-affa-13498af3a274, #wrap-s-05cdaf84-4ae5-44d3-affa-13498af3a274 { display: none !important; }}
@media (min-width: 1200px){#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d {
  display: none;
}
#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d, #wrap-s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d {
  display: none;
}
#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d, #wrap-s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d {
  margin-left: -50px;
margin-right: -300px;
display: none;
}
#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d, #wrap-s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d { display: none !important; }}@media (max-width: 767px){#s-b8b9ae86-99b5-4ad3-9fb6-2c09fdce6b3d {
  margin-top: 50px;
}
}
#s-215e5e86-c931-49a3-8e70-e16d2d065f9e {
  margin-top: 50px;
margin-bottom: 100px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-215e5e86-c931-49a3-8e70-e16d2d065f9e {
  margin-left: -50px;
margin-right: -63px;
}
}@media (max-width: 767px){#s-215e5e86-c931-49a3-8e70-e16d2d065f9e {
  margin-left: 30px;
margin-right: 30px;
max-width: 1200px;
}
}
#s-6e72ef53-8846-4ae5-b67d-391841dc8f9f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e72ef53-8846-4ae5-b67d-391841dc8f9f {
  margin-top: 111px;
}
}@media (max-width: 767px){#s-6e72ef53-8846-4ae5-b67d-391841dc8f9f {
  min-height: 400px;
}
}







#s-6e72ef53-8846-4ae5-b67d-391841dc8f9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e72ef53-8846-4ae5-b67d-391841dc8f9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31c64e85-4fe3-43d5-9966-d895854ae8b2 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 90px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-31c64e85-4fe3-43d5-9966-d895854ae8b2 {
  margin-right: -83px;
}
}







#s-31c64e85-4fe3-43d5-9966-d895854ae8b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c64e85-4fe3-43d5-9966-d895854ae8b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7233e8a1-ea69-4d82-9b19-698f083179ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-7233e8a1-ea69-4d82-9b19-698f083179ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7233e8a1-ea69-4d82-9b19-698f083179ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 29.0px);
}

[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 29.0px);
}

}

@media (min-width: 992px) {
[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 29.0px);
}

[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 29.0px);
}

}

@media (min-width: 1200px) {
[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 29.0px);
}

[id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 29.0px);
}

}

@media (max-width: 767px) {
  [id="s-7518aab4-6621-49e3-b3e4-3de7d6b0888e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2c74c81-0bda-402c-9f23-d1f0844ea43b {
  padding-top: 1px;
padding-left: 25px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2c74c81-0bda-402c-9f23-d1f0844ea43b {
  margin-left: -321px;
margin-right: 102px;
padding-top: 0px;
}
}@media (max-width: 767px){#s-d2c74c81-0bda-402c-9f23-d1f0844ea43b {
  margin-left: 0px;
margin-right: 30px;
display: none;
}
#s-d2c74c81-0bda-402c-9f23-d1f0844ea43b, #wrap-s-d2c74c81-0bda-402c-9f23-d1f0844ea43b { display: none !important; }}
#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 {
  padding-top: 1px;
padding-left: 25px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 {
  display: none;
}
#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3, #wrap-s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 {
  display: none;
}
#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3, #wrap-s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 {
  margin-left: -321px;
margin-right: 102px;
padding-top: 0px;
display: none;
}
#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3, #wrap-s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 { display: none !important; }}@media (max-width: 767px){#s-caba1b4e-535c-404a-9fc2-f0d83488f1a3 {
  margin-left: 0px;
margin-right: 30px;
}
}
#s-3d7a3679-1534-4831-8da9-1b44bfc68951 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-3d7a3679-1534-4831-8da9-1b44bfc68951 {
  display: none;
}
#s-3d7a3679-1534-4831-8da9-1b44bfc68951, #wrap-s-3d7a3679-1534-4831-8da9-1b44bfc68951 { display: none !important; }}







#s-3d7a3679-1534-4831-8da9-1b44bfc68951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d7a3679-1534-4831-8da9-1b44bfc68951.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22cbaf67-017e-443e-b38a-526b627d94be {
  margin-top: 75px;
margin-bottom: 100px;
padding-left: 65px;
padding-right: 65px;
max-width: 1200px;
}
@media (max-width: 767px){#s-22cbaf67-017e-443e-b38a-526b627d94be {
  margin-bottom: 25px;
}
}
#s-c1258223-35d2-46af-be7b-c03f3d638112 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
text-align: center;
}
@media (max-width: 767px){#s-c1258223-35d2-46af-be7b-c03f3d638112 {
  margin-top: -5px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}
}






  #s-c1258223-35d2-46af-be7b-c03f3d638112 img.shogun-image {
    

    
    
    
  }


#s-c1258223-35d2-46af-be7b-c03f3d638112 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d79636-d944-4271-a406-ea5ed0fd140d {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c7d79636-d944-4271-a406-ea5ed0fd140d {
  display: none;
}
#s-c7d79636-d944-4271-a406-ea5ed0fd140d, #wrap-s-c7d79636-d944-4271-a406-ea5ed0fd140d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7d79636-d944-4271-a406-ea5ed0fd140d {
  display: none;
}
#s-c7d79636-d944-4271-a406-ea5ed0fd140d, #wrap-s-c7d79636-d944-4271-a406-ea5ed0fd140d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7d79636-d944-4271-a406-ea5ed0fd140d {
  display: none;
}
#s-c7d79636-d944-4271-a406-ea5ed0fd140d, #wrap-s-c7d79636-d944-4271-a406-ea5ed0fd140d { display: none !important; }}







#s-c7d79636-d944-4271-a406-ea5ed0fd140d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7d79636-d944-4271-a406-ea5ed0fd140d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4fe8f90-8770-49c6-b3bd-13ddb4cd668b {
  margin-top: 15px;
margin-bottom: 100px;
padding-left: 65px;
padding-right: 65px;
max-width: 1200px;
}
@media (max-width: 767px){#s-f4fe8f90-8770-49c6-b3bd-13ddb4cd668b {
  margin-bottom: 25px;
}
}
#s-35199ba2-5c78-40e5-9633-31bd504f09ab {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
text-align: center;
}
@media (max-width: 767px){#s-35199ba2-5c78-40e5-9633-31bd504f09ab {
  margin-top: -5px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}
}






  #s-35199ba2-5c78-40e5-9633-31bd504f09ab img.shogun-image {
    

    
    
    
  }


#s-35199ba2-5c78-40e5-9633-31bd504f09ab .shogun-image-content {
  
    align-items: center;
  
}

#s-ac27154d-22d5-46d4-b927-dc13c4382e37 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ac27154d-22d5-46d4-b927-dc13c4382e37 {
  padding-bottom: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac27154d-22d5-46d4-b927-dc13c4382e37 {
  padding-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac27154d-22d5-46d4-b927-dc13c4382e37 {
  padding-top: 100px;
padding-bottom: 100px;
}
}@media (max-width: 767px){#s-ac27154d-22d5-46d4-b927-dc13c4382e37 {
  padding-top: 100px;
}
}







#s-ac27154d-22d5-46d4-b927-dc13c4382e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac27154d-22d5-46d4-b927-dc13c4382e37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec3f2bb0-1033-4ab9-80e5-1ae88148ec73 {
  margin-top: 31px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-ec3f2bb0-1033-4ab9-80e5-1ae88148ec73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec3f2bb0-1033-4ab9-80e5-1ae88148ec73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec3f2bb0-1033-4ab9-80e5-1ae88148ec73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec3f2bb0-1033-4ab9-80e5-1ae88148ec73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1410caac-3ac7-49f1-aa68-991eebbb31b4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1410caac-3ac7-49f1-aa68-991eebbb31b4 {
  margin-top: 37px;
margin-left: 30px;
margin-right: 11px;
}
}@media (max-width: 767px){#s-1410caac-3ac7-49f1-aa68-991eebbb31b4 {
  margin-left: 20px;
margin-right: 20px;
}
}






  #s-1410caac-3ac7-49f1-aa68-991eebbb31b4 img.shogun-image {
    

    
    
    
  }


#s-1410caac-3ac7-49f1-aa68-991eebbb31b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-358854ac-211f-435e-a823-c07f9be29d3f {
  margin-top: 200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-358854ac-211f-435e-a823-c07f9be29d3f {
  margin-top: 0px;
margin-left: -23px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-358854ac-211f-435e-a823-c07f9be29d3f {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
}
#s-dc06b3ca-4252-4cd5-a1bb-7e126eb390f1 {
  padding-top: 150px;
padding-bottom: 150px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc06b3ca-4252-4cd5-a1bb-7e126eb390f1 {
  padding-top: 83px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-dc06b3ca-4252-4cd5-a1bb-7e126eb390f1 {
  padding-top: 100px;
padding-bottom: 100px;
}
}







#s-dc06b3ca-4252-4cd5-a1bb-7e126eb390f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc06b3ca-4252-4cd5-a1bb-7e126eb390f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29c5843d-8d59-4e97-a3e7-ec6720c0a609 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-29c5843d-8d59-4e97-a3e7-ec6720c0a609 {
  margin-left: 180px;
margin-right: 180px;
}
}






  #s-29c5843d-8d59-4e97-a3e7-ec6720c0a609 img.shogun-image {
    

    
    
    
  }


#s-29c5843d-8d59-4e97-a3e7-ec6720c0a609 .shogun-image-content {
  
    align-items: center;
  
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d0c0578a-b40a-42b7-8733-0e434aacb48d {
  margin-top: 39px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0c0578a-b40a-42b7-8733-0e434aacb48d {
  margin-top: 20px;
}
}
#s-d0c0578a-b40a-42b7-8733-0e434aacb48d .shg-product-title-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 47px;
  line-height: ;
  letter-spacing: ;
}

#s-7dd9bce0-81ae-4f2a-86fd-347b2c730414 {
  margin-top: 33px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dd9bce0-81ae-4f2a-86fd-347b2c730414 {
  margin-top: 20px;
}
}
#s-7dd9bce0-81ae-4f2a-86fd-347b2c730414 .shg-product-sold-out {
  display: none;
  color: rgba(255, 0, 0, 1);
  font-size: 50px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7dd9bce0-81ae-4f2a-86fd-347b2c730414 .shg-product-price {
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 50px;
}

#s-7dd9bce0-81ae-4f2a-86fd-347b2c730414 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
  padding-left: 30px;
}

#s-c9012905-6178-40a5-8999-de464bbf8969 {
  margin-top: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9012905-6178-40a5-8999-de464bbf8969:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9012905-6178-40a5-8999-de464bbf8969:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c9012905-6178-40a5-8999-de464bbf8969 {
  margin-top: 36px;
}
}

  #s-c9012905-6178-40a5-8999-de464bbf8969-atc-btn-wrapper {
    text-align: center;
  }


#s-c9012905-6178-40a5-8999-de464bbf8969 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9012905-6178-40a5-8999-de464bbf8969.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9012905-6178-40a5-8999-de464bbf8969.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-c9012905-6178-40a5-8999-de464bbf8969.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c4ffc5d-8668-4292-bed1-3bc4ee5e7247 {
  margin-top: 10px;
margin-bottom: -10px;
opacity: 0;
}

#s-cd2bd1a4-2641-4d6e-a2f3-c00c47161562 {
  margin-top: 150px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd2bd1a4-2641-4d6e-a2f3-c00c47161562 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-cd2bd1a4-2641-4d6e-a2f3-c00c47161562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd2bd1a4-2641-4d6e-a2f3-c00c47161562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ff802081-ffb4-4331-b96f-1a5e104d4631"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-32f22c12-eb31-4d34-8875-68fdfe7451d8 {
  max-width: 150px;
text-align: center;
}
@media (max-width: 767px){#s-32f22c12-eb31-4d34-8875-68fdfe7451d8 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
}






  #s-32f22c12-eb31-4d34-8875-68fdfe7451d8 img.shogun-image {
    

    
    
    
  }


#s-32f22c12-eb31-4d34-8875-68fdfe7451d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a64da9c-0070-4e4e-b712-797e27f454fb {
  margin-bottom: 25px;
}

/*
  $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}
