.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-7697b17c-7de2-44a6-8ed4-a4033429f502 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
min-height: 350px;
background-position: center bottom;
background-attachment: scroll;
}

#s-7697b17c-7de2-44a6-8ed4-a4033429f502 {
  background-image: url(https://i.shgcdn.com/c524c2ac-53ba-4fe0-b48e-6a772ba72bc3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7697b17c-7de2-44a6-8ed4-a4033429f502 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-7697b17c-7de2-44a6-8ed4-a4033429f502.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-4124b4a9-6eea-4957-85aa-2832efaca199 {
  padding-top: 28px;
padding-left: 0%;
padding-bottom: 28px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4124b4a9-6eea-4957-85aa-2832efaca199 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-4124b4a9-6eea-4957-85aa-2832efaca199 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-4124b4a9-6eea-4957-85aa-2832efaca199 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-6ecf1c7e-f90e-4b70-bed6-b9a91863c57a {
  margin-top: -22px;
min-height: 50px;
max-width: 800px;
background-color: rgba(247, 247, 247, 0);
}








#s-6ecf1c7e-f90e-4b70-bed6-b9a91863c57a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ecf1c7e-f90e-4b70-bed6-b9a91863c57a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d8b932b-4b0e-40d2-98d5-a98495b0dca8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-21b4014b-d4f0-4336-a03f-0e222151101c {
  background-color: rgba(255, 207, 81, 1);
}








#s-21b4014b-d4f0-4336-a03f-0e222151101c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b4014b-d4f0-4336-a03f-0e222151101c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d5e271f-27cc-41f3-a4f1-951c57b57b6c {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5d5e271f-27cc-41f3-a4f1-951c57b57b6c .shogun-heading-component h2 {
  color: rgba(71, 80, 87, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 3em;
  
  
}



#s-d1216a05-4f95-4395-8b81-1c002ab29fb3 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1216a05-4f95-4395-8b81-1c002ab29fb3 {
  display: none;
}
#s-d1216a05-4f95-4395-8b81-1c002ab29fb3, #wrap-s-d1216a05-4f95-4395-8b81-1c002ab29fb3 { display:none !important; }}@media (max-width: 767px){#s-d1216a05-4f95-4395-8b81-1c002ab29fb3 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-d1216a05-4f95-4395-8b81-1c002ab29fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1216a05-4f95-4395-8b81-1c002ab29fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-156b9232-c995-4708-a9b4-65d93e3a81cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-156b9232-c995-4708-a9b4-65d93e3a81cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-156b9232-c995-4708-a9b4-65d93e3a81cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-156b9232-c995-4708-a9b4-65d93e3a81cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fde3934e-cedd-4faf-b93e-22439c1845ff {
  background-size: contain;
min-height: 400px;
background-position: center center;
}








#s-fde3934e-cedd-4faf-b93e-22439c1845ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde3934e-cedd-4faf-b93e-22439c1845ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-002f4528-9cab-4f37-8805-718d71fc2685 {
  background-color: rgba(247, 247, 247, 1);
}

#s-c8b98b97-7461-4a2f-a47a-5ea2909c1f98 {
  min-height: 50px;
}








#s-c8b98b97-7461-4a2f-a47a-5ea2909c1f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8b98b97-7461-4a2f-a47a-5ea2909c1f98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
}

#s-b573c94f-5251-474e-b372-b8fb433f996e {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-b573c94f-5251-474e-b372-b8fb433f996e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b573c94f-5251-474e-b372-b8fb433f996e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b573c94f-5251-474e-b372-b8fb433f996e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b573c94f-5251-474e-b372-b8fb433f996e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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: ;
  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-28b0e376-4743-4d79-9032-99f5e3689724 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-28b0e376-4743-4d79-9032-99f5e3689724:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-28b0e376-4743-4d79-9032-99f5e3689724:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28b0e376-4743-4d79-9032-99f5e3689724-root {
    text-align: center;
  }


#s-28b0e376-4743-4d79-9032-99f5e3689724.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28b0e376-4743-4d79-9032-99f5e3689724-root {
    text-align: center;
  }


#s-28b0e376-4743-4d79-9032-99f5e3689724.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28b0e376-4743-4d79-9032-99f5e3689724-root {
    text-align: center;
  }


#s-28b0e376-4743-4d79-9032-99f5e3689724.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28b0e376-4743-4d79-9032-99f5e3689724-root {
    text-align: center;
  }


#s-28b0e376-4743-4d79-9032-99f5e3689724.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28b0e376-4743-4d79-9032-99f5e3689724-root {
    text-align: center;
  }


#s-28b0e376-4743-4d79-9032-99f5e3689724.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-79dd2058-198c-49a7-a3de-01d338dd565b {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-79dd2058-198c-49a7-a3de-01d338dd565b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-79dd2058-198c-49a7-a3de-01d338dd565b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79dd2058-198c-49a7-a3de-01d338dd565b-root {
    text-align: center;
  }


#s-79dd2058-198c-49a7-a3de-01d338dd565b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-79dd2058-198c-49a7-a3de-01d338dd565b-root {
    text-align: center;
  }


#s-79dd2058-198c-49a7-a3de-01d338dd565b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79dd2058-198c-49a7-a3de-01d338dd565b-root {
    text-align: center;
  }


#s-79dd2058-198c-49a7-a3de-01d338dd565b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79dd2058-198c-49a7-a3de-01d338dd565b-root {
    text-align: center;
  }


#s-79dd2058-198c-49a7-a3de-01d338dd565b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-79dd2058-198c-49a7-a3de-01d338dd565b-root {
    text-align: center;
  }


#s-79dd2058-198c-49a7-a3de-01d338dd565b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-b3b1647a-5d6f-4dbc-a503-1920d8336243 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b3b1647a-5d6f-4dbc-a503-1920d8336243:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b3b1647a-5d6f-4dbc-a503-1920d8336243:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3b1647a-5d6f-4dbc-a503-1920d8336243-root {
    text-align: center;
  }


#s-b3b1647a-5d6f-4dbc-a503-1920d8336243.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3b1647a-5d6f-4dbc-a503-1920d8336243-root {
    text-align: center;
  }


#s-b3b1647a-5d6f-4dbc-a503-1920d8336243.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3b1647a-5d6f-4dbc-a503-1920d8336243-root {
    text-align: center;
  }


#s-b3b1647a-5d6f-4dbc-a503-1920d8336243.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3b1647a-5d6f-4dbc-a503-1920d8336243-root {
    text-align: center;
  }


#s-b3b1647a-5d6f-4dbc-a503-1920d8336243.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3b1647a-5d6f-4dbc-a503-1920d8336243-root {
    text-align: center;
  }


#s-b3b1647a-5d6f-4dbc-a503-1920d8336243.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-938acbe0-0031-4302-9a2c-6f4ba88bbec2-root {
    text-align: center;
  }


#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-938acbe0-0031-4302-9a2c-6f4ba88bbec2-root {
    text-align: center;
  }


#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-938acbe0-0031-4302-9a2c-6f4ba88bbec2-root {
    text-align: center;
  }


#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-938acbe0-0031-4302-9a2c-6f4ba88bbec2-root {
    text-align: center;
  }


#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-938acbe0-0031-4302-9a2c-6f4ba88bbec2-root {
    text-align: center;
  }


#s-938acbe0-0031-4302-9a2c-6f4ba88bbec2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a-root {
    text-align: center;
  }


#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a-root {
    text-align: center;
  }


#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a-root {
    text-align: center;
  }


#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a-root {
    text-align: center;
  }


#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a-root {
    text-align: center;
  }


#s-7b43f864-c4b7-43fd-a0cd-c66d00abe62a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-77a6a69d-25a5-4df0-af33-a46e3893c4a7-root {
    text-align: center;
  }


#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-77a6a69d-25a5-4df0-af33-a46e3893c4a7-root {
    text-align: center;
  }


#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77a6a69d-25a5-4df0-af33-a46e3893c4a7-root {
    text-align: center;
  }


#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77a6a69d-25a5-4df0-af33-a46e3893c4a7-root {
    text-align: center;
  }


#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-77a6a69d-25a5-4df0-af33-a46e3893c4a7-root {
    text-align: center;
  }


#s-77a6a69d-25a5-4df0-af33-a46e3893c4a7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6-root {
    text-align: center;
  }


#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6-root {
    text-align: center;
  }


#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6-root {
    text-align: center;
  }


#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6-root {
    text-align: center;
  }


#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6-root {
    text-align: center;
  }


#s-73593fa4-7baa-49a4-a6e3-10cf939fb3f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e9152c3a-067c-41d6-a1f1-4bf9232fd2bb {
  margin-top: 25px;
}

#s-e9152c3a-067c-41d6-a1f1-4bf9232fd2bb hr {
  border-top: 1px solid #ddd;
}

#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 {
  display: none;
}
#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1, #wrap-s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 {
  display: none;
}
#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1, #wrap-s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 { display:none !important; }}@media (max-width: 767px){#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 {
  display: none;
}
#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1, #wrap-s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 { display:none !important; }}







#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08059d9b-ed63-46b3-8b3a-1eea3bcb0bf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d34ff4c3-a9f2-46b9-83ba-11741c483830 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 600px;
background-color: rgba(247, 247, 247, 1);
}

#s-b6814aa7-6ce9-486f-a115-79f6bd1a2ebd {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-b6814aa7-6ce9-486f-a115-79f6bd1a2ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6814aa7-6ce9-486f-a115-79f6bd1a2ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6814aa7-6ce9-486f-a115-79f6bd1a2ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6814aa7-6ce9-486f-a115-79f6bd1a2ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5fad5644-52b3-48e4-b2c4-6a561f095124 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5fad5644-52b3-48e4-b2c4-6a561f095124:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5fad5644-52b3-48e4-b2c4-6a561f095124:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fad5644-52b3-48e4-b2c4-6a561f095124-root {
    text-align: center;
  }


#s-5fad5644-52b3-48e4-b2c4-6a561f095124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5fad5644-52b3-48e4-b2c4-6a561f095124-root {
    text-align: center;
  }


#s-5fad5644-52b3-48e4-b2c4-6a561f095124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fad5644-52b3-48e4-b2c4-6a561f095124-root {
    text-align: center;
  }


#s-5fad5644-52b3-48e4-b2c4-6a561f095124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fad5644-52b3-48e4-b2c4-6a561f095124-root {
    text-align: center;
  }


#s-5fad5644-52b3-48e4-b2c4-6a561f095124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5fad5644-52b3-48e4-b2c4-6a561f095124-root {
    text-align: center;
  }


#s-5fad5644-52b3-48e4-b2c4-6a561f095124.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a9e45a94-9131-4280-b084-dd48c47b933a {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a9e45a94-9131-4280-b084-dd48c47b933a:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a9e45a94-9131-4280-b084-dd48c47b933a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9e45a94-9131-4280-b084-dd48c47b933a-root {
    text-align: center;
  }


#s-a9e45a94-9131-4280-b084-dd48c47b933a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a9e45a94-9131-4280-b084-dd48c47b933a-root {
    text-align: center;
  }


#s-a9e45a94-9131-4280-b084-dd48c47b933a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9e45a94-9131-4280-b084-dd48c47b933a-root {
    text-align: center;
  }


#s-a9e45a94-9131-4280-b084-dd48c47b933a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9e45a94-9131-4280-b084-dd48c47b933a-root {
    text-align: center;
  }


#s-a9e45a94-9131-4280-b084-dd48c47b933a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a9e45a94-9131-4280-b084-dd48c47b933a-root {
    text-align: center;
  }


#s-a9e45a94-9131-4280-b084-dd48c47b933a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-e9b2c140-593f-428e-a98a-65445ecfc3de {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e9b2c140-593f-428e-a98a-65445ecfc3de:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9b2c140-593f-428e-a98a-65445ecfc3de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9b2c140-593f-428e-a98a-65445ecfc3de-root {
    text-align: center;
  }


#s-e9b2c140-593f-428e-a98a-65445ecfc3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9b2c140-593f-428e-a98a-65445ecfc3de-root {
    text-align: center;
  }


#s-e9b2c140-593f-428e-a98a-65445ecfc3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9b2c140-593f-428e-a98a-65445ecfc3de-root {
    text-align: center;
  }


#s-e9b2c140-593f-428e-a98a-65445ecfc3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9b2c140-593f-428e-a98a-65445ecfc3de-root {
    text-align: center;
  }


#s-e9b2c140-593f-428e-a98a-65445ecfc3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9b2c140-593f-428e-a98a-65445ecfc3de-root {
    text-align: center;
  }


#s-e9b2c140-593f-428e-a98a-65445ecfc3de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8f589c6b-cf5a-4add-a24a-ef409514f422 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8f589c6b-cf5a-4add-a24a-ef409514f422:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8f589c6b-cf5a-4add-a24a-ef409514f422:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8f589c6b-cf5a-4add-a24a-ef409514f422-root {
    text-align: center;
  }


#s-8f589c6b-cf5a-4add-a24a-ef409514f422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8f589c6b-cf5a-4add-a24a-ef409514f422-root {
    text-align: center;
  }


#s-8f589c6b-cf5a-4add-a24a-ef409514f422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f589c6b-cf5a-4add-a24a-ef409514f422-root {
    text-align: center;
  }


#s-8f589c6b-cf5a-4add-a24a-ef409514f422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f589c6b-cf5a-4add-a24a-ef409514f422-root {
    text-align: center;
  }


#s-8f589c6b-cf5a-4add-a24a-ef409514f422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8f589c6b-cf5a-4add-a24a-ef409514f422-root {
    text-align: center;
  }


#s-8f589c6b-cf5a-4add-a24a-ef409514f422.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-388b4782-f20d-4659-ae74-b916259362e2 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-388b4782-f20d-4659-ae74-b916259362e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-388b4782-f20d-4659-ae74-b916259362e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-388b4782-f20d-4659-ae74-b916259362e2-root {
    text-align: center;
  }


#s-388b4782-f20d-4659-ae74-b916259362e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-388b4782-f20d-4659-ae74-b916259362e2-root {
    text-align: center;
  }


#s-388b4782-f20d-4659-ae74-b916259362e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-388b4782-f20d-4659-ae74-b916259362e2-root {
    text-align: center;
  }


#s-388b4782-f20d-4659-ae74-b916259362e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-388b4782-f20d-4659-ae74-b916259362e2-root {
    text-align: center;
  }


#s-388b4782-f20d-4659-ae74-b916259362e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-388b4782-f20d-4659-ae74-b916259362e2-root {
    text-align: center;
  }


#s-388b4782-f20d-4659-ae74-b916259362e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-091f535e-2c4a-41c5-b0c1-1a3fcb262131-root {
    text-align: center;
  }


#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-091f535e-2c4a-41c5-b0c1-1a3fcb262131-root {
    text-align: center;
  }


#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-091f535e-2c4a-41c5-b0c1-1a3fcb262131-root {
    text-align: center;
  }


#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-091f535e-2c4a-41c5-b0c1-1a3fcb262131-root {
    text-align: center;
  }


#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-091f535e-2c4a-41c5-b0c1-1a3fcb262131-root {
    text-align: center;
  }


#s-091f535e-2c4a-41c5-b0c1-1a3fcb262131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283-root {
    text-align: center;
  }


#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283-root {
    text-align: center;
  }


#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283-root {
    text-align: center;
  }


#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283-root {
    text-align: center;
  }


#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283-root {
    text-align: center;
  }


#s-a68f84fa-fc88-4e1c-b5e0-6623f41d1283.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  block ;
}
}
#s-10e209bc-1f61-4b64-abde-b8487670bf7a {
  margin-bottom: 40px;
}

#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35 {
  display: none;
}
#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35, #wrap-s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35 { display:none !important; }}@media (max-width: 767px){#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aaf82b0-3d37-407a-b9b2-4db21da4ff35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-225ccdfd-ecf7-47fb-bdd5-0db41d940856 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-225ccdfd-ecf7-47fb-bdd5-0db41d940856"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b83441b8-e883-4e36-a391-57bc99fd283b {
  margin-left: 9%;
margin-right: 9%;
min-height: 50px;
}








#s-b83441b8-e883-4e36-a391-57bc99fd283b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b83441b8-e883-4e36-a391-57bc99fd283b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c59d13c2-adb1-4aba-a51b-a1a5d75b889d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c59d13c2-adb1-4aba-a51b-a1a5d75b889d .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0c561971-6da0-42fc-b423-214888d19f45 hr {
  border-top: 4px solid #ddd;
}

#s-f7a59c6e-f19b-4ece-a2eb-221e524b8b86 hr {
  border-top: 4px solid #ddd;
}

#s-540dba7b-1c77-48e2-a353-680e649ce95f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-540dba7b-1c77-48e2-a353-680e649ce95f {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-540dba7b-1c77-48e2-a353-680e649ce95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540dba7b-1c77-48e2-a353-680e649ce95f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 207, 81, 1);
  padding: 10px;
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c01e10ab-7be7-47b3-ad8d-e4495e92f120 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d09a2424-7739-48d8-877f-eed2df108f08 {
  margin-top: 30px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d09a2424-7739-48d8-877f-eed2df108f08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d09a2424-7739-48d8-877f-eed2df108f08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d09a2424-7739-48d8-877f-eed2df108f08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d09a2424-7739-48d8-877f-eed2df108f08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0a6fe40-6b1c-4b7c-904d-d55ffaabfd0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0a6fe40-6b1c-4b7c-904d-d55ffaabfd0b .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2705ec3e-e726-42a6-8271-b85db1fb8abb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2705ec3e-e726-42a6-8271-b85db1fb8abb .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-9f692718-109e-4b04-9970-f385c66add39 {
  margin-top: 25px;
}

#s-9f692718-109e-4b04-9970-f385c66add39 hr {
  border-top: 1px solid #ddd;
}

#s-72849f6f-da6c-4007-9724-77538313073e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-72849f6f-da6c-4007-9724-77538313073e {
  display: none;
}
#s-72849f6f-da6c-4007-9724-77538313073e, #wrap-s-72849f6f-da6c-4007-9724-77538313073e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72849f6f-da6c-4007-9724-77538313073e {
  display: none;
}
#s-72849f6f-da6c-4007-9724-77538313073e, #wrap-s-72849f6f-da6c-4007-9724-77538313073e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72849f6f-da6c-4007-9724-77538313073e {
  
}
}@media (max-width: 767px){#s-72849f6f-da6c-4007-9724-77538313073e {
  margin-left: 2%;
margin-right: 2%;
display: none;
}
#s-72849f6f-da6c-4007-9724-77538313073e, #wrap-s-72849f6f-da6c-4007-9724-77538313073e { display:none !important; }}







#s-72849f6f-da6c-4007-9724-77538313073e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72849f6f-da6c-4007-9724-77538313073e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c73e65c9-d108-4ecc-bc8e-3b00a4911a44 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 600px;
background-position: center center;
}








#s-c73e65c9-d108-4ecc-bc8e-3b00a4911a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c73e65c9-d108-4ecc-bc8e-3b00a4911a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fb55427-01c8-4ce0-88f8-3b39b8f35f17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb55427-01c8-4ce0-88f8-3b39b8f35f17 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-867c240e-e10d-4b7f-9a19-d630c01b38c9 hr {
  border-top: 4px solid #ddd;
}

#s-6debed92-fe3b-4e87-ac2d-24b04b0ae20f hr {
  border-top: 4px solid #ddd;
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 207, 81, 1);
  padding: 10px;
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b014db55-a825-4eb8-85ee-4c7c2422fb23 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3bb9e8e6-92c7-4b31-825e-ffec47a5d195 {
  margin-top: 30px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3bb9e8e6-92c7-4b31-825e-ffec47a5d195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bb9e8e6-92c7-4b31-825e-ffec47a5d195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bb9e8e6-92c7-4b31-825e-ffec47a5d195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bb9e8e6-92c7-4b31-825e-ffec47a5d195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e19a5e70-12d3-4c97-9c5e-d3e274373fa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e19a5e70-12d3-4c97-9c5e-d3e274373fa7 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-04508c0d-18bf-482b-ad0e-bdb1e9091f22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04508c0d-18bf-482b-ad0e-bdb1e9091f22 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0f3ec8be-8b20-4dbb-87f4-25de91628fb8 {
  margin-top: 25px;
}

#s-0f3ec8be-8b20-4dbb-87f4-25de91628fb8 hr {
  border-top: 1px solid #ddd;
}

#s-9bb03969-e35b-44c6-bd59-f4363f1df8e6 {
  margin-bottom: 80px;
}

#s-e5acd123-18d1-426b-af67-328534caeab3 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-e5acd123-18d1-426b-af67-328534caeab3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5acd123-18d1-426b-af67-328534caeab3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5acd123-18d1-426b-af67-328534caeab3 {
  display: none;
}
#s-e5acd123-18d1-426b-af67-328534caeab3, #wrap-s-e5acd123-18d1-426b-af67-328534caeab3 { display:none !important; }}@media (max-width: 767px){#s-e5acd123-18d1-426b-af67-328534caeab3 {
  
}
}







#s-e5acd123-18d1-426b-af67-328534caeab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5acd123-18d1-426b-af67-328534caeab3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a68e4cf-e9e7-40d7-b74c-10eb74ad96fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a9ec50a4-c55d-42e9-8340-9a31ff5e2148 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-a9ec50a4-c55d-42e9-8340-9a31ff5e2148 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-a9ec50a4-c55d-42e9-8340-9a31ff5e2148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9ec50a4-c55d-42e9-8340-9a31ff5e2148.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7b24a3a-28a1-4c9a-b8ee-e0af7aa534a7 {
  margin-left: 9%;
margin-right: 9%;
min-height: 50px;
}








#s-d7b24a3a-28a1-4c9a-b8ee-e0af7aa534a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7b24a3a-28a1-4c9a-b8ee-e0af7aa534a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80e23a78-7ad5-4210-a6ca-67c58d93014a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80e23a78-7ad5-4210-a6ca-67c58d93014a .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f225a335-7761-481d-986f-35214d060450 hr {
  border-top: 4px solid #ddd;
}

#s-a8d9e088-8600-46c6-a668-deacc8c7e0fc hr {
  border-top: 4px solid #ddd;
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 207, 81, 1);
  padding: 10px;
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-20b7a145-00a6-460a-b015-5b08c2a01e8f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9e25f78f-f882-40a0-93dc-5e3a6e7c1f38 {
  margin-top: 15px;
}

#s-b0682d88-413c-4264-95df-3c2d03ab5ef2 {
  margin-top: 15px;
}

#s-1909f59c-63a1-4965-8331-034a5e485c64 {
  margin-top: 25px;
}

#s-1909f59c-63a1-4965-8331-034a5e485c64 hr {
  border-top: 1px solid #ddd;
}

#s-a4ab3540-26b5-4617-87a7-c68152784913 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-a4ab3540-26b5-4617-87a7-c68152784913 {
  display: none;
}
#s-a4ab3540-26b5-4617-87a7-c68152784913, #wrap-s-a4ab3540-26b5-4617-87a7-c68152784913 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4ab3540-26b5-4617-87a7-c68152784913 {
  display: none;
}
#s-a4ab3540-26b5-4617-87a7-c68152784913, #wrap-s-a4ab3540-26b5-4617-87a7-c68152784913 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4ab3540-26b5-4617-87a7-c68152784913 {
  
}
}@media (max-width: 767px){#s-a4ab3540-26b5-4617-87a7-c68152784913 {
  display: none;
}
#s-a4ab3540-26b5-4617-87a7-c68152784913, #wrap-s-a4ab3540-26b5-4617-87a7-c68152784913 { display:none !important; }}







#s-a4ab3540-26b5-4617-87a7-c68152784913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4ab3540-26b5-4617-87a7-c68152784913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e59e70fa-4013-4374-ba32-3b6fdcbdcb72 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 600px;
background-position: center center;
}








#s-e59e70fa-4013-4374-ba32-3b6fdcbdcb72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e59e70fa-4013-4374-ba32-3b6fdcbdcb72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f89c3ce9-b7c8-4c8c-a6eb-720602a0959f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f89c3ce9-b7c8-4c8c-a6eb-720602a0959f .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 207, 81, 1);
  padding: 10px;
}

#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-32d081c1-9b53-4883-b214-00520f41afce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-adf41834-e797-4392-bebb-328d638331cf {
  margin-top: 15px;
}

#s-1a8d2c31-633d-472a-b035-81078d355faf {
  margin-top: 15px;
}

#s-8f15d8a2-a190-4ce7-89d8-d10de26b76f7 {
  margin-top: 25px;
}

#s-8f15d8a2-a190-4ce7-89d8-d10de26b76f7 hr {
  border-top: 1px solid #ddd;
}

#s-290aba35-b26f-44f7-91cf-df128526ffaa {
  margin-bottom: 40px;
}

#s-8ab28079-482c-4019-b6da-870880f9e0fd {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ab28079-482c-4019-b6da-870880f9e0fd {
  
}
}@media (max-width: 767px){#s-8ab28079-482c-4019-b6da-870880f9e0fd {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-8ab28079-482c-4019-b6da-870880f9e0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ab28079-482c-4019-b6da-870880f9e0fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3af578b4-631c-4e93-afc8-71e8c2288547 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3af578b4-631c-4e93-afc8-71e8c2288547 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-3af578b4-631c-4e93-afc8-71e8c2288547 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-aa3dbf5c-97fe-4985-aaf1-526752b04faf {
  padding-left: 18%;
padding-right: 18%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa3dbf5c-97fe-4985-aaf1-526752b04faf {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-aa3dbf5c-97fe-4985-aaf1-526752b04faf hr {
  border-top: 4px solid #ddd;
}

#s-6ebbfc8c-7a8a-4358-9eeb-ad5577dc828a {
  margin-left: 18%;
margin-right: 18%;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ebbfc8c-7a8a-4358-9eeb-ad5577dc828a {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-c2db7ecc-b202-4537-8609-fe02c0dd2917 {
  padding-left: 18%;
padding-right: 18%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2db7ecc-b202-4537-8609-fe02c0dd2917 {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-c2db7ecc-b202-4537-8609-fe02c0dd2917 hr {
  border-top: 4px solid #ddd;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4fc57c3a-e008-4104-afb2-93c900ef184d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-4fc57c3a-e008-4104-afb2-93c900ef184d {
  display: none;
}
#s-4fc57c3a-e008-4104-afb2-93c900ef184d, #wrap-s-4fc57c3a-e008-4104-afb2-93c900ef184d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fc57c3a-e008-4104-afb2-93c900ef184d {
  display: none;
}
#s-4fc57c3a-e008-4104-afb2-93c900ef184d, #wrap-s-4fc57c3a-e008-4104-afb2-93c900ef184d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fc57c3a-e008-4104-afb2-93c900ef184d {
  
}
}@media (max-width: 767px){#s-4fc57c3a-e008-4104-afb2-93c900ef184d {
  display: none;
}
#s-4fc57c3a-e008-4104-afb2-93c900ef184d, #wrap-s-4fc57c3a-e008-4104-afb2-93c900ef184d { display:none !important; }}
#s-4fc57c3a-e008-4104-afb2-93c900ef184d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4fc57c3a-e008-4104-afb2-93c900ef184d .shg-sld-nav-button.shg-sld-left,
#s-4fc57c3a-e008-4104-afb2-93c900ef184d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c084cff0-41b9-4990-b021-32c9592f510f {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c084cff0-41b9-4990-b021-32c9592f510f .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-d8165fe0-99d2-4171-9381-3ba9fae0e046 {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8165fe0-99d2-4171-9381-3ba9fae0e046 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-99da78ac-4dde-4115-b009-825d773791eb {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99da78ac-4dde-4115-b009-825d773791eb .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e {
  display: none;
}
#s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e, #wrap-s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e { display:none !important; }}
@media (min-width: 0px) {
[id="s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10efd1a2-aa8c-4c7c-beae-bbb892023e9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64b7b156-adfa-4a11-97fb-4a8968d78cdd {
  min-height: 50px;
background-color: rgba(247, 247, 247, 0);
}








#s-64b7b156-adfa-4a11-97fb-4a8968d78cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64b7b156-adfa-4a11-97fb-4a8968d78cdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b702c928-bb69-43c1-b911-c327c1569122 {
  min-height: 50px;
}








#s-b702c928-bb69-43c1-b911-c327c1569122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b702c928-bb69-43c1-b911-c327c1569122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c826c53e-0026-44b1-b5d3-57fe3fd7d77b {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c826c53e-0026-44b1-b5d3-57fe3fd7d77b .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-76a078c2-987d-4df0-8f29-8172c9e82b83 {
  margin-top: 15px;
}

#s-e9f179d8-89ee-4e32-839c-ac87f915fb32 {
  margin-top: 40px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9f179d8-89ee-4e32-839c-ac87f915fb32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.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-89f0b600-5175-4b7b-a43a-09bb5823755c {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
}



.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-89f0b600-5175-4b7b-a43a-09bb5823755c 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-09f54520-acec-41ea-aa6c-aa763b76f776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09f54520-acec-41ea-aa6c-aa763b76f776 .shg-product-title-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-d642eeba-d5c4-4579-9abb-88869eeef1b2 {
  text-align: left;
}

#s-d642eeba-d5c4-4579-9abb-88869eeef1b2 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-d642eeba-d5c4-4579-9abb-88869eeef1b2 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 21px;
}

#s-d642eeba-d5c4-4579-9abb-88869eeef1b2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-21cd9998-27ae-447b-93cd-8725e2a64818"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21cd9998-27ae-447b-93cd-8725e2a64818"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21cd9998-27ae-447b-93cd-8725e2a64818"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21cd9998-27ae-447b-93cd-8725e2a64818"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-e825c7d5-b9eb-4ef7-88be-e71ae01ceab5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b0c263a3-7fb0-43f4-af2d-04ec902731d2-root {
    text-align: center;
  }


#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0c263a3-7fb0-43f4-af2d-04ec902731d2-root {
    text-align: center;
  }


#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0c263a3-7fb0-43f4-af2d-04ec902731d2-root {
    text-align: center;
  }


#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0c263a3-7fb0-43f4-af2d-04ec902731d2-root {
    text-align: center;
  }


#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0c263a3-7fb0-43f4-af2d-04ec902731d2-root {
    text-align: center;
  }


#s-b0c263a3-7fb0-43f4-af2d-04ec902731d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-452dcd65-8684-4d81-b223-d327145869b7 {
  background-color: rgba(247, 247, 247, 0);
}

#s-7fa60518-1417-47f1-8aaa-829012827055 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7fa60518-1417-47f1-8aaa-829012827055 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-49b3ff13-0446-4362-bfe8-5d52acbfaac1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-49b3ff13-0446-4362-bfe8-5d52acbfaac1 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-86b54fbc-5feb-4486-ba96-30a85fdb5b68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-86b54fbc-5feb-4486-ba96-30a85fdb5b68 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c7792bb2-200d-4239-8b62-26c97b6b148f {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7792bb2-200d-4239-8b62-26c97b6b148f .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-e3b8c5d1-f2fb-4d04-9610-e56f0bbc124b {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
background-color: rgba(247, 247, 247, 1);
}

#s-a038c4f2-ca82-469e-8bfb-e51d920cd529 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
background-color: rgba(247, 247, 247, 1);
}

#s-4a48c16b-c2b1-4f28-ae47-b7af508de967 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
background-color: rgba(247, 247, 247, 1);
}

#s-d2ccc77f-d2cd-4731-adbf-b88b10876c50 {
  margin-top: 35px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
background-color: rgba(247, 247, 247, 0);
}

#s-92d64151-c3b6-41bb-a173-38064433d7d6 {
  margin-top: 15px;
}

#s-2eb03e09-1144-4008-aca1-8211dde03c4e {
  margin-top: 15px;
}

#s-24f17761-4856-4f72-82f6-fe087b9a8f0e {
  margin-top: 15px;
}

#s-49e5a265-d7b2-432c-8f60-cd15139efc3f {
  margin-top: 15px;
}

#s-fb768915-5413-40a8-b04a-517ea3e28c80 {
  margin-top: 40px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb768915-5413-40a8-b04a-517ea3e28c80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
}



.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1013055d-2828-4d41-916c-6a8f4ad68ab7 img.shogun-image {
  width: 100%;
}



}
#s-0bc512fd-65f2-4068-9b37-16ba4c708592 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0bc512fd-65f2-4068-9b37-16ba4c708592 .shg-product-title-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-696fb490-c974-4c84-8b91-cd5f8c335572 {
  text-align: left;
}

#s-696fb490-c974-4c84-8b91-cd5f8c335572 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-696fb490-c974-4c84-8b91-cd5f8c335572 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 21px;
}

#s-696fb490-c974-4c84-8b91-cd5f8c335572 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-7465e697-8fd2-48c6-ae9c-38d9685ee977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7465e697-8fd2-48c6-ae9c-38d9685ee977"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7465e697-8fd2-48c6-ae9c-38d9685ee977"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7465e697-8fd2-48c6-ae9c-38d9685ee977"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf5803ec-e69c-4f23-9488-7c6440e8281f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bf5803ec-e69c-4f23-9488-7c6440e8281f:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-bf5803ec-e69c-4f23-9488-7c6440e8281f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf5803ec-e69c-4f23-9488-7c6440e8281f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bf5803ec-e69c-4f23-9488-7c6440e8281f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf5803ec-e69c-4f23-9488-7c6440e8281f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-bf5803ec-e69c-4f23-9488-7c6440e8281f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d032d445-cd23-4d63-bfa4-14cafad6a55b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d032d445-cd23-4d63-bfa4-14cafad6a55b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-d032d445-cd23-4d63-bfa4-14cafad6a55b:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d032d445-cd23-4d63-bfa4-14cafad6a55b-root {
    text-align: center;
  }


#s-d032d445-cd23-4d63-bfa4-14cafad6a55b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d032d445-cd23-4d63-bfa4-14cafad6a55b-root {
    text-align: center;
  }


#s-d032d445-cd23-4d63-bfa4-14cafad6a55b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d032d445-cd23-4d63-bfa4-14cafad6a55b-root {
    text-align: center;
  }


#s-d032d445-cd23-4d63-bfa4-14cafad6a55b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d032d445-cd23-4d63-bfa4-14cafad6a55b-root {
    text-align: center;
  }


#s-d032d445-cd23-4d63-bfa4-14cafad6a55b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d032d445-cd23-4d63-bfa4-14cafad6a55b-root {
    text-align: center;
  }


#s-d032d445-cd23-4d63-bfa4-14cafad6a55b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2278022b-d1dc-4af0-a9a3-2a8e752778bd {
  margin-top: 40px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2278022b-d1dc-4af0-a9a3-2a8e752778bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c0130a49-47eb-4c75-9015-ee33416f4519 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
}



.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c0130a49-47eb-4c75-9015-ee33416f4519 img.shogun-image {
  width: 100%;
}



}
#s-db9f4087-72dc-4c42-ac65-385f13c20322 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db9f4087-72dc-4c42-ac65-385f13c20322 .shg-product-title-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-454c15fa-8d19-4b45-8a45-71d45610a536 {
  text-align: left;
}

#s-454c15fa-8d19-4b45-8a45-71d45610a536 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-454c15fa-8d19-4b45-8a45-71d45610a536 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 21px;
}

#s-454c15fa-8d19-4b45-8a45-71d45610a536 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ac14c3ca-db2f-48e9-acb2-c3c49bf9a308"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac14c3ca-db2f-48e9-acb2-c3c49bf9a308"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac14c3ca-db2f-48e9-acb2-c3c49bf9a308"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac14c3ca-db2f-48e9-acb2-c3c49bf9a308"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe873a41-bb63-44db-bcc0-feebad62311b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe873a41-bb63-44db-bcc0-feebad62311b:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe873a41-bb63-44db-bcc0-feebad62311b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fe873a41-bb63-44db-bcc0-feebad62311b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe873a41-bb63-44db-bcc0-feebad62311b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe873a41-bb63-44db-bcc0-feebad62311b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-fe873a41-bb63-44db-bcc0-feebad62311b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e9c614ce-bdc7-481b-a415-4002ccb7f471 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e9c614ce-bdc7-481b-a415-4002ccb7f471:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-e9c614ce-bdc7-481b-a415-4002ccb7f471:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e9c614ce-bdc7-481b-a415-4002ccb7f471-root {
    text-align: center;
  }


#s-e9c614ce-bdc7-481b-a415-4002ccb7f471.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e9c614ce-bdc7-481b-a415-4002ccb7f471-root {
    text-align: center;
  }


#s-e9c614ce-bdc7-481b-a415-4002ccb7f471.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9c614ce-bdc7-481b-a415-4002ccb7f471-root {
    text-align: center;
  }


#s-e9c614ce-bdc7-481b-a415-4002ccb7f471.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9c614ce-bdc7-481b-a415-4002ccb7f471-root {
    text-align: center;
  }


#s-e9c614ce-bdc7-481b-a415-4002ccb7f471.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e9c614ce-bdc7-481b-a415-4002ccb7f471-root {
    text-align: center;
  }


#s-e9c614ce-bdc7-481b-a415-4002ccb7f471.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-189d3368-9dd2-41b6-91e6-1d4eb089340b {
  margin-top: 40px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-189d3368-9dd2-41b6-91e6-1d4eb089340b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
}



.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e9e0859-b9bd-418a-b6cf-a468744a5c96 img.shogun-image {
  width: 100%;
}



}
#s-0451c154-9c0a-417a-a73a-889a4dc3bc9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0451c154-9c0a-417a-a73a-889a4dc3bc9e .shg-product-title-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-68f77c90-f97e-42bd-8b77-4b4ccd29e4b0 {
  text-align: left;
}

#s-68f77c90-f97e-42bd-8b77-4b4ccd29e4b0 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-68f77c90-f97e-42bd-8b77-4b4ccd29e4b0 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 21px;
}

#s-68f77c90-f97e-42bd-8b77-4b4ccd29e4b0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-e4f941e8-aa0c-42f3-a3cf-81318e36f6ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4f941e8-aa0c-42f3-a3cf-81318e36f6ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4f941e8-aa0c-42f3-a3cf-81318e36f6ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4f941e8-aa0c-42f3-a3cf-81318e36f6ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-9d33cabd-a727-46e0-949a-bb74b21cf8e2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-45a14cb8-017c-43a8-a409-0f4c8cfbf198-root {
    text-align: center;
  }


#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45a14cb8-017c-43a8-a409-0f4c8cfbf198-root {
    text-align: center;
  }


#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45a14cb8-017c-43a8-a409-0f4c8cfbf198-root {
    text-align: center;
  }


#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45a14cb8-017c-43a8-a409-0f4c8cfbf198-root {
    text-align: center;
  }


#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45a14cb8-017c-43a8-a409-0f4c8cfbf198-root {
    text-align: center;
  }


#s-45a14cb8-017c-43a8-a409-0f4c8cfbf198.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c30f6aa9-7215-4d00-be42-9dc2d26bbee7 {
  min-height: 50px;
}








#s-c30f6aa9-7215-4d00-be42-9dc2d26bbee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30f6aa9-7215-4d00-be42-9dc2d26bbee7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145 {
  margin-top: 40px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1d4af0b-93c1-4eb1-a9b4-1144fd65d145"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-039657e8-7da5-4fcb-ace0-317515e52793 {
  padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 6%;
text-align: left;
}



.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-039657e8-7da5-4fcb-ace0-317515e52793 img.shogun-image {
  width: 100%;
}



}
#s-bfcedf82-a7fa-4bff-941f-5f19fc25818f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bfcedf82-a7fa-4bff-941f-5f19fc25818f .shg-product-title-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-e44638a0-4f3f-446d-a173-704b6dfcc353 {
  text-align: left;
}

#s-e44638a0-4f3f-446d-a173-704b6dfcc353 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 21px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-e44638a0-4f3f-446d-a173-704b6dfcc353 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 21px;
}

#s-e44638a0-4f3f-446d-a173-704b6dfcc353 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d6513550-356f-474e-90df-9272a7e437ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6513550-356f-474e-90df-9272a7e437ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6513550-356f-474e-90df-9272a7e437ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6513550-356f-474e-90df-9272a7e437ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-facfb65f-24cb-47ab-9342-c87a1b4f8908 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-facfb65f-24cb-47ab-9342-c87a1b4f8908:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-facfb65f-24cb-47ab-9342-c87a1b4f8908:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-facfb65f-24cb-47ab-9342-c87a1b4f8908 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-facfb65f-24cb-47ab-9342-c87a1b4f8908.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-facfb65f-24cb-47ab-9342-c87a1b4f8908.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-facfb65f-24cb-47ab-9342-c87a1b4f8908.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee-root {
    text-align: center;
  }


#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee-root {
    text-align: center;
  }


#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee-root {
    text-align: center;
  }


#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee-root {
    text-align: center;
  }


#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee-root {
    text-align: center;
  }


#s-a7aed1ca-77c6-4b1a-b3aa-cd0b10752dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2a73ddd3-f033-42ea-881a-36d4e4c359bc {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-2a73ddd3-f033-42ea-881a-36d4e4c359bc {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-2a73ddd3-f033-42ea-881a-36d4e4c359bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a73ddd3-f033-42ea-881a-36d4e4c359bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64316450-5538-4fbe-b103-0ca4eaed89be {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-64316450-5538-4fbe-b103-0ca4eaed89be {
  display: none;
}
#s-64316450-5538-4fbe-b103-0ca4eaed89be, #wrap-s-64316450-5538-4fbe-b103-0ca4eaed89be { display:none !important; }}
#s-64316450-5538-4fbe-b103-0ca4eaed89be .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-64316450-5538-4fbe-b103-0ca4eaed89be .shg-sld-nav-button.shg-sld-left,
#s-64316450-5538-4fbe-b103-0ca4eaed89be .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-62f55032-7ef2-4015-83de-be1c9e98fcc8 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-62f55032-7ef2-4015-83de-be1c9e98fcc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f55032-7ef2-4015-83de-be1c9e98fcc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-62f55032-7ef2-4015-83de-be1c9e98fcc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-62f55032-7ef2-4015-83de-be1c9e98fcc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (max-width: 767px) {
  [id="s-62f55032-7ef2-4015-83de-be1c9e98fcc8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d01908a8-d0ff-4e64-99d0-1807058887eb {
  min-height: 50px;
}








#s-d01908a8-d0ff-4e64-99d0-1807058887eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01908a8-d0ff-4e64-99d0-1807058887eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0611e6da-84a6-42eb-9fa4-bef0ddc27da9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0611e6da-84a6-42eb-9fa4-bef0ddc27da9 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



.shg-product-description {
  overflow-wrap: break-word;
}

.shg-product-description img {
  margin: 0 20px;
}

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

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

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

.shg-default-product-description-content p,
.shg-default-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6,
.shg-default-product-description-content address,
.shg-default-product-description-content pre,
.shg-default-product-description-content div,
.shg-default-product-description-content ol,
.shg-default-product-description-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-product-description-content h1,
.shg-default-product-description-content h2,
.shg-default-product-description-content h3,
.shg-default-product-description-content h4,
.shg-default-product-description-content h5,
.shg-default-product-description-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

.shg-default-product-description-content strong,
.shg-default-product-description-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-product-description-content em {
  font-weight: inherit;
}

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

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

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

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

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

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

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

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

.shg-default-product-description-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-product-description-content ul {
  list-style: disc;
}

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

.shg-default-product-description-content ul,
.shg-default-product-description-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-product-description-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-product-description-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-product-description-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

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

#s-a3568518-0bde-449b-ab1d-c18fbbf99649 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4502b1df-047e-4f88-9e40-6f1e378821b4 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-4502b1df-047e-4f88-9e40-6f1e378821b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4502b1df-047e-4f88-9e40-6f1e378821b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4502b1df-047e-4f88-9e40-6f1e378821b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4502b1df-047e-4f88-9e40-6f1e378821b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e925649-d031-4309-9797-770bdd623109 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2e925649-d031-4309-9797-770bdd623109:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2e925649-d031-4309-9797-770bdd623109:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2e925649-d031-4309-9797-770bdd623109 {
  margin-bottom: 15px;
}
}


#s-2e925649-d031-4309-9797-770bdd623109 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e925649-d031-4309-9797-770bdd623109.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e925649-d031-4309-9797-770bdd623109.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-2e925649-d031-4309-9797-770bdd623109.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fba92c31-1cb2-493d-9725-8310c717385d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fba92c31-1cb2-493d-9725-8310c717385d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fba92c31-1cb2-493d-9725-8310c717385d:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fba92c31-1cb2-493d-9725-8310c717385d-root {
    text-align: center;
  }


#s-fba92c31-1cb2-493d-9725-8310c717385d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fba92c31-1cb2-493d-9725-8310c717385d-root {
    text-align: center;
  }


#s-fba92c31-1cb2-493d-9725-8310c717385d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fba92c31-1cb2-493d-9725-8310c717385d-root {
    text-align: center;
  }


#s-fba92c31-1cb2-493d-9725-8310c717385d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fba92c31-1cb2-493d-9725-8310c717385d-root {
    text-align: center;
  }


#s-fba92c31-1cb2-493d-9725-8310c717385d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fba92c31-1cb2-493d-9725-8310c717385d-root {
    text-align: center;
  }


#s-fba92c31-1cb2-493d-9725-8310c717385d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d44f1833-a050-42d3-9ff5-b99480f96bbf {
  background-image: url(https://i.shgcdn.com/84cec92e-0400-4b74-b6e7-d5adfcd6b812/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d44f1833-a050-42d3-9ff5-b99480f96bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44f1833-a050-42d3-9ff5-b99480f96bbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a514ea90-95f0-4fc0-8a83-8c7371f70619 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a514ea90-95f0-4fc0-8a83-8c7371f70619 {
  display: none;
}
#s-a514ea90-95f0-4fc0-8a83-8c7371f70619, #wrap-s-a514ea90-95f0-4fc0-8a83-8c7371f70619 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a514ea90-95f0-4fc0-8a83-8c7371f70619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a514ea90-95f0-4fc0-8a83-8c7371f70619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-a514ea90-95f0-4fc0-8a83-8c7371f70619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-a514ea90-95f0-4fc0-8a83-8c7371f70619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-a514ea90-95f0-4fc0-8a83-8c7371f70619"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee46940c-7653-43c1-8ea5-aba1d699131c {
  min-height: 50px;
background-color: rgba(247, 247, 247, 0);
}








#s-ee46940c-7653-43c1-8ea5-aba1d699131c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee46940c-7653-43c1-8ea5-aba1d699131c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dfc5ba4-f179-419d-8932-d3508305f42c {
  min-height: 50px;
}








#s-0dfc5ba4-f179-419d-8932-d3508305f42c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dfc5ba4-f179-419d-8932-d3508305f42c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0bf537e-4e94-4dbf-bd28-fd2710ed0621 {
  margin-top: -13px;
margin-bottom: -13px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b0bf537e-4e94-4dbf-bd28-fd2710ed0621 {
  margin-top: 15px;
}
}
#s-b0bf537e-4e94-4dbf-bd28-fd2710ed0621 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-34c314da-3e00-4bd9-a579-cc6067d7dac6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cf1da4ca-4186-4200-bfa1-f4cb29fb9147 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-cf1da4ca-4186-4200-bfa1-f4cb29fb9147 .shg-product-sold-out {
  display: none;
  color: rgba(55, 64, 72, 1);
  font-size: 24px;
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-cf1da4ca-4186-4200-bfa1-f4cb29fb9147 .shg-product-price {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 24px;
}

#s-cf1da4ca-4186-4200-bfa1-f4cb29fb9147 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b020029b-9ded-463a-aa02-64c54038ff8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b020029b-9ded-463a-aa02-64c54038ff8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b020029b-9ded-463a-aa02-64c54038ff8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b020029b-9ded-463a-aa02-64c54038ff8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395 {
  margin-bottom: 15px;
}
}


#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-f656c2d5-a05e-450c-85ea-8fcda8cd9395.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-77816154-abca-45db-8990-b372bb15a4e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-77816154-abca-45db-8990-b372bb15a4e0:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-77816154-abca-45db-8990-b372bb15a4e0:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-77816154-abca-45db-8990-b372bb15a4e0-root {
    text-align: center;
  }


#s-77816154-abca-45db-8990-b372bb15a4e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-77816154-abca-45db-8990-b372bb15a4e0-root {
    text-align: center;
  }


#s-77816154-abca-45db-8990-b372bb15a4e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77816154-abca-45db-8990-b372bb15a4e0-root {
    text-align: center;
  }


#s-77816154-abca-45db-8990-b372bb15a4e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77816154-abca-45db-8990-b372bb15a4e0-root {
    text-align: center;
  }


#s-77816154-abca-45db-8990-b372bb15a4e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-77816154-abca-45db-8990-b372bb15a4e0-root {
    text-align: center;
  }


#s-77816154-abca-45db-8990-b372bb15a4e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb0f17eb-3a54-4be8-974a-097b0d0076db {
  background-image: url(https://i.shgcdn.com/47e3a5d7-0fc6-44d9-91ea-9db599c40422/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-fb0f17eb-3a54-4be8-974a-097b0d0076db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0f17eb-3a54-4be8-974a-097b0d0076db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d852b0a-f55b-42af-9ced-ede86d900ca2 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d852b0a-f55b-42af-9ced-ede86d900ca2 {
  display: none;
}
#s-3d852b0a-f55b-42af-9ced-ede86d900ca2, #wrap-s-3d852b0a-f55b-42af-9ced-ede86d900ca2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3d852b0a-f55b-42af-9ced-ede86d900ca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d852b0a-f55b-42af-9ced-ede86d900ca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-3d852b0a-f55b-42af-9ced-ede86d900ca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d852b0a-f55b-42af-9ced-ede86d900ca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (max-width: 767px) {
  [id="s-3d852b0a-f55b-42af-9ced-ede86d900ca2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ffa52233-5e02-4041-94c6-e271fe04d521 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 0);
}








#s-ffa52233-5e02-4041-94c6-e271fe04d521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa52233-5e02-4041-94c6-e271fe04d521.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10f20d7c-81e6-468c-9be5-d602c080af90 {
  min-height: 50px;
}








#s-10f20d7c-81e6-468c-9be5-d602c080af90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f20d7c-81e6-468c-9be5-d602c080af90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-399d203e-8f4b-453f-9d48-b2ecedc3f2a6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-399d203e-8f4b-453f-9d48-b2ecedc3f2a6 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-91903137-9452-4a1c-9493-ac0db912c989 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-1a45f0bc-a211-441a-8d91-211ad4df7aec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a45f0bc-a211-441a-8d91-211ad4df7aec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a45f0bc-a211-441a-8d91-211ad4df7aec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a45f0bc-a211-441a-8d91-211ad4df7aec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e83ea74-fa44-49f0-a44a-f19402388a9c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8e83ea74-fa44-49f0-a44a-f19402388a9c:hover {border-radius: 5px !important;
background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e83ea74-fa44-49f0-a44a-f19402388a9c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8e83ea74-fa44-49f0-a44a-f19402388a9c {
  margin-bottom: 15px;
}
}


#s-8e83ea74-fa44-49f0-a44a-f19402388a9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e83ea74-fa44-49f0-a44a-f19402388a9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e83ea74-fa44-49f0-a44a-f19402388a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}

#s-8e83ea74-fa44-49f0-a44a-f19402388a9c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f3074f1d-949c-4a8c-8643-e72030db9d88 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f3074f1d-949c-4a8c-8643-e72030db9d88:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f3074f1d-949c-4a8c-8643-e72030db9d88:active {border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f3074f1d-949c-4a8c-8643-e72030db9d88-root {
    text-align: center;
  }


#s-f3074f1d-949c-4a8c-8643-e72030db9d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f3074f1d-949c-4a8c-8643-e72030db9d88-root {
    text-align: center;
  }


#s-f3074f1d-949c-4a8c-8643-e72030db9d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3074f1d-949c-4a8c-8643-e72030db9d88-root {
    text-align: center;
  }


#s-f3074f1d-949c-4a8c-8643-e72030db9d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3074f1d-949c-4a8c-8643-e72030db9d88-root {
    text-align: center;
  }


#s-f3074f1d-949c-4a8c-8643-e72030db9d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f3074f1d-949c-4a8c-8643-e72030db9d88-root {
    text-align: center;
  }


#s-f3074f1d-949c-4a8c-8643-e72030db9d88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f29d933b-d6b8-4e13-ac89-497592b1d122 {
  background-image: url(https://i.shgcdn.com/cb839c25-0759-41cd-bfad-7095a927a7e5/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f29d933b-d6b8-4e13-ac89-497592b1d122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f29d933b-d6b8-4e13-ac89-497592b1d122.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b95ec85-85be-4859-a092-c58ea2d1e75f hr {
  border-top: 2px solid #ddd;
}

#s-e971e1be-0706-4e28-9a7a-e3b83f4cd484 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e971e1be-0706-4e28-9a7a-e3b83f4cd484 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0fe500bc-cdcb-4849-a61f-7c4700aa141b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0fe500bc-cdcb-4849-a61f-7c4700aa141b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fe500bc-cdcb-4849-a61f-7c4700aa141b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fe500bc-cdcb-4849-a61f-7c4700aa141b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fe500bc-cdcb-4849-a61f-7c4700aa141b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3b3d2663-55aa-4596-bbb9-e03dff161ad7 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3b3d2663-55aa-4596-bbb9-e03dff161ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3d2663-55aa-4596-bbb9-e03dff161ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22af6eff-52f2-47e3-893b-8460339e511d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22af6eff-52f2-47e3-893b-8460339e511d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



.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-9d9ecac3-79a9-40bf-941e-248a09b47620 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
aspect-ratio: 443/273;
text-align: center;
}





  #s-9d9ecac3-79a9-40bf-941e-248a09b47620 img.shogun-image,
  #s-9d9ecac3-79a9-40bf-941e-248a09b47620 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d9ecac3-79a9-40bf-941e-248a09b47620 {
    width: 100%;
    height: auto;
  }



  #s-9d9ecac3-79a9-40bf-941e-248a09b47620 img.shogun-image {
    

    
    
    
  }


#s-9d9ecac3-79a9-40bf-941e-248a09b47620 .shogun-image-content {
  
    align-items: center;
  
}

#s-30fc10d7-43ab-44ed-8ae1-74525507504a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-30fc10d7-43ab-44ed-8ae1-74525507504a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30fc10d7-43ab-44ed-8ae1-74525507504a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30fc10d7-43ab-44ed-8ae1-74525507504a-root {
    text-align: center;
  }


#s-30fc10d7-43ab-44ed-8ae1-74525507504a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30fc10d7-43ab-44ed-8ae1-74525507504a-root {
    text-align: center;
  }


#s-30fc10d7-43ab-44ed-8ae1-74525507504a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30fc10d7-43ab-44ed-8ae1-74525507504a-root {
    text-align: center;
  }


#s-30fc10d7-43ab-44ed-8ae1-74525507504a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30fc10d7-43ab-44ed-8ae1-74525507504a-root {
    text-align: center;
  }


#s-30fc10d7-43ab-44ed-8ae1-74525507504a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30fc10d7-43ab-44ed-8ae1-74525507504a-root {
    text-align: center;
  }


#s-30fc10d7-43ab-44ed-8ae1-74525507504a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c5851ec4-73f9-46b5-8f70-879d25f9f2d4 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5851ec4-73f9-46b5-8f70-879d25f9f2d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5851ec4-73f9-46b5-8f70-879d25f9f2d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b1e4b0-74f2-4a19-8a0f-3b9adc097505 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3b1e4b0-74f2-4a19-8a0f-3b9adc097505 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b47f56e8-d01e-459e-905b-d7da13148fd2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
aspect-ratio: 443/273;
text-align: center;
}





  #s-b47f56e8-d01e-459e-905b-d7da13148fd2 img.shogun-image,
  #s-b47f56e8-d01e-459e-905b-d7da13148fd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b47f56e8-d01e-459e-905b-d7da13148fd2 {
    width: 100%;
    height: auto;
  }



  #s-b47f56e8-d01e-459e-905b-d7da13148fd2 img.shogun-image {
    

    
    
    
  }


#s-b47f56e8-d01e-459e-905b-d7da13148fd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9fd4a915-a814-4c3c-bda1-cdc6f707845a-root {
    text-align: center;
  }


#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fd4a915-a814-4c3c-bda1-cdc6f707845a-root {
    text-align: center;
  }


#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fd4a915-a814-4c3c-bda1-cdc6f707845a-root {
    text-align: center;
  }


#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fd4a915-a814-4c3c-bda1-cdc6f707845a-root {
    text-align: center;
  }


#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fd4a915-a814-4c3c-bda1-cdc6f707845a-root {
    text-align: center;
  }


#s-9fd4a915-a814-4c3c-bda1-cdc6f707845a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f3c3f02f-21d4-443d-9a38-73bafbb96d59 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f3c3f02f-21d4-443d-9a38-73bafbb96d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3c3f02f-21d4-443d-9a38-73bafbb96d59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebc175d3-226d-47af-aaed-3b7f8224c340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebc175d3-226d-47af-aaed-3b7f8224c340 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
aspect-ratio: 443/273;
text-align: center;
}





  #s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc img.shogun-image,
  #s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc {
    width: 100%;
    height: auto;
  }



  #s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc img.shogun-image {
    

    
    
    
  }


#s-f0f659e6-a6e9-4a54-a1e9-26dcfea8aebc .shogun-image-content {
  
    align-items: center;
  
}

#s-d2d46d7f-5771-4401-95b8-4087d466db0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d2d46d7f-5771-4401-95b8-4087d466db0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2d46d7f-5771-4401-95b8-4087d466db0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2d46d7f-5771-4401-95b8-4087d466db0d-root {
    text-align: center;
  }


#s-d2d46d7f-5771-4401-95b8-4087d466db0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2d46d7f-5771-4401-95b8-4087d466db0d-root {
    text-align: center;
  }


#s-d2d46d7f-5771-4401-95b8-4087d466db0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2d46d7f-5771-4401-95b8-4087d466db0d-root {
    text-align: center;
  }


#s-d2d46d7f-5771-4401-95b8-4087d466db0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2d46d7f-5771-4401-95b8-4087d466db0d-root {
    text-align: center;
  }


#s-d2d46d7f-5771-4401-95b8-4087d466db0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2d46d7f-5771-4401-95b8-4087d466db0d-root {
    text-align: center;
  }


#s-d2d46d7f-5771-4401-95b8-4087d466db0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4695fc7c-46d6-4073-934e-d7bc1d6f8578 {
  margin-top: 25px;
}

#s-4695fc7c-46d6-4073-934e-d7bc1d6f8578 hr {
  border-top: 1px solid #ddd;
}

#s-030b8ea3-84a3-4a38-ac0f-bfb2c6e3bffb {
  margin-bottom: 40px;
}

#s-3929ac03-51d2-49a7-a92e-55ded1ceca65 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3929ac03-51d2-49a7-a92e-55ded1ceca65 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-3929ac03-51d2-49a7-a92e-55ded1ceca65 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-3929ac03-51d2-49a7-a92e-55ded1ceca65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3929ac03-51d2-49a7-a92e-55ded1ceca65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66f1d12b-f329-4ec8-8889-c150d12043f7 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66f1d12b-f329-4ec8-8889-c150d12043f7 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-2ce40ccd-ec52-4455-8284-d64302263f92 {
  margin-left: 5%;
margin-right: 5%;
}

#s-2ce40ccd-ec52-4455-8284-d64302263f92 hr {
  border-top: 4px solid #ddd;
}

#s-41f46d12-6adb-42d1-95fd-d31a6911a56f {
  margin-left: 5%;
margin-right: 5%;
}

#s-19cf1976-afbf-4641-b85b-2ded7559f89e {
  margin-left: 5%;
margin-right: 5%;
}

#s-19cf1976-afbf-4641-b85b-2ded7559f89e hr {
  border-top: 4px solid #ddd;
}

#s-7e11d886-4ee6-40d2-9a5e-3c9e2dbdff02 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-7e11d886-4ee6-40d2-9a5e-3c9e2dbdff02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e11d886-4ee6-40d2-9a5e-3c9e2dbdff02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7e11d886-4ee6-40d2-9a5e-3c9e2dbdff02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e11d886-4ee6-40d2-9a5e-3c9e2dbdff02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4ab45a98-15e2-4f04-a2b0-b6aac3d15f59 {
  min-height: 50px;
}








#s-4ab45a98-15e2-4f04-a2b0-b6aac3d15f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab45a98-15e2-4f04-a2b0-b6aac3d15f59.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c1bee99e-ccae-447a-bbe6-76e43869dc69 {
  text-align: center;
}








#s-c1bee99e-ccae-447a-bbe6-76e43869dc69 .shogun-image-content {
  
    align-items: center;
  
}

#s-1dc019cf-2576-4a85-a04a-132f66d1951e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1dc019cf-2576-4a85-a04a-132f66d1951e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1cedb725-a12d-4fdc-af22-60c9ba424e9a {
  min-height: 50px;
}








#s-1cedb725-a12d-4fdc-af22-60c9ba424e9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cedb725-a12d-4fdc-af22-60c9ba424e9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a272e4e8-d39c-4d8d-884b-e2468f8ef55d {
  text-align: center;
}








#s-a272e4e8-d39c-4d8d-884b-e2468f8ef55d .shogun-image-content {
  
    align-items: center;
  
}

#s-a077a8e9-e211-4290-b9ac-2a46dc983699 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a077a8e9-e211-4290-b9ac-2a46dc983699 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7165fdae-1725-4f2a-b349-e690953fefe8 {
  min-height: 50px;
}








#s-7165fdae-1725-4f2a-b349-e690953fefe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7165fdae-1725-4f2a-b349-e690953fefe8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-921ac378-8707-4130-9593-219003052f84 {
  text-align: center;
}








#s-921ac378-8707-4130-9593-219003052f84 .shogun-image-content {
  
    align-items: center;
  
}

#s-729490ea-4eba-41a9-b486-8b555792ef3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-729490ea-4eba-41a9-b486-8b555792ef3e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-43b0fcb0-14e5-4b75-a425-d25b60178a0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43b0fcb0-14e5-4b75-a425-d25b60178a0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43b0fcb0-14e5-4b75-a425-d25b60178a0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43b0fcb0-14e5-4b75-a425-d25b60178a0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aa2fab66-858c-4b63-84ce-5a83cea4b548 {
  min-height: 50px;
}








#s-aa2fab66-858c-4b63-84ce-5a83cea4b548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa2fab66-858c-4b63-84ce-5a83cea4b548.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f5865360-7d17-4a23-83ef-22d95f65582b {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}







  #s-f5865360-7d17-4a23-83ef-22d95f65582b img.shogun-image {
    

    
    
    
  }


#s-f5865360-7d17-4a23-83ef-22d95f65582b .shogun-image-content {
  
    align-items: center;
  
}

#s-2daf457a-c1b6-4feb-bc2f-297b8484e754 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2daf457a-c1b6-4feb-bc2f-297b8484e754 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-69cea76f-c259-4cdc-a774-e61eacaf2674 {
  min-height: 50px;
}








#s-69cea76f-c259-4cdc-a774-e61eacaf2674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69cea76f-c259-4cdc-a774-e61eacaf2674.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72d52fe1-3f90-4685-9d0c-3b83141ec951 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}







  #s-72d52fe1-3f90-4685-9d0c-3b83141ec951 img.shogun-image {
    

    
    
    
  }


#s-72d52fe1-3f90-4685-9d0c-3b83141ec951 .shogun-image-content {
  
    align-items: center;
  
}

#s-106ac8bf-7a5f-4e61-b8b8-885e65cc2954 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-106ac8bf-7a5f-4e61-b8b8-885e65cc2954 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e48fe410-66f6-4539-b4a3-d6138fab254c {
  margin-bottom: 80px;
}

#s-634cca4c-9d19-464a-9142-2b13824b6a31 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-634cca4c-9d19-464a-9142-2b13824b6a31 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-634cca4c-9d19-464a-9142-2b13824b6a31 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-634cca4c-9d19-464a-9142-2b13824b6a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-634cca4c-9d19-464a-9142-2b13824b6a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d48807cf-2c94-4d7d-a60d-0f1580323b05 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-d48807cf-2c94-4d7d-a60d-0f1580323b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48807cf-2c94-4d7d-a60d-0f1580323b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b9ac0c3-e18f-4c46-9ec0-126183f68a7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b9ac0c3-e18f-4c46-9ec0-126183f68a7c .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-34119726-91fe-4170-a9b8-f8e7fc193e33 {
  margin-left: 10%;
margin-right: 10%;
}

#s-34119726-91fe-4170-a9b8-f8e7fc193e33 hr {
  border-top: 4px solid #ddd;
}

#s-766aaaa8-6812-4910-aa44-c2c6fa1fb18a {
  margin-left: 10%;
margin-right: 10%;
}

#s-d9a2fdeb-51f4-467b-a421-6c2a1e758313 {
  margin-left: 10%;
margin-right: 10%;
}

#s-d9a2fdeb-51f4-467b-a421-6c2a1e758313 hr {
  border-top: 4px solid #ddd;
}

#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 {
  display: none;
}
#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8, #wrap-s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 {
  display: none;
}
#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8, #wrap-s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 {
  display: none;
}
#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8, #wrap-s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 { display:none !important; }}







#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85563e7-4284-4276-8d82-c4f3c5f80ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d85a571-45c5-46dc-9333-438f7302ebaa {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6d85a571-45c5-46dc-9333-438f7302ebaa:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6d85a571-45c5-46dc-9333-438f7302ebaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d85a571-45c5-46dc-9333-438f7302ebaa-root {
    text-align: center;
  }


#s-6d85a571-45c5-46dc-9333-438f7302ebaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d85a571-45c5-46dc-9333-438f7302ebaa-root {
    text-align: center;
  }


#s-6d85a571-45c5-46dc-9333-438f7302ebaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d85a571-45c5-46dc-9333-438f7302ebaa-root {
    text-align: center;
  }


#s-6d85a571-45c5-46dc-9333-438f7302ebaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d85a571-45c5-46dc-9333-438f7302ebaa-root {
    text-align: center;
  }


#s-6d85a571-45c5-46dc-9333-438f7302ebaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d85a571-45c5-46dc-9333-438f7302ebaa-root {
    text-align: center;
  }


#s-6d85a571-45c5-46dc-9333-438f7302ebaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-64548d7f-6ca8-4586-8667-f6a6e187300e {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-64548d7f-6ca8-4586-8667-f6a6e187300e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-64548d7f-6ca8-4586-8667-f6a6e187300e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64548d7f-6ca8-4586-8667-f6a6e187300e-root {
    text-align: center;
  }


#s-64548d7f-6ca8-4586-8667-f6a6e187300e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-64548d7f-6ca8-4586-8667-f6a6e187300e-root {
    text-align: center;
  }


#s-64548d7f-6ca8-4586-8667-f6a6e187300e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64548d7f-6ca8-4586-8667-f6a6e187300e-root {
    text-align: center;
  }


#s-64548d7f-6ca8-4586-8667-f6a6e187300e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64548d7f-6ca8-4586-8667-f6a6e187300e-root {
    text-align: center;
  }


#s-64548d7f-6ca8-4586-8667-f6a6e187300e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-64548d7f-6ca8-4586-8667-f6a6e187300e-root {
    text-align: center;
  }


#s-64548d7f-6ca8-4586-8667-f6a6e187300e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-9c2a4f62-c07b-4cba-a917-6072883f9c67 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9c2a4f62-c07b-4cba-a917-6072883f9c67:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c2a4f62-c07b-4cba-a917-6072883f9c67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c2a4f62-c07b-4cba-a917-6072883f9c67-root {
    text-align: center;
  }


#s-9c2a4f62-c07b-4cba-a917-6072883f9c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c2a4f62-c07b-4cba-a917-6072883f9c67-root {
    text-align: center;
  }


#s-9c2a4f62-c07b-4cba-a917-6072883f9c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c2a4f62-c07b-4cba-a917-6072883f9c67-root {
    text-align: center;
  }


#s-9c2a4f62-c07b-4cba-a917-6072883f9c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c2a4f62-c07b-4cba-a917-6072883f9c67-root {
    text-align: center;
  }


#s-9c2a4f62-c07b-4cba-a917-6072883f9c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c2a4f62-c07b-4cba-a917-6072883f9c67-root {
    text-align: center;
  }


#s-9c2a4f62-c07b-4cba-a917-6072883f9c67.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e-root {
    text-align: center;
  }


#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e-root {
    text-align: center;
  }


#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e-root {
    text-align: center;
  }


#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e-root {
    text-align: center;
  }


#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e-root {
    text-align: center;
  }


#s-9ca674ae-12ec-4fbb-93a3-8a54d9a4668e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56-root {
    text-align: center;
  }


#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56-root {
    text-align: center;
  }


#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56-root {
    text-align: center;
  }


#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56-root {
    text-align: center;
  }


#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56-root {
    text-align: center;
  }


#s-15b3a4c3-61d4-432f-bc59-fb4ac3d20e56.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-beeb8680-b4f0-426c-a025-86dcf21c82ad {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-beeb8680-b4f0-426c-a025-86dcf21c82ad:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-beeb8680-b4f0-426c-a025-86dcf21c82ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-beeb8680-b4f0-426c-a025-86dcf21c82ad-root {
    text-align: center;
  }


#s-beeb8680-b4f0-426c-a025-86dcf21c82ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-beeb8680-b4f0-426c-a025-86dcf21c82ad-root {
    text-align: center;
  }


#s-beeb8680-b4f0-426c-a025-86dcf21c82ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-beeb8680-b4f0-426c-a025-86dcf21c82ad-root {
    text-align: center;
  }


#s-beeb8680-b4f0-426c-a025-86dcf21c82ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-beeb8680-b4f0-426c-a025-86dcf21c82ad-root {
    text-align: center;
  }


#s-beeb8680-b4f0-426c-a025-86dcf21c82ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-beeb8680-b4f0-426c-a025-86dcf21c82ad-root {
    text-align: center;
  }


#s-beeb8680-b4f0-426c-a025-86dcf21c82ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-2210762d-d02a-4c3d-85b8-f0877036281b {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2210762d-d02a-4c3d-85b8-f0877036281b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-2210762d-d02a-4c3d-85b8-f0877036281b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2210762d-d02a-4c3d-85b8-f0877036281b-root {
    text-align: center;
  }


#s-2210762d-d02a-4c3d-85b8-f0877036281b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2210762d-d02a-4c3d-85b8-f0877036281b-root {
    text-align: center;
  }


#s-2210762d-d02a-4c3d-85b8-f0877036281b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2210762d-d02a-4c3d-85b8-f0877036281b-root {
    text-align: center;
  }


#s-2210762d-d02a-4c3d-85b8-f0877036281b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2210762d-d02a-4c3d-85b8-f0877036281b-root {
    text-align: center;
  }


#s-2210762d-d02a-4c3d-85b8-f0877036281b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2210762d-d02a-4c3d-85b8-f0877036281b-root {
    text-align: center;
  }


#s-2210762d-d02a-4c3d-85b8-f0877036281b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6 {
  display: none;
}
#s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6, #wrap-s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6 { display:none !important; }}







#s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e91930-4e58-4e5b-be16-8ff5fb2f49e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96140fca-0f6e-43bd-81c9-02db95dc34d4 {
  margin-top: 5px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-96140fca-0f6e-43bd-81c9-02db95dc34d4 {
  margin-top: 12px;
}
}
@media (min-width: 0px) {
[id="s-96140fca-0f6e-43bd-81c9-02db95dc34d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96140fca-0f6e-43bd-81c9-02db95dc34d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96140fca-0f6e-43bd-81c9-02db95dc34d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96140fca-0f6e-43bd-81c9-02db95dc34d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9092ca3-9152-4890-8a34-1cc5bb9ab298-root {
    text-align: center;
  }


#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9092ca3-9152-4890-8a34-1cc5bb9ab298-root {
    text-align: center;
  }


#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9092ca3-9152-4890-8a34-1cc5bb9ab298-root {
    text-align: center;
  }


#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9092ca3-9152-4890-8a34-1cc5bb9ab298-root {
    text-align: center;
  }


#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9092ca3-9152-4890-8a34-1cc5bb9ab298-root {
    text-align: center;
  }


#s-c9092ca3-9152-4890-8a34-1cc5bb9ab298.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b253360d-26f4-4533-8062-c82e608e59a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b253360d-26f4-4533-8062-c82e608e59a7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b253360d-26f4-4533-8062-c82e608e59a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b253360d-26f4-4533-8062-c82e608e59a7-root {
    text-align: center;
  }


#s-b253360d-26f4-4533-8062-c82e608e59a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b253360d-26f4-4533-8062-c82e608e59a7-root {
    text-align: center;
  }


#s-b253360d-26f4-4533-8062-c82e608e59a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b253360d-26f4-4533-8062-c82e608e59a7-root {
    text-align: center;
  }


#s-b253360d-26f4-4533-8062-c82e608e59a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b253360d-26f4-4533-8062-c82e608e59a7-root {
    text-align: center;
  }


#s-b253360d-26f4-4533-8062-c82e608e59a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b253360d-26f4-4533-8062-c82e608e59a7-root {
    text-align: center;
  }


#s-b253360d-26f4-4533-8062-c82e608e59a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7c2a691f-464f-4be3-8be9-93f777865582 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7c2a691f-464f-4be3-8be9-93f777865582:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c2a691f-464f-4be3-8be9-93f777865582:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c2a691f-464f-4be3-8be9-93f777865582-root {
    text-align: center;
  }


#s-7c2a691f-464f-4be3-8be9-93f777865582.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c2a691f-464f-4be3-8be9-93f777865582-root {
    text-align: center;
  }


#s-7c2a691f-464f-4be3-8be9-93f777865582.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c2a691f-464f-4be3-8be9-93f777865582-root {
    text-align: center;
  }


#s-7c2a691f-464f-4be3-8be9-93f777865582.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c2a691f-464f-4be3-8be9-93f777865582-root {
    text-align: center;
  }


#s-7c2a691f-464f-4be3-8be9-93f777865582.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c2a691f-464f-4be3-8be9-93f777865582-root {
    text-align: center;
  }


#s-7c2a691f-464f-4be3-8be9-93f777865582.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-78145d73-2393-445b-aed6-acb3294ec608 {
  margin-left: 10%;
margin-bottom: 17px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-78145d73-2393-445b-aed6-acb3294ec608 {
  margin-left: 0%;
margin-bottom: 31px;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-78145d73-2393-445b-aed6-acb3294ec608"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-78145d73-2393-445b-aed6-acb3294ec608"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-78145d73-2393-445b-aed6-acb3294ec608"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-78145d73-2393-445b-aed6-acb3294ec608"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-51b38c83-7c03-4c31-a30b-430ecc1047ca {
  min-height: 50px;
}








#s-51b38c83-7c03-4c31-a30b-430ecc1047ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51b38c83-7c03-4c31-a30b-430ecc1047ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30305915-e7d1-422e-b3a4-55d6d2edca4f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-30305915-e7d1-422e-b3a4-55d6d2edca4f:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-30305915-e7d1-422e-b3a4-55d6d2edca4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30305915-e7d1-422e-b3a4-55d6d2edca4f-root {
    text-align: center;
  }


#s-30305915-e7d1-422e-b3a4-55d6d2edca4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30305915-e7d1-422e-b3a4-55d6d2edca4f-root {
    text-align: center;
  }


#s-30305915-e7d1-422e-b3a4-55d6d2edca4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30305915-e7d1-422e-b3a4-55d6d2edca4f-root {
    text-align: center;
  }


#s-30305915-e7d1-422e-b3a4-55d6d2edca4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30305915-e7d1-422e-b3a4-55d6d2edca4f-root {
    text-align: center;
  }


#s-30305915-e7d1-422e-b3a4-55d6d2edca4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30305915-e7d1-422e-b3a4-55d6d2edca4f-root {
    text-align: center;
  }


#s-30305915-e7d1-422e-b3a4-55d6d2edca4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-21b63615-3869-4341-a3a3-79decaa6c1aa {
  min-height: 50px;
}








#s-21b63615-3869-4341-a3a3-79decaa6c1aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b63615-3869-4341-a3a3-79decaa6c1aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-542d4ec2-ad8f-44dc-9f54-74baf940c743 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-542d4ec2-ad8f-44dc-9f54-74baf940c743:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-542d4ec2-ad8f-44dc-9f54-74baf940c743:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-542d4ec2-ad8f-44dc-9f54-74baf940c743-root {
    text-align: center;
  }


#s-542d4ec2-ad8f-44dc-9f54-74baf940c743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-542d4ec2-ad8f-44dc-9f54-74baf940c743-root {
    text-align: center;
  }


#s-542d4ec2-ad8f-44dc-9f54-74baf940c743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-542d4ec2-ad8f-44dc-9f54-74baf940c743-root {
    text-align: center;
  }


#s-542d4ec2-ad8f-44dc-9f54-74baf940c743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-542d4ec2-ad8f-44dc-9f54-74baf940c743-root {
    text-align: center;
  }


#s-542d4ec2-ad8f-44dc-9f54-74baf940c743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-542d4ec2-ad8f-44dc-9f54-74baf940c743-root {
    text-align: center;
  }


#s-542d4ec2-ad8f-44dc-9f54-74baf940c743.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7b7ee71e-58f0-4c7e-91b1-7897f422527f {
  min-height: 50px;
}








#s-7b7ee71e-58f0-4c7e-91b1-7897f422527f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b7ee71e-58f0-4c7e-91b1-7897f422527f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e-root {
    text-align: center;
  }


#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e-root {
    text-align: center;
  }


#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e-root {
    text-align: center;
  }


#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e-root {
    text-align: center;
  }


#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e-root {
    text-align: center;
  }


#s-ee4b65c1-c76d-48fe-97e5-a6a271a2fd2e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7f30c038-420c-4f62-8b60-06c971eac4a0 {
  min-height: 50px;
}








#s-7f30c038-420c-4f62-8b60-06c971eac4a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f30c038-420c-4f62-8b60-06c971eac4a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd557880-ffb6-4e1b-8f69-c34d41974639 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-dd557880-ffb6-4e1b-8f69-c34d41974639:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd557880-ffb6-4e1b-8f69-c34d41974639:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd557880-ffb6-4e1b-8f69-c34d41974639-root {
    text-align: center;
  }


#s-dd557880-ffb6-4e1b-8f69-c34d41974639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd557880-ffb6-4e1b-8f69-c34d41974639-root {
    text-align: center;
  }


#s-dd557880-ffb6-4e1b-8f69-c34d41974639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd557880-ffb6-4e1b-8f69-c34d41974639-root {
    text-align: center;
  }


#s-dd557880-ffb6-4e1b-8f69-c34d41974639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd557880-ffb6-4e1b-8f69-c34d41974639-root {
    text-align: center;
  }


#s-dd557880-ffb6-4e1b-8f69-c34d41974639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd557880-ffb6-4e1b-8f69-c34d41974639-root {
    text-align: center;
  }


#s-dd557880-ffb6-4e1b-8f69-c34d41974639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-83443d7c-1412-4451-9f27-10e766d2279a {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}
}
@media (min-width: 0px) {
[id="s-83443d7c-1412-4451-9f27-10e766d2279a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83443d7c-1412-4451-9f27-10e766d2279a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-83443d7c-1412-4451-9f27-10e766d2279a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-83443d7c-1412-4451-9f27-10e766d2279a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b485b88-8d06-471a-aba5-d69bd6a89e8f {
  min-height: 50px;
}








#s-4b485b88-8d06-471a-aba5-d69bd6a89e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b485b88-8d06-471a-aba5-d69bd6a89e8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ec8f583-8413-42f4-bf84-50f3a9dec0cd {
  background-color: rgba(247, 247, 247, 1);
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(55, 64, 72, 1);
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(55, 64, 72, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8ef3816b-35b4-4738-923f-7503da07170a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6af0aecf-39e3-4342-8877-c98b225fc9d6 {
  min-height: 50px;
}








#s-6af0aecf-39e3-4342-8877-c98b225fc9d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af0aecf-39e3-4342-8877-c98b225fc9d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b9e4da1-0a88-4e4f-90d9-3fe3094b999b {
  background-color: rgba(247, 247, 247, 1);
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(55, 64, 72, 1);
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(55, 64, 72, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-41fcab25-75a0-4fec-a159-26708dcc3a89 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2b96bb60-46c5-4318-b12e-78bc12860cfb {
  min-height: 50px;
}








#s-2b96bb60-46c5-4318-b12e-78bc12860cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b96bb60-46c5-4318-b12e-78bc12860cfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56faf7ef-5365-4f68-a530-144e72374bc6 {
  background-color: rgba(247, 247, 247, 1);
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(55, 64, 72, 1);
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(55, 64, 72, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7318cc66-4ae5-40bf-9eba-186423276d0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7079e609-b0ae-4f1c-93b8-3518f5008c72 {
  margin-top: 50px;
}

#s-7079e609-b0ae-4f1c-93b8-3518f5008c72 hr {
  border-top: 1px solid #ddd;
}

#s-7ec75c75-98ec-4824-a4e9-9de077b4bd10 {
  margin-bottom: 40px;
}

#s-f8c49b28-7e8f-4e0f-a47c-924230f855d2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-f8c49b28-7e8f-4e0f-a47c-924230f855d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c49b28-7e8f-4e0f-a47c-924230f855d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aa4cc60-c493-49cd-8830-9e38eb9d5c20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa4cc60-c493-49cd-8830-9e38eb9d5c20 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-85dbcef1-f87e-4136-9027-11e1096714cb {
  margin-left: 10%;
margin-right: 10%;
}

#s-85dbcef1-f87e-4136-9027-11e1096714cb hr {
  border-top: 4px solid #ddd;
}

#s-f66800eb-6d14-4b43-9edb-dd62f3fba422 {
  margin-left: 9%;
margin-right: 9%;
}

#s-87eaf9df-a029-4100-9bf2-7ff28aaa276e {
  margin-left: 10%;
margin-right: 10%;
}

#s-87eaf9df-a029-4100-9bf2-7ff28aaa276e hr {
  border-top: 4px solid #ddd;
}

#s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76 {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76 {
  display: none;
}
#s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76, #wrap-s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-4926ff34-f166-4ac6-ba5c-bf1226d7ac76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-9167b60e-0116-42c4-8a47-9423fc6b6ec0 {
  min-height: 50px;
}








#s-9167b60e-0116-42c4-8a47-9423fc6b6ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9167b60e-0116-42c4-8a47-9423fc6b6ec0 {
  cursor: pointer;
}#s-9167b60e-0116-42c4-8a47-9423fc6b6ec0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-299ebec0-7eb5-4377-97f1-a240f493e7ad {
  text-align: left;
}



.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-299ebec0-7eb5-4377-97f1-a240f493e7ad img.shogun-image {
  width: 100%;
}



}
#s-57979d7e-1412-4e11-839f-33761d58c55b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57979d7e-1412-4e11-839f-33761d58c55b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2d554cca-5d59-4768-872e-bc9a60de5d5d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2d554cca-5d59-4768-872e-bc9a60de5d5d:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2d554cca-5d59-4768-872e-bc9a60de5d5d:active {background-color: rgba(215, 199, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d554cca-5d59-4768-872e-bc9a60de5d5d-root {
    text-align: center;
  }


#s-2d554cca-5d59-4768-872e-bc9a60de5d5d.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-2d554cca-5d59-4768-872e-bc9a60de5d5d-root {
    text-align: center;
  }


#s-2d554cca-5d59-4768-872e-bc9a60de5d5d.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-2d554cca-5d59-4768-872e-bc9a60de5d5d-root {
    text-align: center;
  }


#s-2d554cca-5d59-4768-872e-bc9a60de5d5d.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-2d554cca-5d59-4768-872e-bc9a60de5d5d-root {
    text-align: center;
  }


#s-2d554cca-5d59-4768-872e-bc9a60de5d5d.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-2d554cca-5d59-4768-872e-bc9a60de5d5d-root {
    text-align: center;
  }


#s-2d554cca-5d59-4768-872e-bc9a60de5d5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-22205d73-66f8-41c4-a8d4-5bf8bb3982ae {
  min-height: 50px;
}








#s-22205d73-66f8-41c4-a8d4-5bf8bb3982ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22205d73-66f8-41c4-a8d4-5bf8bb3982ae {
  cursor: pointer;
}#s-22205d73-66f8-41c4-a8d4-5bf8bb3982ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 {
  text-align: left;
}



.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dc21a6a-8f02-4f43-bd3a-fba34b6e7f89 img.shogun-image {
  width: 100%;
}



}
#s-a99b5651-5609-4ab7-b453-3899581049f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a99b5651-5609-4ab7-b453-3899581049f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-160c3e04-910b-4e7c-a0cd-036dff95d020 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-160c3e04-910b-4e7c-a0cd-036dff95d020:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-160c3e04-910b-4e7c-a0cd-036dff95d020:active {background-color: rgba(215, 199, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-160c3e04-910b-4e7c-a0cd-036dff95d020-root {
    text-align: center;
  }


#s-160c3e04-910b-4e7c-a0cd-036dff95d020.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-160c3e04-910b-4e7c-a0cd-036dff95d020-root {
    text-align: center;
  }


#s-160c3e04-910b-4e7c-a0cd-036dff95d020.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-160c3e04-910b-4e7c-a0cd-036dff95d020-root {
    text-align: center;
  }


#s-160c3e04-910b-4e7c-a0cd-036dff95d020.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-160c3e04-910b-4e7c-a0cd-036dff95d020-root {
    text-align: center;
  }


#s-160c3e04-910b-4e7c-a0cd-036dff95d020.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-160c3e04-910b-4e7c-a0cd-036dff95d020-root {
    text-align: center;
  }


#s-160c3e04-910b-4e7c-a0cd-036dff95d020.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-cb3f1761-36b9-4539-85dc-168e107f4aee {
  min-height: 50px;
}








#s-cb3f1761-36b9-4539-85dc-168e107f4aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb3f1761-36b9-4539-85dc-168e107f4aee {
  cursor: pointer;
}#s-cb3f1761-36b9-4539-85dc-168e107f4aee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d {
  text-align: left;
}



.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b75e743-dcf6-4c46-9b3b-61d3f0020a2d img.shogun-image {
  width: 100%;
}



}
#s-f06d5b03-4b23-4be2-b461-704f1bdefb85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f06d5b03-4b23-4be2-b461-704f1bdefb85 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2:active {background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2-root {
    text-align: center;
  }


#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2.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-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2-root {
    text-align: center;
  }


#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2.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-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2-root {
    text-align: center;
  }


#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2.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-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2-root {
    text-align: center;
  }


#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2.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-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2-root {
    text-align: center;
  }


#s-b4cf4338-c78e-4fc0-82e0-9b2169d1fdc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-69528c0d-af10-4e8e-92a5-0cde82b169e2 {
  min-height: 50px;
}








#s-69528c0d-af10-4e8e-92a5-0cde82b169e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69528c0d-af10-4e8e-92a5-0cde82b169e2 {
  cursor: pointer;
}#s-69528c0d-af10-4e8e-92a5-0cde82b169e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4337a39-8dd1-435b-80c6-a14736263442 {
  text-align: left;
}



.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4337a39-8dd1-435b-80c6-a14736263442 img.shogun-image {
  width: 100%;
}



}
#s-d2e4bc50-fb9a-4671-81c9-b7025276f1fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2e4bc50-fb9a-4671-81c9-b7025276f1fc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-86cf7d65-52c8-4eef-9087-77ba4cda2968 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-86cf7d65-52c8-4eef-9087-77ba4cda2968:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-86cf7d65-52c8-4eef-9087-77ba4cda2968:active {background-color: rgba(215, 199, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-86cf7d65-52c8-4eef-9087-77ba4cda2968-root {
    text-align: center;
  }


#s-86cf7d65-52c8-4eef-9087-77ba4cda2968.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-86cf7d65-52c8-4eef-9087-77ba4cda2968-root {
    text-align: center;
  }


#s-86cf7d65-52c8-4eef-9087-77ba4cda2968.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-86cf7d65-52c8-4eef-9087-77ba4cda2968-root {
    text-align: center;
  }


#s-86cf7d65-52c8-4eef-9087-77ba4cda2968.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-86cf7d65-52c8-4eef-9087-77ba4cda2968-root {
    text-align: center;
  }


#s-86cf7d65-52c8-4eef-9087-77ba4cda2968.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-86cf7d65-52c8-4eef-9087-77ba4cda2968-root {
    text-align: center;
  }


#s-86cf7d65-52c8-4eef-9087-77ba4cda2968.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5cdc9224-98cc-44bd-b18b-029166c821dd {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-5cdc9224-98cc-44bd-b18b-029166c821dd {
  display: none;
}
#s-5cdc9224-98cc-44bd-b18b-029166c821dd, #wrap-s-5cdc9224-98cc-44bd-b18b-029166c821dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cdc9224-98cc-44bd-b18b-029166c821dd {
  display: none;
}
#s-5cdc9224-98cc-44bd-b18b-029166c821dd, #wrap-s-5cdc9224-98cc-44bd-b18b-029166c821dd { display:none !important; }}@media (max-width: 767px){#s-5cdc9224-98cc-44bd-b18b-029166c821dd {
  display: none;
}
#s-5cdc9224-98cc-44bd-b18b-029166c821dd, #wrap-s-5cdc9224-98cc-44bd-b18b-029166c821dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-5cdc9224-98cc-44bd-b18b-029166c821dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cdc9224-98cc-44bd-b18b-029166c821dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5cdc9224-98cc-44bd-b18b-029166c821dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cdc9224-98cc-44bd-b18b-029166c821dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 {
  text-align: left;
}



.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2c34d0f-e079-4c14-8992-f2e89fc4fca0 img.shogun-image {
  width: 100%;
}



}
#s-2c0701d0-f572-468f-87c8-9d466d13deac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c0701d0-f572-468f-87c8-9d466d13deac .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bb477df4-b414-4b46-a202-b6bead2bd656 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bb477df4-b414-4b46-a202-b6bead2bd656:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb477df4-b414-4b46-a202-b6bead2bd656:active {background-color: rgba(215, 199, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bb477df4-b414-4b46-a202-b6bead2bd656-root {
    text-align: center;
  }


#s-bb477df4-b414-4b46-a202-b6bead2bd656.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-bb477df4-b414-4b46-a202-b6bead2bd656-root {
    text-align: center;
  }


#s-bb477df4-b414-4b46-a202-b6bead2bd656.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-bb477df4-b414-4b46-a202-b6bead2bd656-root {
    text-align: center;
  }


#s-bb477df4-b414-4b46-a202-b6bead2bd656.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-bb477df4-b414-4b46-a202-b6bead2bd656-root {
    text-align: center;
  }


#s-bb477df4-b414-4b46-a202-b6bead2bd656.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-bb477df4-b414-4b46-a202-b6bead2bd656-root {
    text-align: center;
  }


#s-bb477df4-b414-4b46-a202-b6bead2bd656.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8db38d4d-4565-460a-b772-9886389c7fa3 {
  text-align: left;
}



.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8db38d4d-4565-460a-b772-9886389c7fa3 img.shogun-image {
  width: 100%;
}



}
#s-0226d840-3373-4ff9-a1e2-93a4a20408e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0226d840-3373-4ff9-a1e2-93a4a20408e4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-3c8877f0-65ef-465a-8b9c-51882a188b24 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 0em;
margin-left: 0%;
margin-bottom: 0em;
margin-right: 0%;
padding-top: 7px;
padding-left: 36px;
padding-bottom: 7px;
padding-right: 36px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(255, 207, 81, 1);
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3c8877f0-65ef-465a-8b9c-51882a188b24:hover {border-radius: 5px !important;
background-color: rgba(55, 64, 72, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c8877f0-65ef-465a-8b9c-51882a188b24:active {background-color: rgba(215, 199, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c8877f0-65ef-465a-8b9c-51882a188b24-root {
    text-align: center;
  }


#s-3c8877f0-65ef-465a-8b9c-51882a188b24.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-3c8877f0-65ef-465a-8b9c-51882a188b24-root {
    text-align: center;
  }


#s-3c8877f0-65ef-465a-8b9c-51882a188b24.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-3c8877f0-65ef-465a-8b9c-51882a188b24-root {
    text-align: center;
  }


#s-3c8877f0-65ef-465a-8b9c-51882a188b24.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-3c8877f0-65ef-465a-8b9c-51882a188b24-root {
    text-align: center;
  }


#s-3c8877f0-65ef-465a-8b9c-51882a188b24.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-3c8877f0-65ef-465a-8b9c-51882a188b24-root {
    text-align: center;
  }


#s-3c8877f0-65ef-465a-8b9c-51882a188b24.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: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}