.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-497f1006-77dc-445b-bc41-7d113ca2a93a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 0.21);
min-height: 400px;
max-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-497f1006-77dc-445b-bc41-7d113ca2a93a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-497f1006-77dc-445b-bc41-7d113ca2a93a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-497f1006-77dc-445b-bc41-7d113ca2a93a {
  
}
}@media (max-width: 767px){#s-497f1006-77dc-445b-bc41-7d113ca2a93a {
  
}
}
#s-497f1006-77dc-445b-bc41-7d113ca2a93a {
  background-image: url(https://i.shgcdn.com/0bc12579-7371-4403-856a-8ca4e922deab/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-497f1006-77dc-445b-bc41-7d113ca2a93a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-497f1006-77dc-445b-bc41-7d113ca2a93a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 {
  
}
}@media (max-width: 767px){#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 {
  
}
}
#s-a5fd7b38-851a-43cf-89df-5f0d0e705825 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

#s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5 {
  
}
}@media (max-width: 767px){#s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5 {
  
}
}
@media (min-width: 0px) {
[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-68a3f2cf-7089-4d4e-9bcb-0eb3a34aa6f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-455a3e2e-758b-4eb7-96a1-13f88c22483a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
opacity: 1;
}

#s-a1bdb3cf-61b6-40ab-a1ae-064673a74002 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a1bdb3cf-61b6-40ab-a1ae-064673a74002 {
  
}
}







#s-a1bdb3cf-61b6-40ab-a1ae-064673a74002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1bdb3cf-61b6-40ab-a1ae-064673a74002.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3efe535-42f6-4505-8cf3-145a121ba977 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-e3efe535-42f6-4505-8cf3-145a121ba977 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3efe535-42f6-4505-8cf3-145a121ba977 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3efe535-42f6-4505-8cf3-145a121ba977 {
  
}
}@media (max-width: 767px){#s-e3efe535-42f6-4505-8cf3-145a121ba977 {
  
}
}
@media (min-width: 0px) {
[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e3efe535-42f6-4505-8cf3-145a121ba977"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f9bf2050-5e8e-4cd4-9716-6a5877339a96 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9bf2050-5e8e-4cd4-9716-6a5877339a96 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e25d5f53-1cd6-43f0-8eed-71bb512e0366 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-e25d5f53-1cd6-43f0-8eed-71bb512e0366 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e25d5f53-1cd6-43f0-8eed-71bb512e0366 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e25d5f53-1cd6-43f0-8eed-71bb512e0366 {
  
}
}@media (max-width: 767px){#s-e25d5f53-1cd6-43f0-8eed-71bb512e0366 {
  
}
}
@media (min-width: 0px) {
[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e25d5f53-1cd6-43f0-8eed-71bb512e0366"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2826e018-273f-439b-93f5-a67f8ed71dcb {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2826e018-273f-439b-93f5-a67f8ed71dcb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-74c67694-985b-4334-957e-04716487d360"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74c67694-985b-4334-957e-04716487d360"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-74c67694-985b-4334-957e-04716487d360"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-74c67694-985b-4334-957e-04716487d360"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-74c67694-985b-4334-957e-04716487d360"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16487db2-5d76-4d26-8638-4eec592f6fdc {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 578px;
background-position: center center;
}








#s-16487db2-5d76-4d26-8638-4eec592f6fdc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.6;
}#s-16487db2-5d76-4d26-8638-4eec592f6fdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0edbdd-bffb-4226-b2ab-d9fb146d8aee {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 5px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-df0edbdd-bffb-4226-b2ab-d9fb146d8aee .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-2340755f-3064-4077-b19e-98cf935aa80f {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-1c449b52-b0a3-4db8-b110-a54fb141b9ff {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-2ecb77e2-ab09-41e4-9406-c95505bea05a {
  text-align: left;
}



.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ecb77e2-ab09-41e4-9406-c95505bea05a img.shogun-image {
  width: 100%;
}



}
#s-933d97da-b398-44f5-adb0-9ed3c7b17c75 {
  padding-bottom: 15px;
}

.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-0e62448e-888a-476f-973b-6aa32e434665 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0e62448e-888a-476f-973b-6aa32e434665:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e62448e-888a-476f-973b-6aa32e434665:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e62448e-888a-476f-973b-6aa32e434665 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e62448e-888a-476f-973b-6aa32e434665.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e62448e-888a-476f-973b-6aa32e434665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e62448e-888a-476f-973b-6aa32e434665.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d {
  margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 189, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d {
  display: none;
}
#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d, #wrap-s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d {
  display: none;
}
#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d, #wrap-s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d { display:none !important; }}@media (max-width: 767px){#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d {
  display: none;
}
#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d, #wrap-s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d { display:none !important; }}

  #s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d-root {
    text-align: center;
  }


#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d-root {
    text-align: center;
  }


#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d-root {
    text-align: center;
  }


#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d-root {
    text-align: center;
  }


#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d-root {
    text-align: center;
  }


#s-d8ed15d2-4981-4d5d-961d-4cf7b7e25a5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e4b60428-8024-4dd0-9674-3c8b9394a3c6 {
  display: none;
}
#s-861bf624-3268-4c02-8779-eba37e319ef4 {
  text-align: left;
}



.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-861bf624-3268-4c02-8779-eba37e319ef4 img.shogun-image {
  width: 100%;
}



}
#s-1c43618d-7b75-4704-89a7-b4f6c10bc589 {
  padding-bottom: 15px;
}

#s-c276960e-6685-458d-8670-dc628074c989 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c276960e-6685-458d-8670-dc628074c989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c276960e-6685-458d-8670-dc628074c989:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c276960e-6685-458d-8670-dc628074c989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c276960e-6685-458d-8670-dc628074c989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c276960e-6685-458d-8670-dc628074c989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c276960e-6685-458d-8670-dc628074c989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-59acc04b-2006-41bf-b0da-6d88341c775a {
  margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 189, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-59acc04b-2006-41bf-b0da-6d88341c775a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-59acc04b-2006-41bf-b0da-6d88341c775a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-59acc04b-2006-41bf-b0da-6d88341c775a {
  display: none;
}
#s-59acc04b-2006-41bf-b0da-6d88341c775a, #wrap-s-59acc04b-2006-41bf-b0da-6d88341c775a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59acc04b-2006-41bf-b0da-6d88341c775a {
  display: none;
}
#s-59acc04b-2006-41bf-b0da-6d88341c775a, #wrap-s-59acc04b-2006-41bf-b0da-6d88341c775a { display:none !important; }}@media (max-width: 767px){#s-59acc04b-2006-41bf-b0da-6d88341c775a {
  display: none;
}
#s-59acc04b-2006-41bf-b0da-6d88341c775a, #wrap-s-59acc04b-2006-41bf-b0da-6d88341c775a { display:none !important; }}

  #s-59acc04b-2006-41bf-b0da-6d88341c775a-root {
    text-align: center;
  }


#s-59acc04b-2006-41bf-b0da-6d88341c775a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59acc04b-2006-41bf-b0da-6d88341c775a-root {
    text-align: center;
  }


#s-59acc04b-2006-41bf-b0da-6d88341c775a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59acc04b-2006-41bf-b0da-6d88341c775a-root {
    text-align: center;
  }


#s-59acc04b-2006-41bf-b0da-6d88341c775a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59acc04b-2006-41bf-b0da-6d88341c775a-root {
    text-align: center;
  }


#s-59acc04b-2006-41bf-b0da-6d88341c775a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59acc04b-2006-41bf-b0da-6d88341c775a-root {
    text-align: center;
  }


#s-59acc04b-2006-41bf-b0da-6d88341c775a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-82f8c00a-d3de-45a0-ac36-7f6438f72f01 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-56ab878d-3647-4316-83b8-e638dead4080 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-56ab878d-3647-4316-83b8-e638dead4080 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-56ab878d-3647-4316-83b8-e638dead4080.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93cd35fa-e320-4c32-956e-254ae06e83ec {
  margin-left: 10px;
margin-right: 10px;
}

#s-7b0bface-a933-4ae2-a31d-9c9d63364e97 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b0bface-a933-4ae2-a31d-9c9d63364e97 {
  display: none;
}
#s-7b0bface-a933-4ae2-a31d-9c9d63364e97, #wrap-s-7b0bface-a933-4ae2-a31d-9c9d63364e97 { display:none !important; }}@media (max-width: 767px){#s-7b0bface-a933-4ae2-a31d-9c9d63364e97 {
  display: none;
}
#s-7b0bface-a933-4ae2-a31d-9c9d63364e97, #wrap-s-7b0bface-a933-4ae2-a31d-9c9d63364e97 { display:none !important; }}







#s-7b0bface-a933-4ae2-a31d-9c9d63364e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b0bface-a933-4ae2-a31d-9c9d63364e97.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fdb14b3-915b-4bad-bbb9-7e4ac955c4c7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-5fdb14b3-915b-4bad-bbb9-7e4ac955c4c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5fdb14b3-915b-4bad-bbb9-7e4ac955c4c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-5fdb14b3-915b-4bad-bbb9-7e4ac955c4c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-5fdb14b3-915b-4bad-bbb9-7e4ac955c4c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

.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-7b923d58-0741-42d3-9420-ac8163ba206d {
  text-align: center;
}







  #s-7b923d58-0741-42d3-9420-ac8163ba206d img.shogun-image {
    

    
    
    
  }


#s-7b923d58-0741-42d3-9420-ac8163ba206d .shogun-image-content {
  
    align-items: center;
  
}

#s-28e886c2-8e90-4efc-8a8f-4e53bb8dc1e6 {
  text-align: center;
}







  #s-28e886c2-8e90-4efc-8a8f-4e53bb8dc1e6 img.shogun-image {
    

    
    
    
  }


#s-28e886c2-8e90-4efc-8a8f-4e53bb8dc1e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a54742b-2fa4-48e0-9ac9-c972981f1b77 {
  text-align: center;
}







  #s-1a54742b-2fa4-48e0-9ac9-c972981f1b77 img.shogun-image {
    

    
    
    
  }


#s-1a54742b-2fa4-48e0-9ac9-c972981f1b77 .shogun-image-content {
  
    align-items: center;
  
}

#s-c28c1374-57ea-4727-b311-05472e3447d7 {
  text-align: center;
}







  #s-c28c1374-57ea-4727-b311-05472e3447d7 img.shogun-image {
    

    
    
    
  }


#s-c28c1374-57ea-4727-b311-05472e3447d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fec2050-b7b3-43ef-9944-2917498b0e0f {
  text-align: center;
}







  #s-6fec2050-b7b3-43ef-9944-2917498b0e0f img.shogun-image {
    

    
    
    
  }


#s-6fec2050-b7b3-43ef-9944-2917498b0e0f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1b40fa1-a999-4743-87aa-bec05c1b1e68 {
  text-align: center;
}







  #s-f1b40fa1-a999-4743-87aa-bec05c1b1e68 img.shogun-image {
    

    
    
    
  }


#s-f1b40fa1-a999-4743-87aa-bec05c1b1e68 .shogun-image-content {
  
    align-items: center;
  
}

#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd {
  display: none;
}
#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd, #wrap-s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd {
  display: none;
}
#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd, #wrap-s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd { display:none !important; }}







#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5747d8a7-7ff7-4b3c-a374-bb71de17d5bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-851a536d-9704-4183-9533-f04bee190fd3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-851a536d-9704-4183-9533-f04bee190fd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-851a536d-9704-4183-9533-f04bee190fd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-851a536d-9704-4183-9533-f04bee190fd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-851a536d-9704-4183-9533-f04bee190fd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ab704e03-ad0b-41b2-886c-ed6ce408e5fc {
  text-align: center;
}







  #s-ab704e03-ad0b-41b2-886c-ed6ce408e5fc img.shogun-image {
    

    
    
    
  }


#s-ab704e03-ad0b-41b2-886c-ed6ce408e5fc .shogun-image-content {
  
    align-items: center;
  
}

#s-3911b533-8770-44be-b554-8d7e4f9daf6b {
  text-align: center;
}







  #s-3911b533-8770-44be-b554-8d7e4f9daf6b img.shogun-image {
    

    
    
    
  }


#s-3911b533-8770-44be-b554-8d7e4f9daf6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f3947895-94c2-4a8e-9e9c-a625badd8e33 {
  text-align: center;
}







  #s-f3947895-94c2-4a8e-9e9c-a625badd8e33 img.shogun-image {
    

    
    
    
  }


#s-f3947895-94c2-4a8e-9e9c-a625badd8e33 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fc9152c-5827-4e61-85d5-45fd5fffb4a2 {
  text-align: center;
}







  #s-3fc9152c-5827-4e61-85d5-45fd5fffb4a2 img.shogun-image {
    

    
    
    
  }


#s-3fc9152c-5827-4e61-85d5-45fd5fffb4a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 {
  margin-bottom: 50px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 189, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 {
  display: none;
}
#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1, #wrap-s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 { display:none !important; }}@media (max-width: 767px){#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 {
  display: none;
}
#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1, #wrap-s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 { display:none !important; }}







#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38a7796-6dc7-49c2-8604-1d8ba0a7f9a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e70ed5f8-b6a3-40bf-af4b-22f2ad647392 {
  margin-top: -1px;
margin-left: 2%;
margin-bottom: -1px;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e70ed5f8-b6a3-40bf-af4b-22f2ad647392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70ed5f8-b6a3-40bf-af4b-22f2ad647392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-bed9690b-9e39-4798-b8a1-a527a0b8368f {
  box-shadow:2px 2px 1px 1px rgba(234, 234, 234, 1);
margin-left: 2%;
margin-right: 2%;
text-align: left;
}


  #s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-bed9690b-9e39-4798-b8a1-a527a0b8368f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-a166e7df-bd37-4af2-96f6-ccf6ed0f8c91 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a166e7df-bd37-4af2-96f6-ccf6ed0f8c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a166e7df-bd37-4af2-96f6-ccf6ed0f8c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bef3c8f7-ebd6-4dc4-8cd0-93f31d169d31 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-46e46b08-0475-4203-8e60-eb3b87c7e2aa {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-46e46b08-0475-4203-8e60-eb3b87c7e2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e46b08-0475-4203-8e60-eb3b87c7e2aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f989b420-8a00-47a6-986d-7bb9f22f3f9a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-6d4c1f59-59e5-4a52-94ee-8e3155d5ec63 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6d4c1f59-59e5-4a52-94ee-8e3155d5ec63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d4c1f59-59e5-4a52-94ee-8e3155d5ec63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6b72081-4bdf-4785-bcce-624d2ee00301 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-b8cfc8cf-7961-4272-bc13-ab74fe360900 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b8cfc8cf-7961-4272-bc13-ab74fe360900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cfc8cf-7961-4272-bc13-ab74fe360900.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f4c61fc-ab11-4dda-875b-4f50e153f95a {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-9d61f374-411e-454a-9f53-aa1ad70f8881 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9d61f374-411e-454a-9f53-aa1ad70f8881 {
  display: none;
}
#s-9d61f374-411e-454a-9f53-aa1ad70f8881, #wrap-s-9d61f374-411e-454a-9f53-aa1ad70f8881 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d61f374-411e-454a-9f53-aa1ad70f8881 {
  display: none;
}
#s-9d61f374-411e-454a-9f53-aa1ad70f8881, #wrap-s-9d61f374-411e-454a-9f53-aa1ad70f8881 { display:none !important; }}







#s-9d61f374-411e-454a-9f53-aa1ad70f8881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d61f374-411e-454a-9f53-aa1ad70f8881.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-7e7b86e2-7cda-42bc-b76f-aa22052062c2 {
  margin-left: 2%;
margin-right: 2%;
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-style: ;
  font-size: 14px;
}

#s-7e7b86e2-7cda-42bc-b76f-aa22052062c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-be86ea67-737c-4790-8b7f-aa60a1bfbdde {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-680f9eb0-2e87-483b-b537-72a298e087db {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-b07b03b4-823f-46ac-bc98-059dcd5c5a7b {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-c1dac12e-27a7-4237-bc74-87b28aac5044 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

#s-37193170-dcdd-47cc-a86f-a1018423742c {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-37193170-dcdd-47cc-a86f-a1018423742c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37193170-dcdd-47cc-a86f-a1018423742c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 {
  
}
}@media (max-width: 767px){#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 {
  
}
}







#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5624afb2-12d6-4dca-9ee0-7c61912d3b16.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668 {
  
}
}@media (max-width: 767px){#s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668 {
  
}
}
@media (min-width: 0px) {
[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08eaf59b-8e8a-4fc9-ae7c-9e35cc8bf668"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d06e00c4-5535-4ae6-8d4c-0a27c8520190 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d06e00c4-5535-4ae6-8d4c-0a27c8520190 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-345819a7-bd42-44ce-8f64-44765a520205 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-345819a7-bd42-44ce-8f64-44765a520205 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-345819a7-bd42-44ce-8f64-44765a520205 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-345819a7-bd42-44ce-8f64-44765a520205 {
  
}
}@media (max-width: 767px){#s-345819a7-bd42-44ce-8f64-44765a520205 {
  
}
}
@media (min-width: 0px) {
[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-345819a7-bd42-44ce-8f64-44765a520205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bb8047b7-7b83-418b-945a-ca8992f99177 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bb8047b7-7b83-418b-945a-ca8992f99177 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc2e6f3b-a2fc-4342-8142-314b40bb9779 {
  margin-left: 50px;
margin-bottom: 100px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-dc2e6f3b-a2fc-4342-8142-314b40bb9779"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2e6f3b-a2fc-4342-8142-314b40bb9779"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2e6f3b-a2fc-4342-8142-314b40bb9779"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2e6f3b-a2fc-4342-8142-314b40bb9779"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-30f1f106-bfa1-48b6-9a4d-05273516f4a7 {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-30f1f106-bfa1-48b6-9a4d-05273516f4a7 .shogun-icon-wrapper {
  text-align: center;
}


#s-30f1f106-bfa1-48b6-9a4d-05273516f4a7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 189, 0, 1);
}

#s-e3908322-42c1-4775-be45-10c39d1a3b07 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3908322-42c1-4775-be45-10c39d1a3b07 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-319c00ae-dadd-40b8-a475-bb3985dfcac1 {
  margin-left: 0px;
margin-right: 0px;
}

#s-e136ed11-57cf-422d-b36a-7a5639368a7f hr {
  border-top: 1px solid rgba(232, 233, 232, 1);
}

#s-6c814129-86d8-4269-8b5b-823c18f9e3ae {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-6c814129-86d8-4269-8b5b-823c18f9e3ae .shogun-icon-wrapper {
  text-align: center;
}


#s-6c814129-86d8-4269-8b5b-823c18f9e3ae .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 189, 0, 1);
}

#s-aaf93a60-c2f1-4b20-a88b-362962826443 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaf93a60-c2f1-4b20-a88b-362962826443 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-aada923e-4103-42c4-875b-9fb999525a75 {
  margin-left: 0px;
margin-right: 0px;
}

#s-690f3db0-3793-455d-a72f-9ba508273a8b {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}







  #s-690f3db0-3793-455d-a72f-9ba508273a8b img.shogun-image {
    

    
    
    
  }


#s-690f3db0-3793-455d-a72f-9ba508273a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-af75ca38-9f9f-462b-85eb-4b081a9291e2 {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-af75ca38-9f9f-462b-85eb-4b081a9291e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-af75ca38-9f9f-462b-85eb-4b081a9291e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 189, 0, 1);
}

#s-6955cfe7-f8f5-4e82-9f69-a0a2874be9a4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6955cfe7-f8f5-4e82-9f69-a0a2874be9a4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6871fc09-5939-4e40-ad12-fc149ab02c53 {
  margin-left: 0px;
margin-right: 0px;
}

#s-451d7269-47dc-4b02-85b7-f2eb97b71250 hr {
  border-top: 1px solid rgba(232, 233, 232, 1);
}

#s-d9e464be-7561-42d2-ac36-30f6d781164b {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-d9e464be-7561-42d2-ac36-30f6d781164b .shogun-icon-wrapper {
  text-align: center;
}


#s-d9e464be-7561-42d2-ac36-30f6d781164b .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(255, 189, 0, 1);
}

#s-a5e73605-be05-46cb-bfc1-50ebc0cddb12 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e73605-be05-46cb-bfc1-50ebc0cddb12 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d46eea87-1832-4296-8ce3-1aa59217ffda {
  margin-left: 0px;
margin-right: 0px;
}

#s-bf4487be-7132-462f-8b92-ffff7593c5bd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-bf4487be-7132-462f-8b92-ffff7593c5bd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-bf4487be-7132-462f-8b92-ffff7593c5bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e01760bf-7da2-4cc4-b513-cfb219c0b101 {
  margin-left: 10px;
margin-right: 10px;
}

#s-371a1a80-3a51-45e6-8401-1191ad14923b {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-371a1a80-3a51-45e6-8401-1191ad14923b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-371a1a80-3a51-45e6-8401-1191ad14923b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-6e10bdc6-501a-44b9-919e-0eb20958cdbe {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6e10bdc6-501a-44b9-919e-0eb20958cdbe .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6e10bdc6-501a-44b9-919e-0eb20958cdbe .shg-sld-nav-button.shg-sld-left,
#s-6e10bdc6-501a-44b9-919e-0eb20958cdbe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9b110500-5c57-4192-b297-07703720a448 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9b110500-5c57-4192-b297-07703720a448"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9b110500-5c57-4192-b297-07703720a448"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-9b110500-5c57-4192-b297-07703720a448"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-9b110500-5c57-4192-b297-07703720a448"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b563257b-7a7d-4fcf-978a-4b3ae688dc22 {
  text-align: center;
}







  #s-b563257b-7a7d-4fcf-978a-4b3ae688dc22 img.shogun-image {
    

    
    
    
  }


#s-b563257b-7a7d-4fcf-978a-4b3ae688dc22 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca87945-12f4-43d7-9d08-75057652168d {
  text-align: center;
}







  #s-0ca87945-12f4-43d7-9d08-75057652168d img.shogun-image {
    

    
    
    
  }


#s-0ca87945-12f4-43d7-9d08-75057652168d .shogun-image-content {
  
    align-items: center;
  
}

#s-15e2f6e9-adf5-43c7-821d-df41c5827a43 {
  text-align: center;
}







  #s-15e2f6e9-adf5-43c7-821d-df41c5827a43 img.shogun-image {
    

    
    
    
  }


#s-15e2f6e9-adf5-43c7-821d-df41c5827a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bba27ed-1e14-4f27-918a-03320fba4143 {
  text-align: center;
}







  #s-8bba27ed-1e14-4f27-918a-03320fba4143 img.shogun-image {
    

    
    
    
  }


#s-8bba27ed-1e14-4f27-918a-03320fba4143 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e354576-2f75-4d7d-8cde-07f4fb0fb208 {
  text-align: center;
}







  #s-5e354576-2f75-4d7d-8cde-07f4fb0fb208 img.shogun-image {
    

    
    
    
  }


#s-5e354576-2f75-4d7d-8cde-07f4fb0fb208 .shogun-image-content {
  
    align-items: center;
  
}

#s-2df4ba3c-33e2-4df4-bb21-b95790f0237f {
  text-align: center;
}







  #s-2df4ba3c-33e2-4df4-bb21-b95790f0237f img.shogun-image {
    

    
    
    
  }


#s-2df4ba3c-33e2-4df4-bb21-b95790f0237f .shogun-image-content {
  
    align-items: center;
  
}

#s-c7d47088-9cbf-4185-902b-164db14b60f1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c7d47088-9cbf-4185-902b-164db14b60f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c7d47088-9cbf-4185-902b-164db14b60f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c7d47088-9cbf-4185-902b-164db14b60f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c7d47088-9cbf-4185-902b-164db14b60f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-da90a5b3-cfd2-48a2-92bd-57242b1bc53e {
  text-align: center;
}







  #s-da90a5b3-cfd2-48a2-92bd-57242b1bc53e img.shogun-image {
    

    
    
    
  }


#s-da90a5b3-cfd2-48a2-92bd-57242b1bc53e .shogun-image-content {
  
    align-items: center;
  
}

#s-210f128e-2152-4282-ac32-3874a6c5cd87 {
  text-align: center;
}







  #s-210f128e-2152-4282-ac32-3874a6c5cd87 img.shogun-image {
    

    
    
    
  }


#s-210f128e-2152-4282-ac32-3874a6c5cd87 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fbf2982-6afb-42c1-b4ce-848630209b93 {
  text-align: center;
}







  #s-5fbf2982-6afb-42c1-b4ce-848630209b93 img.shogun-image {
    

    
    
    
  }


#s-5fbf2982-6afb-42c1-b4ce-848630209b93 .shogun-image-content {
  
    align-items: center;
  
}

#s-eee4c4e8-33ce-45fb-a1c9-049a9e47fff1 {
  text-align: center;
}







  #s-eee4c4e8-33ce-45fb-a1c9-049a9e47fff1 img.shogun-image {
    

    
    
    
  }


#s-eee4c4e8-33ce-45fb-a1c9-049a9e47fff1 .shogun-image-content {
  
    align-items: center;
  
}

#s-73ad9285-02b3-4fa1-b1f2-d5ee9c1f53db {
  text-align: center;
}







  #s-73ad9285-02b3-4fa1-b1f2-d5ee9c1f53db img.shogun-image {
    

    
    
    
  }


#s-73ad9285-02b3-4fa1-b1f2-d5ee9c1f53db .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0109e5-2718-40b1-ae8f-a48c383d3414 {
  text-align: center;
}







  #s-0a0109e5-2718-40b1-ae8f-a48c383d3414 img.shogun-image {
    

    
    
    
  }


#s-0a0109e5-2718-40b1-ae8f-a48c383d3414 .shogun-image-content {
  
    align-items: center;
  
}

#s-20d26be8-f75a-4028-a32b-eb69dbdce67e {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-20d26be8-f75a-4028-a32b-eb69dbdce67e {
  
}
}







#s-20d26be8-f75a-4028-a32b-eb69dbdce67e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d26be8-f75a-4028-a32b-eb69dbdce67e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-018fc4c1-cedb-445b-b88f-68c1d32e9859 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-018fc4c1-cedb-445b-b88f-68c1d32e9859 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-018fc4c1-cedb-445b-b88f-68c1d32e9859 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-018fc4c1-cedb-445b-b88f-68c1d32e9859 {
  
}
}@media (max-width: 767px){#s-018fc4c1-cedb-445b-b88f-68c1d32e9859 {
  
}
}
@media (min-width: 0px) {
[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-018fc4c1-cedb-445b-b88f-68c1d32e9859"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d8d1a939-12a1-4c8b-8ed0-7887f82093e6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8d1a939-12a1-4c8b-8ed0-7887f82093e6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d98123ed-434a-4102-98b6-e2ec1567ed6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d98123ed-434a-4102-98b6-e2ec1567ed6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d98123ed-434a-4102-98b6-e2ec1567ed6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d98123ed-434a-4102-98b6-e2ec1567ed6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4a564e6-67eb-4353-ba6c-a96f82ad9c28 {
  display: none;
}
#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 {
  text-align: left;
}



.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f25ef3ed-3aa3-4067-a17b-e394dff343e6 img.shogun-image {
  width: 100%;
}



}
#s-15bb28b7-c53a-400e-850a-28616cc087c0 {
  padding-bottom: 15px;
}

#s-d989c232-2dc9-416d-bf74-cc385ee8c91b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d989c232-2dc9-416d-bf74-cc385ee8c91b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d989c232-2dc9-416d-bf74-cc385ee8c91b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d989c232-2dc9-416d-bf74-cc385ee8c91b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d989c232-2dc9-416d-bf74-cc385ee8c91b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d989c232-2dc9-416d-bf74-cc385ee8c91b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d989c232-2dc9-416d-bf74-cc385ee8c91b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cac8324b-c32f-4d06-9798-0aa690f8cda1 {
  display: none;
}
#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 {
  text-align: left;
}



.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81ee983e-a5a7-45ea-978b-14f9562d5fe6 img.shogun-image {
  width: 100%;
}



}
#s-3b3699fe-f6ad-4fa7-864c-e202bd4316fb {
  padding-bottom: 15px;
}

#s-f1680cd7-038b-41c6-ba31-678782ac1124 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f1680cd7-038b-41c6-ba31-678782ac1124:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1680cd7-038b-41c6-ba31-678782ac1124:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f1680cd7-038b-41c6-ba31-678782ac1124 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1680cd7-038b-41c6-ba31-678782ac1124.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1680cd7-038b-41c6-ba31-678782ac1124.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1680cd7-038b-41c6-ba31-678782ac1124.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0a54fb82-485b-412f-9da5-f0b051cf62a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 578px;
background-position: center center;
}








#s-0a54fb82-485b-412f-9da5-f0b051cf62a3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.6;
}#s-0a54fb82-485b-412f-9da5-f0b051cf62a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a7824aa-5075-49ae-a435-7bca85ff9c87 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 5px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-6a7824aa-5075-49ae-a435-7bca85ff9c87 .shogun-heading-component h2 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-e8231d97-c42f-4ef5-90c0-2b229662ce86 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

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