.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.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;
}

#s-e893a377-24bb-4288-bb21-ec32e5c772a1 {
  background-image: url(https://i.shgcdn.com/a7809bc2-8370-4eee-bca9-d9b36ce572e8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
background-position: center -195px;
}

@media (min-width: 0px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e893a377-24bb-4288-bb21-ec32e5c772a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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: #282828;
  font-family: Karla;
  text-transform: none;
  font-weight: 700;
  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-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}@media (max-width: 767px){#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  
}
}
#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h1 {
  color: rgba(233, 233, 233, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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: #282828;
  font-family: Karla;
  font-weight: 700;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #505050;
  font-family: Karla;
}

.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: #282828;
  font-family: Karla;
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #505050;
  font-family: Karla;
  font-weight: 400;
}

#s-87672148-476e-4c1a-bd48-52676e371d63 {
  background-image: url(https://i.shgcdn.com/7d10514d-e07a-43a6-b33d-a1b42b52235f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(210, 114, 114, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}@media (max-width: 767px){#s-87672148-476e-4c1a-bd48-52676e371d63 {
  
}
}
#s-2c76cb1c-c626-48f1-8b5e-c12703fe098b {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c76cb1c-c626-48f1-8b5e-c12703fe098b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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: 400;
  font-family: Karla;
}

.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-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0);
border-radius: 30px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-8c8ed822-66cd-4ca0-84c8-57324997bb45:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-8c8ed822-66cd-4ca0-84c8-57324997bb45:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}@media (max-width: 767px){#s-8c8ed822-66cd-4ca0-84c8-57324997bb45 {
  
}
}

  #s-8c8ed822-66cd-4ca0-84c8-57324997bb45-root {
    text-align: center;
  }


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c8ed822-66cd-4ca0-84c8-57324997bb45-root {
    text-align: center;
  }


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c8ed822-66cd-4ca0-84c8-57324997bb45-root {
    text-align: center;
  }


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c8ed822-66cd-4ca0-84c8-57324997bb45-root {
    text-align: center;
  }


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c8ed822-66cd-4ca0-84c8-57324997bb45-root {
    text-align: center;
  }


#s-8c8ed822-66cd-4ca0-84c8-57324997bb45.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a {
  box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.2);
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 1px;
min-height: 50px;
background-position: center center;
}








#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-1f0a1454-ffb9-4cd9-9c33-78dab573759a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}@media (max-width: 767px){#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec {
  
}
}
#s-e910021f-0f67-45b8-9a6d-6e77aa7d38ec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}@media (max-width: 767px){#s-688c7117-3f5b-411a-ad05-609b12751fcf {
  
}
}
#s-2fe12771-502d-44e6-a991-c1b667f6dd2b {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-2fe12771-502d-44e6-a991-c1b667f6dd2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fe12771-502d-44e6-a991-c1b667f6dd2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fe12771-502d-44e6-a991-c1b667f6dd2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fe12771-502d-44e6-a991-c1b667f6dd2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}@media (max-width: 767px){#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c {
  
}
}

  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-73b76dce-02fd-487c-ae2a-e59cdc82a41c-root {
    text-align: center;
  }


#s-73b76dce-02fd-487c-ae2a-e59cdc82a41c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7f856100-a256-461e-8316-34ff82a973e3 {
  box-shadow:0px 10px 60px 0px rgba(0, 0, 0, 0.2);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 1px;
min-height: 50px;
background-position: right center;
}








#s-7f856100-a256-461e-8316-34ff82a973e3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-7f856100-a256-461e-8316-34ff82a973e3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}@media (max-width: 767px){#s-272cfa0b-42e0-4924-873e-7b4d340dd72f {
  
}
}
#s-272cfa0b-42e0-4924-873e-7b4d340dd72f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}@media (max-width: 767px){#s-6a4fc265-6168-46c5-971b-58d7fdb438f9 {
  
}
}
#s-c4dcd669-481a-470c-acec-d412432e3f12 {
  margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c4dcd669-481a-470c-acec-d412432e3f12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4dcd669-481a-470c-acec-d412432e3f12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4dcd669-481a-470c-acec-d412432e3f12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4dcd669-481a-470c-acec-d412432e3f12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}@media (max-width: 767px){#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa {
  
}
}

  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa-root {
    text-align: center;
  }


#s-2fd03cfd-0fa5-4409-89c8-b4ca641164aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}@media (max-width: 767px){#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 {
  
}
}
#s-8345b062-a1a0-411f-9c7f-9de50e3cbf46 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-9be97c57-15a4-4de7-8c00-3cbd67386a7a {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: left;
}



.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #282828;
  font-family: Karla;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-30f36046-a275-43ca-8570-2059659d2b2d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-30f36046-a275-43ca-8570-2059659d2b2d .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-7d2a7dde-d54e-44b9-9ff0-f54b099d9691 {
  display: none;
}
#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  text-align: left;
}



.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



}
#s-891fc3cf-fa88-4326-9757-28a6e614bac4 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-891fc3cf-fa88-4326-9757-28a6e614bac4 .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8bd3a858-f261-4fe7-b56b-074cd7fde5cb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-ec901ee5-7e94-4d65-855e-23025f90fd1b {
  display: none;
}
#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 {
  text-align: left;
}



.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74078f4d-26ac-45b1-9a3e-b292a088c6f9 img.shogun-image {
  width: 100%;
}



}
#s-eb07d285-66bf-42a3-8e59-5fbdd314882f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-eb07d285-66bf-42a3-8e59-5fbdd314882f .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c4e03a6-325f-48af-b2ba-3a1faf1276ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-c9dd5184-3cc4-4679-a077-d8054a388a0f {
  margin-bottom: 25px;
background-color: rgba(26, 26, 26, 0);
}

#s-c9dd5184-3cc4-4679-a077-d8054a388a0f {
  display: none;
}
#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b {
  text-align: left;
}



.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86cbd524-eb5c-49f8-a475-1020fe73fd3b img.shogun-image {
  width: 100%;
}



}
#s-bcf81dd8-381f-48a6-a6c1-d1b8c91844cb {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bcf81dd8-381f-48a6-a6c1-d1b8c91844cb .shg-product-title-component h3 {
  color: rgba(26, 26, 26, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-sold-out {
  display: none;
  color: rgba(26, 26, 26, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-price {
  color: rgba(26, 26, 26, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-33f789e5-2929-4dae-816a-a8b1cdfb2310 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: Inconsolata;
  font-style:  normal ;
  font-size: 12px;
  padding-left: 10px;
}

#s-8c2650bd-3978-42a4-86ca-3faf05b163dc {
  margin-left: 20px;
margin-bottom: 100px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8c2650bd-3978-42a4-86ca-3faf05b163dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 26, 26, 1);
border-radius: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-6cbce5ad-96e5-4919-9952-44874e1aca5e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-6cbce5ad-96e5-4919-9952-44874e1aca5e:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}@media (max-width: 767px){#s-6cbce5ad-96e5-4919-9952-44874e1aca5e {
  
}
}

  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6cbce5ad-96e5-4919-9952-44874e1aca5e-root {
    text-align: center;
  }


#s-6cbce5ad-96e5-4919-9952-44874e1aca5e.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}@media (max-width: 767px){#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 {
  
}
}







#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-f6dc2e5f-0b40-4d6e-a2a5-5aee3d4f7039.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5310a31e-5e8a-4108-980f-e7fb09aa2e2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 800px;
background-position: center center;
}








#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
}#s-56f90ecd-76c1-44f3-aa60-1c3067bdf5fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}@media (max-width: 767px){#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 {
  
}
}
#s-0af0a1a0-d0b3-42f6-86b5-7345be0971a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(58, 127, 193, 0.6);
opacity: 0.8;
}
@media (min-width: 1200px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}@media (max-width: 767px){#s-88b32d39-0864-43f1-86c4-3c45a7e17219 {
  
}
}
#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e {
  border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e {
  
}
}@media (max-width: 767px){#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e {
  
}
}

  #s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e-root {
    text-align: center;
  }


#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e-root {
    text-align: center;
  }


#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e-root {
    text-align: center;
  }


#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e-root {
    text-align: center;
  }


#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e-root {
    text-align: center;
  }


#s-32279e1c-aa14-4fb8-bf6f-f0ef123a9f3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 800px;
background-position: center center;
}








#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
}#s-20f63ab5-4659-4cc7-9bd6-a05fc8f0e9f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}@media (max-width: 767px){#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae {
  
}
}
#s-54c8b2f5-0f63-42b0-9fbb-81b1ab55b7ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-31683d08-ff11-43b0-9954-330982651df5 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(25, 25, 25, 0.7);
opacity: 0.8;
}
@media (min-width: 1200px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}@media (max-width: 767px){#s-31683d08-ff11-43b0-9954-330982651df5 {
  
}
}
#s-e84302ab-be3e-4504-9514-d53f88de54ae {
  border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-e84302ab-be3e-4504-9514-d53f88de54ae:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-e84302ab-be3e-4504-9514-d53f88de54ae:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e84302ab-be3e-4504-9514-d53f88de54ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84302ab-be3e-4504-9514-d53f88de54ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84302ab-be3e-4504-9514-d53f88de54ae {
  
}
}@media (max-width: 767px){#s-e84302ab-be3e-4504-9514-d53f88de54ae {
  
}
}

  #s-e84302ab-be3e-4504-9514-d53f88de54ae-root {
    text-align: center;
  }


#s-e84302ab-be3e-4504-9514-d53f88de54ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e84302ab-be3e-4504-9514-d53f88de54ae-root {
    text-align: center;
  }


#s-e84302ab-be3e-4504-9514-d53f88de54ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e84302ab-be3e-4504-9514-d53f88de54ae-root {
    text-align: center;
  }


#s-e84302ab-be3e-4504-9514-d53f88de54ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e84302ab-be3e-4504-9514-d53f88de54ae-root {
    text-align: center;
  }


#s-e84302ab-be3e-4504-9514-d53f88de54ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e84302ab-be3e-4504-9514-d53f88de54ae-root {
    text-align: center;
  }


#s-e84302ab-be3e-4504-9514-d53f88de54ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f2fc7504-e7ec-476d-8530-5072116bc18e {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 800px;
background-position: center center;
}








#s-f2fc7504-e7ec-476d-8530-5072116bc18e > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.2;
}#s-f2fc7504-e7ec-476d-8530-5072116bc18e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  margin-top: 400px;
margin-left: 20px;
margin-bottom: 25px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(247, 247, 247, 0);
}
@media (min-width: 1200px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}@media (max-width: 767px){#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 {
  
}
}
#s-31b0f417-6419-45f4-ac8d-dcf4ee944206 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
background-color: rgba(58, 127, 193, 0.5);
opacity: 0.8;
}
@media (min-width: 1200px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}@media (max-width: 767px){#s-27594b16-4ede-4d51-a957-a59d8e1bc7f0 {
  
}
}
#s-c912637f-9d68-4d62-8b2c-240e545a575b {
  border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.33);
border-radius: 60px;
text-align: center;
background-color: rgba(162, 0, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c912637f-9d68-4d62-8b2c-240e545a575b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}#s-c912637f-9d68-4d62-8b2c-240e545a575b:active {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(26, 26, 26, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c912637f-9d68-4d62-8b2c-240e545a575b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c912637f-9d68-4d62-8b2c-240e545a575b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c912637f-9d68-4d62-8b2c-240e545a575b {
  
}
}@media (max-width: 767px){#s-c912637f-9d68-4d62-8b2c-240e545a575b {
  
}
}

  #s-c912637f-9d68-4d62-8b2c-240e545a575b-root {
    text-align: center;
  }


#s-c912637f-9d68-4d62-8b2c-240e545a575b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c912637f-9d68-4d62-8b2c-240e545a575b-root {
    text-align: center;
  }


#s-c912637f-9d68-4d62-8b2c-240e545a575b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c912637f-9d68-4d62-8b2c-240e545a575b-root {
    text-align: center;
  }


#s-c912637f-9d68-4d62-8b2c-240e545a575b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c912637f-9d68-4d62-8b2c-240e545a575b-root {
    text-align: center;
  }


#s-c912637f-9d68-4d62-8b2c-240e545a575b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c912637f-9d68-4d62-8b2c-240e545a575b-root {
    text-align: center;
  }


#s-c912637f-9d68-4d62-8b2c-240e545a575b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}@media (max-width: 767px){#s-204e2f4c-fea8-42aa-8383-da8c6a782910 {
  
}
}







#s-204e2f4c-fea8-42aa-8383-da8c6a782910 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0.5;
}#s-204e2f4c-fea8-42aa-8383-da8c6a782910.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6f1480be-6b25-4736-8646-250cdea2e0a3 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6f1480be-6b25-4736-8646-250cdea2e0a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d446d106-67fc-47ea-8524-44c11b694116 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d446d106-67fc-47ea-8524-44c11b694116 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0ecdfdd9-b543-4dec-844d-6e8ec1d1c5e9 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ecdfdd9-b543-4dec-844d-6e8ec1d1c5e9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-03469ca1-c639-420c-9493-65ad17605f11 {
  box-shadow:1px 1px 1px 1px rgba(93, 83, 83, 1);
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(255, 255, 255, 0.6);
opacity: 1;
}
@media (min-width: 1200px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}@media (max-width: 767px){#s-03469ca1-c639-420c-9493-65ad17605f11 {
  
}
}
#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357 {
  border-style: solid;
margin-top: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(26, 26, 26, 1);
border-radius: 60px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: bold;
color: rgba(26, 26, 26, 1);
text-decoration: none;
}
#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(26, 26, 26, 1) !important;
border-radius: 60px !important;
opacity: 1 !important;
background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357:active {background-color: rgba(26, 26, 26, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357 {
  
}
}@media (max-width: 767px){#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357 {
  
}
}

  #s-1bff9a59-5d5c-44d8-92fc-a6eac8088357-root {
    text-align: center;
  }


#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1bff9a59-5d5c-44d8-92fc-a6eac8088357-root {
    text-align: center;
  }


#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bff9a59-5d5c-44d8-92fc-a6eac8088357-root {
    text-align: center;
  }


#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1bff9a59-5d5c-44d8-92fc-a6eac8088357-root {
    text-align: center;
  }


#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1bff9a59-5d5c-44d8-92fc-a6eac8088357-root {
    text-align: center;
  }


#s-1bff9a59-5d5c-44d8-92fc-a6eac8088357.shg-btn {
  color: rgba(26, 26, 26, 1);
  font-size: 20px;
  
  
  
  display:  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: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}