.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-302a9b68-b234-4b97-9897-10e554c3502e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-302a9b68-b234-4b97-9897-10e554c3502e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-302a9b68-b234-4b97-9897-10e554c3502e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-302a9b68-b234-4b97-9897-10e554c3502e {
  
}
}@media (max-width: 767px){#s-302a9b68-b234-4b97-9897-10e554c3502e {
  
}
}







#s-302a9b68-b234-4b97-9897-10e554c3502e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-302a9b68-b234-4b97-9897-10e554c3502e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4050ea3-6ade-4fe5-9ff0-66db29ac19b6 {
  min-height: 50px;
}








#s-a4050ea3-6ade-4fe5-9ff0-66db29ac19b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4050ea3-6ade-4fe5-9ff0-66db29ac19b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df784ba4-d9e0-4275-ac49-cd8b1806075e {
  min-height: 50px;
}








#s-df784ba4-d9e0-4275-ac49-cd8b1806075e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df784ba4-d9e0-4275-ac49-cd8b1806075e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6fb1af53-bd34-4a75-9013-9098b991e833 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fb1af53-bd34-4a75-9013-9098b991e833 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fb1af53-bd34-4a75-9013-9098b991e833 {
  
}
}@media (max-width: 767px){#s-6fb1af53-bd34-4a75-9013-9098b991e833 {
  
}
}
#s-1f2acef5-6f67-4d08-b96d-c23dbe9d227b {
  text-align: left;
}



.shogun-editor .gaming-gear-flickity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .shogun-editor .gaming-gear-flickity {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr; 
      column-gap: 10px;
  }
}

.shogun-editor .gaming-gear-flickity .slide {
  width: 100%;
  margin-bottom: 10px;
}

.shogun-editor .gaming-gear-flickity img {
  width: 100%;
}

.shogun-editor .gaming-gear-flickity .links {
  width: 100%;
}

.gaming-gear-container .gaming-gear-header {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 26px !important;
  margin-bottom: 1rem;
  color:white;
  letter-spacing: 2px;
}

@media screen and (min-width: 480px) {
  .gaming-gear-container .gaming-gear-header {
      font-size: 38px !important;
  }
}

@media screen and (min-width: 1028px) {
  .gaming-gear-container .gaming-gear-header {
      font-size: 42px !important;
      letter-spacing: 3px;
  }
}

@media screen and (min-width: 1260px) {
  .gaming-gear-container .gaming-gear-header {
      font-size: 44px !important;
  }
}

.gaming-gear-flickity {
  width: 100%;
  max-width: 1920px;
}

.gaming-gear-flickity .slide {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0 10px;
}

@media screen and (min-width: 480px) {
  .gaming-gear-flickity .slide {
      width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .gaming-gear-flickity .slide {
      padding: 0 5px;
      margin-left: 5px;
      width: 50%;
  }
}

@media screen and (min-width: 1028px) {
  .gaming-gear-flickity .slide {
      padding: 0;
      margin-left: 8px;
      width: 20%;
  }
}

.gaming-gear-flickity .slide.is-selected {
  /*transform: scale(1.08);*/
  /*transition: transform 0.3s ease;*/
}

.gaming-gear-flickity .slide {
  /*transform: scale(0.95);*/
  /*transition: transform 0.3s ease;*/
}

@media screen and (min-width: 768px) {
  .gaming-gear-flickity .slide.is-selected {
      transform: unset;
  }
  
  .gaming-gear-flickity .slide {
      transform: unset;
  }
}

.gaming-gear-flickity .slide .links {
  bottom: 0;
  min-height: 0;
  width: 100%;
  transition: all 0.2s;
}

.gaming-gear-flickity .slide .links a:hover {
  color: white;
}

.gaming-gear-flickity .image-box {
    padding-bottom: 20px;
    transition: all 0.2s;
}

.gaming-gear-flickity .slide:hover .image-box {
    margin-top: -20px;
    margin-bottom: 20px;
}

.gaming-gear-flickity .slide:hover .links {
    bottom:-20px;
}

/* Flickity Page Dots */
.gaming-gear-flickity .flickity-page-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .gaming-gear-flickity .flickity-page-dots {
      bottom: -100px;
  }
}

.gaming-gear-flickity .flickity-page-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: unset;
  height: unset;
  width: 45px;
  opacity: 75%;
}

@media screen and (min-width: 1028px) {
  .gaming-gear-flickity .flickity-page-dots li {
      width: 90px;
  }
}

/* Pseudo elements for visual button */
.gaming-gear-flickity .flickity-page-dots .dot {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 50px !important;
background-color: transparent;
}

.gaming-gear-flickity .flickity-page-dots .dot::before {
content: "";
height: 2px;
background-color: white;
display: block;
margin: 20px 10px;
width: 30px;
border-radius: 3px;
transition: all 0.2s;
opacity: 0.5;
cursor: pointer;
}

@media (min-width: 768px) {
  .gaming-gear-flickity .flickity-page-dots .dot::before {
      width: 40px;
  }
}

@media (min-width: 1028px) {
  .gaming-gear-flickity .flickity-page-dots .dot::before {
      width: 65px;
  }
}

.gaming-gear-flickity .flickity-page-dots .dot:hover::before {
height: 6px;
background-color: white;
transform: translateY(-2px);
}

.gaming-gear-flickity .flickity-page-dots .dot.is-selected::before {
height: 6px;
background-color: white;
transform: translateY(-2px);
opacity: 100%;
}

.gaming-gear-flickity .flickity-page-dots .dot:active,
.gaming-gear-flickity .flickity-page-dots .dot:focus {
outline: none;
}

.gaming-gear-flickity .flickity-button:focus {
  box-shadow: unset;
}

.gaming-gear-flickity .flickity-prev-next-button {
  display: none !important;
  background-color: transparent;
  border: 0;
  height: 40px;
  width: 40px;
  outline: 0;
  color: black;
  font-size: 0px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  opacity: 0.75;
}

.gaming-gear-flickity .flickity-prev-next-button:hover {
opacity: 1;
}

@media screen and (min-width: 768px) {
  .gaming-gear-flickity .flickity-prev-next-button {
      display: block !important;
  }
}

@media screen and (max-width: 768px) {

  .gaming-gear-container {
      overflow: hidden;
  }
  
  .gaming-gear-flickity .flickity-viewport {
      overflow: visible !important;
  }
  .gaming-gear-flickity .slide.is-selected .scale-mobile {
      /*transform: scale(1.08);*/
  }
  .gaming-gear-flickity .slide.group.is-selected img {
      visibility: visible;
  }
}

.gaming-gear-flickity .flickity-prev-next-button:focus-visible {
  outline: 1px solid #1fd;
  opacity: 1;
}

.gaming-gear-flickity .flickity-button-icon {
  display: none;
}

.gaming-gear-flickity .previous {
  
}

.gaming-gear-flickity .previous:after {
  content: "\f053";
}

.gaming-gear-flickity .next {
  
}

.gaming-gear-flickity .next:after {
  content: "\f054";
}

.gaming-gear-flickity .previous:after,
.gaming-gear-flickity .next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: rgb(45, 43, 43);
  position: absolute;
  height: 40px;
  width: 40px;
  background: lightgray;
  border-radius: 50%;
  line-height: 40px;
  font-size: 16px;
  left: 0;
  bottom: 0;
  transition: all .3s ease;
}

.gaming-gear-flickity .previous:after:hover,
.gaming-gear-flickity .next:after:hover {
  background: #666;
}

.gaming-gear-flickity .previous:focus,
.gaming-gear-flickity .next:focus {
  box-shadow: 0 0 0 2px #f1f1f1;
}

.gaming-gear-flickity .slide.group {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.gaming-gear-flickity .slide.group img {
  visibility: visible;
}


@media (min-width:768px){
.gaming-gear-flickity .slide.group:hover {
  background-size: 100%;
}   
}
#s-9b9e0c9c-4306-4698-a8b8-d917bdbe4289 {
  text-align: left;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-557da8a3-093a-4ea1-a59a-6b8c83e546b3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-557da8a3-093a-4ea1-a59a-6b8c83e546b3 {
  padding-top: 20px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-557da8a3-093a-4ea1-a59a-6b8c83e546b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-557da8a3-093a-4ea1-a59a-6b8c83e546b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-557da8a3-093a-4ea1-a59a-6b8c83e546b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-557da8a3-093a-4ea1-a59a-6b8c83e546b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.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-51b5bba5-2eda-45e3-a5d7-0c031ec6a136 {
  margin-bottom: 20px;
text-align: center;
}







  #s-51b5bba5-2eda-45e3-a5d7-0c031ec6a136 img.shogun-image {
    

    
    
    
  }


#s-51b5bba5-2eda-45e3-a5d7-0c031ec6a136 .shogun-image-content {
  
    align-items: center;
  
}

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

.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-5e794196-5782-4501-9640-6971707fce51 {
  background-image: url(https://i.shgcdn.com/26d9465d-3269-405b-a860-9a5060c5ebbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 9px;
padding-left: 30px;
padding-bottom: 9px;
padding-right: 30px;
border-radius: 50px;
text-align: left;
text-decoration: none;
letter-spacing: 0.5px;
hover-type: image;
}
#s-5e794196-5782-4501-9640-6971707fce51:hover {background-image: url(https://i.shgcdn.com/b671f0e1-d5a9-4266-bdd1-f1856f3bb33f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-radius: 50px !important;
text-decoration: none !important;
hover-type: image !important;}#s-5e794196-5782-4501-9640-6971707fce51:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5e794196-5782-4501-9640-6971707fce51 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-5e794196-5782-4501-9640-6971707fce51 {
  
}
}

  #s-5e794196-5782-4501-9640-6971707fce51-root {
    text-align: left;
  }


#s-5e794196-5782-4501-9640-6971707fce51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e794196-5782-4501-9640-6971707fce51-root {
    text-align: left;
  }


#s-5e794196-5782-4501-9640-6971707fce51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e794196-5782-4501-9640-6971707fce51-root {
    text-align: left;
  }


#s-5e794196-5782-4501-9640-6971707fce51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e794196-5782-4501-9640-6971707fce51-root {
    text-align: left;
  }


#s-5e794196-5782-4501-9640-6971707fce51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e794196-5782-4501-9640-6971707fce51-root {
    text-align: left;
  }


#s-5e794196-5782-4501-9640-6971707fce51.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-743505d9-4d3f-4536-8aae-ffc07d97494b {
  margin-bottom: 20px;
text-align: center;
}







  #s-743505d9-4d3f-4536-8aae-ffc07d97494b img.shogun-image {
    

    
    
    
  }


#s-743505d9-4d3f-4536-8aae-ffc07d97494b .shogun-image-content {
  
    align-items: center;
  
}

#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110 {
  background-image: url(https://i.shgcdn.com/26d9465d-3269-405b-a860-9a5060c5ebbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 40px;
padding-top: 9px;
padding-left: 30px;
padding-bottom: 9px;
padding-right: 30px;
border-radius: 50px;
text-align: left;
text-decoration: none;
letter-spacing: 0.5px;
hover-type: image;
}
#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110:hover {background-image: url(https://i.shgcdn.com/b671f0e1-d5a9-4266-bdd1-f1856f3bb33f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-radius: 50px !important;
text-decoration: none !important;
hover-type: image !important;}#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110 {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110 {
  
}
}

  #s-c83c1035-9a0f-4a6c-8504-7361ebfcf110-root {
    text-align: left;
  }


#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c83c1035-9a0f-4a6c-8504-7361ebfcf110-root {
    text-align: left;
  }


#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c83c1035-9a0f-4a6c-8504-7361ebfcf110-root {
    text-align: left;
  }


#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c83c1035-9a0f-4a6c-8504-7361ebfcf110-root {
    text-align: left;
  }


#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c83c1035-9a0f-4a6c-8504-7361ebfcf110-root {
    text-align: left;
  }


#s-c83c1035-9a0f-4a6c-8504-7361ebfcf110.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d626cf36-d79d-40f1-a660-048fdfa9dece {
  text-align: left;
}

#s-ca94f8ee-d8a8-438b-99e5-495ff491387a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-ca94f8ee-d8a8-438b-99e5-495ff491387a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ca94f8ee-d8a8-438b-99e5-495ff491387a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca94f8ee-d8a8-438b-99e5-495ff491387a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca94f8ee-d8a8-438b-99e5-495ff491387a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50em;
background-position: left center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 40em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 30em;
}
}@media (max-width: 767px){#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 30em;
}
}







#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44 {
  cursor: pointer;
}#s-92f72c18-2ba5-4e89-8fdd-1fe576b2db44.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-630bf3ca-893f-4e18-b54e-ae2c7b699cee {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-630bf3ca-893f-4e18-b54e-ae2c7b699cee .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-630bf3ca-893f-4e18-b54e-ae2c7b699cee .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-18ca1094-4365-4d51-a050-16b7252dee4e {
  background-image: url(https://i.shgcdn.com/26d9465d-3269-405b-a860-9a5060c5ebbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
padding-top: 9px;
padding-left: 30px;
padding-bottom: 9px;
padding-right: 30px;
border-radius: 50px;
text-align: left;
text-decoration: none;
letter-spacing: 0.5px;
hover-type: image;
}
#s-18ca1094-4365-4d51-a050-16b7252dee4e:hover {background-image: url(https://i.shgcdn.com/b671f0e1-d5a9-4266-bdd1-f1856f3bb33f/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-radius: 50px !important;
text-decoration: none !important;
hover-type: image !important;}#s-18ca1094-4365-4d51-a050-16b7252dee4e:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-18ca1094-4365-4d51-a050-16b7252dee4e {
  display: none;
}
#s-18ca1094-4365-4d51-a050-16b7252dee4e, #wrap-s-18ca1094-4365-4d51-a050-16b7252dee4e { display: none !important; }}@media (max-width: 767px){#s-18ca1094-4365-4d51-a050-16b7252dee4e {
  display: none;
}
#s-18ca1094-4365-4d51-a050-16b7252dee4e, #wrap-s-18ca1094-4365-4d51-a050-16b7252dee4e { display: none !important; }}

  #s-18ca1094-4365-4d51-a050-16b7252dee4e-root {
    text-align: left;
  }


#s-18ca1094-4365-4d51-a050-16b7252dee4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-18ca1094-4365-4d51-a050-16b7252dee4e-root {
    text-align: left;
  }


#s-18ca1094-4365-4d51-a050-16b7252dee4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18ca1094-4365-4d51-a050-16b7252dee4e-root {
    text-align: left;
  }


#s-18ca1094-4365-4d51-a050-16b7252dee4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18ca1094-4365-4d51-a050-16b7252dee4e-root {
    text-align: left;
  }


#s-18ca1094-4365-4d51-a050-16b7252dee4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-18ca1094-4365-4d51-a050-16b7252dee4e-root {
    text-align: left;
  }


#s-18ca1094-4365-4d51-a050-16b7252dee4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-2f2302d2-75a7-4b27-963d-b7481ccc2256 {
  min-height: 30em;
}
}







#s-2f2302d2-75a7-4b27-963d-b7481ccc2256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f2302d2-75a7-4b27-963d-b7481ccc2256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0454bcea-8594-4a9c-bb4c-a823842d300b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-0454bcea-8594-4a9c-bb4c-a823842d300b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-0454bcea-8594-4a9c-bb4c-a823842d300b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-0454bcea-8594-4a9c-bb4c-a823842d300b > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-0454bcea-8594-4a9c-bb4c-a823842d300b {
  cursor: pointer;
}#s-0454bcea-8594-4a9c-bb4c-a823842d300b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c456d777-093c-41ba-aef5-b25c7869661f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c456d777-093c-41ba-aef5-b25c7869661f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-c456d777-093c-41ba-aef5-b25c7869661f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-position: center top;
}
@media (min-width: 1200px){#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1 {
  cursor: pointer;
}#s-ea8bfcf2-d70d-4dd1-8c0c-ea4a0a65d9c1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ae05e62c-83e0-4048-803a-23d2c8342d06 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae05e62c-83e0-4048-803a-23d2c8342d06 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-ae05e62c-83e0-4048-803a-23d2c8342d06 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-ae05e62c-83e0-4048-803a-23d2c8342d06 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-ae05e62c-83e0-4048-803a-23d2c8342d06 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
/* Shogun Editor Styles */

.shogun-editor .review-slider-flickity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.shogun-editor .review-slider-flickity .slide {
  width: 100%;
  margin-bottom: 10px;
}

.shogun-editor .review-slider-flickity .text-box {
    opacity: 1 !important;
    position: relative;
    transform: translateY(-50%);
    top: -50%;
    left: 50%;
    width:50%;
    max-width:unset;
}

.shogun-editor .review-slider-flickity .slide-image {
    height:50vh;
    left:unset;
    width:auto;
}

.shogun-editor .review-slider-flickity .slide-inner {
    height:50vh;
    width:80vw;
}


/* -------------------------------------------- */

/* Frontend Styles */

.review-slider-container .review-slider-header {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin-top: 1rem;
  color:white;
  letter-spacing: 2px;
  text-align:center;
}

@media screen and (min-width: 480px) {
  .review-slider-container .review-slider-header {
      font-size: 38px;
  }
}

@media screen and (min-width: 1028px) {
  .review-slider-container .review-slider-header {
      font-size: 42px;
      letter-spacing: 3px;
  }
}

@media screen and (min-width: 1260px) {
  .review-slider-container .review-slider-header {
      font-size: 44px;
  }
}

.review-slider-flickity {
  width: 100%;
}

.review-slider-flickity .slide {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .review-slider-flickity .slide {

  }
}

@media screen and (min-width: 768px) {
  .review-slider-flickity {
     margin-bottom:2rem;
  }
}

@media screen and (min-width: 1028px) {
  .review-slider-flickity {
    margin-bottom:4rem;
  }
}

.review-slider-flickity .slide.is-selected {
  /*transform: scale(1.08);*/
  /*transition: transform 0.3s ease;*/
}

.review-slider-flickity .slide {
  /*transform: scale(0.95);*/
  /*transition: transform 0.3s ease;*/
}

@media screen and (min-width: 768px) {
  .review-slider-flickity .slide.is-selected {
      transform: unset;
  }
  
  .review-slider-flickity .slide {
      transform: unset;
  }
}



@media (max-width: 767px) {
    .review-slider-flickity .slide-image {
    z-index: 25;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
    .review-slider-flickity .slide-inner {
        width:100%;
    }
}

@media screen and (min-width: 768px) {
    .review-slider-flickity .slide-inner {width:90%;padding:6% 0;}
    .review-slider-flickity .slide-image {
    width: 50vw;
}
}

@media screen and (min-width: 976px) {
    .review-slider-flickity .slide-inner {padding:0;}
}

@media screen and (min-width: 1440px) {
    .review-slider-flickity .slide-inner {width:80%;padding:0;}
    .review-slider-flickity .slide-image {
    width: 40vw;
    position: relative;
}
}


/* -------------------------------------------- */

.review-slider-flickity .text-box {
    display: flex;
    flex-direction: column;
    z-index: 20;
    max-width: 100%;
    min-width: 25%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 90%;
    padding: 1rem;
    position: relative;
    text-align: center;
    align-items: center;
    background-color:white;
    border-radius: 20px;
}


@media (min-width: 768px) {
.review-slider-flickity .text-box {
    max-width: 40%;
    width: auto;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    
    left: 45%;
    transition: all 0.3s;
    transition-delay: 0.3s;
    opacity:0;
}

.review-slider-flickity .is-selected .text-box {
    opacity:1;
    left: 50%;
}

}

@media (min-width: 976px) {
.review-slider-flickity .text-box {
    padding: 2.25rem;
}
}

.review-slider-flickity .text-box:after {
    display: none;
}

@media (min-width: 768px) {
.review-slider-flickity .text-box:after {
    content: " ";
    display: block;
    position: absolute;
    left: -25px;
    top: 40%;
    border-top: 26px solid transparent;
    border-right: 26px solid #ffffff;
    border-left: none;
    border-bottom: 26px solid transparent;
}
}



/* -------------------------------------------- */

.review-slider-flickity .text-box .logo-image {
    position: absolute;
    top: -2rem;
    max-height: 65px;
}

@media (min-width: 1200px) {
    .review-slider-flickity .text-box .logo-image {
    top: -3rem;
    max-height: 95px;
    }
}

@media (max-width: 767px) {
    .review-slider-flickity .text-box .logo-image {display:none;}
}

/* -------------------------------------------- */

.review-slider-flickity .review-text {
    margin: 3rem 0 1rem;
    font-style: italic;   
}

@media (min-width: 768px) {
.review-slider-flickity .review-text {
    margin-top: 2rem;
}
}

@media (min-width: 976px) {
.review-slider-flickity .review-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}

@media (min-width: 1440px) {
.review-slider-flickity .review-text {
    font-size: 1.5rem;
    line-height: 2rem;
}
}

/* -------------------------------------------- */

.review-slider-flickity .review-author {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin:0.25rem 1rem;
}

@media (min-width: 976px) {
    .review-slider-flickity .review-author {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
}

/* -------------------------------------------- */

.review-slider-flickity .review-button {
transition: all 0.3s;
color: white;
font-size: 16px;
font-weight: 500;
font-family: Roboto;
display: inline-block;
border-radius: 50px;
padding: 12px 38px 11px 38px;
text-align: center;
text-decoration: none;
letter-spacing: 0.5px;
margin:25px 0 20px;
background-color: #191919;
opacity: 0.85;
}

.review-slider-flickity .review-button:hover {
background-color: #191919;
opacity: 1;
}

@media (min-width: 768px) {
.review-slider-flickity .review-button {
    margin:10px 0;
    padding: 9px 48px 8px 48px;
}
}

@media (min-width: 992px) {
.review-slider-flickity .review-button {
    font-size: 18px;
}
}

/* -------------------------------------------- */



/* Flickity Page Dots */
.review-slider-flickity .flickity-page-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .review-slider-flickity .flickity-page-dots {
      bottom: -30px;
  }
}

@media screen and (min-width: 1028px) {
  .review-slider-flickity .flickity-page-dots {
      bottom: -60px;
  }
}

.review-slider-flickity .flickity-page-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: unset;
  height: unset;
  width: 45px;
  opacity: 75%;
}

@media screen and (min-width: 1028px) {
  .review-slider-flickity .flickity-page-dots li {
      width: 90px;
  }
}

/* Pseudo elements for visual button */
.review-slider-flickity .flickity-page-dots .dot {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 50px !important;
background-color: transparent;
}

.review-slider-flickity .flickity-page-dots .dot::before {
content: "";
height: 2px;
background-color: white;
display: block;
margin: 20px 10px;
width: 30px;
border-radius: 3px;
transition: all 0.2s;
opacity: 0.5;
cursor: pointer;
}

@media (min-width: 768px) {
  .review-slider-flickity .flickity-page-dots .dot::before {
      width: 40px;
  }
}

@media (min-width: 1028px) {
  .review-slider-flickity .flickity-page-dots .dot::before {
      width: 65px;
  }
}

.review-slider-flickity .flickity-page-dots .dot:hover::before {
height: 6px;
background-color: white;
transform: translateY(-2px);
}

.review-slider-flickity .flickity-page-dots .dot.is-selected::before {
height: 6px;
background-color: white;
transform: translateY(-2px);
opacity: 100%;
}

.review-slider-flickity .flickity-page-dots .dot:active,
.review-slider-flickity .flickity-page-dots .dot:focus {
outline: none;
}

.review-slider-flickity .flickity-button:focus {
  box-shadow: unset;
}

.review-slider-flickity .flickity-prev-next-button {
  display: none !important;
  background-color: transparent;
  border: 0;
  height: 40px;
  width: 40px;
  outline: 0;
  color: black;
  font-size: 0px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  opacity: 0.75;
}

.review-slider-flickity .flickity-prev-next-button:hover {
opacity: 1;
}

@media screen and (min-width: 768px) {
  .review-slider-flickity .flickity-prev-next-button {
      display: block !important;
  }
}

@media screen and (max-width: 768px) {

  .review-slider-container {
      overflow: hidden;
  }
  
  .review-slider-flickity .flickity-viewport {
      overflow: visible !important;
  }
  .review-slider-flickity .slide.is-selected .scale-mobile {
      /*transform: scale(1.08);*/
  }
}

.review-slider-flickity .flickity-prev-next-button:focus-visible {
  outline: 1px solid #1fd;
  opacity: 1;
}

.review-slider-flickity .flickity-button-icon {
  display: none;
}

.review-slider-flickity .previous {
  
}

.review-slider-flickity .previous:after {
  content: "\f053";
}

.review-slider-flickity .next {
  
}

.review-slider-flickity .next:after {
  content: "\f054";
}

.review-slider-flickity .previous:after,
.review-slider-flickity .next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: rgb(45, 43, 43);
  position: absolute;
  height: 40px;
  width: 40px;
  background: lightgray;
  border-radius: 50%;
  line-height: 40px;
  font-size: 16px;
  left: 0;
  bottom: 0;
  transition: all .3s ease;
}

.review-slider-flickity .previous:after:hover,
.review-slider-flickity .next:after:hover {
  background: #666;
}

.review-slider-flickity .previous:focus,
.review-slider-flickity .next:focus {
  box-shadow: 0 0 0 2px #f1f1f1;
}


#s-a734bd5d-1fe6-4138-9667-d8e87c95cbfb {
  background-image: url(https://i.shgcdn.com/e89cdfad-a94d-4176-81fa-b31a6b3ba7f0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#s-b6216b24-282a-4f29-9c3b-4157ef2b5cf8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b6216b24-282a-4f29-9c3b-4157ef2b5cf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b6216b24-282a-4f29-9c3b-4157ef2b5cf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6216b24-282a-4f29-9c3b-4157ef2b5cf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6216b24-282a-4f29-9c3b-4157ef2b5cf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px){#s-a955c43f-2490-4f6a-b428-d4f8f5905ab7 {
  min-height: 30em;
}
}







#s-a955c43f-2490-4f6a-b428-d4f8f5905ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a955c43f-2490-4f6a-b428-d4f8f5905ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-295429ce-bec2-4a13-b95c-46364b1fd6ba {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-295429ce-bec2-4a13-b95c-46364b1fd6ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-295429ce-bec2-4a13-b95c-46364b1fd6ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-295429ce-bec2-4a13-b95c-46364b1fd6ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-295429ce-bec2-4a13-b95c-46364b1fd6ba {
  cursor: pointer;
}#s-295429ce-bec2-4a13-b95c-46364b1fd6ba.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4cccdf36-d34c-407e-98b2-21a0764cfd90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4cccdf36-d34c-407e-98b2-21a0764cfd90 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-4cccdf36-d34c-407e-98b2-21a0764cfd90 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-position: left center;
}
@media (min-width: 1200px){#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1 {
  cursor: pointer;
}#s-776d7adc-615f-41cc-b515-c7b02fdd3fc1.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-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f13285b3-d0a1-40bb-8cd5-7936c94e2418"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-360bc23e-b4e0-496c-aa00-1df8d0dd7696 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-360bc23e-b4e0-496c-aa00-1df8d0dd7696 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-360bc23e-b4e0-496c-aa00-1df8d0dd7696 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-360bc23e-b4e0-496c-aa00-1df8d0dd7696 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-63bf9932-eaa3-46fa-9243-a6c031f2b31f {
  text-align: left;
}

#s-d73ab1a5-01ef-4cdc-b411-35337a75d131 {
  text-align: right;
}







  #s-d73ab1a5-01ef-4cdc-b411-35337a75d131 img.shogun-image {
    

    
    
    
  }


#s-d73ab1a5-01ef-4cdc-b411-35337a75d131 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1468191-476c-48f6-ad41-c999e16a50f0 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50em;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e1468191-476c-48f6-ad41-c999e16a50f0 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 40em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1468191-476c-48f6-ad41-c999e16a50f0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 30em;
}
}@media (max-width: 767px){#s-e1468191-476c-48f6-ad41-c999e16a50f0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 30em;
}
}







#s-e1468191-476c-48f6-ad41-c999e16a50f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-e1468191-476c-48f6-ad41-c999e16a50f0 {
  cursor: pointer;
}#s-e1468191-476c-48f6-ad41-c999e16a50f0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6004bc6f-7300-47bc-9dd3-cab246054a4e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6004bc6f-7300-47bc-9dd3-cab246054a4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6004bc6f-7300-47bc-9dd3-cab246054a4e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}
#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec {
  margin-top: 20px;
padding-top: 9px;
padding-left: 30px;
padding-bottom: 9px;
padding-right: 30px;
border-radius: 50px;
background-color: rgba(255, 255, 255, 0.8);
text-align: left;
text-decoration: none;
letter-spacing: 0.5px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec:hover {border-radius: 50px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec-root {
    text-align: left;
  }


#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec-root {
    text-align: left;
  }


#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec-root {
    text-align: left;
  }


#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec-root {
    text-align: left;
  }


#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec-root {
    text-align: left;
  }


#s-d5137431-c6fb-4ed6-b0cb-288cae0a97ec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $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}
