.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-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 33px;
padding-left: 25%;
padding-bottom: 7px;
padding-right: 25%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-1695ae4b-481a-4925-820c-f0524524afd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1695ae4b-481a-4925-820c-f0524524afd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 39px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e0ef159e-5279-41a8-ad3b-c55763648d46 {
  margin-top: 19px;
margin-bottom: -1px;
}

#s-7026ec3b-221b-496b-96e8-11a312ff728a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7026ec3b-221b-496b-96e8-11a312ff728a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-545dc897-affd-49c4-a2c9-d3ffd7a41337 {
  display: none;
}
.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-21b72ea5-368c-4ea6-8676-5a397b981d65 {
  text-align: left;
}



.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-21b72ea5-368c-4ea6-8676-5a397b981d65 img.shogun-image {
  width: 100%;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a73cfc86-f9ef-4937-aa84-97e951f82a0f-root {
    text-align: center;
  }


#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a73cfc86-f9ef-4937-aa84-97e951f82a0f-root {
    text-align: center;
  }


#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a73cfc86-f9ef-4937-aa84-97e951f82a0f-root {
    text-align: center;
  }


#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a73cfc86-f9ef-4937-aa84-97e951f82a0f-root {
    text-align: center;
  }


#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a73cfc86-f9ef-4937-aa84-97e951f82a0f-root {
    text-align: center;
  }


#s-a73cfc86-f9ef-4937-aa84-97e951f82a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-0f225d2e-18e5-4e48-a91a-a1a7b9192692 hr {
  border-top: 2px solid #ddd;
}

#s-bcfd3217-3e47-4e2d-a07f-4d9758724cbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bcfd3217-3e47-4e2d-a07f-4d9758724cbd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-90e63031-1a5c-4d69-a397-2c0731f3c1d2 {
  display: none;
}
#s-6ad4e6f7-4edc-4ef9-a281-68fa0fdc37d2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8211ce48-ab23-4456-974c-42d1a432a03f {
  display: none;
}
#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 {
  text-align: left;
}



.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cff39b4a-2d22-48d5-9371-e5b4005c8a59 img.shogun-image {
  width: 100%;
}



}
#s-586f7028-651b-47dc-adec-6cc1619c4f83 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-3db771e9-36e8-4f45-87b4-e762d0510bdf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3db771e9-36e8-4f45-87b4-e762d0510bdf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3db771e9-36e8-4f45-87b4-e762d0510bdf:active {border-radius: 0px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-3db771e9-36e8-4f45-87b4-e762d0510bdf-root {
    text-align: center;
  }


#s-3db771e9-36e8-4f45-87b4-e762d0510bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3db771e9-36e8-4f45-87b4-e762d0510bdf-root {
    text-align: center;
  }


#s-3db771e9-36e8-4f45-87b4-e762d0510bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3db771e9-36e8-4f45-87b4-e762d0510bdf-root {
    text-align: center;
  }


#s-3db771e9-36e8-4f45-87b4-e762d0510bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3db771e9-36e8-4f45-87b4-e762d0510bdf-root {
    text-align: center;
  }


#s-3db771e9-36e8-4f45-87b4-e762d0510bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3db771e9-36e8-4f45-87b4-e762d0510bdf-root {
    text-align: center;
  }


#s-3db771e9-36e8-4f45-87b4-e762d0510bdf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-10e1ef8f-3fa7-4d8d-b9cd-31884506bcd2 hr {
  border-top: 2px solid #ddd;
}

#s-77816f24-b286-459f-8786-1eca3003ca70 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: left;
}

#s-77816f24-b286-459f-8786-1eca3003ca70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4b0ea811-f734-42f9-b072-2da118f3fffa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5e3e03de-e412-4b55-a7ec-516e4fe44ff8 {
  display: none;
}
#s-eb1274bc-f1d9-4091-841f-be728e1de274 {
  text-align: left;
}



.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb1274bc-f1d9-4091-841f-be728e1de274 img.shogun-image {
  width: 100%;
}



}
#s-190a43d1-e81e-46c3-b338-db9aa8030d7d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 0px;
}

#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2ce91436-33d4-4130-9aab-afccfdbdc6a4-root {
    text-align: center;
  }


#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ce91436-33d4-4130-9aab-afccfdbdc6a4-root {
    text-align: center;
  }


#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ce91436-33d4-4130-9aab-afccfdbdc6a4-root {
    text-align: center;
  }


#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ce91436-33d4-4130-9aab-afccfdbdc6a4-root {
    text-align: center;
  }


#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ce91436-33d4-4130-9aab-afccfdbdc6a4-root {
    text-align: center;
  }


#s-2ce91436-33d4-4130-9aab-afccfdbdc6a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-22fff6bc-5753-49fd-902b-20a82674d018 hr {
  border-top: 2px solid #ddd;
}

#s-cf713741-6d18-48e2-99e4-d1e8f63a6807 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf713741-6d18-48e2-99e4-d1e8f63a6807 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-cccffbd5-817b-4499-9b0c-f2ae77134999 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ec50788c-32b9-4827-ba5f-679f641a5d7c {
  display: none;
}
#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 {
  text-align: left;
}



.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9eb358e1-7f95-4e4b-b790-e7f507ec9ad0 img.shogun-image {
  width: 100%;
}



}
#s-dc6e4e28-9aff-4290-b693-90bbe1618f6d {
  display: none;
}
#s-a34cbb0e-08f9-45d2-ae72-4c85ab0589a8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745-root {
    text-align: center;
  }


#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745-root {
    text-align: center;
  }


#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745-root {
    text-align: center;
  }


#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745-root {
    text-align: center;
  }


#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745-root {
    text-align: center;
  }


#s-87d074ae-1f10-4ccd-80a6-66ce8d7dd745.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d23dd62-6d8c-46de-84b3-0a8dc2f57f98 hr {
  border-top: 2px solid #ddd;
}

#s-f3e372ec-4169-4571-8fae-4413fc410913 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3e372ec-4169-4571-8fae-4413fc410913 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-2a3354e9-e4ba-466d-96d2-7764d01e569c {
  display: none;
}
#s-fae2019e-5744-465d-8fbd-0e89aaea1bab {
  text-align: left;
}



.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fae2019e-5744-465d-8fbd-0e89aaea1bab img.shogun-image {
  width: 100%;
}



}
#s-7433b183-1877-4ac5-93d5-69cf7cd3e4bc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3cc0a476-be60-4c9d-b540-590ccc682445 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3cc0a476-be60-4c9d-b540-590ccc682445:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cc0a476-be60-4c9d-b540-590ccc682445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3cc0a476-be60-4c9d-b540-590ccc682445-root {
    text-align: center;
  }


#s-3cc0a476-be60-4c9d-b540-590ccc682445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cc0a476-be60-4c9d-b540-590ccc682445-root {
    text-align: center;
  }


#s-3cc0a476-be60-4c9d-b540-590ccc682445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cc0a476-be60-4c9d-b540-590ccc682445-root {
    text-align: center;
  }


#s-3cc0a476-be60-4c9d-b540-590ccc682445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cc0a476-be60-4c9d-b540-590ccc682445-root {
    text-align: center;
  }


#s-3cc0a476-be60-4c9d-b540-590ccc682445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cc0a476-be60-4c9d-b540-590ccc682445-root {
    text-align: center;
  }


#s-3cc0a476-be60-4c9d-b540-590ccc682445.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-928d96f1-5c17-4f2c-a946-f718b2fd2065 hr {
  border-top: 2px solid #ddd;
}

#s-bdbe8658-7072-4801-94e1-1f940d9f367b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bdbe8658-7072-4801-94e1-1f940d9f367b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a5aba6c8-87f2-43d3-8ad0-a2640dc577e1 {
  display: none;
}
#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 {
  text-align: left;
}



.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f1806cc-7660-4ecf-bfdc-390a1e24e3c3 img.shogun-image {
  width: 100%;
}



}
#s-85083ab4-60e3-49e3-905a-d497296a2286 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-50604a69-e8b2-4dbf-a424-1211f8609a5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-50604a69-e8b2-4dbf-a424-1211f8609a5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50604a69-e8b2-4dbf-a424-1211f8609a5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50604a69-e8b2-4dbf-a424-1211f8609a5b-root {
    text-align: center;
  }


#s-50604a69-e8b2-4dbf-a424-1211f8609a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-50604a69-e8b2-4dbf-a424-1211f8609a5b-root {
    text-align: center;
  }


#s-50604a69-e8b2-4dbf-a424-1211f8609a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50604a69-e8b2-4dbf-a424-1211f8609a5b-root {
    text-align: center;
  }


#s-50604a69-e8b2-4dbf-a424-1211f8609a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50604a69-e8b2-4dbf-a424-1211f8609a5b-root {
    text-align: center;
  }


#s-50604a69-e8b2-4dbf-a424-1211f8609a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-50604a69-e8b2-4dbf-a424-1211f8609a5b-root {
    text-align: center;
  }


#s-50604a69-e8b2-4dbf-a424-1211f8609a5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2b0ed8bc-0cd0-4fe5-a4c9-b49f07355c38 hr {
  border-top: 2px solid #ddd;
}

#s-8105a0bc-39c1-4e56-8f6a-cfb4a696188f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8105a0bc-39c1-4e56-8f6a-cfb4a696188f .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 {
  text-align: center;
}







  img.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
    
    
  }


.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shg-align-container {
  text-align: center
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
    
    
  }


.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shg-align-container {
  text-align: center
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
    
    
  }


.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shg-align-container {
  text-align: center
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
    
    
  }


.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shg-align-container {
  text-align: center
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
    
    
  }


.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shg-align-container {
  text-align: center
}

.s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-694b2e19-3a23-4e88-b4bf-f24d5d2678e2.shogun-image {
  box-sizing: border-box;
}


}
#s-4081f554-a80b-4292-a333-a36811082687 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e255fc89-b89b-478e-aac0-b89644f34788 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e255fc89-b89b-478e-aac0-b89644f34788:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e255fc89-b89b-478e-aac0-b89644f34788:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e255fc89-b89b-478e-aac0-b89644f34788-root {
    text-align: center;
  }


#s-e255fc89-b89b-478e-aac0-b89644f34788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e255fc89-b89b-478e-aac0-b89644f34788-root {
    text-align: center;
  }


#s-e255fc89-b89b-478e-aac0-b89644f34788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e255fc89-b89b-478e-aac0-b89644f34788-root {
    text-align: center;
  }


#s-e255fc89-b89b-478e-aac0-b89644f34788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e255fc89-b89b-478e-aac0-b89644f34788-root {
    text-align: center;
  }


#s-e255fc89-b89b-478e-aac0-b89644f34788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e255fc89-b89b-478e-aac0-b89644f34788-root {
    text-align: center;
  }


#s-e255fc89-b89b-478e-aac0-b89644f34788.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c449e5c9-df6d-4691-aeb9-d4bf7ec5bdae hr {
  border-top: 2px solid #ddd;
}

#s-a67c31e8-7216-48fe-adf3-9bff72764e05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a67c31e8-7216-48fe-adf3-9bff72764e05 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 {
  text-align: center;
}







  img.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
    
    
  }


.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shg-align-container {
  text-align: center
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
    
    
  }


.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shg-align-container {
  text-align: center
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
    
    
  }


.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shg-align-container {
  text-align: center
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
    
    
  }


.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shg-align-container {
  text-align: center
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
    
    
  }


.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shg-align-container {
  text-align: center
}

.s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe9e9e34-d1df-4afa-86b0-dcdc5fb790e7.shogun-image {
  box-sizing: border-box;
}


}
#s-28775aca-d370-4c12-976f-12a54fbda4b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc-root {
    text-align: center;
  }


#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc-root {
    text-align: center;
  }


#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc-root {
    text-align: center;
  }


#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc-root {
    text-align: center;
  }


#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc-root {
    text-align: center;
  }


#s-1b6e52d8-92d0-404c-83de-d2a20de4ffbc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-39188bbe-09f9-41fe-8745-8c4558b56e54 hr {
  border-top: 2px solid #ddd;
}

#s-e4aabac9-20c3-42cd-be67-4d982fef2218 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4aabac9-20c3-42cd-be67-4d982fef2218 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-92ba46e1-f8e0-4173-8e41-521543536681 {
  text-align: center;
}







  img.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
    
    
  }


.s-92ba46e1-f8e0-4173-8e41-521543536681 .shogun-image-content {
  
    align-items: center;
  
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shg-align-container {
  text-align: center
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
    
    
  }


.s-92ba46e1-f8e0-4173-8e41-521543536681 .shogun-image-content {
  
    align-items: center;
  
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shg-align-container {
  text-align: center
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
    
    
  }


.s-92ba46e1-f8e0-4173-8e41-521543536681 .shogun-image-content {
  
    align-items: center;
  
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shg-align-container {
  text-align: center
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
    
    
  }


.s-92ba46e1-f8e0-4173-8e41-521543536681 .shogun-image-content {
  
    align-items: center;
  
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shg-align-container {
  text-align: center
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
  box-sizing: border-box;
}


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





  img.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
    
    
  }


.s-92ba46e1-f8e0-4173-8e41-521543536681 .shogun-image-content {
  
    align-items: center;
  
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shg-align-container {
  text-align: center
}

.s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92ba46e1-f8e0-4173-8e41-521543536681.shogun-image {
  box-sizing: border-box;
}


}
#s-8d9c4821-c513-425e-b84c-1e3b9f0072fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe-root {
    text-align: center;
  }


#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe-root {
    text-align: center;
  }


#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe-root {
    text-align: center;
  }


#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe-root {
    text-align: center;
  }


#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe-root {
    text-align: center;
  }


#s-3c49f962-3b64-4b65-8d21-6d40c00f3dbe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e8b66428-ade4-42e0-be0d-1750441ab57c {
  min-height: 50px;
}








#s-e8b66428-ade4-42e0-be0d-1750441ab57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8b66428-ade4-42e0-be0d-1750441ab57c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-top: 6px;
padding-left: 25%;
padding-bottom: 6px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e7cb3766-4191-453e-9103-3ed86d9ba92b > .shg-box-overlay {
  background-color: rgba(201, 116, 116, 1);
  opacity: 0;
}#s-e7cb3766-4191-453e-9103-3ed86d9ba92b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adeb42b0-ae5e-4398-bda1-ca2c3275f010 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adeb42b0-ae5e-4398-bda1-ca2c3275f010 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9eada302-048b-4c42-8b19-4b4e372b4800 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c {
  margin-top: -50px;
margin-bottom: -50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c hr {
  border-top: 1px solid rgba(236, 223, 223, 1);
}

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