.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: repeat;
background-size: cover;
margin-top: -56px;
margin-bottom: 3%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 592px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  margin-top: -80px;
margin-right: -2%;
}
}@media (max-width: 767px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display:none !important; }}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmZiZjk3ZTQtMjg2OC00Zjk1LThkYzUtNDE5YzEyYzU5N2Y4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjUyMjcyNzI3MjcyNzI3MjciIHN0eWxlPSJzdG9wLWNvbG9yOiNkZGNhYWE7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZmYmY5N2U0LTI4NjgtNGY5NS04ZGM1LTQxOWMxMmM1OTdmOCkiLz48L3N2Zz4=);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.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;
}

#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  background-image: url(https://i.shgcdn.com/f747327b-e1fc-4e72-a714-07cfc122f7b5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: 1200px 597px;
margin-top: -23px;
margin-left: 0%;
margin-bottom: -23px;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fd417eb-f8e3-4dbb-9562-f10ce24ee1ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-top: 25%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1.25em;
  
  text-align: 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-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  display: none;
}
#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3, #wrap-s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 { display:none !important; }}@media (max-width: 767px){#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 {
  display: none;
}
#s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3, #wrap-s-4d3a47ac-fc77-4a6b-972b-e09faa4da3b3 { display:none !important; }}
#s-46aa5857-0e30-43a5-9c80-89bf1223a297 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-46aa5857-0e30-43a5-9c80-89bf1223a297 {
  display: none;
}
#s-46aa5857-0e30-43a5-9c80-89bf1223a297, #wrap-s-46aa5857-0e30-43a5-9c80-89bf1223a297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46aa5857-0e30-43a5-9c80-89bf1223a297 {
  display: none;
}
#s-46aa5857-0e30-43a5-9c80-89bf1223a297, #wrap-s-46aa5857-0e30-43a5-9c80-89bf1223a297 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46aa5857-0e30-43a5-9c80-89bf1223a297 {
  margin-right: 9%;
}
}@media (max-width: 767px){#s-46aa5857-0e30-43a5-9c80-89bf1223a297 {
  margin-top: 20px;
margin-left: 0px;
margin-right: -2px;
display: none;
}
#s-46aa5857-0e30-43a5-9c80-89bf1223a297, #wrap-s-46aa5857-0e30-43a5-9c80-89bf1223a297 { display:none !important; }}
#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b {
  display: none;
}
#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b, #wrap-s-d82347d7-2a76-4fee-b54b-5e8c36d3307b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b {
  display: none;
}
#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b, #wrap-s-d82347d7-2a76-4fee-b54b-5e8c36d3307b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b {
  display: none;
}
#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b, #wrap-s-d82347d7-2a76-4fee-b54b-5e8c36d3307b { display:none !important; }}@media (max-width: 767px){#s-d82347d7-2a76-4fee-b54b-5e8c36d3307b {
  margin-top: 20px;
margin-left: 0px;
margin-right: -2px;
}
}
.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-e6e879d1-98c8-4213-b798-1b4483107aa8 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 41px;
background-color: rgba(13, 84, 20, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e6e879d1-98c8-4213-b798-1b4483107aa8:hover {border-radius: 41px !important;
background-color: rgba(1, 153, 64, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6e879d1-98c8-4213-b798-1b4483107aa8:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-e6e879d1-98c8-4213-b798-1b4483107aa8 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
text-align: center;
text-decoration: none;
}
#s-e6e879d1-98c8-4213-b798-1b4483107aa8:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: center;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a57e95db-fefa-4be1-9ebe-5895b45690ba {
  background-repeat: no-repeat;
margin-top: -8%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a57e95db-fefa-4be1-9ebe-5895b45690ba {
  display: none;
}
#s-a57e95db-fefa-4be1-9ebe-5895b45690ba, #wrap-s-a57e95db-fefa-4be1-9ebe-5895b45690ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a57e95db-fefa-4be1-9ebe-5895b45690ba {
  display: none;
}
#s-a57e95db-fefa-4be1-9ebe-5895b45690ba, #wrap-s-a57e95db-fefa-4be1-9ebe-5895b45690ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a57e95db-fefa-4be1-9ebe-5895b45690ba {
  display: none;
}
#s-a57e95db-fefa-4be1-9ebe-5895b45690ba, #wrap-s-a57e95db-fefa-4be1-9ebe-5895b45690ba { display:none !important; }}
#s-a57e95db-fefa-4be1-9ebe-5895b45690ba {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmNDkzMTgtMWFlNi00YzcxLWE4NjUtOTkxY2MxYTc2ZjI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTJjY2FjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmNWU2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmY0OTMxOC0xYWU2LTRjNzEtYTg2NS05OTFjYzFhNzZmMjQpIi8+PC9zdmc+);
}








#s-a57e95db-fefa-4be1-9ebe-5895b45690ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a57e95db-fefa-4be1-9ebe-5895b45690ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
}
#s-6d4a81c1-42cb-4abd-bdf7-f81de2b7a456 {
  margin-top: 6%;
margin-bottom: 6%;
text-align: center;
}







  #s-6d4a81c1-42cb-4abd-bdf7-f81de2b7a456 img.shogun-image {
    

    
    
    
  }


#s-6d4a81c1-42cb-4abd-bdf7-f81de2b7a456 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 {
  background-repeat: repeat;
margin-top: 0px;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 11px;
padding-left: 0%;
padding-bottom: 11px;
padding-right: 0%;
min-height: 430px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 {
  display: none;
}
#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321, #wrap-s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 {
  display: none;
}
#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321, #wrap-s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 {
  display: none;
}
#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321, #wrap-s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 { display:none !important; }}
#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzRhODdhNGUtODNhMC00MDM1LWFiMzctYmFkMmU5NTA0YjhiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmNWU2O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNGE4N2E0ZS04M2EwLTQwMzUtYWIzNy1iYWQyZTk1MDRiOGIpIi8+PC9zdmc+);
}








#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d123d3-2ea8-4921-8a4e-476d9ea5e321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 {
  margin-top: 14px;
margin-left: 0%;
margin-bottom: 14px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 {
  display: none;
}
#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827, #wrap-s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 {
  display: none;
}
#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827, #wrap-s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 {
  display: none;
}
#s-bf88fc0c-56a0-4415-92c1-9deeca0dd827, #wrap-s-bf88fc0c-56a0-4415-92c1-9deeca0dd827 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf88fc0c-56a0-4415-92c1-9deeca0dd827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf88fc0c-56a0-4415-92c1-9deeca0dd827"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf88fc0c-56a0-4415-92c1-9deeca0dd827"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf88fc0c-56a0-4415-92c1-9deeca0dd827"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-287068e6-a66c-4938-817c-0e6e25facac0 {
  margin-top: -22px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}
@media (max-width: 767px){#s-287068e6-a66c-4938-817c-0e6e25facac0 {
  margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-287068e6-a66c-4938-817c-0e6e25facac0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (max-width: 767px){#s-287068e6-a66c-4938-817c-0e6e25facac0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1.25em;
  
  text-align: center;
}


}
#s-1335f155-7283-4522-b685-f79a8f5a8a8f {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1335f155-7283-4522-b685-f79a8f5a8a8f {
  display: none;
}
#s-1335f155-7283-4522-b685-f79a8f5a8a8f, #wrap-s-1335f155-7283-4522-b685-f79a8f5a8a8f { display:none !important; }}@media (max-width: 767px){#s-1335f155-7283-4522-b685-f79a8f5a8a8f {
  display: none;
}
#s-1335f155-7283-4522-b685-f79a8f5a8a8f, #wrap-s-1335f155-7283-4522-b685-f79a8f5a8a8f { display:none !important; }}
#s-75736bd4-6c95-457e-ab7e-72d2e820950f {
  margin-bottom: 30px;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-75736bd4-6c95-457e-ab7e-72d2e820950f {
  display: none;
}
#s-75736bd4-6c95-457e-ab7e-72d2e820950f, #wrap-s-75736bd4-6c95-457e-ab7e-72d2e820950f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75736bd4-6c95-457e-ab7e-72d2e820950f {
  display: none;
}
#s-75736bd4-6c95-457e-ab7e-72d2e820950f, #wrap-s-75736bd4-6c95-457e-ab7e-72d2e820950f { display:none !important; }}@media (max-width: 767px){#s-75736bd4-6c95-457e-ab7e-72d2e820950f {
  margin-top: 20px;
margin-left: 0px;
margin-right: -2px;
}
}
#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 40px;
background-color: rgba(43, 118, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9:hover {background-color: rgba(43, 177, 58, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
text-align: center;
text-decoration: none;
}
}

  #s-7ab3b7b9-d948-4b04-a7df-27976a1004d9-root {
    text-align: left;
  }


#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ab3b7b9-d948-4b04-a7df-27976a1004d9-root {
    text-align: left;
  }


#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ab3b7b9-d948-4b04-a7df-27976a1004d9-root {
    text-align: left;
  }


#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ab3b7b9-d948-4b04-a7df-27976a1004d9-root {
    text-align: left;
  }


#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ab3b7b9-d948-4b04-a7df-27976a1004d9-root {
    text-align: center;
  }


#s-7ab3b7b9-d948-4b04-a7df-27976a1004d9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5 {
  margin-top: 0px;
margin-bottom: -55px;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
text-align: left;
}
@media (max-width: 767px){#s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
display: none;
}
#s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5, #wrap-s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5 { display:none !important; }}
#s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (max-width: 767px){#s-5bb5d9c6-1513-4b11-9a0a-7056276aabd5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.25em;
  
  text-align: center;
}


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

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

#s-de5f19b2-387e-4ebb-8790-e7ae5d0ee138 {
  margin-top: -3px;
margin-left: 25%;
margin-bottom: -3px;
margin-right: 25%;
}
@media (max-width: 767px){#s-de5f19b2-387e-4ebb-8790-e7ae5d0ee138 {
  display: none;
}
#s-de5f19b2-387e-4ebb-8790-e7ae5d0ee138, #wrap-s-de5f19b2-387e-4ebb-8790-e7ae5d0ee138 { display:none !important; }}
#s-de5f19b2-387e-4ebb-8790-e7ae5d0ee138 hr {
  border-top: 2px solid rgba(20, 20, 20, 1);
}

#s-b32bebe3-42ad-4e41-8952-4a369b0856e8 {
  margin-top: -50px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 4%;
padding-bottom: 0px;
padding-right: 4%;
text-align: left;
}
@media (max-width: 767px){#s-b32bebe3-42ad-4e41-8952-4a369b0856e8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
display: none;
}
#s-b32bebe3-42ad-4e41-8952-4a369b0856e8, #wrap-s-b32bebe3-42ad-4e41-8952-4a369b0856e8 { display:none !important; }}
#s-b32bebe3-42ad-4e41-8952-4a369b0856e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: left;
}


@media (max-width: 767px){#s-b32bebe3-42ad-4e41-8952-4a369b0856e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  text-align: center;
}


}
.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-9a395336-ef87-49d8-9ac0-9ba242029b83 {
  margin-top: -2px;
margin-bottom: 5%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 300px;
}
@media (max-width: 767px){#s-9a395336-ef87-49d8-9ac0-9ba242029b83 {
  margin-left: 18%;
margin-right: 18%;
}
}
#s-9a395336-ef87-49d8-9ac0-9ba242029b83 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9a395336-ef87-49d8-9ac0-9ba242029b83 .shg-sld-nav-button.shg-sld-left,
#s-9a395336-ef87-49d8-9ac0-9ba242029b83 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9f062fc3-4c5f-4388-aa3c-4eb6160d17df {
  display: none;
}
#s-d0bbdd46-a25e-4c37-84dd-c4bb4e33db84 {
  text-align: center;
}







  #s-d0bbdd46-a25e-4c37-84dd-c4bb4e33db84 img.shogun-image {
    

    
    
    
  }


#s-d0bbdd46-a25e-4c37-84dd-c4bb4e33db84 .shogun-image-content {
  
    align-items: center;
  
}

.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-e8c7e5bc-2c9f-4357-9e2d-bed94731353d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8c7e5bc-2c9f-4357-9e2d-bed94731353d .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ae126703-830d-401c-be2f-fdbac73f8c63 {
  text-align: center;
}

#s-ae126703-830d-401c-be2f-fdbac73f8c63 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-ae126703-830d-401c-be2f-fdbac73f8c63 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-ae126703-830d-401c-be2f-fdbac73f8c63 .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;
}

#s-79527361-20c5-4321-b647-5707c858f714 {
  display: none;
}
@media (min-width: 0px) {
[id="s-c87054d4-45e8-431b-8df0-19229e4df14c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c87054d4-45e8-431b-8df0-19229e4df14c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c87054d4-45e8-431b-8df0-19229e4df14c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c87054d4-45e8-431b-8df0-19229e4df14c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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-3881960d-5313-4415-9eb9-a9a8130d172c {
  text-align: left;
}



.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3881960d-5313-4415-9eb9-a9a8130d172c img.shogun-image {
  width: 100%;
}



}
#s-0b84ebc7-765b-4a7b-8a8c-755b0aa34db6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b84ebc7-765b-4a7b-8a8c-755b0aa34db6 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-07ba9f4d-14c4-4d78-92ab-1ea0ff2ab5d8 {
  text-align: center;
}

#s-07ba9f4d-14c4-4d78-92ab-1ea0ff2ab5d8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-07ba9f4d-14c4-4d78-92ab-1ea0ff2ab5d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-07ba9f4d-14c4-4d78-92ab-1ea0ff2ab5d8 .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;
}

#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 19px;
padding-bottom: 0px;
padding-right: 19px;
}
}







#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-591d4569-2893-4f6c-9f2d-9d8682cab062 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a51232cd-4524-4992-8887-4a58918a4bda {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(43, 118, 51, 1);
}








#s-a51232cd-4524-4992-8887-4a58918a4bda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a51232cd-4524-4992-8887-4a58918a4bda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-147bde6f-babc-4717-a0d4-e45e2d0161b7 {
  margin-bottom: 10px;
text-align: center;
}







  #s-147bde6f-babc-4717-a0d4-e45e2d0161b7 img.shogun-image {
    

    
    
    
  }


#s-147bde6f-babc-4717-a0d4-e45e2d0161b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4faadd68-42df-4330-9fa4-b5013b616632 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4faadd68-42df-4330-9fa4-b5013b616632 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4faadd68-42df-4330-9fa4-b5013b616632 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-f5eeb016-484c-4649-9b24-d5d08ec6693b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(43, 118, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f5eeb016-484c-4649-9b24-d5d08ec6693b {
  margin-left: -4%;
margin-right: -4%;
}
}@media (max-width: 767px){#s-f5eeb016-484c-4649-9b24-d5d08ec6693b {
  margin-bottom: 20px;
}
}







#s-f5eeb016-484c-4649-9b24-d5d08ec6693b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5eeb016-484c-4649-9b24-d5d08ec6693b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76582d23-0fa3-4e7b-a7fb-493fb960868f {
  margin-bottom: 10px;
text-align: center;
}







  #s-76582d23-0fa3-4e7b-a7fb-493fb960868f img.shogun-image {
    

    
    
    
  }


#s-76582d23-0fa3-4e7b-a7fb-493fb960868f .shogun-image-content {
  
    align-items: center;
  
}

#s-2acad8fd-f0f7-4117-a02f-a007f1887854 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2acad8fd-f0f7-4117-a02f-a007f1887854 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-2acad8fd-f0f7-4117-a02f-a007f1887854 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-c65e9d4c-dc6f-4ee0-b615-48719a70470d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 0px;
}
}
#s-c65e9d4c-dc6f-4ee0-b615-48719a70470d .shogun-countdown span, #s-c65e9d4c-dc6f-4ee0-b615-48719a70470d .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(43, 118, 51, 1);
}








#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412e6abf-484f-4e3f-9ce7-610a7a14a4fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86a595f-3166-4f76-b759-8a2e1455f696 .shogun-icon-wrapper {
  text-align: center;
}


#s-f86a595f-3166-4f76-b759-8a2e1455f696 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(253, 254, 255, 1);
}

#s-5655c907-48f5-4106-b15b-2b37601f5500 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5655c907-48f5-4106-b15b-2b37601f5500 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5655c907-48f5-4106-b15b-2b37601f5500 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-2fda56a9-4b6b-4374-a00e-f6c53cb3c395 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-2fda56a9-4b6b-4374-a00e-f6c53cb3c395 hr {
  border-top: 2px solid #ddd;
}

#s-7689edaa-e759-4091-89c7-ce0b9a29527a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
}
@media (min-width: 1200px){#s-7689edaa-e759-4091-89c7-ce0b9a29527a {
  display: none;
}
#s-7689edaa-e759-4091-89c7-ce0b9a29527a, #wrap-s-7689edaa-e759-4091-89c7-ce0b9a29527a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7689edaa-e759-4091-89c7-ce0b9a29527a {
  display: none;
}
#s-7689edaa-e759-4091-89c7-ce0b9a29527a, #wrap-s-7689edaa-e759-4091-89c7-ce0b9a29527a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7689edaa-e759-4091-89c7-ce0b9a29527a {
  display: none;
}
#s-7689edaa-e759-4091-89c7-ce0b9a29527a, #wrap-s-7689edaa-e759-4091-89c7-ce0b9a29527a { display:none !important; }}
#s-7689edaa-e759-4091-89c7-ce0b9a29527a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7689edaa-e759-4091-89c7-ce0b9a29527a .shg-sld-nav-button.shg-sld-left,
#s-7689edaa-e759-4091-89c7-ce0b9a29527a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-63fc48cf-6f38-4b59-b0c4-3adc822b7a53 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-63fc48cf-6f38-4b59-b0c4-3adc822b7a53 img.shogun-image {
    

    
    
    
  }


#s-63fc48cf-6f38-4b59-b0c4-3adc822b7a53 .shogun-image-content {
  
    align-items: center;
  
}

#s-5337020f-1b48-460c-adad-4c809758d027 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}







  #s-5337020f-1b48-460c-adad-4c809758d027 img.shogun-image {
    

    
    
    
  }


#s-5337020f-1b48-460c-adad-4c809758d027 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d062a39-8524-46e3-9a4a-930f06ede4df {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-2d062a39-8524-46e3-9a4a-930f06ede4df {
  display: none;
}
#s-2d062a39-8524-46e3-9a4a-930f06ede4df, #wrap-s-2d062a39-8524-46e3-9a4a-930f06ede4df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d062a39-8524-46e3-9a4a-930f06ede4df {
  display: none;
}
#s-2d062a39-8524-46e3-9a4a-930f06ede4df, #wrap-s-2d062a39-8524-46e3-9a4a-930f06ede4df { display:none !important; }}






  #s-2d062a39-8524-46e3-9a4a-930f06ede4df img.shogun-image {
    

    
    
    
  }


#s-2d062a39-8524-46e3-9a4a-930f06ede4df .shogun-image-content {
  
    align-items: center;
  
}

#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 {
  margin-top: 19px;
margin-bottom: 19px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 {
  display: none;
}
#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18, #wrap-s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 { display:none !important; }}@media (max-width: 767px){#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 19px;
padding-bottom: 0px;
padding-right: 19px;
display: none;
}
#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18, #wrap-s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 { display:none !important; }}







#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12efa4d1-6a86-483f-9d9a-6fbfaad3ff18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98503a9e-6515-4167-be82-31f24cb272fc {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-98503a9e-6515-4167-be82-31f24cb272fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98503a9e-6515-4167-be82-31f24cb272fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98503a9e-6515-4167-be82-31f24cb272fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98503a9e-6515-4167-be82-31f24cb272fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b61b3df8-ab52-4ebd-80da-c82a8fdb0580 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(13, 84, 20, 1);
}








#s-b61b3df8-ab52-4ebd-80da-c82a8fdb0580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61b3df8-ab52-4ebd-80da-c82a8fdb0580.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-207e4119-90fc-4d4c-955b-39c18dbdb9f6 {
  margin-bottom: 10px;
text-align: center;
}







  #s-207e4119-90fc-4d4c-955b-39c18dbdb9f6 img.shogun-image {
    

    
    
    
  }


#s-207e4119-90fc-4d4c-955b-39c18dbdb9f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-98074338-5ba0-4acd-8323-05a0d64ce955 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-98074338-5ba0-4acd-8323-05a0d64ce955 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-98074338-5ba0-4acd-8323-05a0d64ce955 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-ed1d9660-5848-4be1-8e7f-8abe907479cd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(13, 84, 20, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ed1d9660-5848-4be1-8e7f-8abe907479cd {
  margin-left: -4%;
margin-right: -4%;
}
}@media (max-width: 767px){#s-ed1d9660-5848-4be1-8e7f-8abe907479cd {
  margin-bottom: 20px;
}
}







#s-ed1d9660-5848-4be1-8e7f-8abe907479cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed1d9660-5848-4be1-8e7f-8abe907479cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ba85144-28b0-4259-ac3e-2436a2c9f447 {
  margin-bottom: 10px;
text-align: center;
}







  #s-5ba85144-28b0-4259-ac3e-2436a2c9f447 img.shogun-image {
    

    
    
    
  }


#s-5ba85144-28b0-4259-ac3e-2436a2c9f447 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee1c2eb2-71cf-4dfe-ada8-5d0700f60ac8 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee1c2eb2-71cf-4dfe-ada8-5d0700f60ac8 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-ee1c2eb2-71cf-4dfe-ada8-5d0700f60ac8 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-ec563cd6-8691-4b08-9ded-13052656cd11 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 0px;
}
}
#s-ec563cd6-8691-4b08-9ded-13052656cd11 .shogun-countdown span, #s-ec563cd6-8691-4b08-9ded-13052656cd11 .shogun-countdown label {
  color: rgba(255, 255, 255, 1);
}
#s-2358d018-a559-4bb9-b54a-bad4e6ebcf9b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(13, 84, 20, 1);
}








#s-2358d018-a559-4bb9-b54a-bad4e6ebcf9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2358d018-a559-4bb9-b54a-bad4e6ebcf9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97555ca9-c490-41c2-bd6b-985c48ee4aea .shogun-icon-wrapper {
  text-align: center;
}


#s-97555ca9-c490-41c2-bd6b-985c48ee4aea .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(253, 254, 255, 1);
}

#s-900d4d08-acdf-424e-8c3b-965643082a3b {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-900d4d08-acdf-424e-8c3b-965643082a3b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-900d4d08-acdf-424e-8c3b-965643082a3b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-98c7e992-fb68-419c-8c48-991422722408 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-98c7e992-fb68-419c-8c48-991422722408 hr {
  border-top: 2px solid #ddd;
}

#s-482100d7-0ce5-4543-b985-9e7254f4692b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-482100d7-0ce5-4543-b985-9e7254f4692b {
  display: none;
}
#s-482100d7-0ce5-4543-b985-9e7254f4692b, #wrap-s-482100d7-0ce5-4543-b985-9e7254f4692b { display:none !important; }}@media (max-width: 767px){#s-482100d7-0ce5-4543-b985-9e7254f4692b {
  display: none;
}
#s-482100d7-0ce5-4543-b985-9e7254f4692b, #wrap-s-482100d7-0ce5-4543-b985-9e7254f4692b { display:none !important; }}







#s-482100d7-0ce5-4543-b985-9e7254f4692b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482100d7-0ce5-4543-b985-9e7254f4692b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6186271c-aead-4b06-8ac6-a251f99d7641 {
  margin-left: 24%;
margin-right: 24%;
}

@media (min-width: 0px) {
[id="s-6186271c-aead-4b06-8ac6-a251f99d7641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6186271c-aead-4b06-8ac6-a251f99d7641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-6186271c-aead-4b06-8ac6-a251f99d7641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-6186271c-aead-4b06-8ac6-a251f99d7641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-a62df1d7-3ea6-43dc-b98e-a8f239c5ea6e {
  display: none;
}
#s-28006fd0-3c14-47dd-93f7-94b74a8edffa {
  text-align: left;
}



.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-28006fd0-3c14-47dd-93f7-94b74a8edffa img.shogun-image {
  width: 100%;
}



}
#s-3498cf15-3155-4e1c-8384-a10642fcfc13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3498cf15-3155-4e1c-8384-a10642fcfc13 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Roboto;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9d95b5a7-416c-47ce-bc10-e0760adb9b22 {
  text-align: center;
}

#s-9d95b5a7-416c-47ce-bc10-e0760adb9b22 .shg-product-sold-out {
  display: none;
  color: rgba(2, 2, 2, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-9d95b5a7-416c-47ce-bc10-e0760adb9b22 .shg-product-price {
  color: rgba(2, 2, 2, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 16px;
}

#s-9d95b5a7-416c-47ce-bc10-e0760adb9b22 .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;
}

#s-afe5d9cc-6333-4c00-a864-a4b780cdb39e {
  text-align: center;
}







  #s-afe5d9cc-6333-4c00-a864-a4b780cdb39e img.shogun-image {
    

    
    
    
  }


#s-afe5d9cc-6333-4c00-a864-a4b780cdb39e .shogun-image-content {
  
    align-items: center;
  
}

#s-4d48a352-f52a-4ffe-bbd8-972bc4448cca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d48a352-f52a-4ffe-bbd8-972bc4448cca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bec6ea4b-6623-4d2f-bf13-8bf2dc99c327 {
  margin-top: -7px;
margin-bottom: -7px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bec6ea4b-6623-4d2f-bf13-8bf2dc99c327 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d92fad2f-2dd2-49ad-9845-afb0d8cafdc8 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-d92fad2f-2dd2-49ad-9845-afb0d8cafdc8 hr {
  border-top: 2px solid #ddd;
}

#s-d9ac81db-020b-4ec8-aea8-1f5692b7a070 {
  padding-top: 50px;
padding-left: 10%;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9ac81db-020b-4ec8-aea8-1f5692b7a070 {
  padding-left: 0%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-d9ac81db-020b-4ec8-aea8-1f5692b7a070 {
  display: none;
}
#s-d9ac81db-020b-4ec8-aea8-1f5692b7a070, #wrap-s-d9ac81db-020b-4ec8-aea8-1f5692b7a070 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d9ac81db-020b-4ec8-aea8-1f5692b7a070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9ac81db-020b-4ec8-aea8-1f5692b7a070"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9ac81db-020b-4ec8-aea8-1f5692b7a070"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9ac81db-020b-4ec8-aea8-1f5692b7a070"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fe2ad466-af10-4062-afc8-8ed984b21b84 {
  margin-left: 5%;
margin-right: 2%;
padding-left: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
max-width: 550px;
text-align: center;
}







  #s-fe2ad466-af10-4062-afc8-8ed984b21b84 img.shogun-image {
    

    
    
    
  }


#s-fe2ad466-af10-4062-afc8-8ed984b21b84 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e3482eb-ff28-4cdb-bfbd-c5aaa4569ffe {
  margin-left: 9%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e3482eb-ff28-4cdb-bfbd-c5aaa4569ffe {
  margin-left: 11%;
margin-right: 6%;
}
}
#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 {
  margin-top: 40px;
margin-left: 6%;
margin-bottom: 40px;
margin-right: -9%;
}
@media (min-width: 1200px){#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 {
  margin-top: 0px;
display: none;
}
#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9, #wrap-s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 {
  margin-top: 0px;
display: none;
}
#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9, #wrap-s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 {
  margin-top: 10px;
margin-left: -2%;
margin-right: -1%;
}
}@media (max-width: 767px){#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 {
  display: none;
}
#s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9, #wrap-s-939191b5-ad7d-404d-8d2b-86c01c5bf2c9 { display:none !important; }}
#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 {
  margin-top: 40px;
margin-left: 6%;
margin-bottom: 40px;
margin-right: -9%;
}
@media (min-width: 1200px){#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 {
  display: none;
}
#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3, #wrap-s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 { display:none !important; }}@media (max-width: 767px){#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 {
  display: none;
}
#s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3, #wrap-s-2c6d9a32-77f4-494d-8bb9-52eb9165d6c3 { display:none !important; }}
#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 80px;
padding-bottom: 80px;
}
@media (min-width: 1200px){#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 {
  margin-left: 11%;
margin-right: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 {
  margin-left: 11%;
margin-right: 7%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 {
  display: none;
}
#s-88bc13dc-77c1-4172-8ea4-f739b7d060c5, #wrap-s-88bc13dc-77c1-4172-8ea4-f739b7d060c5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-88bc13dc-77c1-4172-8ea4-f739b7d060c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88bc13dc-77c1-4172-8ea4-f739b7d060c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88bc13dc-77c1-4172-8ea4-f739b7d060c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88bc13dc-77c1-4172-8ea4-f739b7d060c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-434efe79-a462-4855-8943-beebf521db75 {
  margin-top: 50px;
margin-left: 5%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-434efe79-a462-4855-8943-beebf521db75 {
  display: none;
}
#s-434efe79-a462-4855-8943-beebf521db75, #wrap-s-434efe79-a462-4855-8943-beebf521db75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-434efe79-a462-4855-8943-beebf521db75 {
  margin-top: 50px;
display: none;
}
#s-434efe79-a462-4855-8943-beebf521db75, #wrap-s-434efe79-a462-4855-8943-beebf521db75 { display:none !important; }}@media (max-width: 767px){#s-434efe79-a462-4855-8943-beebf521db75 {
  display: none;
}
#s-434efe79-a462-4855-8943-beebf521db75, #wrap-s-434efe79-a462-4855-8943-beebf521db75 { display:none !important; }}
#s-a1082a09-3504-4040-90ae-4134c6383ecc {
  margin-top: 50px;
margin-left: 5%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a1082a09-3504-4040-90ae-4134c6383ecc {
  margin-top: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1082a09-3504-4040-90ae-4134c6383ecc {
  display: none;
}
#s-a1082a09-3504-4040-90ae-4134c6383ecc, #wrap-s-a1082a09-3504-4040-90ae-4134c6383ecc { display:none !important; }}@media (max-width: 767px){#s-a1082a09-3504-4040-90ae-4134c6383ecc {
  display: none;
}
#s-a1082a09-3504-4040-90ae-4134c6383ecc, #wrap-s-a1082a09-3504-4040-90ae-4134c6383ecc { display:none !important; }}
#s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 {
  text-align: center;
}
@media (min-width: 1200px){#s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 {
  margin-top: -20px;
margin-bottom: -20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 {
  margin-top: 120px;
margin-left: -10%;
margin-bottom: 120px;
margin-right: 0%;
}
}






  #s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 img.shogun-image {
    

    
    
    
  }


#s-4e063e40-5c0f-4476-8bb0-b667d9274ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-892623f5-68a2-4d5c-a40a-d2807961f0d8 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 1200px){#s-892623f5-68a2-4d5c-a40a-d2807961f0d8 {
  display: none;
}
#s-892623f5-68a2-4d5c-a40a-d2807961f0d8, #wrap-s-892623f5-68a2-4d5c-a40a-d2807961f0d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-892623f5-68a2-4d5c-a40a-d2807961f0d8 {
  display: none;
}
#s-892623f5-68a2-4d5c-a40a-d2807961f0d8, #wrap-s-892623f5-68a2-4d5c-a40a-d2807961f0d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-892623f5-68a2-4d5c-a40a-d2807961f0d8 {
  display: none;
}
#s-892623f5-68a2-4d5c-a40a-d2807961f0d8, #wrap-s-892623f5-68a2-4d5c-a40a-d2807961f0d8 { display:none !important; }}
#s-5b428f45-ce66-45d0-8646-70ca33eac1a6 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b428f45-ce66-45d0-8646-70ca33eac1a6 {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b428f45-ce66-45d0-8646-70ca33eac1a6 {
  display: none;
}
#s-5b428f45-ce66-45d0-8646-70ca33eac1a6, #wrap-s-5b428f45-ce66-45d0-8646-70ca33eac1a6 { display:none !important; }}@media (max-width: 767px){#s-5b428f45-ce66-45d0-8646-70ca33eac1a6 {
  margin-top: -100px;
margin-left: 20px;
margin-bottom: -100px;
margin-right: 20px;
}
}







#s-5b428f45-ce66-45d0-8646-70ca33eac1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b428f45-ce66-45d0-8646-70ca33eac1a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8 {
  margin-top: 16px;
margin-bottom: 16px;
}
@media (min-width: 1200px){#s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8 {
  display: none;
}
#s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8, #wrap-s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8 {
  display: none;
}
#s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8, #wrap-s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-22249a9f-203c-44d2-85fd-ed9c7012dd74 hr {
  border-top: 53px solid rgba(221, 221, 221, 0);
}

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

@media (min-width: 1200px){#s-cff55c57-a421-4644-8862-6547bf762a9a {
  display: none;
}
#s-cff55c57-a421-4644-8862-6547bf762a9a, #wrap-s-cff55c57-a421-4644-8862-6547bf762a9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cff55c57-a421-4644-8862-6547bf762a9a {
  display: none;
}
#s-cff55c57-a421-4644-8862-6547bf762a9a, #wrap-s-cff55c57-a421-4644-8862-6547bf762a9a { display:none !important; }}@media (max-width: 767px){#s-cff55c57-a421-4644-8862-6547bf762a9a {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(43, 118, 51, 1);
  padding: 6px;
}

#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-cff55c57-a421-4644-8862-6547bf762a9a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-c42e9950-85ef-4c6f-817a-c3e3330c80f6 {
  margin-top: 53px;
margin-bottom: 53px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c42e9950-85ef-4c6f-817a-c3e3330c80f6 {
  display: none;
}
#s-c42e9950-85ef-4c6f-817a-c3e3330c80f6, #wrap-s-c42e9950-85ef-4c6f-817a-c3e3330c80f6 { display:none !important; }}@media (max-width: 767px){#s-c42e9950-85ef-4c6f-817a-c3e3330c80f6 {
  margin-top: -30px;
margin-bottom: -30px;
display: none;
}
#s-c42e9950-85ef-4c6f-817a-c3e3330c80f6, #wrap-s-c42e9950-85ef-4c6f-817a-c3e3330c80f6 { display:none !important; }}
#s-15001559-e7f7-4f37-8bb8-b5b07c752894 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-15001559-e7f7-4f37-8bb8-b5b07c752894 hr {
  border-top: 1px solid #ddd;
}

#s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8 {
  display: none;
}
#s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8, #wrap-s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8 {
  display: none;
}
#s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8, #wrap-s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e3dd7eed-ca8a-4b01-8d0b-16be0c293be8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c {
  display: none;
}
#s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c, #wrap-s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c { display:none !important; }}@media (max-width: 767px){#s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c {
  margin-top: -40px;
margin-left: 0px;
margin-bottom: -40px;
margin-right: 0px;
display: none;
}
#s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c, #wrap-s-b6d59b25-78cc-4ac8-b9ab-fa8715a53d7c { display:none !important; }}
#s-dc8c113f-384b-4313-ab30-feb9d8767dc9 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc8c113f-384b-4313-ab30-feb9d8767dc9 {
  display: none;
}
#s-dc8c113f-384b-4313-ab30-feb9d8767dc9, #wrap-s-dc8c113f-384b-4313-ab30-feb9d8767dc9 { display:none !important; }}@media (max-width: 767px){#s-dc8c113f-384b-4313-ab30-feb9d8767dc9 {
  margin-top: 55px;
margin-left: 0px;
margin-bottom: 55px;
margin-right: 0px;
display: none;
}
#s-dc8c113f-384b-4313-ab30-feb9d8767dc9, #wrap-s-dc8c113f-384b-4313-ab30-feb9d8767dc9 { display:none !important; }}
#s-4c228065-fc59-4f00-8197-70249bc3c666 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c228065-fc59-4f00-8197-70249bc3c666 {
  display: none;
}
#s-4c228065-fc59-4f00-8197-70249bc3c666, #wrap-s-4c228065-fc59-4f00-8197-70249bc3c666 { display:none !important; }}@media (max-width: 767px){#s-4c228065-fc59-4f00-8197-70249bc3c666 {
  margin-top: -40px;
margin-left: 0px;
margin-bottom: -40px;
margin-right: 0px;
display: none;
}
#s-4c228065-fc59-4f00-8197-70249bc3c666, #wrap-s-4c228065-fc59-4f00-8197-70249bc3c666 { display:none !important; }}
#s-73c0158d-86e5-4fa1-ab19-c22b4a6ba0fe {
  margin-top: -20px;
margin-left: 30px;
margin-bottom: -20px;
margin-right: 30px;
}
@media (max-width: 767px){#s-73c0158d-86e5-4fa1-ab19-c22b4a6ba0fe {
  margin-top: 55px;
margin-left: 0px;
margin-bottom: 55px;
margin-right: 0px;
display: none;
}
#s-73c0158d-86e5-4fa1-ab19-c22b4a6ba0fe, #wrap-s-73c0158d-86e5-4fa1-ab19-c22b4a6ba0fe { display:none !important; }}
#s-9d44efd2-820f-4f14-983b-5986afc261ce {
  margin-top: -40px;
margin-bottom: -40px;
}
@media (min-width: 1200px){#s-9d44efd2-820f-4f14-983b-5986afc261ce {
  display: none;
}
#s-9d44efd2-820f-4f14-983b-5986afc261ce, #wrap-s-9d44efd2-820f-4f14-983b-5986afc261ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d44efd2-820f-4f14-983b-5986afc261ce {
  display: none;
}
#s-9d44efd2-820f-4f14-983b-5986afc261ce, #wrap-s-9d44efd2-820f-4f14-983b-5986afc261ce { display:none !important; }}@media (max-width: 767px){#s-9d44efd2-820f-4f14-983b-5986afc261ce {
  margin-top: -80px;
margin-bottom: -80px;
}
}
#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(59, 58, 58, 1);
  padding: 6px;
}

#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid #ddd;
}

#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-9d44efd2-820f-4f14-983b-5986afc261ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-5dcd2663-82ed-41c7-9789-584254e429f6 {
  max-width: 500px;
text-align: center;
}
@media (max-width: 767px){#s-5dcd2663-82ed-41c7-9789-584254e429f6 {
  margin-top: 0px;
margin-bottom: 95px;
}
}






  #s-5dcd2663-82ed-41c7-9789-584254e429f6 img.shogun-image {
    

    
    
    
  }


#s-5dcd2663-82ed-41c7-9789-584254e429f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 20px;
padding-bottom: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  margin-top: 150px;
margin-bottom: 150px;
padding-top: 80px;
padding-bottom: 80px;
}
}







#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223323e7-4f01-496e-9e85-9c606738219c {
  margin-left: 44px;
margin-right: 44px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-223323e7-4f01-496e-9e85-9c606738219c {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}
}
#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 1200px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-223323e7-4f01-496e-9e85-9c606738219c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


}
#s-d4279870-ca58-4db9-bf52-6d6a30306e6a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4279870-ca58-4db9-bf52-6d6a30306e6a {
  display: none;
}
#s-d4279870-ca58-4db9-bf52-6d6a30306e6a, #wrap-s-d4279870-ca58-4db9-bf52-6d6a30306e6a { display:none !important; }}@media (max-width: 767px){#s-d4279870-ca58-4db9-bf52-6d6a30306e6a {
  display: none;
}
#s-d4279870-ca58-4db9-bf52-6d6a30306e6a, #wrap-s-d4279870-ca58-4db9-bf52-6d6a30306e6a { display:none !important; }}






  #s-d4279870-ca58-4db9-bf52-6d6a30306e6a img.shogun-image {
    

    
    
    
  }


#s-d4279870-ca58-4db9-bf52-6d6a30306e6a .shogun-image-content {
  
    align-items: center;
  
}

#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 38px;
background-color: rgba(13, 84, 20, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:hover {background-color: rgba(40, 141, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  margin-top: 25px;
padding-top: 15px;
padding-bottom: 15px;
}
}@media (max-width: 767px){#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5 {
  margin-top: -30px;
margin-bottom: -30px;
padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5-root {
    text-align: center;
  }


#s-59e2bc16-24c0-4ae3-bfcc-aad6b68987a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  background-repeat: no-repeat;
padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
}
@media (min-width: 1200px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-top: 80px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-bottom: 20px;
}
}@media (max-width: 767px){#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  margin-top: -120px;
margin-bottom: -120px;
padding-top: 20px;
padding-bottom: 20px;
}
}
#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjI2NDc1MDItYmYyNi00MjUyLTg1ZTYtNWE4ZWI4MzNiMTkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjE2ODE4MTgxODE4MTgxODIiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMWU4ZGM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2YyNjQ3NTAyLWJmMjYtNDI1Mi04NWU2LTVhOGViODMzYjE5MykiLz48L3N2Zz4=);
}








#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f {
  text-align: center;
}







  #s-5f21a4c3-814c-4dc4-ba9c-74848c06624f img.shogun-image {
    

    
    
    
  }


#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f .shogun-image-content {
  
    align-items: center;
  
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: 2px;
  
}



#s-89e8025e-b1c2-4993-b8ee-2843e39768ac {
  text-align: center;
}







  #s-89e8025e-b1c2-4993-b8ee-2843e39768ac img.shogun-image {
    

    
    
    
  }


#s-89e8025e-b1c2-4993-b8ee-2843e39768ac .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d3b4304f-f11e-4c50-be41-5748604da256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b4304f-f11e-4c50-be41-5748604da256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 {
  max-width: 120px;
text-align: left;
}







  #s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 img.shogun-image {
    

    
    
    
  }


#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8467e550-c659-4f93-a815-358c98f0efff {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8467e550-c659-4f93-a815-358c98f0efff {
  margin-bottom: 20px;
}
}







#s-8467e550-c659-4f93-a815-358c98f0efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8467e550-c659-4f93-a815-358c98f0efff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-217af93d-c269-47fa-a0c6-8f5a008ce5ea {
  max-width: 120px;
text-align: left;
}







  #s-217af93d-c269-47fa-a0c6-8f5a008ce5ea img.shogun-image {
    

    
    
    
  }


#s-217af93d-c269-47fa-a0c6-8f5a008ce5ea .shogun-image-content {
  
    align-items: center;
  
}

#s-b5aa87a0-75a0-40ca-9ae2-4e0a76e998ee {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5aa87a0-75a0-40ca-9ae2-4e0a76e998ee .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8779cd91-b24f-4a34-b0b8-eaf09cce8a52 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de4ea715-85d1-45b3-b42f-19c476ddb57e {
  max-width: 120px;
text-align: left;
}







  #s-de4ea715-85d1-45b3-b42f-19c476ddb57e img.shogun-image {
    

    
    
    
  }


#s-de4ea715-85d1-45b3-b42f-19c476ddb57e .shogun-image-content {
  
    align-items: center;
  
}

#s-e67e7689-8857-426c-b5b8-f23ae571164b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e67e7689-8857-426c-b5b8-f23ae571164b .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f194a102-037f-474e-92b1-82df57c0fb5d {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 {
  display: none;
}
#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6, #wrap-s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 {
  display: none;
}
#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6, #wrap-s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6, #wrap-s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 { display:none !important; }}@media (max-width: 767px){#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b2c56ef-8792-43c8-8b8d-101401dad3d6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-18e75549-306d-4027-8b12-91201a0223f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-18e75549-306d-4027-8b12-91201a0223f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-18e75549-306d-4027-8b12-91201a0223f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-18e75549-306d-4027-8b12-91201a0223f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-93ac5182-5590-4e8d-898f-f3ab41f6f536 {
  text-align: center;
}
@media (max-width: 767px){#s-93ac5182-5590-4e8d-898f-f3ab41f6f536 {
  margin-bottom: 20px;
}
}






  #s-93ac5182-5590-4e8d-898f-f3ab41f6f536 img.shogun-image {
    

    
    
    
  }


#s-93ac5182-5590-4e8d-898f-f3ab41f6f536 .shogun-image-content {
  
    align-items: center;
  
}

#s-99889752-c22d-4113-a6fc-dbcb187c26c9 {
  text-align: center;
}







  #s-99889752-c22d-4113-a6fc-dbcb187c26c9 img.shogun-image {
    

    
    
    
  }


#s-99889752-c22d-4113-a6fc-dbcb187c26c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2cba49-0aa0-4a19-af6d-10bbc15b1285 {
  text-align: center;
}
@media (max-width: 767px){#s-ee2cba49-0aa0-4a19-af6d-10bbc15b1285 {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-ee2cba49-0aa0-4a19-af6d-10bbc15b1285 img.shogun-image {
    

    
    
    
  }


#s-ee2cba49-0aa0-4a19-af6d-10bbc15b1285 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b58ead8-2426-472f-b012-ea23e1f399f0 {
  text-align: center;
}







  #s-3b58ead8-2426-472f-b012-ea23e1f399f0 img.shogun-image {
    

    
    
    
  }


#s-3b58ead8-2426-472f-b012-ea23e1f399f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-81108a67-d44c-41da-8552-cd54e626bf93 {
  margin-top: -38px;
margin-bottom: -38px;
text-align: center;
}







  #s-81108a67-d44c-41da-8552-cd54e626bf93 img.shogun-image {
    

    
    
    
  }


#s-81108a67-d44c-41da-8552-cd54e626bf93 .shogun-image-content {
  
    align-items: center;
  
}

#s-131acad3-1b97-4665-8d7f-d8b341108f1a {
  margin-top: 22px;
margin-bottom: 22px;
text-align: center;
}







  #s-131acad3-1b97-4665-8d7f-d8b341108f1a img.shogun-image {
    

    
    
    
  }


#s-131acad3-1b97-4665-8d7f-d8b341108f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-e3f3a522-c114-4345-9688-c9feeb0176be {
  margin-top: 13px;
margin-bottom: 13px;
}

@media (min-width: 0px) {
[id="s-e3f3a522-c114-4345-9688-c9feeb0176be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e3f3a522-c114-4345-9688-c9feeb0176be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3f3a522-c114-4345-9688-c9feeb0176be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3f3a522-c114-4345-9688-c9feeb0176be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d12b7cf2-1c1b-49f3-9593-cee0da37bb87 {
  text-align: center;
}







  #s-d12b7cf2-1c1b-49f3-9593-cee0da37bb87 img.shogun-image {
    

    
    
    
  }


#s-d12b7cf2-1c1b-49f3-9593-cee0da37bb87 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 {
  
}
}@media (max-width: 767px){#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 {
  display: none;
}
#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0, #wrap-s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 { display:none !important; }}
#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 .shg-sld-nav-button.shg-sld-left,
#s-bdc2861d-e0c1-4d47-be22-cdf63ceadff0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-29bb76ab-6b9b-4191-81ac-3e9d95c79e52 {
  margin-left: 15%;
margin-right: 15%;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-29bb76ab-6b9b-4191-81ac-3e9d95c79e52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29bb76ab-6b9b-4191-81ac-3e9d95c79e52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29bb76ab-6b9b-4191-81ac-3e9d95c79e52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29bb76ab-6b9b-4191-81ac-3e9d95c79e52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5b55c643-a008-4807-8459-cf6046883b37 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 110px;
text-align: center;
}







  #s-5b55c643-a008-4807-8459-cf6046883b37 img.shogun-image {
    

    
    
    
  }


#s-5b55c643-a008-4807-8459-cf6046883b37 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ad79fb9-96c6-4a78-bc69-4406b1725c03 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 110px;
text-align: center;
}







  #s-1ad79fb9-96c6-4a78-bc69-4406b1725c03 img.shogun-image {
    

    
    
    
  }


#s-1ad79fb9-96c6-4a78-bc69-4406b1725c03 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd54c70a-b815-46e3-8365-7d73da0d29f6 {
  margin-left: 15%;
margin-right: 15%;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-bd54c70a-b815-46e3-8365-7d73da0d29f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd54c70a-b815-46e3-8365-7d73da0d29f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd54c70a-b815-46e3-8365-7d73da0d29f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd54c70a-b815-46e3-8365-7d73da0d29f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0972b339-21d5-44e5-b0a0-50a488a822e0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 110px;
text-align: center;
}







  #s-0972b339-21d5-44e5-b0a0-50a488a822e0 img.shogun-image {
    

    
    
    
  }


#s-0972b339-21d5-44e5-b0a0-50a488a822e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6308b721-b46b-498a-9352-b205d61ce8d6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 110px;
text-align: center;
}







  #s-6308b721-b46b-498a-9352-b205d61ce8d6 img.shogun-image {
    

    
    
    
  }


#s-6308b721-b46b-498a-9352-b205d61ce8d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bff54b03-d6bc-4cd3-a39c-3bdf8d350e7a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 110px;
text-align: center;
}







  #s-bff54b03-d6bc-4cd3-a39c-3bdf8d350e7a img.shogun-image {
    

    
    
    
  }


#s-bff54b03-d6bc-4cd3-a39c-3bdf8d350e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 45px;
background-color: rgba(13, 84, 20, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:hover {background-color: rgba(39, 136, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:active {background-color: rgba(36, 158, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  margin-top: 50px;
}
}

  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-52517c1c-f15f-46c2-80b4-3fffbf854264 {
  background-repeat: no-repeat;
margin-top: -1px;
margin-bottom: -1px;
min-height: 100px;
}
@media (max-width: 767px){#s-52517c1c-f15f-46c2-80b4-3fffbf854264 {
  margin-top: 24px;
margin-bottom: 24px;
}
}
#s-52517c1c-f15f-46c2-80b4-3fffbf854264 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDdkYWM5OGUtOTRkYS00ZmM4LWJmNGMtYzNiZmFkMGRhMDZjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFlOGRjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0N2RhYzk4ZS05NGRhLTRmYzgtYmY0Yy1jM2JmYWQwZGEwNmMpIi8+PC9zdmc+);
}








#s-52517c1c-f15f-46c2-80b4-3fffbf854264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52517c1c-f15f-46c2-80b4-3fffbf854264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59 {
  margin-top: 0px;
margin-left: 251px;
margin-bottom: 0px;
margin-right: 251px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59 {
  background-image: url();
}








#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51802d6d-f5b0-4c7c-888f-94af0e86fe59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61fcb5f1-25bd-45a3-a4dc-3dc53c5383ec {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-61fcb5f1-25bd-45a3-a4dc-3dc53c5383ec {
  margin-top: 35px;
margin-bottom: 25px;
}
}
#s-61fcb5f1-25bd-45a3-a4dc-3dc53c5383ec .shogun-heading-component h1 {
  color: rgba(42, 42, 42, 1);
  font-weight:  900 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-23104fac-cf19-4e40-806c-cd0cc93391de {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-23104fac-cf19-4e40-806c-cd0cc93391de {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23104fac-cf19-4e40-806c-cd0cc93391de {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-23104fac-cf19-4e40-806c-cd0cc93391de > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-23104fac-cf19-4e40-806c-cd0cc93391de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-23104fac-cf19-4e40-806c-cd0cc93391de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-23104fac-cf19-4e40-806c-cd0cc93391de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-23104fac-cf19-4e40-806c-cd0cc93391de > .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: Roboto;
  font-weight: 300;
  font-style: ;
  font-size: 17px;
}

#s-23104fac-cf19-4e40-806c-cd0cc93391de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
@media (min-width: 1200px){#s-2c2725c0-a30e-415e-94bf-45c76cb721d3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c2725c0-a30e-415e-94bf-45c76cb721d3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-66b35789-3f04-4a4c-a5d6-b59d1c025f07 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-66b35789-3f04-4a4c-a5d6-b59d1c025f07 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66b35789-3f04-4a4c-a5d6-b59d1c025f07 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-998247d4-a29f-4e69-a32d-477db8bade64 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-998247d4-a29f-4e69-a32d-477db8bade64 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-998247d4-a29f-4e69-a32d-477db8bade64 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-9cc3154f-9efb-47e1-b760-a318aed094db {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-9cc3154f-9efb-47e1-b760-a318aed094db {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cc3154f-9efb-47e1-b760-a318aed094db {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-2a76e0ee-0682-4013-80a2-f9f3792f8526 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-2a76e0ee-0682-4013-80a2-f9f3792f8526 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a76e0ee-0682-4013-80a2-f9f3792f8526 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-3cc651e5-49ec-4707-a3dc-53eea716c5c0 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-3cc651e5-49ec-4707-a3dc-53eea716c5c0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cc651e5-49ec-4707-a3dc-53eea716c5c0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-4b359a08-d646-4fdb-9ae0-b9d91f2b7414 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-4b359a08-d646-4fdb-9ae0-b9d91f2b7414 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b359a08-d646-4fdb-9ae0-b9d91f2b7414 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-74e05b1c-56e1-44c9-8070-d6f1daf6166e {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-74e05b1c-56e1-44c9-8070-d6f1daf6166e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74e05b1c-56e1-44c9-8070-d6f1daf6166e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-017f274e-b225-42cc-9ce4-3d48887a9dca {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-017f274e-b225-42cc-9ce4-3d48887a9dca {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-017f274e-b225-42cc-9ce4-3d48887a9dca {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-4e5bbc1d-2e84-4c20-a23a-2ae254ddec7b {
  margin-top: 0%;
margin-left: 5px;
margin-bottom: 0%;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-4e5bbc1d-2e84-4c20-a23a-2ae254ddec7b {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e5bbc1d-2e84-4c20-a23a-2ae254ddec7b {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-52ab5f04-5c18-4b0d-a67f-0c4b499d37a3 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-52ab5f04-5c18-4b0d-a67f-0c4b499d37a3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52ab5f04-5c18-4b0d-a67f-0c4b499d37a3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}
#s-a53200b6-e056-4760-91aa-f97a64a33ea3 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-a53200b6-e056-4760-91aa-f97a64a33ea3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a53200b6-e056-4760-91aa-f97a64a33ea3 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-9f4ba9a7-1126-4ec9-a7ab-dc784f6ac839 {
  margin-left: 5px;
margin-right: 5px;
}
@media (min-width: 1200px){#s-9f4ba9a7-1126-4ec9-a7ab-dc784f6ac839 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f4ba9a7-1126-4ec9-a7ab-dc784f6ac839 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
}
#s-013edb5b-780d-4c40-8bc3-c15bda5191e2 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-013edb5b-780d-4c40-8bc3-c15bda5191e2 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-013edb5b-780d-4c40-8bc3-c15bda5191e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-013edb5b-780d-4c40-8bc3-c15bda5191e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-013edb5b-780d-4c40-8bc3-c15bda5191e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-013edb5b-780d-4c40-8bc3-c15bda5191e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6a151f49-251e-4d55-92b2-a6b2db9c48cc {
  margin-top: 40px;
margin-left: 57%;
}
@media (min-width: 1200px){#s-6a151f49-251e-4d55-92b2-a6b2db9c48cc {
  margin-left: 44%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a151f49-251e-4d55-92b2-a6b2db9c48cc {
  margin-left: 45%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a151f49-251e-4d55-92b2-a6b2db9c48cc {
  margin-left: 22%;
}
}@media (max-width: 767px){#s-6a151f49-251e-4d55-92b2-a6b2db9c48cc {
  margin-left: 2%;
}
}
#s-b7a58ff9-935f-44ea-83d4-1139970b5106 {
  margin-top: 40px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-b7a58ff9-935f-44ea-83d4-1139970b5106 {
  margin-left: 0%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7a58ff9-935f-44ea-83d4-1139970b5106 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-b7a58ff9-935f-44ea-83d4-1139970b5106 {
  margin-top: 20px;
margin-bottom: 10px;
}
}
#s-ae838b89-117d-45b0-b014-1010aa067fe6 {
  margin-top: 30px;
margin-bottom: -8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ae838b89-117d-45b0-b014-1010aa067fe6 {
  display: none;
}
#s-ae838b89-117d-45b0-b014-1010aa067fe6, #wrap-s-ae838b89-117d-45b0-b014-1010aa067fe6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae838b89-117d-45b0-b014-1010aa067fe6 {
  display: none;
}
#s-ae838b89-117d-45b0-b014-1010aa067fe6, #wrap-s-ae838b89-117d-45b0-b014-1010aa067fe6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae838b89-117d-45b0-b014-1010aa067fe6 {
  display: none;
}
#s-ae838b89-117d-45b0-b014-1010aa067fe6, #wrap-s-ae838b89-117d-45b0-b014-1010aa067fe6 { display:none !important; }}







#s-ae838b89-117d-45b0-b014-1010aa067fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae838b89-117d-45b0-b014-1010aa067fe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b879cf4-7d17-4a52-a3d4-97e3c7a23d29 {
  margin-top: -22px;
margin-bottom: -22px;
}

#s-5b879cf4-7d17-4a52-a3d4-97e3c7a23d29 hr {
  border-top: 1px solid #ddd;
}

#s-848867a8-eb3c-435d-a61a-9291333a38ef {
  margin-top: 3px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
text-align: center;
}







  #s-848867a8-eb3c-435d-a61a-9291333a38ef img.shogun-image {
    

    
    
    
  }


#s-848867a8-eb3c-435d-a61a-9291333a38ef .shogun-image-content {
  
    align-items: center;
  
}

#s-d5015698-6047-45b4-894c-41a524bb562d {
  margin-top: -22px;
margin-bottom: -22px;
}

#s-d5015698-6047-45b4-894c-41a524bb562d hr {
  border-top: 1px solid #ddd;
}

#s-089390fa-a250-4485-ae4a-68a7b66568b6 {
  margin-top: 3px;
margin-left: 7%;
margin-bottom: 3px;
margin-right: 7%;
text-align: center;
}







  #s-089390fa-a250-4485-ae4a-68a7b66568b6 img.shogun-image {
    

    
    
    
  }


#s-089390fa-a250-4485-ae4a-68a7b66568b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b98a4809-baa2-4f2d-9014-39b68834500e {
  margin-top: -22px;
margin-bottom: -22px;
}

#s-b98a4809-baa2-4f2d-9014-39b68834500e hr {
  border-top: 1px solid #ddd;
}

#s-4cf389a1-acda-4fd0-9907-d858f2363a3f {
  margin-top: 3px;
margin-left: 10%;
margin-bottom: 3px;
margin-right: 10%;
text-align: center;
}







  #s-4cf389a1-acda-4fd0-9907-d858f2363a3f img.shogun-image {
    

    
    
    
  }


#s-4cf389a1-acda-4fd0-9907-d858f2363a3f .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b7dd1d-7a7d-4d7b-9951-0c2ae2f46d59 {
  margin-top: -22px;
margin-bottom: -22px;
}

#s-f6b7dd1d-7a7d-4d7b-9951-0c2ae2f46d59 hr {
  border-top: 1px solid #ddd;
}

#s-39ef1f31-04e8-467f-96ea-ef62835812e0 {
  margin-top: 3px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
text-align: center;
}







  #s-39ef1f31-04e8-467f-96ea-ef62835812e0 img.shogun-image {
    

    
    
    
  }


#s-39ef1f31-04e8-467f-96ea-ef62835812e0 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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