.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-4eede14a-23bf-4ba4-a4bc-44a305deb1aa {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
min-height: 50px;
}








#s-4eede14a-23bf-4ba4-a4bc-44a305deb1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eede14a-23bf-4ba4-a4bc-44a305deb1aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-901f534b-796a-48ca-bd7c-549df0074afa {
  margin-top: 12px;
margin-bottom: 1px;
}

#s-9c2d3cfb-0383-41ba-85fa-1d5ba58e0c68 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-9c2d3cfb-0383-41ba-85fa-1d5ba58e0c68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c2d3cfb-0383-41ba-85fa-1d5ba58e0c68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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;
}

@media (min-width: 0px) {
[id="s-f8d0825d-903b-4017-a4fa-c609b9fb18e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8d0825d-903b-4017-a4fa-c609b9fb18e4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f8d0825d-903b-4017-a4fa-c609b9fb18e4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8d0825d-903b-4017-a4fa-c609b9fb18e4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ad1a022a-4c1a-4979-a4ae-4f1b8b0648c6 {
  text-align: center;
}







  #s-ad1a022a-4c1a-4979-a4ae-4f1b8b0648c6 img.shogun-image {
    

    
    
    
  }


#s-ad1a022a-4c1a-4979-a4ae-4f1b8b0648c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-535892c9-7f58-428f-a82b-0a1150ac24b9 {
  text-align: center;
}







  #s-535892c9-7f58-428f-a82b-0a1150ac24b9 img.shogun-image {
    

    
    
    
  }


#s-535892c9-7f58-428f-a82b-0a1150ac24b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-57be5d1e-6627-4ba8-bf69-f3d133622093 {
  text-align: center;
}







  #s-57be5d1e-6627-4ba8-bf69-f3d133622093 img.shogun-image {
    

    
    
    
  }


#s-57be5d1e-6627-4ba8-bf69-f3d133622093 .shogun-image-content {
  
    align-items: center;
  
}

#s-65a7ae4e-1575-4744-b134-a93c3c403ee3 {
  text-align: center;
}







  #s-65a7ae4e-1575-4744-b134-a93c3c403ee3 img.shogun-image {
    

    
    
    
  }


#s-65a7ae4e-1575-4744-b134-a93c3c403ee3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b007f6f2-869f-4127-b77d-aaf0bc2495aa {
  text-align: center;
}







  #s-b007f6f2-869f-4127-b77d-aaf0bc2495aa img.shogun-image {
    

    
    
    
  }


#s-b007f6f2-869f-4127-b77d-aaf0bc2495aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c89d732c-3b6a-4ba2-9c6d-77dc1624803f {
  text-align: center;
}







  #s-c89d732c-3b6a-4ba2-9c6d-77dc1624803f img.shogun-image {
    

    
    
    
  }


#s-c89d732c-3b6a-4ba2-9c6d-77dc1624803f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fb6c3145-f6d0-4946-a32d-983e8bd89dcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb6c3145-f6d0-4946-a32d-983e8bd89dcc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fb6c3145-f6d0-4946-a32d-983e8bd89dcc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb6c3145-f6d0-4946-a32d-983e8bd89dcc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-ebf00796-6529-41f0-83ae-b4c4026ea260 {
  text-align: center;
}







  #s-ebf00796-6529-41f0-83ae-b4c4026ea260 img.shogun-image {
    

    
    
    
  }


#s-ebf00796-6529-41f0-83ae-b4c4026ea260 .shogun-image-content {
  
    align-items: center;
  
}

#s-875c9fec-dd74-484a-95d0-d111b2c0ef19 {
  text-align: center;
}







  #s-875c9fec-dd74-484a-95d0-d111b2c0ef19 img.shogun-image {
    

    
    
    
  }


#s-875c9fec-dd74-484a-95d0-d111b2c0ef19 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d872ca7-ced6-4468-ae81-12fd75885ccb {
  text-align: center;
}







  #s-7d872ca7-ced6-4468-ae81-12fd75885ccb img.shogun-image {
    

    
    
    
  }


#s-7d872ca7-ced6-4468-ae81-12fd75885ccb .shogun-image-content {
  
    align-items: center;
  
}

#s-9d0ce9e9-35df-4e37-96e2-4fe661005736 {
  text-align: center;
}







  #s-9d0ce9e9-35df-4e37-96e2-4fe661005736 img.shogun-image {
    

    
    
    
  }


#s-9d0ce9e9-35df-4e37-96e2-4fe661005736 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b9f4b2a-b69e-4d78-b4ec-c12f1895c13f {
  text-align: center;
}







  #s-3b9f4b2a-b69e-4d78-b4ec-c12f1895c13f img.shogun-image {
    

    
    
    
  }


#s-3b9f4b2a-b69e-4d78-b4ec-c12f1895c13f .shogun-image-content {
  
    align-items: center;
  
}

#s-637aa813-506c-4613-9d9f-9185f632c92c {
  text-align: center;
}







  #s-637aa813-506c-4613-9d9f-9185f632c92c img.shogun-image {
    

    
    
    
  }


#s-637aa813-506c-4613-9d9f-9185f632c92c .shogun-image-content {
  
    align-items: center;
  
}

#s-7911cb29-2afb-4f95-98eb-43c6f35efb36 {
  margin-top: -21px;
margin-left: -1%;
margin-right: 0%;
min-height: 50px;
}








#s-7911cb29-2afb-4f95-98eb-43c6f35efb36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7911cb29-2afb-4f95-98eb-43c6f35efb36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e612d3fc-04af-4aec-8e56-c8c272959338 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}

#s-e612d3fc-04af-4aec-8e56-c8c272959338 {
  background-image: url(https://i.shgcdn.com/2fc03b26-24cf-40f5-8d22-9006aafc97f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e612d3fc-04af-4aec-8e56-c8c272959338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e612d3fc-04af-4aec-8e56-c8c272959338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ecc8db3-bd8a-44dd-ae6a-a1bb5d77acfa {
  margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-6ecc8db3-bd8a-44dd-ae6a-a1bb5d77acfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ecc8db3-bd8a-44dd-ae6a-a1bb5d77acfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ecc8db3-bd8a-44dd-ae6a-a1bb5d77acfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ecc8db3-bd8a-44dd-ae6a-a1bb5d77acfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4ffa9a1d-a88f-4183-b5bc-3b1bffdb5d07 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-left: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-4ffa9a1d-a88f-4183-b5bc-3b1bffdb5d07 img.shogun-image {
    

    
    
    
  }


#s-4ffa9a1d-a88f-4183-b5bc-3b1bffdb5d07 .shogun-image-content {
  
    align-items: center;
  
}

#s-88b459bf-3bed-4256-9996-86f1c67e4675 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-88b459bf-3bed-4256-9996-86f1c67e4675 {
  display: none;
}
#s-88b459bf-3bed-4256-9996-86f1c67e4675, #wrap-s-88b459bf-3bed-4256-9996-86f1c67e4675 { display:none !important; }}@media (max-width: 767px){#s-88b459bf-3bed-4256-9996-86f1c67e4675 {
  display: none;
}
#s-88b459bf-3bed-4256-9996-86f1c67e4675, #wrap-s-88b459bf-3bed-4256-9996-86f1c67e4675 { display:none !important; }}
#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 {
  display: none;
}
#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1, #wrap-s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 {
  display: none;
}
#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1, #wrap-s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 {
  display: none;
}
#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1, #wrap-s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 { display:none !important; }}@media (max-width: 767px){#s-f03b5ba6-2329-4be7-b41f-1b3c4fa9b1a1 {
  
}
}
#s-5d247a24-6b17-4720-b2be-852349aa0c59 {
  min-height: 50px;
}








#s-5d247a24-6b17-4720-b2be-852349aa0c59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d247a24-6b17-4720-b2be-852349aa0c59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c {
  display: none;
}
#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c, #wrap-s-7c81d290-c73b-4020-b3a4-4beb7dfd266c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c {
  display: none;
}
#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c, #wrap-s-7c81d290-c73b-4020-b3a4-4beb7dfd266c { display:none !important; }}@media (max-width: 767px){#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c {
  display: none;
}
#s-7c81d290-c73b-4020-b3a4-4beb7dfd266c, #wrap-s-7c81d290-c73b-4020-b3a4-4beb7dfd266c { display:none !important; }}
#s-3587c14e-ceaf-40ac-a7d4-b0c295f067c1 {
  padding-top: 62px;
padding-bottom: 0px;
min-height: 900px;
background-color: rgba(36, 36, 36, 1);
}








#s-3587c14e-ceaf-40ac-a7d4-b0c295f067c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3587c14e-ceaf-40ac-a7d4-b0c295f067c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-435a5efe-562e-4246-bfcf-b086bd1febe9 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-435a5efe-562e-4246-bfcf-b086bd1febe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-435a5efe-562e-4246-bfcf-b086bd1febe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-435a5efe-562e-4246-bfcf-b086bd1febe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-435a5efe-562e-4246-bfcf-b086bd1febe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b054d13-d5eb-4783-9f13-a2036fd6163c {
  margin-top: -23px;
padding-left: 3%;
padding-right: 3%;
}

#s-eea203f6-6dc5-4372-844a-858f733b2eea {
  margin-top: 18px;
padding-top: 6px;
padding-left: 3%;
padding-bottom: 6px;
padding-right: 3%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eea203f6-6dc5-4372-844a-858f733b2eea {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-eea203f6-6dc5-4372-844a-858f733b2eea {
  padding-top: 46px;
padding-bottom: 46px;
}
}
#s-c43afcf1-a99d-41ef-a0e6-3cb74d0ed62f {
  margin-top: 0px;
padding-left: 3%;
padding-right: 3%;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-e3ab49cd-1f44-407b-bdbd-4b7a25bdd2dc {
  min-height: 50px;
}








#s-e3ab49cd-1f44-407b-bdbd-4b7a25bdd2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3ab49cd-1f44-407b-bdbd-4b7a25bdd2dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a9957f8-01b0-4c00-b100-0031bb661cbd {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-8a9957f8-01b0-4c00-b100-0031bb661cbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a9957f8-01b0-4c00-b100-0031bb661cbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a9957f8-01b0-4c00-b100-0031bb661cbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a9957f8-01b0-4c00-b100-0031bb661cbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fc7598d4-f104-429d-8b42-7b50fbf99c30 {
  display: none;
}
#s-00d697b0-b397-4550-8f32-0a991fa0e70f {
  margin-top: 37px;
text-align: center;
}

#s-00d697b0-b397-4550-8f32-0a991fa0e70f .shg-product-sold-out {
  display: none;
  color: rgba(252, 252, 252, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-00d697b0-b397-4550-8f32-0a991fa0e70f .shg-product-price {
  color: rgba(252, 252, 252, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-00d697b0-b397-4550-8f32-0a991fa0e70f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(249, 34, 138, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-cb8dfc34-7cb5-410e-8b54-7e460162a5de {
  display: none;
}
#s-cb8dfc34-7cb5-410e-8b54-7e460162a5de, #wrap-s-cb8dfc34-7cb5-410e-8b54-7e460162a5de { display:none !important; }}
#s-cb8dfc34-7cb5-410e-8b54-7e460162a5de {
  display: none;
}
.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-fbeaf740-60ee-49f2-855b-f0ba0bf46884 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(249, 34, 138, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884:hover {background-color: rgba(172, 26, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-fbeaf740-60ee-49f2-855b-f0ba0bf46884.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-06fa54ab-1a27-476f-9291-b49bd03cf06a {
  display: none;
}
#s-06fa54ab-1a27-476f-9291-b49bd03cf06a, #wrap-s-06fa54ab-1a27-476f-9291-b49bd03cf06a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06fa54ab-1a27-476f-9291-b49bd03cf06a {
  display: none;
}
#s-06fa54ab-1a27-476f-9291-b49bd03cf06a, #wrap-s-06fa54ab-1a27-476f-9291-b49bd03cf06a { display:none !important; }}@media (max-width: 767px){#s-06fa54ab-1a27-476f-9291-b49bd03cf06a {
  display: none;
}
#s-06fa54ab-1a27-476f-9291-b49bd03cf06a, #wrap-s-06fa54ab-1a27-476f-9291-b49bd03cf06a { display:none !important; }}
#s-06fa54ab-1a27-476f-9291-b49bd03cf06a {
  display: none;
}
#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(249, 34, 138, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5:hover {background-color: rgba(174, 26, 97, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5.shg-btn {
  color: #ffffff;
  font-size: 32px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-4e34dce1-d2e4-4af3-9198-17f28591e5b5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b503209f-8dc5-4dbb-9d3c-d94d40d26ba9 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 900px;
background-color: rgba(255, 154, 203, 1);
}
@media (max-width: 767px){#s-b503209f-8dc5-4dbb-9d3c-d94d40d26ba9 {
  padding-top: 47px;
}
}







#s-b503209f-8dc5-4dbb-9d3c-d94d40d26ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b503209f-8dc5-4dbb-9d3c-d94d40d26ba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d03947-d27c-41b6-bb6a-d5a2e3517a87 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-97d03947-d27c-41b6-bb6a-d5a2e3517a87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d03947-d27c-41b6-bb6a-d5a2e3517a87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97d03947-d27c-41b6-bb6a-d5a2e3517a87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d03947-d27c-41b6-bb6a-d5a2e3517a87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-743d8491-4885-4dce-891b-e430e21cc5a7 {
  margin-top: -19px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-743d8491-4885-4dce-891b-e430e21cc5a7 {
  margin-top: 300px;
}
}






  #s-743d8491-4885-4dce-891b-e430e21cc5a7 img.shogun-image {
    

    
    
    
  }


#s-743d8491-4885-4dce-891b-e430e21cc5a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-49cbdd56-dcce-4dbe-9793-61734a5be97f {
  padding-left: 3%;
padding-right: 3%;
}

#s-cba2f527-6179-4190-acde-e8b3f4ce0ad5 {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-cba2f527-6179-4190-acde-e8b3f4ce0ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba2f527-6179-4190-acde-e8b3f4ce0ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbbce52b-f927-413e-9254-2c883d582bb8 {
  margin-top: 0px;
margin-bottom: 63px;
}

#s-50f10f19-9722-4ba8-a7f0-4d9f91d65558 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-50f10f19-9722-4ba8-a7f0-4d9f91d65558"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f10f19-9722-4ba8-a7f0-4d9f91d65558"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50f10f19-9722-4ba8-a7f0-4d9f91d65558"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f10f19-9722-4ba8-a7f0-4d9f91d65558"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1bc6dda8-6a11-42f9-9dd1-c1265590959c {
  padding-left: 3%;
padding-right: 3%;
}

#s-b4c56f1f-53c1-434a-9099-e8d8fcbaab2e {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-b4c56f1f-53c1-434a-9099-e8d8fcbaab2e {
  margin-top: 45px;
}
}
#s-3bb83648-2e06-4398-aa5d-5832d7bc70b0 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 900px;
background-color: rgba(255, 211, 232, 1);
}








#s-3bb83648-2e06-4398-aa5d-5832d7bc70b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb83648-2e06-4398-aa5d-5832d7bc70b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e8c0b3c-5477-42d8-badb-825034884fb3 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-9e8c0b3c-5477-42d8-badb-825034884fb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e8c0b3c-5477-42d8-badb-825034884fb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e8c0b3c-5477-42d8-badb-825034884fb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e8c0b3c-5477-42d8-badb-825034884fb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f893f3ac-de0a-4409-bf5c-9e65473f1061 {
  padding-left: 3%;
padding-right: 27px;
}

#s-8ca5954e-5e96-4d1c-a397-2b1adb688fb5 {
  display: none;
}
#s-3f457b2d-7f36-4404-9dc9-66b61c926db4 {
  margin-top: 35px;
text-align: center;
}

#s-3f457b2d-7f36-4404-9dc9-66b61c926db4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 40px;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
}

#s-3f457b2d-7f36-4404-9dc9-66b61c926db4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 40px;
}

#s-3f457b2d-7f36-4404-9dc9-66b61c926db4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(249, 34, 138, 1);
  font-weight:   ;
  font-family: Telex;
  font-style:  normal ;
  font-size: 38px;
  padding-left: 10px;
}

#s-61e5b930-bd4b-4b34-996f-5289d68cdaec {
  display: none;
}
#s-cd0ac34a-c15d-4cca-9dd0-484378977905 {
  margin-top: 25px;
margin-bottom: 27px;
padding-top: 34px;
padding-left: 20px;
padding-bottom: 34px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 9px;
min-height: 10px;
background-color: rgba(249, 34, 138, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-cd0ac34a-c15d-4cca-9dd0-484378977905:hover {background-color: rgba(182, 29, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cd0ac34a-c15d-4cca-9dd0-484378977905:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd0ac34a-c15d-4cca-9dd0-484378977905 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd0ac34a-c15d-4cca-9dd0-484378977905.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd0ac34a-c15d-4cca-9dd0-484378977905.shg-btn {
  color: #ffffff;
  font-size: 44px;
  
  
  font-family: Telex;
  display:  block ;
}

#s-cd0ac34a-c15d-4cca-9dd0-484378977905.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4bf796c1-4d0a-4932-876d-767f4bce6531 {
  padding-top: 38px;
padding-left: 3%;
padding-bottom: 38px;
padding-right: 3%;
}

#s-09f96b9f-9a15-4dad-8127-1567e34772c8 {
  margin-bottom: 0px;
padding-top: 143px;
padding-bottom: 143px;
min-height: 900px;
background-color: rgba(255, 255, 255, 1);
}








#s-09f96b9f-9a15-4dad-8127-1567e34772c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f96b9f-9a15-4dad-8127-1567e34772c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83f10f86-dc68-4b06-845d-121f1965363b {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (max-width: 767px){#s-83f10f86-dc68-4b06-845d-121f1965363b {
  display: none;
}
#s-83f10f86-dc68-4b06-845d-121f1965363b, #wrap-s-83f10f86-dc68-4b06-845d-121f1965363b { display:none !important; }}
#s-efefaf15-942b-4985-8e15-618f15cd69a1 {
  margin-top: 0px;
margin-bottom: 63px;
}
@media (min-width: 1200px){#s-efefaf15-942b-4985-8e15-618f15cd69a1 {
  display: none;
}
#s-efefaf15-942b-4985-8e15-618f15cd69a1, #wrap-s-efefaf15-942b-4985-8e15-618f15cd69a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efefaf15-942b-4985-8e15-618f15cd69a1 {
  display: none;
}
#s-efefaf15-942b-4985-8e15-618f15cd69a1, #wrap-s-efefaf15-942b-4985-8e15-618f15cd69a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efefaf15-942b-4985-8e15-618f15cd69a1 {
  display: none;
}
#s-efefaf15-942b-4985-8e15-618f15cd69a1, #wrap-s-efefaf15-942b-4985-8e15-618f15cd69a1 { display:none !important; }}
#s-7e9174ef-e6de-4228-ad8b-df8df2ec63e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-7e9174ef-e6de-4228-ad8b-df8df2ec63e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e9174ef-e6de-4228-ad8b-df8df2ec63e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e9174ef-e6de-4228-ad8b-df8df2ec63e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e9174ef-e6de-4228-ad8b-df8df2ec63e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e0d9869-4e53-4e9f-9dde-6830cabd5bc6 {
  padding-left: 3%;
padding-right: 3%;
}

#s-26227b45-19bb-4352-b4d9-f2f53abc1e6e {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-26227b45-19bb-4352-b4d9-f2f53abc1e6e {
  margin-top: 45px;
}
}
#s-07ab0eab-f29b-45ee-bb74-cf688c3dd1f5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 31px;
padding-bottom: 31px;
background-color: rgba(36, 36, 36, 1);
}








#s-07ab0eab-f29b-45ee-bb74-cf688c3dd1f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ab0eab-f29b-45ee-bb74-cf688c3dd1f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a12915a-2170-4fb7-b1e5-146aef7a95b0 {
  padding-top: 10px;
padding-bottom: 14px;
}

#s-207adc67-db2a-4523-81d3-4921882f4046 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1180px;
}








#s-207adc67-db2a-4523-81d3-4921882f4046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-207adc67-db2a-4523-81d3-4921882f4046.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c60d23c8-58ca-4d62-8b10-2a961c4b4f61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf5411f-b116-4109-a7d2-4b350ad79091"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-cc4f270c-4e67-41e2-96b4-9b4978513be1 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 5px;
min-height: 363px;
background-position: center center;
}








#s-cc4f270c-4e67-41e2-96b4-9b4978513be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc4f270c-4e67-41e2-96b4-9b4978513be1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-582bdb7a-1c64-47ca-a13d-cabdd208a38d {
  margin-left: 18px;
margin-right: 18px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
}

#s-e84dbcba-b6cf-49cf-9a4f-ae3b9ddf6831 {
  margin-top: 10px;
}

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

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

#s-7843ea35-989a-4c90-95c9-772c4c08c1d4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7843ea35-989a-4c90-95c9-772c4c08c1d4 hr {
  border-top: 2px solid #ddd;
}

#s-494a2a5f-740d-4c03-9e93-0c142a81a723 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-a57bbb98-b6c6-453b-971b-8da868bdee42 hr {
  border-top: 2px solid #ddd;
}

#s-575a21e1-4a66-4530-ab8a-7ae26fbca9bb {
  padding-top: 0px;
padding-bottom: 0px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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