.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-5503590d-4ee1-4c2a-bce6-6221a442b12c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-5503590d-4ee1-4c2a-bce6-6221a442b12c {
  display: none;
}
#s-5503590d-4ee1-4c2a-bce6-6221a442b12c, #wrap-s-5503590d-4ee1-4c2a-bce6-6221a442b12c { display: none !important; }}
#s-5503590d-4ee1-4c2a-bce6-6221a442b12c {
  background-image: url(https://i.shgcdn.com/178386dd-c912-400a-89b3-5c8fe7489a4b/);
}








#s-5503590d-4ee1-4c2a-bce6-6221a442b12c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5503590d-4ee1-4c2a-bce6-6221a442b12c.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-dc319d7c-2871-4529-92dd-395887de6165 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-dc319d7c-2871-4529-92dd-395887de6165 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc319d7c-2871-4529-92dd-395887de6165 {
  
}
}@media (max-width: 767px){#s-dc319d7c-2871-4529-92dd-395887de6165 {
  display: none;
}
#s-dc319d7c-2871-4529-92dd-395887de6165, #wrap-s-dc319d7c-2871-4529-92dd-395887de6165 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dc319d7c-2871-4529-92dd-395887de6165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc319d7c-2871-4529-92dd-395887de6165"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc319d7c-2871-4529-92dd-395887de6165"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc319d7c-2871-4529-92dd-395887de6165"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c6800c6-828d-407c-a2a9-fd754a8a3ccd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1c6800c6-828d-407c-a2a9-fd754a8a3ccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c6800c6-828d-407c-a2a9-fd754a8a3ccd.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

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

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

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

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "P22 Mackinac Pro";
  font-weight: 400;
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Axiforma";
}

.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: #000000;
  font-family: "P22 Mackinac Pro";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Axiforma";
  font-weight: 400;
}

#s-2463fceb-d0fd-4885-b670-04f9014f1da5 {
  margin-left: 11%;
margin-right: 11%;
padding-bottom: 25px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: 400;
  font-family: "Axiforma";
}

.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-21c0be2e-44b6-4b69-b275-2f1a3364a0e6 {
  border-style: solid;
margin-left: 11%;
margin-right: 11%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(71, 118, 59, 1);
border-radius: 30px;
background-color: rgba(71, 118, 59, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(255, 255, 255, 1);
}
#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6:hover {background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
color: rgba(71, 118, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6-root {
    text-align: left;
  }


#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6-root {
    text-align: left;
  }


#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6-root {
    text-align: left;
  }


#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6-root {
    text-align: left;
  }


#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6-root {
    text-align: left;
  }


#s-21c0be2e-44b6-4b69-b275-2f1a3364a0e6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-773c3159-8453-45be-b601-f356fbfc16bd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-773c3159-8453-45be-b601-f356fbfc16bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-773c3159-8453-45be-b601-f356fbfc16bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-773c3159-8453-45be-b601-f356fbfc16bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-773c3159-8453-45be-b601-f356fbfc16bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1c12fe2d-3d74-4085-a286-25abd134e6df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1c12fe2d-3d74-4085-a286-25abd134e6df {
  display: none;
}
#s-1c12fe2d-3d74-4085-a286-25abd134e6df, #wrap-s-1c12fe2d-3d74-4085-a286-25abd134e6df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c12fe2d-3d74-4085-a286-25abd134e6df {
  display: none;
}
#s-1c12fe2d-3d74-4085-a286-25abd134e6df, #wrap-s-1c12fe2d-3d74-4085-a286-25abd134e6df { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c12fe2d-3d74-4085-a286-25abd134e6df {
  display: none;
}
#s-1c12fe2d-3d74-4085-a286-25abd134e6df, #wrap-s-1c12fe2d-3d74-4085-a286-25abd134e6df { display: none !important; }}







#s-1c12fe2d-3d74-4085-a286-25abd134e6df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c12fe2d-3d74-4085-a286-25abd134e6df.shg-box.shg-c {
  justify-content: center;
}

#s-32c798a8-6da2-420f-85ea-a2acd4cd4b9b {
  margin-left: 11%;
margin-right: 11%;
padding-bottom: 5px;
}

#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae {
  border-style: solid;
margin-left: 11%;
margin-right: 11%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(71, 118, 59, 1);
border-radius: 30px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(255, 255, 255, 1);
}
#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae:hover {background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
color: rgba(71, 118, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae-root {
    text-align: center;
  }


#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae-root {
    text-align: center;
  }


#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae-root {
    text-align: center;
  }


#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae-root {
    text-align: center;
  }


#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae-root {
    text-align: center;
  }


#s-7e0c9a6e-19e3-4847-a8ee-9c74db16d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-59474d37-e4ec-4273-9698-af6cca3b362e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 100%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-59474d37-e4ec-4273-9698-af6cca3b362e {
  display: none;
}
#s-59474d37-e4ec-4273-9698-af6cca3b362e, #wrap-s-59474d37-e4ec-4273-9698-af6cca3b362e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59474d37-e4ec-4273-9698-af6cca3b362e {
  display: none;
}
#s-59474d37-e4ec-4273-9698-af6cca3b362e, #wrap-s-59474d37-e4ec-4273-9698-af6cca3b362e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59474d37-e4ec-4273-9698-af6cca3b362e {
  display: none;
}
#s-59474d37-e4ec-4273-9698-af6cca3b362e, #wrap-s-59474d37-e4ec-4273-9698-af6cca3b362e { display: none !important; }}
#s-59474d37-e4ec-4273-9698-af6cca3b362e {
  background-image: url(https://i.shgcdn.com/ab37a3d7-4d68-4671-b3b9-c9b78d3c69a9/);
}








#s-59474d37-e4ec-4273-9698-af6cca3b362e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-59474d37-e4ec-4273-9698-af6cca3b362e.shg-box.shg-c {
  justify-content: center;
}

#s-89edbc80-4b46-4c53-9bdb-91ab1af829d8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-89edbc80-4b46-4c53-9bdb-91ab1af829d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89edbc80-4b46-4c53-9bdb-91ab1af829d8 {
  
}
}@media (max-width: 767px){#s-89edbc80-4b46-4c53-9bdb-91ab1af829d8 {
  display: none;
}
#s-89edbc80-4b46-4c53-9bdb-91ab1af829d8, #wrap-s-89edbc80-4b46-4c53-9bdb-91ab1af829d8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89edbc80-4b46-4c53-9bdb-91ab1af829d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89edbc80-4b46-4c53-9bdb-91ab1af829d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89edbc80-4b46-4c53-9bdb-91ab1af829d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89edbc80-4b46-4c53-9bdb-91ab1af829d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b005e9ea-b921-4286-bb16-13f3fb083e33 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b005e9ea-b921-4286-bb16-13f3fb083e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b005e9ea-b921-4286-bb16-13f3fb083e33.shg-box.shg-c {
  justify-content: center;
}

#s-3d6613b3-ed19-4e8f-bd2a-30dc904694e0 {
  margin-left: 11%;
margin-right: 11%;
padding-bottom: 25px;
}

#s-d2416207-4415-4f43-b1ec-0036c06491a7 {
  border-style: solid;
margin-left: 11%;
margin-right: 11%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(71, 118, 59, 1);
border-radius: 30px;
background-color: rgba(71, 118, 59, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(255, 255, 255, 1);
}
#s-d2416207-4415-4f43-b1ec-0036c06491a7:hover {background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
color: rgba(71, 118, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d2416207-4415-4f43-b1ec-0036c06491a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2416207-4415-4f43-b1ec-0036c06491a7-root {
    text-align: left;
  }


#s-d2416207-4415-4f43-b1ec-0036c06491a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2416207-4415-4f43-b1ec-0036c06491a7-root {
    text-align: left;
  }


#s-d2416207-4415-4f43-b1ec-0036c06491a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2416207-4415-4f43-b1ec-0036c06491a7-root {
    text-align: left;
  }


#s-d2416207-4415-4f43-b1ec-0036c06491a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2416207-4415-4f43-b1ec-0036c06491a7-root {
    text-align: left;
  }


#s-d2416207-4415-4f43-b1ec-0036c06491a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2416207-4415-4f43-b1ec-0036c06491a7-root {
    text-align: left;
  }


#s-d2416207-4415-4f43-b1ec-0036c06491a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-99c72455-7f70-4746-8d41-2733d0f6f442 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-99c72455-7f70-4746-8d41-2733d0f6f442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99c72455-7f70-4746-8d41-2733d0f6f442"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99c72455-7f70-4746-8d41-2733d0f6f442"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99c72455-7f70-4746-8d41-2733d0f6f442"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4bf7e0e5-0279-456f-9b06-e491a63b8497 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-4bf7e0e5-0279-456f-9b06-e491a63b8497 {
  display: none;
}
#s-4bf7e0e5-0279-456f-9b06-e491a63b8497, #wrap-s-4bf7e0e5-0279-456f-9b06-e491a63b8497 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf7e0e5-0279-456f-9b06-e491a63b8497 {
  display: none;
}
#s-4bf7e0e5-0279-456f-9b06-e491a63b8497, #wrap-s-4bf7e0e5-0279-456f-9b06-e491a63b8497 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bf7e0e5-0279-456f-9b06-e491a63b8497 {
  display: none;
}
#s-4bf7e0e5-0279-456f-9b06-e491a63b8497, #wrap-s-4bf7e0e5-0279-456f-9b06-e491a63b8497 { display: none !important; }}







#s-4bf7e0e5-0279-456f-9b06-e491a63b8497 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bf7e0e5-0279-456f-9b06-e491a63b8497.shg-box.shg-c {
  justify-content: center;
}

#s-7a7a7b32-039e-432e-8a7b-09c21a6daf2e {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 5px;
}

#s-890cb258-ddac-44e2-a481-18f13f9eb8e9 {
  border-style: solid;
margin-left: 11%;
margin-right: 11%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(71, 118, 59, 1);
border-radius: 30px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
color: rgba(255, 255, 255, 1);
}
#s-890cb258-ddac-44e2-a481-18f13f9eb8e9:hover {background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
color: rgba(71, 118, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-890cb258-ddac-44e2-a481-18f13f9eb8e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-890cb258-ddac-44e2-a481-18f13f9eb8e9-root {
    text-align: center;
  }


#s-890cb258-ddac-44e2-a481-18f13f9eb8e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-890cb258-ddac-44e2-a481-18f13f9eb8e9-root {
    text-align: center;
  }


#s-890cb258-ddac-44e2-a481-18f13f9eb8e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-890cb258-ddac-44e2-a481-18f13f9eb8e9-root {
    text-align: center;
  }


#s-890cb258-ddac-44e2-a481-18f13f9eb8e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-890cb258-ddac-44e2-a481-18f13f9eb8e9-root {
    text-align: center;
  }


#s-890cb258-ddac-44e2-a481-18f13f9eb8e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-890cb258-ddac-44e2-a481-18f13f9eb8e9-root {
    text-align: center;
  }


#s-890cb258-ddac-44e2-a481-18f13f9eb8e9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(208, 231, 76, 1);
}
@media (min-width: 1200px){#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 {
  display: none;
}
#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65, #wrap-s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 {
  display: none;
}
#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65, #wrap-s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 {
  display: none;
}
#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65, #wrap-s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 { display: none !important; }}







#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bad10e0c-2b69-4b49-aec4-4d64e5a01b65.shg-box.shg-c {
  justify-content: center;
}

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 0 var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-5f164c0f-4136-46a3-91ca-4d0edcd1720c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-5f164c0f-4136-46a3-91ca-4d0edcd1720c {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-5f164c0f-4136-46a3-91ca-4d0edcd1720c > .swiper-button-prev,
#slider-v3-s-5f164c0f-4136-46a3-91ca-4d0edcd1720c > .swiper-button-next {
  
    height: 100% !important;
  
}

& > .swiper-button-prev {
  
    left: 2% !important;
  
}

& > .swiper-button-next {
  
    right: 2% !important;
  }


#slider-v3-s-5f164c0f-4136-46a3-91ca-4d0edcd1720c > .swiper-button-next svg,
#slider-v3-s-5f164c0f-4136-46a3-91ca-4d0edcd1720c > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-083bb589-b330-4ded-af81-f00d28f029bc {
  margin-left: auto;
margin-right: auto;
}

#s-48ba0cfd-441f-4ab7-bfce-f885c2e2e0f0 {
  margin-left: auto;
margin-right: auto;
}

#s-53c17965-7a76-43ce-9803-735ccb244135 {
  margin-left: auto;
margin-right: auto;
}

#s-e169d1e1-24be-4d34-8c92-f38e426548be {
  margin-left: auto;
margin-right: auto;
}

#s-dd6759f8-8ba6-4ed1-9e5d-978a95360ebb {
  margin-left: auto;
margin-right: auto;
}

#s-238f9911-62a1-40ab-a6d1-f214cb442cc8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(208, 231, 76, 1);
}
@media (max-width: 767px){#s-238f9911-62a1-40ab-a6d1-f214cb442cc8 {
  display: none;
}
#s-238f9911-62a1-40ab-a6d1-f214cb442cc8, #wrap-s-238f9911-62a1-40ab-a6d1-f214cb442cc8 { display: none !important; }}







#s-238f9911-62a1-40ab-a6d1-f214cb442cc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-238f9911-62a1-40ab-a6d1-f214cb442cc8.shg-box.shg-c {
  justify-content: center;
}

#s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#slider-v3-s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;

  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 > .swiper-button-prev,
#slider-v3-s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 > .swiper-button-next {
  
    height: 100% !important;
  
}

& > .swiper-button-prev {
  
    left: 2% !important;
  
}

& > .swiper-button-next {
  
    right: 2% !important;
  }


#slider-v3-s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 > .swiper-button-next svg,
#slider-v3-s-bd4bf7ce-9c5a-405f-a4e5-f73b99baa173 > .swiper-button-prev svg {
  fill: rgba(113, 113, 113, 1) !important;
}

#s-e0803281-9e24-4644-a317-4a6dc3ea7ee7 {
  margin-left: auto;
margin-right: auto;
}

#s-a993e35b-f774-452e-995f-242bcb509e11 {
  margin-left: auto;
margin-right: auto;
}

#s-ac886a7b-4bd3-4261-8e06-ab1eae29ae8a {
  margin-left: auto;
margin-right: auto;
}

#s-40d392b0-d17b-4de7-9c4c-3d99297989ff {
  margin-left: auto;
margin-right: auto;
}

#s-b31d84cc-d889-4308-afd9-b09bb0db37c6 {
  margin-left: auto;
margin-right: auto;
}

#s-7211a86f-6ce5-4fdf-a1e9-10d22c80059e {
  margin-left: auto;
margin-right: auto;
}

#s-a3de6162-3a2b-4893-a233-8b8d19f1b6d9 {
  margin-left: auto;
margin-right: auto;
}

#s-8fdb308c-befd-4c50-8978-3d8641045ef3 {
  margin-left: auto;
margin-right: auto;
}

#s-e1f2ecc1-64a5-4ddd-b8e1-fdc168f45d1d {
  margin-left: auto;
margin-right: auto;
}

#s-98156a4b-442b-4ed4-a332-8fbd44db31d8 {
  margin-left: auto;
margin-right: auto;
}

#s-87a44f3f-e885-4d0d-9ab1-991a4a2eaf83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(254, 248, 238, 1);
}








#s-87a44f3f-e885-4d0d-9ab1-991a4a2eaf83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87a44f3f-e885-4d0d-9ab1-991a4a2eaf83.shg-box.shg-c {
  justify-content: center;
}

#s-ec2517bb-5b80-423e-95e5-80b3081f1e07 {
  margin-left: auto;
margin-right: auto;
padding-top: 24px;
padding-left: 15%;
padding-right: 15%;
}

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

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

#s-72dbafa9-f5ea-4d14-bf57-99172314ddc0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 11%;
padding-bottom: 30px;
padding-right: 11%;
}

#s-72dbafa9-f5ea-4d14-bf57-99172314ddc0 .shg-dynamic-column-count {
  grid-template-columns: repeat(3, 1fr);
}
#s-ac7e3d41-f112-438f-a085-b1b84f4cc8fe {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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 {
  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-94e6b9bd-b37a-49fb-9f8c-b4267e428622 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-94e6b9bd-b37a-49fb-9f8c-b4267e428622 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-43f1c30d-953b-4800-b319-2d9b72f2126a {
  margin-left: auto;
margin-right: auto;
}

#s-1253d370-ea1a-4c07-9b40-7be86bf93d67 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-1253d370-ea1a-4c07-9b40-7be86bf93d67:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-1253d370-ea1a-4c07-9b40-7be86bf93d67:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1253d370-ea1a-4c07-9b40-7be86bf93d67-root {
    text-align: center;
  }


#s-1253d370-ea1a-4c07-9b40-7be86bf93d67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1253d370-ea1a-4c07-9b40-7be86bf93d67-root {
    text-align: center;
  }


#s-1253d370-ea1a-4c07-9b40-7be86bf93d67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1253d370-ea1a-4c07-9b40-7be86bf93d67-root {
    text-align: center;
  }


#s-1253d370-ea1a-4c07-9b40-7be86bf93d67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1253d370-ea1a-4c07-9b40-7be86bf93d67-root {
    text-align: center;
  }


#s-1253d370-ea1a-4c07-9b40-7be86bf93d67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1253d370-ea1a-4c07-9b40-7be86bf93d67-root {
    text-align: center;
  }


#s-1253d370-ea1a-4c07-9b40-7be86bf93d67.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-f91775ae-e686-4757-8f71-a8d1540ddf77 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-d9c242c9-e6fc-4775-ab90-4837443d596e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9c242c9-e6fc-4775-ab90-4837443d596e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-90b697a1-1549-41b7-a63b-839cdb2c5dbd {
  margin-left: auto;
margin-right: auto;
}

#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b-root {
    text-align: center;
  }


#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b-root {
    text-align: center;
  }


#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b-root {
    text-align: center;
  }


#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b-root {
    text-align: center;
  }


#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b-root {
    text-align: center;
  }


#s-58c0c20b-6428-4dc5-9b3c-9320fab6c48b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-9fdb94c5-ff3f-44fb-bb8e-5399774aaa2d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
}

#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0dae72b1-f36c-4ff7-b94e-f4a0c58b1ac2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b58f5e6d-a02b-4734-bfb6-065fdd306a06 {
  margin-left: auto;
margin-right: auto;
}

#s-4dc61e2e-7120-4331-aae4-7fcb504e080c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-4dc61e2e-7120-4331-aae4-7fcb504e080c:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(242, 235, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-4dc61e2e-7120-4331-aae4-7fcb504e080c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4dc61e2e-7120-4331-aae4-7fcb504e080c-root {
    text-align: center;
  }


#s-4dc61e2e-7120-4331-aae4-7fcb504e080c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dc61e2e-7120-4331-aae4-7fcb504e080c-root {
    text-align: center;
  }


#s-4dc61e2e-7120-4331-aae4-7fcb504e080c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dc61e2e-7120-4331-aae4-7fcb504e080c-root {
    text-align: center;
  }


#s-4dc61e2e-7120-4331-aae4-7fcb504e080c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dc61e2e-7120-4331-aae4-7fcb504e080c-root {
    text-align: center;
  }


#s-4dc61e2e-7120-4331-aae4-7fcb504e080c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dc61e2e-7120-4331-aae4-7fcb504e080c-root {
    text-align: center;
  }


#s-4dc61e2e-7120-4331-aae4-7fcb504e080c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
padding-left: 10%;
padding-bottom: 125px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  display: none;
}
#s-b69e08b2-902f-451c-8090-09c5a7a87efa, #wrap-s-b69e08b2-902f-451c-8090-09c5a7a87efa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  display: none;
}
#s-b69e08b2-902f-451c-8090-09c5a7a87efa, #wrap-s-b69e08b2-902f-451c-8090-09c5a7a87efa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b69e08b2-902f-451c-8090-09c5a7a87efa, #wrap-s-b69e08b2-902f-451c-8090-09c5a7a87efa { display: none !important; }}@media (max-width: 767px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b69e08b2-902f-451c-8090-09c5a7a87efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b69e08b2-902f-451c-8090-09c5a7a87efa.shg-box.shg-c {
  justify-content: center;
}

#s-5b4d6c73-38ec-441a-bed8-a384b740cce5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(254, 249, 249, 1);
border-style: none;
border-radius: 75px;
}

#s-afaa8de5-610e-4193-813f-0f87cd97dcf0 {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-9ab54e3b-f9a7-4c98-90cd-9807640f0c6d {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-d640500a-01d3-41b4-b178-4fc9d4da6d6d {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-7c965d0d-96a6-4a86-b491-090ccf5cc23d {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-6956bcc3-a303-4ef1-adb2-d92f3e1cc9bd {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
padding-left: 10%;
padding-bottom: 125px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8, #wrap-s-2ae529ef-de97-400b-870c-4ea2bf0c64d8 { display: none !important; }}







#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ae529ef-de97-400b-870c-4ea2bf0c64d8.shg-box.shg-c {
  justify-content: center;
}

#s-9f951e31-cfe5-484c-a330-476a1934ae80 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(254, 249, 249, 1);
border-style: none;
border-radius: 75px;
}

#s-ad0333aa-b442-44b3-baaf-bcb80e73eeb4 {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-ce2419bb-8acb-4882-8362-d8f515c1c5b8 {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-8527b64c-0d2d-4afc-ae33-eb7523fdbca3 {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-65d80a2c-c3c4-438f-aa85-e3dc75c24cca {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-ad3892f1-ab41-4411-acf3-8c417c306d69 {
  box-shadow:2px 4px 1px 1px rgba(34, 48, 44, 1);
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
border-radius: 75px;
}

#s-b71c98b6-3375-4608-a9dd-40994d38129f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(254, 248, 238, 1);
}
@media (min-width: 1200px){#s-b71c98b6-3375-4608-a9dd-40994d38129f {
  display: none;
}
#s-b71c98b6-3375-4608-a9dd-40994d38129f, #wrap-s-b71c98b6-3375-4608-a9dd-40994d38129f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b71c98b6-3375-4608-a9dd-40994d38129f {
  display: none;
}
#s-b71c98b6-3375-4608-a9dd-40994d38129f, #wrap-s-b71c98b6-3375-4608-a9dd-40994d38129f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b71c98b6-3375-4608-a9dd-40994d38129f {
  display: none;
}
#s-b71c98b6-3375-4608-a9dd-40994d38129f, #wrap-s-b71c98b6-3375-4608-a9dd-40994d38129f { display: none !important; }}







#s-b71c98b6-3375-4608-a9dd-40994d38129f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b71c98b6-3375-4608-a9dd-40994d38129f.shg-box.shg-c {
  justify-content: center;
}

#s-6647ead2-e3a9-4b70-8ca2-974cba06bb3b {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-9790898b-706f-4345-8eb5-be30c1c978a1 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}

#s-5a691d3f-9d4a-4145-b93b-7db80b48bbc2 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}

#s-8c987d23-d44a-4ad1-a65a-e7927eaa8cd6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}

#s-f2d02bd3-df20-4f67-86c9-623728ac8920 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: none;
border-radius: 75px;
}
@media (max-width: 767px){#s-f2d02bd3-df20-4f67-86c9-623728ac8920 {
  display: none;
}
#s-f2d02bd3-df20-4f67-86c9-623728ac8920, #wrap-s-f2d02bd3-df20-4f67-86c9-623728ac8920 { display: none !important; }}







#s-f2d02bd3-df20-4f67-86c9-623728ac8920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2d02bd3-df20-4f67-86c9-623728ac8920.shg-box.shg-c {
  justify-content: center;
}

#s-0f82ea03-fdba-41e7-a353-0c648e7727f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(254, 248, 238, 1);
}
@media (max-width: 767px){#s-0f82ea03-fdba-41e7-a353-0c648e7727f5 {
  display: none;
}
#s-0f82ea03-fdba-41e7-a353-0c648e7727f5, #wrap-s-0f82ea03-fdba-41e7-a353-0c648e7727f5 { display: none !important; }}







#s-0f82ea03-fdba-41e7-a353-0c648e7727f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f82ea03-fdba-41e7-a353-0c648e7727f5.shg-box.shg-c {
  justify-content: center;
}

#s-23bceeb8-4127-4094-9f7c-39381316f775 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
}
@media (max-width: 767px){#s-23bceeb8-4127-4094-9f7c-39381316f775 {
  display: none;
}
#s-23bceeb8-4127-4094-9f7c-39381316f775, #wrap-s-23bceeb8-4127-4094-9f7c-39381316f775 { display: none !important; }}
@media (min-width: 0px) {
[id="s-23bceeb8-4127-4094-9f7c-39381316f775"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-23bceeb8-4127-4094-9f7c-39381316f775"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-23bceeb8-4127-4094-9f7c-39381316f775"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-23bceeb8-4127-4094-9f7c-39381316f775"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c9531a7c-c1a6-4543-b187-4ed858133441 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-c9531a7c-c1a6-4543-b187-4ed858133441 {
  display: none;
}
#s-c9531a7c-c1a6-4543-b187-4ed858133441, #wrap-s-c9531a7c-c1a6-4543-b187-4ed858133441 { display: none !important; }}







#s-c9531a7c-c1a6-4543-b187-4ed858133441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9531a7c-c1a6-4543-b187-4ed858133441.shg-box.shg-c {
  justify-content: center;
}

#s-b2766d11-a447-44d7-97fc-7834aa2661bf {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-b2766d11-a447-44d7-97fc-7834aa2661bf {
  display: none;
}
#s-b2766d11-a447-44d7-97fc-7834aa2661bf, #wrap-s-b2766d11-a447-44d7-97fc-7834aa2661bf { display: none !important; }}
#s-aecaf712-3231-4993-9d15-54a369d6f4f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 1%;
padding-bottom: 50px;
padding-right: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-aecaf712-3231-4993-9d15-54a369d6f4f3 {
  display: none;
}
#s-aecaf712-3231-4993-9d15-54a369d6f4f3, #wrap-s-aecaf712-3231-4993-9d15-54a369d6f4f3 { display: none !important; }}







#s-aecaf712-3231-4993-9d15-54a369d6f4f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aecaf712-3231-4993-9d15-54a369d6f4f3.shg-box.shg-c {
  justify-content: center;
}

#s-25030db5-2f30-4beb-8eef-1a02c7f5c8db {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}
@media (max-width: 767px){#s-25030db5-2f30-4beb-8eef-1a02c7f5c8db {
  display: none;
}
#s-25030db5-2f30-4beb-8eef-1a02c7f5c8db, #wrap-s-25030db5-2f30-4beb-8eef-1a02c7f5c8db { display: none !important; }}
#s-4c6af5e2-9279-4705-a397-f5cf5d5ee880 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 1%;
padding-bottom: 50px;
padding-right: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-4c6af5e2-9279-4705-a397-f5cf5d5ee880 {
  display: none;
}
#s-4c6af5e2-9279-4705-a397-f5cf5d5ee880, #wrap-s-4c6af5e2-9279-4705-a397-f5cf5d5ee880 { display: none !important; }}







#s-4c6af5e2-9279-4705-a397-f5cf5d5ee880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c6af5e2-9279-4705-a397-f5cf5d5ee880.shg-box.shg-c {
  justify-content: center;
}

#s-5d539c03-7357-4bed-a6e9-f2a055e4fb22 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}
@media (max-width: 767px){#s-5d539c03-7357-4bed-a6e9-f2a055e4fb22 {
  display: none;
}
#s-5d539c03-7357-4bed-a6e9-f2a055e4fb22, #wrap-s-5d539c03-7357-4bed-a6e9-f2a055e4fb22 { display: none !important; }}
#s-c87122fa-3680-4f74-a382-5d58f34a2ca5 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 1%;
padding-bottom: 50px;
padding-right: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-c87122fa-3680-4f74-a382-5d58f34a2ca5 {
  display: none;
}
#s-c87122fa-3680-4f74-a382-5d58f34a2ca5, #wrap-s-c87122fa-3680-4f74-a382-5d58f34a2ca5 { display: none !important; }}







#s-c87122fa-3680-4f74-a382-5d58f34a2ca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c87122fa-3680-4f74-a382-5d58f34a2ca5.shg-box.shg-c {
  justify-content: center;
}

#s-a6979875-2e4f-4137-aed7-4fe1fedd96b8 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(71, 118, 59, 1);
}
@media (max-width: 767px){#s-a6979875-2e4f-4137-aed7-4fe1fedd96b8 {
  display: none;
}
#s-a6979875-2e4f-4137-aed7-4fe1fedd96b8, #wrap-s-a6979875-2e4f-4137-aed7-4fe1fedd96b8 { display: none !important; }}
#s-3e49bc49-392f-41c4-bba1-3e6737e867ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3e49bc49-392f-41c4-bba1-3e6737e867ab {
  display: none;
}
#s-3e49bc49-392f-41c4-bba1-3e6737e867ab, #wrap-s-3e49bc49-392f-41c4-bba1-3e6737e867ab { display: none !important; }}







#s-3e49bc49-392f-41c4-bba1-3e6737e867ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e49bc49-392f-41c4-bba1-3e6737e867ab.shg-box.shg-c {
  justify-content: center;
}

#s-52a9d216-178d-457d-bf39-bcf5d1888b7c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ca131652-dfc3-4cd5-baf1-7c1392c38156 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ca131652-dfc3-4cd5-baf1-7c1392c38156 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-ca131652-dfc3-4cd5-baf1-7c1392c38156, #wrap-s-ca131652-dfc3-4cd5-baf1-7c1392c38156 { display: none !important; }}
#s-848608bc-3011-45be-8f0e-49d27d88ebcc {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-848608bc-3011-45be-8f0e-49d27d88ebcc {
  display: none;
}
#s-848608bc-3011-45be-8f0e-49d27d88ebcc, #wrap-s-848608bc-3011-45be-8f0e-49d27d88ebcc { display: none !important; }}
#s-848608bc-3011-45be-8f0e-49d27d88ebcc .shg-dynamic-column-count {
  grid-template-columns: repeat(5, 1fr);
}
#s-e2ebd6bf-70b1-4124-bc78-1830617a55b7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e2ebd6bf-70b1-4124-bc78-1830617a55b7 {
  
}
}
#s-32041384-62ba-45e9-8905-c87083b29725 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-32041384-62ba-45e9-8905-c87083b29725 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.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: #000000;
  font-family: "P22 Mackinac Pro";
  text-transform: none;
  font-weight: 400;
  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-177c81c2-dc31-4178-a5f1-7512430aaf7d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-177c81c2-dc31-4178-a5f1-7512430aaf7d .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1 {
  
}
}

  #s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1-root {
    text-align: center;
  }


#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1-root {
    text-align: center;
  }


#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1-root {
    text-align: center;
  }


#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1-root {
    text-align: center;
  }


#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1-root {
    text-align: center;
  }


#s-aba9e5cf-45ee-4935-886b-74cf15b6ecf1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-5eb378ed-ff6f-4806-ad76-4055143f9732 {
  margin-left: auto;
margin-right: auto;
}

#s-92007648-4b65-4411-82ab-67943e6113ed {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92007648-4b65-4411-82ab-67943e6113ed img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9b6934c8-6ca5-4171-8754-42effdd710c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b6934c8-6ca5-4171-8754-42effdd710c8 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c-root {
    text-align: center;
  }


#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c-root {
    text-align: center;
  }


#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c-root {
    text-align: center;
  }


#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c-root {
    text-align: center;
  }


#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c-root {
    text-align: center;
  }


#s-a3ce26f7-d9cb-4ebf-a5ac-a4f0703ec48c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-735c1a2f-49cf-4e77-9cb8-d6285a6664f5 {
  margin-left: auto;
margin-right: auto;
}

#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5e6a3bb4-f1cb-4ab1-8b3d-367916a3a581 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9c75e91e-b307-4b36-b446-cd398a29b1fc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c75e91e-b307-4b36-b446-cd398a29b1fc .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ee10b238-71a1-4b41-abdc-6870ca735b84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-ee10b238-71a1-4b41-abdc-6870ca735b84:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-ee10b238-71a1-4b41-abdc-6870ca735b84:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee10b238-71a1-4b41-abdc-6870ca735b84-root {
    text-align: center;
  }


#s-ee10b238-71a1-4b41-abdc-6870ca735b84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee10b238-71a1-4b41-abdc-6870ca735b84-root {
    text-align: center;
  }


#s-ee10b238-71a1-4b41-abdc-6870ca735b84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee10b238-71a1-4b41-abdc-6870ca735b84-root {
    text-align: center;
  }


#s-ee10b238-71a1-4b41-abdc-6870ca735b84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee10b238-71a1-4b41-abdc-6870ca735b84-root {
    text-align: center;
  }


#s-ee10b238-71a1-4b41-abdc-6870ca735b84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee10b238-71a1-4b41-abdc-6870ca735b84-root {
    text-align: center;
  }


#s-ee10b238-71a1-4b41-abdc-6870ca735b84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-0db7ecd0-555c-4f6f-9faa-09b68f67a5df {
  margin-left: auto;
margin-right: auto;
}

#s-d89ba569-6397-49cd-83aa-7bddbd458796 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d89ba569-6397-49cd-83aa-7bddbd458796 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-980fbf28-d961-4b66-87e6-9deccd143c79 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-980fbf28-d961-4b66-87e6-9deccd143c79 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d73d1fa-2355-4ab9-a161-bc962fdfc973-root {
    text-align: center;
  }


#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d73d1fa-2355-4ab9-a161-bc962fdfc973-root {
    text-align: center;
  }


#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d73d1fa-2355-4ab9-a161-bc962fdfc973-root {
    text-align: center;
  }


#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d73d1fa-2355-4ab9-a161-bc962fdfc973-root {
    text-align: center;
  }


#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d73d1fa-2355-4ab9-a161-bc962fdfc973-root {
    text-align: center;
  }


#s-6d73d1fa-2355-4ab9-a161-bc962fdfc973.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-c5bda09f-241f-40be-82bc-5c02070aa26a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c5bda09f-241f-40be-82bc-5c02070aa26a {
  display: none;
}
#s-c5bda09f-241f-40be-82bc-5c02070aa26a, #wrap-s-c5bda09f-241f-40be-82bc-5c02070aa26a { display: none !important; }}
#s-f504fb13-8d7e-4a76-948c-d28b6e46920f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f504fb13-8d7e-4a76-948c-d28b6e46920f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-35ae441e-5c0e-490e-9765-1c9a9d67953c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35ae441e-5c0e-490e-9765-1c9a9d67953c .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-6736224e-a17c-4cce-aad0-804d26fbca9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-6736224e-a17c-4cce-aad0-804d26fbca9e:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-6736224e-a17c-4cce-aad0-804d26fbca9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6736224e-a17c-4cce-aad0-804d26fbca9e-root {
    text-align: center;
  }


#s-6736224e-a17c-4cce-aad0-804d26fbca9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6736224e-a17c-4cce-aad0-804d26fbca9e-root {
    text-align: center;
  }


#s-6736224e-a17c-4cce-aad0-804d26fbca9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6736224e-a17c-4cce-aad0-804d26fbca9e-root {
    text-align: center;
  }


#s-6736224e-a17c-4cce-aad0-804d26fbca9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6736224e-a17c-4cce-aad0-804d26fbca9e-root {
    text-align: center;
  }


#s-6736224e-a17c-4cce-aad0-804d26fbca9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6736224e-a17c-4cce-aad0-804d26fbca9e-root {
    text-align: center;
  }


#s-6736224e-a17c-4cce-aad0-804d26fbca9e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-4f27fcda-6793-4c08-9c04-54e76542f0aa {
  box-shadow:1px 1px 1px 1px rgba(254, 248, 238, 1);
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-radius: 75px;
max-width: 500px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-4f27fcda-6793-4c08-9c04-54e76542f0aa:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-4f27fcda-6793-4c08-9c04-54e76542f0aa:active {border-radius: 75px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4f27fcda-6793-4c08-9c04-54e76542f0aa {
  display: none;
}
#s-4f27fcda-6793-4c08-9c04-54e76542f0aa, #wrap-s-4f27fcda-6793-4c08-9c04-54e76542f0aa { display: none !important; }}

  #s-4f27fcda-6793-4c08-9c04-54e76542f0aa-root {
    text-align: center;
  }


#s-4f27fcda-6793-4c08-9c04-54e76542f0aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f27fcda-6793-4c08-9c04-54e76542f0aa-root {
    text-align: center;
  }


#s-4f27fcda-6793-4c08-9c04-54e76542f0aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f27fcda-6793-4c08-9c04-54e76542f0aa-root {
    text-align: center;
  }


#s-4f27fcda-6793-4c08-9c04-54e76542f0aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f27fcda-6793-4c08-9c04-54e76542f0aa-root {
    text-align: center;
  }


#s-4f27fcda-6793-4c08-9c04-54e76542f0aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f27fcda-6793-4c08-9c04-54e76542f0aa-root {
    text-align: center;
  }


#s-4f27fcda-6793-4c08-9c04-54e76542f0aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}
#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac {
  margin-left: auto;
margin-right: auto;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(71, 118, 59, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac {
  display: none;
}
#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac, #wrap-s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac {
  display: none;
}
#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac, #wrap-s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac {
  display: none;
}
#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac, #wrap-s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac { display: none !important; }}







#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4c3e018-8217-4910-b08b-ea0c8d0c12ac.shg-box.shg-c {
  justify-content: center;
}

#s-891ab860-ceef-476c-8c53-be0e9cc2c52e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-620352ac-ac75-45a2-974e-fd36fcbb44d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-620352ac-ac75-45a2-974e-fd36fcbb44d4 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-5c05f0ff-2cf8-4001-9436-272830e18a53 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-bottom: 50px;
padding-right: 4%;
background-color: rgba(255, 255, 255, 1);
}

#s-5c05f0ff-2cf8-4001-9436-272830e18a53 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}
#s-9d28b003-76c0-45a3-bc50-8c6d6546261f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9d28b003-76c0-45a3-bc50-8c6d6546261f {
  
}
}
#s-911a4fa9-b977-4a52-b679-6f88d03dce4d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-911a4fa9-b977-4a52-b679-6f88d03dce4d img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9b22aed1-3666-4ec0-aa5a-abaae43e017e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b22aed1-3666-4ec0-aa5a-abaae43e017e .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-dc18ae24-4420-4cb9-80de-db37c6ee8801 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-dc18ae24-4420-4cb9-80de-db37c6ee8801:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-dc18ae24-4420-4cb9-80de-db37c6ee8801:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-dc18ae24-4420-4cb9-80de-db37c6ee8801 {
  
}
}

  #s-dc18ae24-4420-4cb9-80de-db37c6ee8801-root {
    text-align: center;
  }


#s-dc18ae24-4420-4cb9-80de-db37c6ee8801.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc18ae24-4420-4cb9-80de-db37c6ee8801-root {
    text-align: center;
  }


#s-dc18ae24-4420-4cb9-80de-db37c6ee8801.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc18ae24-4420-4cb9-80de-db37c6ee8801-root {
    text-align: center;
  }


#s-dc18ae24-4420-4cb9-80de-db37c6ee8801.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc18ae24-4420-4cb9-80de-db37c6ee8801-root {
    text-align: center;
  }


#s-dc18ae24-4420-4cb9-80de-db37c6ee8801.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc18ae24-4420-4cb9-80de-db37c6ee8801-root {
    text-align: center;
  }


#s-dc18ae24-4420-4cb9-80de-db37c6ee8801.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-e5ec2992-9e01-44e6-9696-cd04bc7778ad {
  margin-left: auto;
margin-right: auto;
}

#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-44b8c2b3-c872-45bd-9594-e0d03fdb0a4b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a7d0acb4-01a2-47f0-98ac-d18e94803ca4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7d0acb4-01a2-47f0-98ac-d18e94803ca4 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f-root {
    text-align: center;
  }


#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f-root {
    text-align: center;
  }


#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f-root {
    text-align: center;
  }


#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f-root {
    text-align: center;
  }


#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f-root {
    text-align: center;
  }


#s-ff52fd8f-eaa6-49a7-b9e0-cb0be137ca0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-d94c9c44-da85-4a83-ab84-5224377b90c1 {
  margin-left: auto;
margin-right: auto;
}

#s-0d73ba34-7e5e-4382-92db-ca53543815fe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d73ba34-7e5e-4382-92db-ca53543815fe img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8d2968a2-ad2d-46eb-be51-9cb404fa1ee1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d2968a2-ad2d-46eb-be51-9cb404fa1ee1 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-efc37ea8-93f1-4a3d-8ccc-12228875c4be-root {
    text-align: center;
  }


#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efc37ea8-93f1-4a3d-8ccc-12228875c4be-root {
    text-align: center;
  }


#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efc37ea8-93f1-4a3d-8ccc-12228875c4be-root {
    text-align: center;
  }


#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efc37ea8-93f1-4a3d-8ccc-12228875c4be-root {
    text-align: center;
  }


#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efc37ea8-93f1-4a3d-8ccc-12228875c4be-root {
    text-align: center;
  }


#s-efc37ea8-93f1-4a3d-8ccc-12228875c4be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-bbf9d1a9-54f3-4812-9c81-b8231ed6d6de {
  margin-left: auto;
margin-right: auto;
}

#s-66231513-6181-4356-9d87-dd6a71aa17ac {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66231513-6181-4356-9d87-dd6a71aa17ac img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ff92c9bc-2385-4974-bc5f-09556650cd9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff92c9bc-2385-4974-bc5f-09556650cd9b .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-9e58ac02-9aac-4c6b-b14a-c8070581e492 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-9e58ac02-9aac-4c6b-b14a-c8070581e492:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-9e58ac02-9aac-4c6b-b14a-c8070581e492:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e58ac02-9aac-4c6b-b14a-c8070581e492-root {
    text-align: center;
  }


#s-9e58ac02-9aac-4c6b-b14a-c8070581e492.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e58ac02-9aac-4c6b-b14a-c8070581e492-root {
    text-align: center;
  }


#s-9e58ac02-9aac-4c6b-b14a-c8070581e492.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e58ac02-9aac-4c6b-b14a-c8070581e492-root {
    text-align: center;
  }


#s-9e58ac02-9aac-4c6b-b14a-c8070581e492.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e58ac02-9aac-4c6b-b14a-c8070581e492-root {
    text-align: center;
  }


#s-9e58ac02-9aac-4c6b-b14a-c8070581e492.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e58ac02-9aac-4c6b-b14a-c8070581e492-root {
    text-align: center;
  }


#s-9e58ac02-9aac-4c6b-b14a-c8070581e492.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-dd3bcca2-d12d-4127-8976-81cecde8c236 {
  margin-left: auto;
margin-right: auto;
}

#s-8c8ac895-0cd9-4ba6-acfb-34028313164f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c8ac895-0cd9-4ba6-acfb-34028313164f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f66d022e-2b07-4c9d-ab1e-e6d2508a2377 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f66d022e-2b07-4c9d-ab1e-e6d2508a2377 .shg-product-title-component h3 {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-591369f0-b997-4e1e-a264-8d66d7d12468 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 19px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-591369f0-b997-4e1e-a264-8d66d7d12468:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-591369f0-b997-4e1e-a264-8d66d7d12468:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-591369f0-b997-4e1e-a264-8d66d7d12468-root {
    text-align: center;
  }


#s-591369f0-b997-4e1e-a264-8d66d7d12468.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-591369f0-b997-4e1e-a264-8d66d7d12468-root {
    text-align: center;
  }


#s-591369f0-b997-4e1e-a264-8d66d7d12468.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-591369f0-b997-4e1e-a264-8d66d7d12468-root {
    text-align: center;
  }


#s-591369f0-b997-4e1e-a264-8d66d7d12468.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-591369f0-b997-4e1e-a264-8d66d7d12468-root {
    text-align: center;
  }


#s-591369f0-b997-4e1e-a264-8d66d7d12468.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-591369f0-b997-4e1e-a264-8d66d7d12468-root {
    text-align: center;
  }


#s-591369f0-b997-4e1e-a264-8d66d7d12468.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Axiforma;
  display:  inline-block ;
}
}
#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 {
  display: none;
}
#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666, #wrap-s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 {
  display: none;
}
#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666, #wrap-s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 {
  display: none;
}
#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666, #wrap-s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 { display: none !important; }}







#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cf65303-e2ae-4a1b-ab88-ef73ec5fb666.shg-box.shg-c {
  justify-content: center;
}

#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 26px;
padding-bottom: 10px;
padding-right: 26px;
border-radius: 75px;
max-width: 500px;
background-color: rgba(71, 118, 59, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
letter-spacing: 1.5px;
}
#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(71, 118, 59, 1) !important;
border-radius: 75px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(71, 118, 59, 1) !important;}#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a:active {border-radius: 75px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-4d4a0429-ade1-4f6f-8471-ed99b69de64a-root {
    text-align: center;
  }


#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4d4a0429-ade1-4f6f-8471-ed99b69de64a-root {
    text-align: center;
  }


#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4d4a0429-ade1-4f6f-8471-ed99b69de64a-root {
    text-align: center;
  }


#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4d4a0429-ade1-4f6f-8471-ed99b69de64a-root {
    text-align: center;
  }


#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4d4a0429-ade1-4f6f-8471-ed99b69de64a-root {
    text-align: center;
  }


#s-4d4a0429-ade1-4f6f-8471-ed99b69de64a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Axiforma;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@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;
  }
}
